Home
last modified time | relevance | path

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

/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/libraries/pmu_calibration/
Dpmu_calibration.c181 xTimerDelete(timer_handle, 0); in system_pmu_calibration_stop()
/device/soc/esp/esp32/components/osal/include/esp_osal/
Dtimers.h644 #define xTimerDelete( xTimer, xTicksToWait ) xTimerGenericCommand( ( xTimer ), tmrCOMMAND_DELETE, 0… macro
/device/soc/esp/esp32/components/driver/esp32/
Dtouch_sensor.c478 xTimerDelete(s_touch_pad_filter->timer, portMAX_DELAY); in touch_pad_filter_delete()