Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/RTOS2/Include/
Dos_tick.h45 int32_t OS_Tick_Setup (uint32_t freq, IRQHandler_t handler);
/trusted-firmware-m-latest/platform/ext/cmsis/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