Home
last modified time | relevance | path

Searched refs:xQueueSendFromISR (Results 1 – 25 of 37) sorted by relevance

12

/hal_espressif-3.6.0/components/driver/
Dspi_slave_hd.c312 ret = xQueueSendFromISR(host->tx_ret_queue, &host->tx_desc, &awoken); in spi_slave_hd_intr_segment()
331 ret = xQueueSendFromISR(host->rx_ret_queue, &host->rx_desc, &awoken); in spi_slave_hd_intr_segment()
427 ret = xQueueSendFromISR(host->tx_ret_queue, &trans_desc, &awoken); in spi_slave_hd_intr_append()
459 ret = xQueueSendFromISR(host->rx_ret_queue, &trans_desc, &awoken); in spi_slave_hd_intr_append()
Di2s.c359 …ret = xQueueSendFromISR(p_i2s->rx->queue, &(((lldesc_t *)finish_desc)->buf), &high_priority_task_a… in i2s_dma_rx_callback()
365 xQueueSendFromISR(p_i2s->i2s_queue, (void * )&i2s_event, &high_priority_task_awoken); in i2s_dma_rx_callback()
397 …ret = xQueueSendFromISR(p_i2s->tx->queue, &(((lldesc_t *)finish_desc)->buf), &high_priority_task_a… in i2s_dma_tx_callback()
403 xQueueSendFromISR(p_i2s->i2s_queue, (void * )&i2s_event, &high_priority_task_awoken); in i2s_dma_tx_callback()
437 xQueueSendFromISR(p_i2s->i2s_queue, (void * )&i2s_event, &high_priority_task_awoken); in i2s_intr_handler_default()
453xQueueSendFromISR(p_i2s->tx->queue, &(((lldesc_t *)finish_desc)->buf), &high_priority_task_awoken); in i2s_intr_handler_default()
459 xQueueSendFromISR(p_i2s->i2s_queue, (void * )&i2s_event, &high_priority_task_awoken); in i2s_intr_handler_default()
469xQueueSendFromISR(p_i2s->rx->queue, &(((lldesc_t *)finish_desc)->buf), &high_priority_task_awoken); in i2s_intr_handler_default()
475 xQueueSendFromISR(p_i2s->i2s_queue, (void * )&i2s_event, &high_priority_task_awoken); in i2s_intr_handler_default()
Dtwai.c131 if (xQueueSendFromISR(p_twai_obj->rx_queue, &frame, task_woken) == pdTRUE) { in twai_handle_rx_buffer_frames()
151 if (xQueueSendFromISR(p_twai_obj->rx_queue, &frame, task_woken) == pdTRUE) { in twai_handle_rx_buffer_frames()
Dspi_slave.c354 xQueueSendFromISR(host->ret_queue, &host->cur_trans, &do_yield); in spi_intr()
Dsdmmc_host.c684 xQueueSendFromISR(queue, &event, &higher_priority_task_awoken); in sdmmc_isr()
Dsdio_slave.c570 ret = xQueueSendFromISR(context.ret_queue, &finished_arg, &yield); in sdio_intr_send()
/hal_espressif-3.6.0/components/freemodbus/port/
Dportevent.c93 xStatus = xQueueSendFromISR(xQueueHdl, (const void*)&eEvent, &xHigherPriorityTaskWoken); in xMBPortEventPost()
/hal_espressif-3.6.0/components/usb/test/hcd/
Dtest_hcd_common.c61 xQueueSendFromISR(port_evt_queue, &msg, &xTaskWoken); in port_callback()
84 xQueueSendFromISR(pipe_evt_queue, &msg, &xTaskWoken); in pipe_callback()
/hal_espressif-3.6.0/examples/peripherals/gpio/generic_gpio/main/
Dgpio_example_main.c47 xQueueSendFromISR(gpio_evt_queue, &gpio_num, NULL); in gpio_isr_handler()
/hal_espressif-3.6.0/examples/peripherals/mcpwm/mcpwm_brushed_dc_control/components/motor_ctrl_timer/
Dmotor_ctrl_timer.c37 xQueueSendFromISR(info->timer_evt_que, info, &high_task_awoken); in motor_ctrl_timer_isr_callback()
/hal_espressif-3.6.0/examples/peripherals/mcpwm/mcpwm_capture_hc_sr04/main/
Dmcpwm_capture_hc_sr04.c74 xQueueSendFromISR(cap_queue, &pulse_count, &high_task_wakeup); in sr04_echo_isr_handler()
/hal_espressif-3.6.0/examples/peripherals/timer_group/main/
Dtimer_group_example_main.c69 xQueueSendFromISR(s_timer_queue, &evt, &high_task_awoken); in timer_group_isr_callback()
/hal_espressif-3.6.0/examples/peripherals/pcnt/pulse_count_event/main/
Dpcnt_event_example_main.c74 xQueueSendFromISR(pcnt_evt_queue, &evt, NULL); in pcnt_example_intr_handler()
/hal_espressif-3.6.0/examples/peripherals/touch_sensor/touch_sensor_v2/touch_pad_interrupt/main/
Dtp_interrupt_main.c65 xQueueSendFromISR(que_touch, &evt, &task_awoken); in touchsensor_interrupt_cb()
/hal_espressif-3.6.0/components/driver/test/adc_dma_test/
Dtest_esp32s2.c141 xQueueSendFromISR(que_adc, &adc_evt, &task_awoken); in adc_dma_isr()
145 xQueueSendFromISR(que_adc, &adc_evt, &task_awoken); in adc_dma_isr()
/hal_espressif-3.6.0/components/freertos/include/freertos/
Dqueue.h1312 #define xQueueSendFromISR( xQueue, pvItemToQueue, pxHigherPriorityTaskWoken ) \ macro
/hal_espressif-3.6.0/components/lwip/port/esp32/freertos/
Dsys_arch.c294 ret = xQueueSendFromISR((*mbox)->os_mbox, &msg, &xHigherPriorityTaskWoken); in sys_mbox_trypost_fromisr()
/hal_espressif-3.6.0/components/bt/controller/esp32/
Dhli_api.c160 res = xQueueSendFromISR(queue->downstream, scratch, &do_yield); in queue_isr_handler()
/hal_espressif-3.6.0/components/driver/test/dac_dma_test/
Dtest_esp32s2.c139 xQueueSendFromISR(que_dac, &adc_evt, &task_awoken); in dac_dma_isr()
/hal_espressif-3.6.0/components/esp_wifi/esp32/
Desp_adapter.c357 return (int32_t)xQueueSendFromISR(queue, item, hptw); in queue_send_from_isr_wrapper()
/hal_espressif-3.6.0/components/esp_wifi/esp32c3/
Desp_adapter.c293 return (int32_t)xQueueSendFromISR(queue, item, hptw); in queue_send_from_isr_wrapper()
/hal_espressif-3.6.0/components/esp_wifi/esp32s2/
Desp_adapter.c339 return (int32_t)xQueueSendFromISR(queue, item, hptw); in queue_send_from_isr_wrapper()
/hal_espressif-3.6.0/components/esp_wifi/esp32s3/
Desp_adapter.c347 return (int32_t)xQueueSendFromISR(queue, item, hptw); in queue_send_from_isr_wrapper()
/hal_espressif-3.6.0/components/freertos/
Dtimers.c1114 xReturn = xQueueSendFromISR( xTimerQueue, &xMessage, pxHigherPriorityTaskWoken ); in xTimerPendFunctionCallFromISR()
/hal_espressif-3.6.0/components/driver/test/
Dtest_pcnt.c104 xQueueSendFromISR(pcnt_evt_queue, &status, &port_status); in pcnt_intr_handler()

12