Home
last modified time | relevance | path

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

/Kernel-v10.6.2/include/
Dtimers.h510xTimerGenericCommand( ( xTimer ), tmrCOMMAND_START, ( xTaskGetTickCount() ), NULL, ( xTicksToWait …
553 xTimerGenericCommand( ( xTimer ), tmrCOMMAND_STOP, 0U, NULL, ( xTicksToWait ) )
634xTimerGenericCommand( ( xTimer ), tmrCOMMAND_CHANGE_PERIOD, ( xNewPeriod ), NULL, ( xTicksToWait )…
673 xTimerGenericCommand( ( xTimer ), tmrCOMMAND_DELETE, 0U, NULL, ( xTicksToWait ) )
798xTimerGenericCommand( ( xTimer ), tmrCOMMAND_RESET, ( xTaskGetTickCount() ), NULL, ( xTicksToWait …
885xTimerGenericCommand( ( xTimer ), tmrCOMMAND_START_FROM_ISR, ( xTaskGetTickCountFromISR() ), ( pxH…
949xTimerGenericCommand( ( xTimer ), tmrCOMMAND_STOP_FROM_ISR, 0, ( pxHigherPriorityTaskWoken ), 0U )
1023xTimerGenericCommand( ( xTimer ), tmrCOMMAND_CHANGE_PERIOD_FROM_ISR, ( xNewPeriod ), ( pxHigherPri…
1110xTimerGenericCommand( ( xTimer ), tmrCOMMAND_RESET_FROM_ISR, ( xTaskGetTickCountFromISR() ), ( pxH…
1351 BaseType_t xTimerGenericCommand( TimerHandle_t xTimer,
Dmpu_wrappers.h159 #define xTimerGenericCommand MPU_xTimerGenericCommand macro
/Kernel-v10.6.2/portable/Common/
Dmpu_wrappers.c1963 …xReturn = xTimerGenericCommand( xTimer, xCommandID, xOptionalValue, pxHigherPriorityTaskWoken, xTi… in MPU_xTimerGenericCommand()
1971 …xReturn = xTimerGenericCommand( xTimer, xCommandID, xOptionalValue, pxHigherPriorityTaskWoken, xTi… in MPU_xTimerGenericCommand()
Dmpu_wrappers_v2.c3435 xReturn = xTimerGenericCommand( xInternalTimerHandle, in MPU_xTimerGenericCommandImpl()
3467 xReturn = xTimerGenericCommand( xInternalTimerHandle, in MPU_xTimerGenericCommandPrivImpl()
/Kernel-v10.6.2/
Dtimers.c386 BaseType_t xTimerGenericCommand( TimerHandle_t xTimer, in xTimerGenericCommand() function