Home
last modified time | relevance | path

Searched refs:BTFW_SD_ALIGN (Results 1 – 3 of 3) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/cybt_shared_bus/
Dcybt_shared_bus_driver.h12 #define BTFW_SD_ALIGN (32) macro
Dcybt_shared_bus_driver.c329 if ((uint32_t) (uintptr_t) p_mem_ptr % BTFW_SD_ALIGN) { in cybt_fw_download()
330 p_mem_ptr += (BTFW_SD_ALIGN - ((uint32_t) (uintptr_t) p_mem_ptr % BTFW_SD_ALIGN)); in cybt_fw_download()
Dcybt_shared_bus.c65 *p_write_buf = cyw43_malloc(BTFW_DOWNLOAD_BLK_SIZE + BTFW_SD_ALIGN); in cybt_fw_download_prepare()