Home
last modified time | relevance | path

Searched refs:LEDC_CHANNEL_3 (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.6.0/components/hal/include/hal/
Dledc_types.h84 LEDC_CHANNEL_3, /*!< LEDC channel 3 */ enumerator
/hal_espressif-3.6.0/examples/mesh/internal_communication/main/
Dmesh_light.c66 ledc_channel.channel = LEDC_CHANNEL_3; in mesh_light_init()
/hal_espressif-3.6.0/examples/mesh/manual_networking/main/
Dmesh_light.c69 ledc_channel.channel = LEDC_CHANNEL_3; in mesh_light_init()
/hal_espressif-3.6.0/examples/peripherals/ledc/ledc_fade/main/
Dledc_fade_example_main.c57 #define LEDC_LS_CH3_CHANNEL LEDC_CHANNEL_3
/hal_espressif-3.6.0/components/driver/test/
Dtest_ledc.c283 …ledc_channel_t channels[8] = {LEDC_CHANNEL_0, LEDC_CHANNEL_1, LEDC_CHANNEL_2, LEDC_CHANNEL_3, LEDC…