Searched refs:LEDC_TIMER_1 (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-3.6.0/examples/peripherals/pcnt/pulse_count_event/main/ |
D | pcnt_event_example_main.c | 85 ledc_timer.timer_num = LEDC_TIMER_1; in ledc_init() 95 ledc_channel.timer_sel = LEDC_TIMER_1; in ledc_init()
|
/hal_espressif-3.6.0/components/driver/test/ |
D | test_ledc.c | 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}; 450 timer_frequency_test(LEDC_CHANNEL_0, LEDC_TIMER_13_BIT, LEDC_TIMER_1, LEDC_HIGH_SPEED_MODE); 455 timer_frequency_test(LEDC_CHANNEL_0, LEDC_TIMER_13_BIT, LEDC_TIMER_1, LEDC_LOW_SPEED_MODE);
|
D | test_pcnt.c | 74 .timer_num = LEDC_TIMER_1, in produce_pulse() 84 .timer_sel = LEDC_TIMER_1, in produce_pulse() 180 .timer_num = LEDC_TIMER_1, in count_mode_test() 190 .timer_sel = LEDC_TIMER_1, in count_mode_test()
|
/hal_espressif-3.6.0/components/hal/include/hal/ |
D | ledc_types.h | 74 LEDC_TIMER_1, /*!< LEDC timer 1 */ enumerator
|
/hal_espressif-3.6.0/examples/peripherals/ledc/ledc_fade/main/ |
D | ledc_fade_example_main.c | 46 #define LEDC_LS_TIMER LEDC_TIMER_1
|