Home
last modified time | relevance | path

Searched defs:xTimer (Results 1 – 8 of 8) sorted by relevance

/device/soc/esp/esp32/components/osal/include/esp_osal/
Dtimers.h492 #define xTimerStart( xTimer, xTicksToWait ) xTimerGenericCommand( ( xTimer ), tmrCOMMAND_START, ( x… argument
532 #define xTimerStop( xTimer, xTicksToWait ) xTimerGenericCommand( ( xTimer ), tmrCOMMAND_STOP, 0U, N… argument
608 …#define xTimerChangePeriod( xTimer, xNewPeriod, xTicksToWait ) xTimerGenericCommand( ( xTimer ), t… argument
644 #define xTimerDelete( xTimer, xTicksToWait ) xTimerGenericCommand( ( xTimer ), tmrCOMMAND_DELETE, 0… argument
766 #define xTimerReset( xTimer, xTicksToWait ) xTimerGenericCommand( ( xTimer ), tmrCOMMAND_RESET, ( x… argument
849 #define xTimerStartFromISR( xTimer, pxHigherPriorityTaskWoken ) xTimerGenericCommand( ( xTimer ), t… argument
909 #define xTimerStopFromISR( xTimer, pxHigherPriorityTaskWoken ) xTimerGenericCommand( ( xTimer ), tm… argument
978 #define xTimerChangePeriodFromISR( xTimer, xNewPeriod, pxHigherPriorityTaskWoken ) xTimerGenericCom… argument
1061 #define xTimerResetFromISR( xTimer, pxHigherPriorityTaskWoken ) xTimerGenericCommand( ( xTimer ), t… argument
Desp_osal.h570 #define traceTIMER_COMMAND_SEND( xTimer, xMessageID, xMessageValueValue, xReturn ) argument
/device/soc/chipsea/cst85/liteos_m/sdk/modules/rtos/src/os_al/
Drtos_al.c314 int rtos_timer_start(TimerHandle_t xTimer,TickType_t xTicksToWait, bool isr) in rtos_timer_start()
326 int rtos_timer_stop(TimerHandle_t xTimer,TickType_t xTicksToWait) in rtos_timer_stop()
335 int rtos_timer_delete(TimerHandle_t xTimer,TickType_t xTicksToWait) in rtos_timer_delete()
344 int rtos_timer_change_period(TimerHandle_t xTimer, TickType_t xNewPeriod,TickType_t xTicksToWait) in rtos_timer_change_period()
359 int rtos_timer_restart(TimerHandle_t xTimer,TickType_t xTicksToWait, bool isr) in rtos_timer_restart()
/device/soc/chipsea/cst85/liteos_m/sdk/modules/apps/src/
Dapp_bt.c64 void app_bt_powerdown_timer( TimerHandle_t xTimer ) in app_bt_powerdown_timer()
1145 void app_bt_start_reconnect( TimerHandle_t xTimer ,uint32_t t) in app_bt_start_reconnect()
1150 void app_bt_connect_timer( TimerHandle_t xTimer ) in app_bt_connect_timer()
Dapp_tws.c116 void app_tws_test_send_timer( TimerHandle_t xTimer ) in app_tws_test_send_timer()
135 void app_tws_mss_test_timer( TimerHandle_t xTimer ) in app_tws_mss_test_timer()
Dapp_hfp.c48 void app_hfp_cclk_check_timer( TimerHandle_t xTimer ) in app_hfp_cclk_check_timer()
Dapp_bt_queue.c50 void app_bt_us_timer( TimerHandle_t xTimer ) in app_bt_us_timer()
/device/soc/chipsea/cst85/liteos_m/sdk/modules/common/src/
Dwb_co_main.c130 static void co_main_timer_cb( TimerHandle_t xTimer ) in co_main_timer_cb()