Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/cybt_shared_bus/
Dcybt_shared_bus_driver.c306 uint8_t *p_mem_ptr; in cybt_fw_download() local
328 p_mem_ptr = p_write_buf; in cybt_fw_download()
329 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()
359 p_mem_ptr[write_data_len] = (uint8_t) ((uint8_t *) &fwmem_start_data)[idx]; in cybt_fw_download()
362 memcpy(&(p_mem_ptr[write_data_len]), hfd.p_ds, data_len); in cybt_fw_download()
373 p_mem_ptr[write_data_len] = (uint8_t) ((uint8_t *) &fwmem_end_data)[idx]; in cybt_fw_download()
381 cybt_mem_write(fwmem_start_addr, p_mem_ptr, write_data_len); in cybt_fw_download()
384 cybt_mem_write(fwmem_start_addr, p_mem_ptr, first_write_len); in cybt_fw_download()
386 p_mem_ptr + first_write_len, in cybt_fw_download()