Home
last modified time | relevance | path

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

/cmsis_6-latest/CMSIS/RTOS2/Include/
Dos_tick.h45 int32_t OS_Tick_Setup (uint32_t freq, IRQHandler_t handler);
/cmsis_6-latest/CMSIS/RTOS2/Source/
Dos_tick_ptim.c40 int32_t OS_Tick_Setup (uint32_t freq, IRQHandler_t handler) { in OS_Tick_Setup() function
Dos_tick_gtim.c49 int32_t OS_Tick_Setup (uint32_t freq, IRQHandler_t handler) { in OS_Tick_Setup() function
Dos_systick.c40 __WEAK int32_t OS_Tick_Setup (uint32_t freq, IRQHandler_t handler) { in OS_Tick_Setup() function
/cmsis_6-latest/CMSIS/Documentation/Doxygen/RTOS2/src/
Dref_os_tick.txt32 \fn int32_t OS_Tick_Setup (uint32_t freq, IRQHandler_t handler)
51 int32_t OS_Tick_Setup (uint32_t freq, IRQHandler_t handler) {