Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/hal/include/hal/
Dledc_types.h41 LEDC_DUTY_DIR_INCREASE = 1, /*!< LEDC duty increase direction */ enumerator
/hal_espressif-3.6.0/components/driver/
Dledc.c704 s_ledc_fade_rec[speed_mode][channel]->direction = LEDC_DUTY_DIR_INCREASE; in _ledc_set_fade_with_step()
705 dir = LEDC_DUTY_DIR_INCREASE; in _ledc_set_fade_with_step()
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/common_components/light_driver/
Diot_led.c155 dir = LEDC_DUTY_DIR_INCREASE; in _iot_set_fade_with_step()