Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/include/hal/sdmmc/osal/RT-Thread/
A D_os_timer.h65 OS_Status OS_TimerChangePeriod(OS_Timer_t *timer, OS_Time_t periodMS);
/bsp/allwinner/libraries/sunxi-hal/include/hal/sdmmc/osal/FreeRTOS/
A D_os_timer.h92 OS_Status OS_TimerChangePeriod(OS_Timer_t *timer, OS_Time_t periodMS);
/bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/
A D_sd_define.h148 OS_TimerChangePeriod(t, ms);} while (0)
152 #define SDC_IT_ModTimer(t, ms) OS_TimerChangePeriod(t, ms)
/bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/osal/os/RT-Thread/
A Dos_timer.c128 OS_Status OS_TimerChangePeriod(OS_Timer_t *timer, OS_Time_t periodMS) in OS_TimerChangePeriod() function
/bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/osal/os/FreeRTOS/
A Dos_timer.c207 OS_Status OS_TimerChangePeriod(OS_Timer_t *timer, uint32_t periodMS) in OS_TimerChangePeriod() function

Completed in 21 milliseconds