Home
last modified time | relevance | path

Searched refs:xNewPeriod (Results 1 – 3 of 3) sorted by relevance

/device/soc/esp/esp32/components/osal/include/esp_osal/
Dtimers.h608 …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/
Drtos_al.c344 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/
Drtos_ohos_al.h508 int rtos_timer_change_period(TimerHandle_t xTimer, TickType_t xNewPeriod, TickType_t xTicksToWait);