Home
last modified time | relevance | path

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

12

/hal_espressif-2.7.6/examples/peripherals/mcpwm/mcpwm_basic_config/main/
Dmcpwm_basic_config_example.c174 xQueueSendFromISR(cap_queue, &evt, NULL); in isr_handler()
181 xQueueSendFromISR(cap_queue, &evt, NULL); in isr_handler()
188 xQueueSendFromISR(cap_queue, &evt, NULL); in isr_handler()
/hal_espressif-2.7.6/examples/peripherals/mcpwm/mcpwm_bldc_control/main/
Dmcpwm_bldc_control_hall_sensor_example.c173 xQueueSendFromISR(cap_queue, &evt, NULL); in isr_handler()
178 xQueueSendFromISR(cap_queue, &evt, NULL); in isr_handler()
183 xQueueSendFromISR(cap_queue, &evt, NULL); in isr_handler()
/hal_espressif-2.7.6/components/freemodbus/port/
Dportevent.c93 xStatus = xQueueSendFromISR(xQueueHdl, (const void*)&eEvent, &xHigherPriorityTaskWoken); in xMBPortEventPost()
/hal_espressif-2.7.6/examples/peripherals/gpio/generic_gpio/main/
Dgpio_example_main.c47 xQueueSendFromISR(gpio_evt_queue, &gpio_num, NULL); in gpio_isr_handler()
/hal_espressif-2.7.6/components/driver/
Dspi_slave_hd.c320 ret = xQueueSendFromISR(host->tx_ret_queue, &host->tx_desc, &awoken); in spi_slave_hd_intr_segment()
339 ret = xQueueSendFromISR(host->rx_ret_queue, &host->rx_desc, &awoken); in spi_slave_hd_intr_segment()
435 ret = xQueueSendFromISR(host->tx_ret_queue, &trans_desc, &awoken); in spi_slave_hd_intr_append()
467 ret = xQueueSendFromISR(host->rx_ret_queue, &trans_desc, &awoken); in spi_slave_hd_intr_append()
Di2s.c527 xQueueSendFromISR(p_i2s->i2s_queue, (void * )&i2s_event, &high_priority_task_awoken); in i2s_intr_handler_default()
543 xQueueSendFromISR(p_i2s->tx->queue, (void*)(&finish_desc->buf), &high_priority_task_awoken); in i2s_intr_handler_default()
549 xQueueSendFromISR(p_i2s->i2s_queue, (void * )&i2s_event, &high_priority_task_awoken); in i2s_intr_handler_default()
559 xQueueSendFromISR(p_i2s->rx->queue, (void*)(&finish_desc->buf), &high_priority_task_awoken); in i2s_intr_handler_default()
565 xQueueSendFromISR(p_i2s->i2s_queue, (void * )&i2s_event, &high_priority_task_awoken); in i2s_intr_handler_default()
Dtwai.c139 if (xQueueSendFromISR(p_twai_obj->rx_queue, &frame, task_woken) == pdTRUE) { in twai_handle_rx_buffer_frames()
158 if (xQueueSendFromISR(p_twai_obj->rx_queue, &frame, task_woken) == pdTRUE) { in twai_handle_rx_buffer_frames()
Dspi_slave.c362 xQueueSendFromISR(host->ret_queue, &host->cur_trans, &do_yield); in spi_intr()
Dsdmmc_host.c607 xQueueSendFromISR(queue, &event, &higher_priority_task_awoken); in sdmmc_isr()
Dsdio_slave.c548 ret = xQueueSendFromISR(context.ret_queue, &finished_arg, &yield); in sdio_intr_send()
/hal_espressif-2.7.6/examples/peripherals/timer_group/main/
Dtimer_group_example_main.c92 xQueueSendFromISR(timer_queue, &evt, NULL); in timer_group0_isr()
/hal_espressif-2.7.6/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-2.7.6/examples/peripherals/touch_pad_interrupt/main/esp32s2/
Dtp_interrupt_main.c67 xQueueSendFromISR(que_touch, &evt, &task_awoken); in touchsensor_interrupt_cb()
/hal_espressif-2.7.6/components/driver/test/
Dtest_pwm.c438 xQueueSendFromISR(cap_queue, &evt, NULL); in isr_handler()
443 xQueueSendFromISR(cap_queue, &evt, NULL); in isr_handler()
448 xQueueSendFromISR(cap_queue, &evt, NULL); in isr_handler()
Dtest_pcnt.c98 xQueueSendFromISR(pcnt_evt_queue, &status, &port_status); in pcnt_intr_handler()
/hal_espressif-2.7.6/components/freertos/include/freertos/
Dqueue.h1057 #define xQueueSendFromISR( xQueue, pvItemToQueue, pxHigherPriorityTaskWoken ) xQueueGenericSendFrom… macro
/hal_espressif-2.7.6/components/driver/test/adc_dma_test/
Dtest_esp32s2.c128 xQueueSendFromISR(que_adc, &adc_evt, &task_awoken); in adc_dma_isr()
132 xQueueSendFromISR(que_adc, &adc_evt, &task_awoken); in adc_dma_isr()
/hal_espressif-2.7.6/components/lwip/port/esp32/freertos/
Dsys_arch.c289 ret = xQueueSendFromISR((*mbox)->os_mbox, &msg, &xHigherPriorityTaskWoken); in sys_mbox_trypost_fromisr()
/hal_espressif-2.7.6/components/driver/test/dac_dma_test/
Dtest_esp32s2.c147 xQueueSendFromISR(que_dac, &adc_evt, &task_awoken); in dac_dma_isr()
/hal_espressif-2.7.6/components/esp_wifi/esp32s2/
Desp_adapter.c334 return (int32_t)xQueueSendFromISR(queue, item, hptw); in queue_send_from_isr_wrapper()
/hal_espressif-2.7.6/components/esp_wifi/esp32s3/
Desp_adapter.c346 return (int32_t)xQueueSendFromISR(queue, item, hptw); in queue_send_from_isr_wrapper()
/hal_espressif-2.7.6/components/esp_wifi/esp32/
Desp_adapter.c356 return (int32_t)xQueueSendFromISR(queue, item, hptw); in queue_send_from_isr_wrapper()
/hal_espressif-2.7.6/components/esp_wifi/esp32c3/
Desp_adapter.c301 return (int32_t)xQueueSendFromISR(queue, item, hptw); in queue_send_from_isr_wrapper()
/hal_espressif-2.7.6/components/freertos/
Dtimers.c1040 xReturn = xQueueSendFromISR( xTimerQueue, &xMessage, pxHigherPriorityTaskWoken ); in xTimerPendFunctionCallFromISR()
/hal_espressif-2.7.6/components/touch_element/
Dtouch_element.c368 xQueueSendFromISR(s_te_obj->intr_msg_queue, &te_intr_msg, &task_awoken); in te_intr_cb()

12