/hal_espressif-2.7.6/examples/peripherals/mcpwm/mcpwm_basic_config/main/ |
D | mcpwm_basic_config_example.c | 174 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/ |
D | mcpwm_bldc_control_hall_sensor_example.c | 173 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/ |
D | portevent.c | 93 xStatus = xQueueSendFromISR(xQueueHdl, (const void*)&eEvent, &xHigherPriorityTaskWoken); in xMBPortEventPost()
|
/hal_espressif-2.7.6/examples/peripherals/gpio/generic_gpio/main/ |
D | gpio_example_main.c | 47 xQueueSendFromISR(gpio_evt_queue, &gpio_num, NULL); in gpio_isr_handler()
|
/hal_espressif-2.7.6/components/driver/ |
D | spi_slave_hd.c | 320 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()
|
D | i2s.c | 527 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()
|
D | twai.c | 139 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()
|
D | spi_slave.c | 362 xQueueSendFromISR(host->ret_queue, &host->cur_trans, &do_yield); in spi_intr()
|
D | sdmmc_host.c | 607 xQueueSendFromISR(queue, &event, &higher_priority_task_awoken); in sdmmc_isr()
|
D | sdio_slave.c | 548 ret = xQueueSendFromISR(context.ret_queue, &finished_arg, &yield); in sdio_intr_send()
|
/hal_espressif-2.7.6/examples/peripherals/timer_group/main/ |
D | timer_group_example_main.c | 92 xQueueSendFromISR(timer_queue, &evt, NULL); in timer_group0_isr()
|
/hal_espressif-2.7.6/examples/peripherals/pcnt/pulse_count_event/main/ |
D | pcnt_event_example_main.c | 74 xQueueSendFromISR(pcnt_evt_queue, &evt, NULL); in pcnt_example_intr_handler()
|
/hal_espressif-2.7.6/examples/peripherals/touch_pad_interrupt/main/esp32s2/ |
D | tp_interrupt_main.c | 67 xQueueSendFromISR(que_touch, &evt, &task_awoken); in touchsensor_interrupt_cb()
|
/hal_espressif-2.7.6/components/driver/test/ |
D | test_pwm.c | 438 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()
|
D | test_pcnt.c | 98 xQueueSendFromISR(pcnt_evt_queue, &status, &port_status); in pcnt_intr_handler()
|
/hal_espressif-2.7.6/components/freertos/include/freertos/ |
D | queue.h | 1057 #define xQueueSendFromISR( xQueue, pvItemToQueue, pxHigherPriorityTaskWoken ) xQueueGenericSendFrom… macro
|
/hal_espressif-2.7.6/components/driver/test/adc_dma_test/ |
D | test_esp32s2.c | 128 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/ |
D | sys_arch.c | 289 ret = xQueueSendFromISR((*mbox)->os_mbox, &msg, &xHigherPriorityTaskWoken); in sys_mbox_trypost_fromisr()
|
/hal_espressif-2.7.6/components/driver/test/dac_dma_test/ |
D | test_esp32s2.c | 147 xQueueSendFromISR(que_dac, &adc_evt, &task_awoken); in dac_dma_isr()
|
/hal_espressif-2.7.6/components/esp_wifi/esp32s2/ |
D | esp_adapter.c | 334 return (int32_t)xQueueSendFromISR(queue, item, hptw); in queue_send_from_isr_wrapper()
|
/hal_espressif-2.7.6/components/esp_wifi/esp32s3/ |
D | esp_adapter.c | 346 return (int32_t)xQueueSendFromISR(queue, item, hptw); in queue_send_from_isr_wrapper()
|
/hal_espressif-2.7.6/components/esp_wifi/esp32/ |
D | esp_adapter.c | 356 return (int32_t)xQueueSendFromISR(queue, item, hptw); in queue_send_from_isr_wrapper()
|
/hal_espressif-2.7.6/components/esp_wifi/esp32c3/ |
D | esp_adapter.c | 301 return (int32_t)xQueueSendFromISR(queue, item, hptw); in queue_send_from_isr_wrapper()
|
/hal_espressif-2.7.6/components/freertos/ |
D | timers.c | 1040 xReturn = xQueueSendFromISR( xTimerQueue, &xMessage, pxHigherPriorityTaskWoken ); in xTimerPendFunctionCallFromISR()
|
/hal_espressif-2.7.6/components/touch_element/ |
D | touch_element.c | 368 xQueueSendFromISR(s_te_obj->intr_msg_queue, &te_intr_msg, &task_awoken); in te_intr_cb()
|