Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/hal/include/hal/
Dledc_types.h34 LEDC_INTR_DISABLE = 0, /*!< Disable LEDC interrupt */ enumerator
/device/board/openvalley/niobeu4/liteos_m/hals/iot_hardware/wifiiot_lite/
Dhal_iot_pwm.c63 pwm_conf->intr_type = LEDC_INTR_DISABLE; in InitPwm()
/device/soc/esp/esp32/components/driver/
Dledc.c142 ledc_enable_intr_type(mode, channel, LEDC_INTR_DISABLE); in _ledc_fade_hw_acquire()