Searched refs:btdm_backup_dma_copy_wrapper (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/zephyr/esp32c3/src/bt/ |
D | esp_bt_adapter.c | 285 static void btdm_backup_dma_copy_wrapper(uint32_t reg, uint32_t mem_addr, uint32_t num, bool to_me… 355 ._ets_backup_dma_copy = btdm_backup_dma_copy_wrapper, 410 void IRAM_ATTR btdm_backup_dma_copy_wrapper(uint32_t reg, uint32_t mem_addr, uint32_t num, bool to… in btdm_backup_dma_copy_wrapper() function
|
/hal_espressif-latest/zephyr/esp32s3/src/bt/ |
D | esp_bt_adapter.c | 283 static void btdm_backup_dma_copy_wrapper(uint32_t reg, uint32_t mem_addr, uint32_t num, bool to_me… 353 ._ets_backup_dma_copy = btdm_backup_dma_copy_wrapper, 408 void IRAM_ATTR btdm_backup_dma_copy_wrapper(uint32_t reg, uint32_t mem_addr, uint32_t num, bool to… in btdm_backup_dma_copy_wrapper() function
|
/hal_espressif-latest/components/bt/controller/esp32c3/ |
D | bt.c | 335 static void btdm_backup_dma_copy_wrapper(uint32_t reg, uint32_t mem_addr, uint32_t num, bool to_me… 406 ._ets_backup_dma_copy = btdm_backup_dma_copy_wrapper, 463 void IRAM_ATTR btdm_backup_dma_copy_wrapper(uint32_t reg, uint32_t mem_addr, uint32_t num, bool to… in btdm_backup_dma_copy_wrapper() function
|