Home
last modified time | relevance | path

Searched refs:xSemaphoreGiveFromISR (Results 1 – 25 of 42) sorted by relevance

12

/hal_espressif-3.5.0/components/esp_ipc/src/
Desp_ipc.c188 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/
Dtest_isr_latency.c40 xSemaphoreGiveFromISR(sync, &yield); in software_isr_using_parameter_vportyield()
53 xSemaphoreGiveFromISR(sync, &yield); in software_isr_using_no_argument_vportyield()
Dtest_float_in_isr.c33 xSemaphoreGiveFromISR(ctx->sync, &yield); in software_isr()
Dtest_freertos_eventgroups.c156 xSemaphoreGiveFromISR(done_sem, &task_woken); in event_group_isr()
Dtest_suspend_scheduler.c34 xSemaphoreGiveFromISR(isr_semaphore, &higher_awoken); in timer_group0_isr()
/hal_espressif-3.5.0/components/freertos/include/freertos/
Dsemphr.h649 #define xSemaphoreGiveFromISR( xSemaphore, pxHigherPriorityTaskWoken ) xQueueGiveFromISR( ( Queu… macro
/hal_espressif-3.5.0/examples/peripherals/spi_slave/sender/main/
Dapp_main.c104 xSemaphoreGiveFromISR(rdySem, &mustYield); in gpio_handshake_isr_handler()
/hal_espressif-3.5.0/components/driver/
Dsdio_slave.c467 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()
Dspi_slave_hd.c430 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/
Dledc_fade_example_main.c74 xSemaphoreGiveFromISR(counting_sem, &taskAwoken); in cb_ledc_fade_end_event()
/hal_espressif-3.5.0/components/driver/test/
Dtest_dedicated_gpio.c167 xSemaphoreGiveFromISR(sem, &high_task_wakeup); in test_dedic_gpio_isr_callback()
Dtest_spi_slave_hd.c199 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/
Dringbuf.c865xSemaphoreGiveFromISR(rbGET_RX_SEM_HANDLE(pxRingbuffer), NULL); //Give semaphore back so other ta… in prvReceiveGenericFromISR()
1114xSemaphoreGiveFromISR(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/
Dlocks.c193 xSemaphoreGiveFromISR(h, &higher_task_woken); in lock_release_generic()
/hal_espressif-3.5.0/components/lwip/port/esp32/freertos/
Dsys_arch.c166 xSemaphoreGiveFromISR(*sem, &woken); in sys_sem_signal_isr()
/hal_espressif-3.5.0/components/bt/controller/esp32/
Dhli_api.c158 res = xSemaphoreGiveFromISR((SemaphoreHandle_t) queue->downstream, &do_yield); in queue_isr_handler()
/hal_espressif-3.5.0/docs/en/api-reference/system/
Dasync_memcpy.rst48 …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/
Dstep_motor_rmt.c268 xSemaphoreGiveFromISR(rmt_step_motor->notify_semphr, &xHigherPriorityTaskWoken); in rmt_tx_loop_intr()
/hal_espressif-3.5.0/components/esp_timer/test/
Dtest_esp_timer.c693 xSemaphoreGiveFromISR(sem, 0); in test_tick_hook()
1050 xSemaphoreGiveFromISR(done, &xHigherPriorityTaskWoken); in isr_callback1()
/hal_espressif-3.5.0/components/esp_hw_support/test/
Dtest_async_memcpy.c206 xSemaphoreGiveFromISR(sem, &high_task_wakeup); in test_async_memcpy_isr_cb()
/hal_espressif-3.5.0/docs/en/api-reference/peripherals/
Ddedic_gpio.rst96 xSemaphoreGiveFromISR(sem, &high_task_wakeup);
/hal_espressif-3.5.0/components/usb/
Dusb_host.c193 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/
Desp_adapter.c299 return (int32_t)xSemaphoreGiveFromISR(semphr, hptw); in semphr_give_from_isr_wrapper()
/hal_espressif-3.5.0/components/esp_wifi/esp32c3/
Desp_adapter.c235 return (int32_t)xSemaphoreGiveFromISR(semphr, hptw); in semphr_give_from_isr_wrapper()
/hal_espressif-3.5.0/components/esp_wifi/esp32s2/
Desp_adapter.c281 return (int32_t)xSemaphoreGiveFromISR(semphr, hptw); in semphr_give_from_isr_wrapper()

12