/hal_espressif-2.7.6/components/freertos/test/ |
D | test_preemption.c | 51 QueueHandle_t queue = xQueueCreate(1, sizeof(uint32_t)); 85 QueueHandle_t queue = xQueueCreate(1, sizeof(uint32_t));
|
D | test_queuesets.c | 26 handles[i] = xQueueCreate(QUEUE_LEN, ITEM_SIZE); 96 queue_handles[i] = xQueueCreate(QUEUE_LEN, ITEM_SIZE);
|
D | test_freertos_debug_functions.c | 33 handles[i + offset] = xQueueCreate(1,1); //Create queues in test_queue_registry_task()
|
/hal_espressif-2.7.6/components/mdns/test_afl_fuzz_host/ |
D | esp32_mock.h | 8 QueueHandle_t xQueueCreate( uint32_t uxQueueLength,
|
D | esp32_mock.c | 60 QueueHandle_t xQueueCreate( uint32_t uxQueueLength, uint32_t uxItemSize ) in xQueueCreate() function
|
/hal_espressif-2.7.6/examples/peripherals/twai/twai_network/twai_network_master/main/ |
D | twai_network_example_master_main.c | 211 rx_task_queue = xQueueCreate(1, sizeof(rx_task_action_t)); in app_main() 212 tx_task_queue = xQueueCreate(1, sizeof(tx_task_action_t)); in app_main()
|
/hal_espressif-2.7.6/examples/peripherals/twai/twai_network/twai_network_slave/main/ |
D | twai_network_example_slave_main.c | 238 tx_task_queue = xQueueCreate(1, sizeof(tx_task_action_t)); in app_main() 239 rx_task_queue = xQueueCreate(1, sizeof(rx_task_action_t)); in app_main()
|
/hal_espressif-2.7.6/components/freemodbus/port/ |
D | portevent.c | 67 if((xQueueHdl = xQueueCreate(MB_EVENT_QUEUE_SIZE, sizeof(eMBEventType))) != NULL) in xMBPortEventInit()
|
/hal_espressif-2.7.6/components/spi_flash/test/ |
D | test_cache_disabled.c | 35 result_queue = xQueueCreate(1, sizeof(bool));
|
/hal_espressif-2.7.6/components/driver/test/touch_sensor_test/ |
D | test_esp32s2.c | 810 que_touch = xQueueCreate(TEST_TOUCH_CHANNEL, sizeof(touch_event_t)); in test_touch_interrupt() 877 que_touch = xQueueCreate(TEST_TOUCH_CHANNEL, sizeof(touch_event_t)); in test_touch_scan_done_interrupt() 944 que_touch = xQueueCreate(TEST_TOUCH_CHANNEL, sizeof(touch_event_t)); in test_touch_timeout_interrupt() 1046 que_touch = xQueueCreate(TEST_TOUCH_CHANNEL, sizeof(touch_event_t)); in test_touch_filter_parameter_debounce() 1110 que_touch = xQueueCreate(TEST_TOUCH_CHANNEL, sizeof(touch_event_t)); in test_touch_filter_parameter_reset() 1205 que_touch = xQueueCreate(TEST_TOUCH_CHANNEL, sizeof(touch_event_t)); in test_touch_filter_parameter_jitter() 1305 que_touch = xQueueCreate(TEST_TOUCH_CHANNEL, sizeof(touch_event_t)); in test_touch_denoise() 1419 que_touch = xQueueCreate(TEST_TOUCH_CHANNEL, sizeof(touch_event_t)); in test_touch_waterproof() 1496 que_touch = xQueueCreate(TEST_TOUCH_CHANNEL, sizeof(touch_event_t)); in test_touch_proximity() 1602 que_touch = xQueueCreate(TEST_TOUCH_CHANNEL, sizeof(touch_event_t)); in test_touch_sleep_reading_stable() [all …]
|
/hal_espressif-2.7.6/examples/peripherals/gpio/generic_gpio/main/ |
D | gpio_example_main.c | 90 gpio_evt_queue = xQueueCreate(10, sizeof(uint32_t)); in app_main()
|
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/classic_bt/hfp_ag/main/ |
D | bt_app_core.c | 97 bt_app_task_queue = xQueueCreate(10, sizeof(bt_app_msg_t)); in bt_app_task_start_up()
|
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/classic_bt/hfp_hf/main/ |
D | bt_app_core.c | 101 bt_app_task_queue = xQueueCreate(10, sizeof(bt_app_msg_t)); in bt_app_task_start_up()
|
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/classic_bt/a2dp_source/main/ |
D | bt_app_core.c | 98 s_bt_app_task_queue = xQueueCreate(10, sizeof(bt_app_msg_t)); in bt_app_task_start_up()
|
/hal_espressif-2.7.6/examples/system/sysview_tracing_heap_log/main/ |
D | sysview_heap_log.c | 46 QueueHandle_t queue = xQueueCreate(10, sizeof(void *)); in alloc_task()
|
/hal_espressif-2.7.6/examples/bluetooth/nimble/bleprph/main/ |
D | scli.c | 156 cli_handle = xQueueCreate( 1, sizeof(int) ); in scli_init()
|
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/classic_bt/bt_spp_vfs_initiator/main/ |
D | spp_task.c | 104 spp_task_task_queue = xQueueCreate(10, sizeof(spp_task_msg_t)); in spp_task_task_start_up()
|
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/classic_bt/bt_spp_vfs_acceptor/main/ |
D | spp_task.c | 104 spp_task_task_queue = xQueueCreate(10, sizeof(spp_task_msg_t)); in spp_task_task_start_up()
|
/hal_espressif-2.7.6/components/driver/ |
D | spi_slave_hd.c | 158 host->tx_ret_queue = xQueueCreate(config->queue_size, sizeof(spi_slave_hd_data_t *)); in spi_slave_hd_init() 159 host->rx_ret_queue = xQueueCreate(config->queue_size, sizeof(spi_slave_hd_data_t *)); in spi_slave_hd_init() 161 host->tx_trans_queue = xQueueCreate(config->queue_size, sizeof(spi_slave_hd_data_t *)); in spi_slave_hd_init() 162 host->rx_trans_queue = xQueueCreate(config->queue_size, sizeof(spi_slave_hd_data_t *)); in spi_slave_hd_init()
|
D | spi_slave.c | 193 …spihost[host]->trans_queue = xQueueCreate(slave_config->queue_size, sizeof(spi_slave_transaction_t… in spi_slave_initialize() 194 …spihost[host]->ret_queue = xQueueCreate(slave_config->queue_size, sizeof(spi_slave_transaction_t *… in spi_slave_initialize()
|
/hal_espressif-2.7.6/examples/peripherals/timer_group/main/ |
D | timer_group_example_main.c | 165 timer_queue = xQueueCreate(10, sizeof(timer_event_t)); in app_main()
|
/hal_espressif-2.7.6/examples/peripherals/pcnt/pulse_count_event/main/ |
D | pcnt_event_example_main.c | 163 pcnt_evt_queue = xQueueCreate(10, sizeof(pcnt_evt_t)); in app_main()
|
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/coex/a2dp_gatts_coex/main/ |
D | bt_app_core.c | 102 s_bt_app_task_queue = xQueueCreate(10, sizeof(bt_app_msg_t)); in bt_app_task_start_up()
|
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/classic_bt/a2dp_sink/main/ |
D | bt_app_core.c | 102 s_bt_app_task_queue = xQueueCreate(10, sizeof(bt_app_msg_t)); in bt_app_task_start_up()
|
/hal_espressif-2.7.6/examples/peripherals/touch_pad_interrupt/main/esp32s2/ |
D | tp_interrupt_main.c | 152 que_touch = xQueueCreate(TOUCH_BUTTON_NUM, sizeof(touch_event_t)); in app_main()
|