Searched refs:LEDC_TIMER_3 (Results 1 – 3 of 3) sorted by relevance
/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}; 452 timer_frequency_test(LEDC_CHANNEL_0, LEDC_TIMER_13_BIT, LEDC_TIMER_3, LEDC_HIGH_SPEED_MODE); 457 timer_frequency_test(LEDC_CHANNEL_0, LEDC_TIMER_13_BIT, LEDC_TIMER_3, LEDC_LOW_SPEED_MODE);
|
/hal_espressif-3.6.0/components/hal/include/hal/ |
D | ledc_types.h | 76 LEDC_TIMER_3, /*!< LEDC timer 3 */ enumerator
|
/hal_espressif-3.6.0/components/driver/ |
D | ledc.c | 329 if (timer_num > LEDC_TIMER_3) { in ledc_timer_config()
|