Searched refs:xTimerGenericCommand (Results 1 – 5 of 5) sorted by relevance
/Kernel-v10.6.2/include/ |
D | timers.h | 510 …xTimerGenericCommand( ( xTimer ), tmrCOMMAND_START, ( xTaskGetTickCount() ), NULL, ( xTicksToWait … 553 xTimerGenericCommand( ( xTimer ), tmrCOMMAND_STOP, 0U, NULL, ( xTicksToWait ) ) 634 …xTimerGenericCommand( ( xTimer ), tmrCOMMAND_CHANGE_PERIOD, ( xNewPeriod ), NULL, ( xTicksToWait )… 673 xTimerGenericCommand( ( xTimer ), tmrCOMMAND_DELETE, 0U, NULL, ( xTicksToWait ) ) 798 …xTimerGenericCommand( ( xTimer ), tmrCOMMAND_RESET, ( xTaskGetTickCount() ), NULL, ( xTicksToWait … 885 …xTimerGenericCommand( ( xTimer ), tmrCOMMAND_START_FROM_ISR, ( xTaskGetTickCountFromISR() ), ( pxH… 949 … xTimerGenericCommand( ( xTimer ), tmrCOMMAND_STOP_FROM_ISR, 0, ( pxHigherPriorityTaskWoken ), 0U ) 1023 …xTimerGenericCommand( ( xTimer ), tmrCOMMAND_CHANGE_PERIOD_FROM_ISR, ( xNewPeriod ), ( pxHigherPri… 1110 …xTimerGenericCommand( ( xTimer ), tmrCOMMAND_RESET_FROM_ISR, ( xTaskGetTickCountFromISR() ), ( pxH… 1351 BaseType_t xTimerGenericCommand( TimerHandle_t xTimer,
|
D | mpu_wrappers.h | 159 #define xTimerGenericCommand MPU_xTimerGenericCommand macro
|
/Kernel-v10.6.2/portable/Common/ |
D | mpu_wrappers.c | 1963 …xReturn = xTimerGenericCommand( xTimer, xCommandID, xOptionalValue, pxHigherPriorityTaskWoken, xTi… in MPU_xTimerGenericCommand() 1971 …xReturn = xTimerGenericCommand( xTimer, xCommandID, xOptionalValue, pxHigherPriorityTaskWoken, xTi… in MPU_xTimerGenericCommand()
|
D | mpu_wrappers_v2.c | 3435 xReturn = xTimerGenericCommand( xInternalTimerHandle, in MPU_xTimerGenericCommandImpl() 3467 xReturn = xTimerGenericCommand( xInternalTimerHandle, in MPU_xTimerGenericCommandPrivImpl()
|
/Kernel-v10.6.2/ |
D | timers.c | 386 BaseType_t xTimerGenericCommand( TimerHandle_t xTimer, in xTimerGenericCommand() function
|