Home
last modified time | relevance | path

Searched refs:xTimerCreate (Results 1 – 4 of 4) sorted by relevance

/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/libraries/pmu_calibration/
Dpmu_calibration.c129 timer_handle = xTimerCreate(NULL, interval_new, pdTRUE, NULL, in system_pmu_calibration_init()
/device/soc/esp/esp32/components/osal/include/esp_osal/
Dmpu_wrappers.h122 #define xTimerCreate MPU_xTimerCreate macro
Dtimers.h222 …TimerHandle_t xTimerCreate( const char * const pcTimerName, /*lint !e971 Unqualified char types …
/device/soc/esp/esp32/components/driver/esp32/
Dtouch_sensor.c436 …s_touch_pad_filter->timer = xTimerCreate("filter_tmr", filter_period_ms / portTICK_PERIOD_MS, pdFA… in touch_pad_filter_start()