Home
last modified time | relevance | path

Searched refs:BLE_CONTROLLER_MALLOC_CAPS (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/controller/esp32c3/
Dbt.c121 #define BLE_CONTROLLER_MALLOC_CAPS (MALLOC_CAP_INTERNAL|MALLOC_CAP_DMA) macro
695 void *p = heap_caps_malloc(size, BLE_CONTROLLER_MALLOC_CAPS); in malloc_internal_wrapper()
704 void *p = heap_caps_malloc(size, BLE_CONTROLLER_MALLOC_CAPS); in malloc_ble_controller_mem()
713 return heap_caps_get_free_size(BLE_CONTROLLER_MALLOC_CAPS); in get_ble_controller_free_heap_size()
/hal_espressif-latest/components/bt/controller/esp32c2/
Dbt.c450 #define BLE_CONTROLLER_MALLOC_CAPS (MALLOC_CAP_INTERNAL|MALLOC_CAP_8BIT|MALLOC_CAP_DMA) macro
453 return heap_caps_malloc(size, BLE_CONTROLLER_MALLOC_CAPS); in malloc_ble_controller_mem()
458 return heap_caps_get_free_size(BLE_CONTROLLER_MALLOC_CAPS); in get_ble_controller_free_heap_size()
/hal_espressif-latest/components/bt/controller/esp32/
Dbt.c95 #define BLE_CONTROLLER_MALLOC_CAPS (MALLOC_CAP_8BIT|MALLOC_CAP_DMA|MALLOC_CAP_INTERNAL) macro
869 return heap_caps_malloc(size, BLE_CONTROLLER_MALLOC_CAPS); in malloc_internal_wrapper()
874 void *p = heap_caps_malloc(size, BLE_CONTROLLER_MALLOC_CAPS); in malloc_ble_controller_mem()
883 return heap_caps_get_free_size(BLE_CONTROLLER_MALLOC_CAPS); in get_ble_controller_free_heap_size()
/hal_espressif-latest/components/bt/controller/esp32c6/
Dbt.c397 #define BLE_CONTROLLER_MALLOC_CAPS (MALLOC_CAP_INTERNAL|MALLOC_CAP_8BIT|MALLOC_CAP_DMA) macro
400 return heap_caps_malloc(size, BLE_CONTROLLER_MALLOC_CAPS); in malloc_ble_controller_mem()
405 return heap_caps_get_free_size(BLE_CONTROLLER_MALLOC_CAPS); in get_ble_controller_free_heap_size()
/hal_espressif-latest/components/bt/controller/esp32h2/
Dbt.c391 #define BLE_CONTROLLER_MALLOC_CAPS (MALLOC_CAP_INTERNAL|MALLOC_CAP_8BIT|MALLOC_CAP_DMA) macro
394 return heap_caps_malloc(size, BLE_CONTROLLER_MALLOC_CAPS); in malloc_ble_controller_mem()
399 return heap_caps_get_free_size(BLE_CONTROLLER_MALLOC_CAPS); in get_ble_controller_free_heap_size()