/hal_espressif-3.5.0/components/esp_ipc/src/ |
D | esp_ipc.c | 188 ret = xSemaphoreGiveFromISR(s_ipc_sem[cpu_id], NULL); in esp_ipc_start_gcov_from_isr() 191 xSemaphoreGiveFromISR(s_ipc_mutex[cpu_id], NULL); in esp_ipc_start_gcov_from_isr() 193 xSemaphoreGiveFromISR(s_ipc_mutex[0], NULL); in esp_ipc_start_gcov_from_isr()
|
/hal_espressif-3.5.0/components/freertos/test/ |
D | test_isr_latency.c | 40 xSemaphoreGiveFromISR(sync, &yield); in software_isr_using_parameter_vportyield() 53 xSemaphoreGiveFromISR(sync, &yield); in software_isr_using_no_argument_vportyield()
|
D | test_float_in_isr.c | 33 xSemaphoreGiveFromISR(ctx->sync, &yield); in software_isr()
|
D | test_freertos_eventgroups.c | 156 xSemaphoreGiveFromISR(done_sem, &task_woken); in event_group_isr()
|
D | test_suspend_scheduler.c | 34 xSemaphoreGiveFromISR(isr_semaphore, &higher_awoken); in timer_group0_isr()
|
/hal_espressif-3.5.0/components/freertos/include/freertos/ |
D | semphr.h | 649 #define xSemaphoreGiveFromISR( xSemaphore, pxHigherPriorityTaskWoken ) xQueueGiveFromISR( ( Queu… macro
|
/hal_espressif-3.5.0/examples/peripherals/spi_slave/sender/main/ |
D | app_main.c | 104 xSemaphoreGiveFromISR(rdySem, &mustYield); in gpio_handshake_isr_handler()
|
/hal_espressif-3.5.0/components/driver/ |
D | sdio_slave.c | 467 xSemaphoreGiveFromISR(context.events[i], &yield); in sdio_intr_host() 575 ret = xSemaphoreGiveFromISR(context.remain_cnt, &yield); in sdio_intr_send() 711 xSemaphoreGiveFromISR(context.recv_event, &yield); in sdio_intr_recv()
|
D | spi_slave_hd.c | 430 ret = xSemaphoreGiveFromISR(host->tx_cnting_sem, &awoken); in spi_slave_hd_intr_append() 462 ret = xSemaphoreGiveFromISR(host->rx_cnting_sem, &awoken); in spi_slave_hd_intr_append()
|
/hal_espressif-3.5.0/examples/peripherals/ledc/ledc_fade/main/ |
D | ledc_fade_example_main.c | 74 xSemaphoreGiveFromISR(counting_sem, &taskAwoken); in cb_ledc_fade_end_event()
|
/hal_espressif-3.5.0/components/driver/test/ |
D | test_dedicated_gpio.c | 167 xSemaphoreGiveFromISR(sem, &high_task_wakeup); in test_dedic_gpio_isr_callback()
|
D | test_spi_slave_hd.c | 199 BaseType_t r = xSemaphoreGiveFromISR(ctx->ev_wrbuf, awoken); in wrbuf_cb() 208 BaseType_t r = xSemaphoreGiveFromISR(ctx->ev_rdbuf, awoken); in rdbuf_cb()
|
/hal_espressif-3.5.0/components/esp_ringbuf/ |
D | ringbuf.c | 865 …xSemaphoreGiveFromISR(rbGET_RX_SEM_HANDLE(pxRingbuffer), NULL); //Give semaphore back so other ta… in prvReceiveGenericFromISR() 1114 …xSemaphoreGiveFromISR(rbGET_TX_SEM_HANDLE(pxRingbuffer), pxHigherPriorityTaskWoken); //Give back … in xRingbufferSendFromISR() 1118 xSemaphoreGiveFromISR(rbGET_RX_SEM_HANDLE(pxRingbuffer), pxHigherPriorityTaskWoken); in xRingbufferSendFromISR() 1309 xSemaphoreGiveFromISR(rbGET_TX_SEM_HANDLE(pxRingbuffer), pxHigherPriorityTaskWoken); in vRingbufferReturnItemFromISR()
|
/hal_espressif-3.5.0/components/newlib/ |
D | locks.c | 193 xSemaphoreGiveFromISR(h, &higher_task_woken); in lock_release_generic()
|
/hal_espressif-3.5.0/components/lwip/port/esp32/freertos/ |
D | sys_arch.c | 166 xSemaphoreGiveFromISR(*sem, &woken); in sys_sem_signal_isr()
|
/hal_espressif-3.5.0/components/bt/controller/esp32/ |
D | hli_api.c | 158 res = xSemaphoreGiveFromISR((SemaphoreHandle_t) queue->downstream, &do_yield); in queue_isr_handler()
|
/hal_espressif-3.5.0/docs/en/api-reference/system/ |
D | async_memcpy.rst | 48 …return true if it wakes up a high priority task by some API like :cpp:func:`xSemaphoreGiveFromISR`.
|
/hal_espressif-3.5.0/examples/peripherals/rmt/step_motor/components/step_motor/src/ |
D | step_motor_rmt.c | 268 xSemaphoreGiveFromISR(rmt_step_motor->notify_semphr, &xHigherPriorityTaskWoken); in rmt_tx_loop_intr()
|
/hal_espressif-3.5.0/components/esp_timer/test/ |
D | test_esp_timer.c | 693 xSemaphoreGiveFromISR(sem, 0); in test_tick_hook() 1050 xSemaphoreGiveFromISR(done, &xHigherPriorityTaskWoken); in isr_callback1()
|
/hal_espressif-3.5.0/components/esp_hw_support/test/ |
D | test_async_memcpy.c | 206 xSemaphoreGiveFromISR(sem, &high_task_wakeup); in test_async_memcpy_isr_cb()
|
/hal_espressif-3.5.0/docs/en/api-reference/peripherals/ |
D | dedic_gpio.rst | 96 xSemaphoreGiveFromISR(sem, &high_task_wakeup);
|
/hal_espressif-3.5.0/components/usb/ |
D | usb_host.c | 193 xSemaphoreGiveFromISR(client_obj->constant.event_sem, &xTaskWoken); in _unblock_client() 219 xSemaphoreGiveFromISR(p_host_lib_obj->constant.event_sem, &xTaskWoken); in _unblock_lib()
|
/hal_espressif-3.5.0/components/esp_wifi/esp32/ |
D | esp_adapter.c | 299 return (int32_t)xSemaphoreGiveFromISR(semphr, hptw); in semphr_give_from_isr_wrapper()
|
/hal_espressif-3.5.0/components/esp_wifi/esp32c3/ |
D | esp_adapter.c | 235 return (int32_t)xSemaphoreGiveFromISR(semphr, hptw); in semphr_give_from_isr_wrapper()
|
/hal_espressif-3.5.0/components/esp_wifi/esp32s2/ |
D | esp_adapter.c | 281 return (int32_t)xSemaphoreGiveFromISR(semphr, hptw); in semphr_give_from_isr_wrapper()
|