Home
last modified time | relevance | path

Searched refs:OS_Tick_GetCount (Results 1 – 5 of 5) sorted by relevance

/cmsis_6-latest/CMSIS/Documentation/Doxygen/RTOS2/src/
Dref_os_tick.txt165 …er. This is the increment rate of the counter value returned by the function \ref OS_Tick_GetCount.
196 \fn uint32_t OS_Tick_GetCount (void)
207 uint32_t OS_Tick_GetCount (void) {
/cmsis_6-latest/CMSIS/RTOS2/Include/
Dos_tick.h70 uint32_t OS_Tick_GetCount (void);
/cmsis_6-latest/CMSIS/RTOS2/Source/
Dos_tick_ptim.c155 uint32_t OS_Tick_GetCount (void) { in OS_Tick_GetCount() function
Dos_tick_gtim.c178 uint32_t OS_Tick_GetCount (void) { in OS_Tick_GetCount() function
Dos_systick.c123 __WEAK uint32_t OS_Tick_GetCount (void) { in OS_Tick_GetCount() function