Changeset 9113798c in rtems
- Timestamp:
- 07/23/14 20:39:17 (9 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 639117f
- Parents:
- 0a84c298
- git-author:
- Joel Sherrill <joel.sherrill@…> (07/23/14 20:39:17)
- git-committer:
- Joel Sherrill <joel.sherrill@…> (07/23/14 21:53:24)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/include/rtems/score/todimpl.h
r0a84c298 r9113798c 335 335 ); 336 336 337 /** 338 * @brief Install the BSP's nanoseconds since clock tick handler 339 * 340 * @param[in] routine is the BSP's nanoseconds since clock tick method 341 */ 337 342 RTEMS_INLINE_ROUTINE void _TOD_Set_nanoseconds_since_last_tick_handler( 338 343 TOD_Nanoseconds_since_last_tick_routine routine … … 342 347 } 343 348 349 /** 350 * @brief Check if the TOD is Set 351 * 352 * @return TRUE is the time is set. FALSE otherwise. 353 */ 344 354 RTEMS_INLINE_ROUTINE bool _TOD_Is_set( void ) 345 355 {
Note: See TracChangeset
for help on using the changeset viewer.