Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/osal/include/esp_osal/
Dtimers.h223 const TickType_t xTimerPeriodInTicks,
346 const TickType_t xTimerPeriodInTicks,
/device/soc/chipsea/cst85/liteos_m/sdk/modules/rtos/src/os_al/
Drtos_al.c296 const TickType_t xTimerPeriodInTicks, in rtos_timer_create() argument
307 …uwRet = LOS_SwtmrCreate(xTimerPeriodInTicks, mode, (SWTMR_PROC_FUNC)pxCallbackFunction, &usSwTmrID… in rtos_timer_create()
/device/soc/chipsea/cst85/liteos_m/sdk/modules/rtos/api/
Drtos_ohos_al.h450 const TickType_t xTimerPeriodInTicks,