Home
last modified time | relevance | path

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

/Kernel-v11.1.0/include/
Dtimers.h1366 BaseType_t xTimerGenericCommandFromISR( TimerHandle_t xTimer,
1375xTimerGenericCommandFromISR( xTimer, xCommandID, xOptionalValue, pxHigherPriorityTaskWoken, xTicks…
Dmpu_wrappers.h176 #define xTimerGenericCommandFromISR MPU_xTimerGenericCommandFromISR macro
/Kernel-v11.1.0/
Dtimers.c499 BaseType_t xTimerGenericCommandFromISR( TimerHandle_t xTimer, in xTimerGenericCommandFromISR() function
/Kernel-v11.1.0/portable/Common/
Dmpu_wrappers_v2.c3860 …xReturn = xTimerGenericCommandFromISR( xInternalTimerHandle, xCommandID, xOptionalValue, pxHigherP… in MPU_xTimerGenericCommandFromISR()