Searched refs:xNewPeriod (Results 1 – 3 of 3) sorted by relevance
/device/soc/esp/esp32/components/osal/include/esp_osal/ |
D | timers.h | 608 …TimerChangePeriod( xTimer, xNewPeriod, xTicksToWait ) xTimerGenericCommand( ( xTimer ), tmrCOMMAND… argument 978 …romISR( xTimer, xNewPeriod, pxHigherPriorityTaskWoken ) xTimerGenericCommand( ( xTimer ), tmrCOMMA… argument
|
/device/soc/chipsea/cst85/liteos_m/sdk/modules/rtos/src/os_al/ |
D | rtos_al.c | 344 int rtos_timer_change_period(TimerHandle_t xTimer, TickType_t xNewPeriod,TickType_t xTicksToWait) in rtos_timer_change_period() argument 353 pstSwtmr->uwInterval = xNewPeriod; in rtos_timer_change_period()
|
/device/soc/chipsea/cst85/liteos_m/sdk/modules/rtos/api/ |
D | rtos_ohos_al.h | 508 int rtos_timer_change_period(TimerHandle_t xTimer, TickType_t xNewPeriod, TickType_t xTicksToWait);
|