RTEMS 6.1-rc5
|
This source file contains the implementation of rtems_timecounter_simple_install(). More...
#include <rtems/timecounter.h>
Functions | |
void | rtems_timecounter_simple_install (rtems_timecounter_simple *tc, uint32_t frequency_in_hz, uint32_t counter_ticks_per_clock_tick, timecounter_get_t *get_timecount) |
Initializes and installs a simple timecounter. | |
This source file contains the implementation of rtems_timecounter_simple_install().