Searched refs:buffers (Results 1 – 15 of 15) sorted by relevance
/hal_espressif-latest/components/esp_wifi/ |
D | Kconfig | 9 int "Max number of WiFi static RX buffers" 15 Set the number of WiFi static RX buffers. Each buffer takes approximately 1.6KB of RAM. 16 The static rx buffers are allocated when esp_wifi_init is called, they are not freed 19 WiFi hardware use these buffers to receive all 802.11 frames. 25 int "Max number of WiFi dynamic RX buffers" 30 … Set the number of WiFi dynamic RX buffers, 0 means unlimited RX buffers will be allocated 41 … If a dynamic RX buffer limit is set, it should be at least the number of static RX buffers. 44 prompt "Type of WiFi TX buffers" 47 Select type of WiFi TX buffers: 49 … If "Static" is selected, WiFi TX buffers are allocated when WiFi is initialized and released [all …]
|
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32c2/ |
D | bootloader.ld | 10 * - 0x3fccb264 - 0x3fcdcb70: Shared buffers, used in UART/USB/SPI download mode only 15 * buffers area (0x3fcdcb70). 223 …* | | 1. Large buffers that are only used in certain boot modes, see sh…
|
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32c3/ |
D | bootloader.ld | 10 * - 0x3fccae00 - 0x3fcdc710: Shared buffers, used in UART/USB/SPI download mode only 15 * buffers area (0x3fcdc710). 224 …* | | 1. Large buffers that are only used in certain boot modes, see sh…
|
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32c6/ |
D | bootloader.ld | 10 * - 0x4086ad08 - 0x4087c610: Shared buffers, used in UART/USB/SPI download mode only 15 * buffers area (0x4087c610). 221 …* | | 1. Large buffers that are only used in certain boot modes, see sh…
|
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32h2/ |
D | bootloader.ld | 10 * - 0x4083ba78 - 0x4084d380: Shared buffers, used in UART/USB/SPI download mode only 16 * buffers area (0x4084d380). 221 …* | | 1. Large buffers that are only used in certain boot modes, see sh…
|
/hal_espressif-latest/components/bt/controller/esp32c6/ |
D | bt.c | 112 …(interface_func_t bt_controller_log_interface, bool task_create, uint8_t buffers, uint32_t *bufs_s… 114 extern void r_ble_log_async_select_dump_buffers(uint8_t buffers); 221 uint8_t buffers = 0; in esp_bt_controller_log_init() local 228 buffers |= ESP_BLE_LOG_BUF_CONTROLLER; in esp_bt_controller_log_init() 231 buffers |= ESP_BLE_LOG_BUF_HCI; in esp_bt_controller_log_init() 251 …ret = r_ble_log_init_async(bt_controller_log_interface, task_create, buffers, (uint32_t *)log_bufs… in esp_bt_controller_log_init()
|
D | Kconfig.in | 274 The number of ACL data buffers. 297 event buffers are for everything except advertising reports. If there 298 are no free high-priority event buffers then host will try to allocate a 306 buffers are only used for advertising reports. If there are no free 307 low-priority event buffers, then an incoming advertising report will
|
/hal_espressif-latest/components/bt/controller/esp32h2/ |
D | bt.c | 106 …(interface_func_t bt_controller_log_interface, bool task_create, uint8_t buffers, uint32_t *bufs_s… 108 extern void r_ble_log_async_select_dump_buffers(uint8_t buffers); 218 uint8_t buffers = 0; in esp_bt_controller_log_init() local 225 buffers |= ESP_BLE_LOG_BUF_CONTROLLER; in esp_bt_controller_log_init() 228 buffers |= ESP_BLE_LOG_BUF_HCI; in esp_bt_controller_log_init() 248 …ret = r_ble_log_init_async(bt_controller_log_interface, task_create, buffers, (uint32_t *)log_bufs… in esp_bt_controller_log_init()
|
D | Kconfig.in | 265 The number of ACL data buffers. 288 event buffers are for everything except advertising reports. If there 289 are no free high-priority event buffers then host will try to allocate a 297 buffers are only used for advertising reports. If there are no free 298 low-priority event buffers, then an incoming advertising report will
|
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32s3/ |
D | bootloader.ld | 10 * - 0x3fcd7e00 - 0x3fce9704: Shared buffers, used in UART/USB/SPI download mode only 16 * buffers area (0x3fce9704). For alignment purpose we shall use value (0x3fce9700). 243 …* | | 1. Large buffers that are only used in certain boot modes, see sh…
|
/hal_espressif-latest/components/bt/controller/esp32c2/ |
D | bt.c | 122 …(interface_func_t bt_controller_log_interface, bool task_create, uint8_t buffers, uint32_t *bufs_s… 240 uint8_t buffers = 0; in esp_bt_controller_log_init() local 247 buffers |= ESP_BLE_LOG_BUF_CONTROLLER; in esp_bt_controller_log_init() 250 buffers |= ESP_BLE_LOG_BUF_HCI; in esp_bt_controller_log_init() 270 …ret = ble_log_init_async(bt_controller_log_interface, task_create, buffers, (uint32_t *)log_bufs_s… in esp_bt_controller_log_init()
|
D | Kconfig.in | 240 The number of ACL data buffers. 263 event buffers are for everything except advertising reports. If there 264 are no free high-priority event buffers then host will try to allocate a 272 buffers are only used for advertising reports. If there are no free 273 low-priority event buffers, then an incoming advertising report will
|
/hal_espressif-latest/components/bt/esp_ble_mesh/ |
D | Kconfig.in | 135 int "Number of advertising buffers for BLE advertising packets" 139 Number of advertising buffers for BLE packets available. 365 variable in the bottom layer to record the usage of advertising buffers of BLE Mesh 576 int "Number of advertising buffers" 580 Number of advertising buffers available. The transport layer reserves 581 ADV_BUF_COUNT - 3 buffers for outgoing segments. The maximum outgoing 679 Be sure to specify a sufficient number of advertising buffers 681 least three more advertising buffers (BLE_MESH_ADV_BUF_COUNT) 697 bool "Use separate advertising buffers for relay packets" 706 int "Number of advertising buffers for relay packets" [all …]
|
/hal_espressif-latest/components/bt/host/nimble/ |
D | Kconfig.in | 328 The number of ACL data buffers allocated for host. 354 event buffers are for everything except advertising reports. If there 355 are no free high-priority event buffers then host will try to allocate a 364 buffers are only used for advertising reports. If there are no free 365 low-priority event buffers, then an incoming advertising report will 397 Host flow control threshold, if the number of free buffers are at or
|
/hal_espressif-latest/components/mbedtls/ |
D | Kconfig | 47 … TLS input and output buffers will be allocated in IRAM section which is 32bit aligned
|