Searched refs:xQueueCreateStatic (Results 1 – 5 of 5) sorted by relevance
| /device/soc/esp/esp32/components/osal/include/esp_osal/ |
| D | queue.h | 204 …#define xQueueCreateStatic( uxQueueLength, uxItemSize, pucQueueStorage, pxQueueBuffer ) xQueueGene… macro
|
| /device/soc/esp/esp32/components/driver/ |
| D | twai.c | 368 …p_obj->tx_queue = xQueueCreateStatic(tx_queue_len, sizeof(twai_hal_frame_t), p_obj->tx_queue_buff,… in twai_alloc_driver_obj() 373 …p_obj->rx_queue = xQueueCreateStatic(rx_queue_len, sizeof(twai_hal_frame_t), p_obj->rx_queue_buff,… in twai_alloc_driver_obj()
|
| D | i2c.c | 314 …p_i2c->cmd_evt_queue = xQueueCreateStatic(I2C_EVT_QUEUE_LEN, sizeof(i2c_cmd_evt_t), p_i2c->evt_qu… in i2c_driver_install()
|
| /device/soc/esp/esp32/components/esp_wifi/esp32/ |
| D | esp_adapter.c | 130 …queue->handle = xQueueCreateStatic( queue_len, item_size, ((uint8_t*)(queue->storage)) + sizeof(St… in wifi_create_queue()
|
| /device/soc/esp/esp32/components/bt/controller/esp32/ |
| D | bt.c | 692 handle = xQueueCreateStatic(queue_len, item_size, queue_storage, queue_buffer); in queue_create_wrapper()
|