Home
last modified time | relevance | path

Searched refs:xQueueCreateStatic (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-2.7.6/components/freertos/test/
Dtest_freertos_backported_functions.c97 …QueueHandle_t handle = xQueueCreateStatic(NO_OF_ITEMS, ITEM_SIZE,(uint8_t*) &queue_storage_area, &…
/hal_espressif-2.7.6/components/freertos/include/freertos/
Dqueue.h204 …#define xQueueCreateStatic( uxQueueLength, uxItemSize, pucQueueStorage, pxQueueBuffer ) xQueueGene… macro
/hal_espressif-2.7.6/components/driver/
Dtwai.c368 …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()
Di2c.c315 …p_i2c->cmd_evt_queue = xQueueCreateStatic(I2C_EVT_QUEUE_LEN, sizeof(i2c_cmd_evt_t), p_i2c->evt_qu… in i2c_driver_install()
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_core/
Dadv.c610 …adv_queue.handle = xQueueCreateStatic(BLE_MESH_ADV_QUEUE_SIZE, sizeof(bt_mesh_msg_t), (uint8_t*)ad… in bt_mesh_adv_init()
631 …relay_queue.handle = xQueueCreateStatic(BLE_MESH_RELAY_QUEUE_SIZE, sizeof(bt_mesh_msg_t), (uint8_t… in bt_mesh_adv_init()
/hal_espressif-2.7.6/components/esp_wifi/esp32s2/
Desp_adapter.c119 …queue->handle = xQueueCreateStatic( queue_len, item_size, ((uint8_t*)(queue->storage)) + sizeof(St… in wifi_create_queue()
/hal_espressif-2.7.6/components/esp_wifi/esp32s3/
Desp_adapter.c121 …queue->handle = xQueueCreateStatic( queue_len, item_size, ((uint8_t*)(queue->storage)) + sizeof(St… in wifi_create_queue()
/hal_espressif-2.7.6/components/esp_wifi/esp32/
Desp_adapter.c131 …queue->handle = xQueueCreateStatic( queue_len, item_size, ((uint8_t*)(queue->storage)) + sizeof(St… in wifi_create_queue()
/hal_espressif-2.7.6/components/freertos/
Dtimers.c940 …xTimerQueue = xQueueCreateStatic( ( UBaseType_t ) configTIMER_QUEUE_LENGTH, ( UBaseType_t ) sizeof… in prvCheckForValidListAndQueue()
/hal_espressif-2.7.6/components/bt/controller/esp32s3/
Dbt.c592 handle = xQueueCreateStatic(queue_len, item_size, queue_storage, queue_buffer); in queue_create_wrapper()
/hal_espressif-2.7.6/components/bt/controller/esp32/
Dbt.c694 handle = xQueueCreateStatic(queue_len, item_size, queue_storage, queue_buffer); in queue_create_wrapper()