RTEMS CPU Kit with SuperCore  4.11.2
Functions
cpucounterconverter.c File Reference
#include <rtems/counter.h>
Include dependency graph for cpucounterconverter.c:

Functions

 RTEMS_STATIC_ASSERT (sizeof(rtems_counter_ticks)<=sizeof(uint32_t), type)
 
uint64_t rtems_counter_ticks_to_nanoseconds (rtems_counter_ticks counter)
 Converts counter ticks into nanoseconds. More...
 
rtems_counter_ticks rtems_counter_nanoseconds_to_ticks (uint32_t nanoseconds)
 Converts nanoseconds into counter ticks. More...
 
void rtems_counter_initialize_converter (uint32_t frequency)
 Initializes the counter ticks to/from nanoseconds converter functions. More...