Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/peripherals/ledc/ledc_fade/main/
Dledc_fade_example_main.c59 #define LEDC_TEST_CH_NUM (4) macro
116 ledc_channel_config_t ledc_channel[LEDC_TEST_CH_NUM] = { in app_main()
177 for (ch = 0; ch < LEDC_TEST_CH_NUM; ch++) { in app_main()
186 SemaphoreHandle_t counting_sem = xSemaphoreCreateCounting(LEDC_TEST_CH_NUM, 0); in app_main()
188 for (ch = 0; ch < LEDC_TEST_CH_NUM; ch++) { in app_main()
194 for (ch = 0; ch < LEDC_TEST_CH_NUM; ch++) { in app_main()
201 for (int i = 0; i < LEDC_TEST_CH_NUM; i++) { in app_main()
206 for (ch = 0; ch < LEDC_TEST_CH_NUM; ch++) { in app_main()
213 for (int i = 0; i < LEDC_TEST_CH_NUM; i++) { in app_main()
218 for (ch = 0; ch < LEDC_TEST_CH_NUM; ch++) { in app_main()
[all …]