Home
last modified time | relevance | path

Searched refs:uxTimerGetReloadMode (Results 1 – 6 of 6) sorted by relevance

/FreeRTOS-Kernel/include/
A Dtimers.h1303 UBaseType_t uxTimerGetReloadMode( TimerHandle_t xTimer ) PRIVILEGED_FUNCTION;
A Dmpu_wrappers.h177 #define uxTimerGetReloadMode MPU_uxTimerGetReloadMode macro
/FreeRTOS-Kernel/portable/Common/
A Dmpu_wrappers.c1861 uxReturn = uxTimerGetReloadMode( xTimer ); in MPU_uxTimerGetReloadMode()
1869 uxReturn = uxTimerGetReloadMode( xTimer ); in MPU_uxTimerGetReloadMode()
A Dmpu_wrappers_v2.c3681 uxReturn = uxTimerGetReloadMode( xInternalTimerHandle ); in MPU_uxTimerGetReloadModeImpl()
/FreeRTOS-Kernel/
A Dtimers.c620 UBaseType_t uxTimerGetReloadMode( TimerHandle_t xTimer ) in uxTimerGetReloadMode() function
A DHistory.txt795 + Added uxTimerGetReloadMode() API function.

Completed in 94 milliseconds