Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/cybt_shared_bus/
Dcybt_shared_bus.c46 #define ISALIGNED(a, x) (((uint32_t)(a) & ((x) - 1)) == 0) macro
203 assert(ISALIGNED(p_data, 4)); in cybt_hci_write_buf()
204 if (!ISALIGNED(p_data, 4)) { in cybt_hci_write_buf()
256 assert(ISALIGNED(p_data, 4)); in cybt_hci_read()
257 if (!ISALIGNED(p_data, 4)) { in cybt_hci_read()
Dcybt_shared_bus_driver.c110 #define ISALIGNED(a, x) (((uint32_t)(a) & ((x) - 1)) == 0) macro
352 if (!ISALIGNED(fwmem_start_addr, 4)) { in cybt_fw_download()
370 if (!ISALIGNED(fwmem_end_addr, 4)) { in cybt_fw_download()
672 if (!ISALIGNED(p_data, 4)) { in cybt_mem_write_idx()