Changeset 04286374 in rtems
- Timestamp:
- Jun 12, 2010, 5:56:33 AM (10 years ago)
- Branches:
- 4.10
- Children:
- 276760f
- Parents:
- 688ef938
- Location:
- cpukit
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
r688ef938 r04286374 1 2010-06-12 Ralf Corsépius <ralf.corsepius@rtems.org> 2 3 * score/include/rtems/score/timestamp.h, 4 score/include/rtems/score/timestamp64.h, 5 score/include/rtems/score/watchdog.h: 6 Misc. doxygen fixes. 7 1 8 2010-06-12 Ralf Corsépius <ralf.corsepius@rtems.org> 2 9 -
cpukit/score/include/rtems/score/timestamp.h
r688ef938 r04286374 298 298 * timestamp format @a _time. 299 299 * 300 * @param[in] time points to the timestamp format time result301 * @param[in] ticks points to the number of ticks to be filled in300 * @param[in] _time points to the timestamp format time result 301 * @param[in] _ticks points to the number of ticks to be filled in 302 302 */ 303 303 #if defined(CPU_RTEMS_SCORE_TIMESTAMP_IS_STRUCT_SPEC) -
cpukit/score/include/rtems/score/timestamp64.h
r688ef938 r04286374 222 222 */ 223 223 uint32_t _Timestamp64_To_ticks( 224 const Timestamp64_Control * time224 const Timestamp64_Control *_time 225 225 ); 226 226 … … 230 230 * timestamp format @a _time. 231 231 * 232 * @param[in] time points to the timestamp format time result233 * @param[in] ticks points to the number of ticks to be filled in232 * @param[in] _time points to the timestamp format time result 233 * @param[in] _ticks points to the number of ticks to be filled in 234 234 */ 235 235 void _Timestamp64_From_ticks( -
cpukit/score/include/rtems/score/watchdog.h
r688ef938 r04286374 227 227 * 228 228 * @param[in] header is the watchdog chain to adjust 229 * @param[in] units is the number of units to adjust @a header229 * @param[in] units_arg is the number of units to adjust @a header 230 230 * @param[in] to_fire is a pointer to an initialized Chain_Control to which 231 231 * all watchdog instances that are to be fired will be placed. … … 292 292 * @param[in] name is a string to prefix the line with. If NULL, 293 293 * nothing is printed. 294 * @param[in] watchis the watchdog chain to be printed.294 * @param[in] header is the watchdog chain to be printed. 295 295 * 296 296 * @note This is a debug routine. It uses printk() and prudence should
Note: See TracChangeset
for help on using the changeset viewer.