Home
last modified time | relevance | path

Searched refs:LEDC_TIMER_0 (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.6.0/components/driver/test/
Dtest_ledc.c55 config.timer_sel = LEDC_TIMER_0; in initialize_channel_config()
67 ledc_time_config.timer_num = LEDC_TIMER_0; in create_default_timer_config()
284 ledc_timer_t timer_select[4] = {LEDC_TIMER_0, LEDC_TIMER_1, LEDC_TIMER_2, LEDC_TIMER_3};
325 ledc_timer_t timer_list[4] = {LEDC_TIMER_0, LEDC_TIMER_1, LEDC_TIMER_2, LEDC_TIMER_3};
449 timer_frequency_test(LEDC_CHANNEL_0, LEDC_TIMER_13_BIT, LEDC_TIMER_0, LEDC_HIGH_SPEED_MODE);
454 timer_frequency_test(LEDC_CHANNEL_0, LEDC_TIMER_13_BIT, LEDC_TIMER_0, LEDC_LOW_SPEED_MODE);
468 .timer_sel = LEDC_TIMER_0,
477 .timer_num = LEDC_TIMER_0,
486 TEST_ESP_OK(ledc_timer_set(test_speed_mode, LEDC_TIMER_0, 1000, 10, LEDC_REF_TICK));
487 TEST_ESP_OK(ledc_timer_rst(test_speed_mode, LEDC_TIMER_0));
[all …]
/hal_espressif-3.6.0/examples/mesh/internal_communication/main/
Dmesh_light.c45 .timer_num = LEDC_TIMER_0, in mesh_light_init()
56 .timer_sel = LEDC_TIMER_0, in mesh_light_init()
/hal_espressif-3.6.0/examples/mesh/manual_networking/main/
Dmesh_light.c45 .timer_num = LEDC_TIMER_0, in mesh_light_init()
59 .timer_sel = LEDC_TIMER_0, in mesh_light_init()
/hal_espressif-3.6.0/examples/peripherals/ledc/ledc_basic/main/
Dledc_basic_example_main.c13 #define LEDC_TIMER LEDC_TIMER_0
/hal_espressif-3.6.0/components/hal/include/hal/
Dledc_types.h73 LEDC_TIMER_0 = 0, /*!< LEDC timer 0 */ enumerator
/hal_espressif-3.6.0/examples/peripherals/ledc/ledc_fade/main/
Dledc_fade_example_main.c39 #define LEDC_HS_TIMER LEDC_TIMER_0
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/common_components/light_driver/
Dlight_driver.c99 iot_led_init(LEDC_TIMER_0, LEDC_LOW_SPEED_MODE, 1000); in light_driver_init()
101 iot_led_init(LEDC_TIMER_0, LEDC_HIGH_SPEED_MODE, 1000); in light_driver_init()