Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/peripherals/ledc/ledc_fade/main/
Dledc_fade_example_main.c73 SemaphoreHandle_t counting_sem = (SemaphoreHandle_t) user_arg; in cb_ledc_fade_end_event() local
74 xSemaphoreGiveFromISR(counting_sem, &taskAwoken); in cb_ledc_fade_end_event()
186 SemaphoreHandle_t counting_sem = xSemaphoreCreateCounting(LEDC_TEST_CH_NUM, 0); in app_main() local
189 …register(ledc_channel[ch].speed_mode, ledc_channel[ch].channel, &callbacks, (void *) counting_sem); in app_main()
202 xSemaphoreTake(counting_sem, portMAX_DELAY); in app_main()
214 xSemaphoreTake(counting_sem, portMAX_DELAY); in app_main()