Searched refs:counting_sem (Results 1 – 1 of 1) sorted by relevance
73 SemaphoreHandle_t counting_sem = (SemaphoreHandle_t) user_arg; in cb_ledc_fade_end_event() local74 xSemaphoreGiveFromISR(counting_sem, &taskAwoken); in cb_ledc_fade_end_event()186 SemaphoreHandle_t counting_sem = xSemaphoreCreateCounting(LEDC_TEST_CH_NUM, 0); in app_main() local189 …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()