Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/flash/
Dsoc_flash_xmc4xxx.c28 static inline bool is_aligned_32(uint32_t data) in is_aligned_32() function
100 if (!is_aligned_32((uint32_t)src)) { in flash_xmc4xxx_write()
Dsoc_flash_nrf.c92 static inline bool is_aligned_32(uint32_t data) in is_aligned_32() function
188 if (!is_aligned_32(addr) || (len % sizeof(uint32_t))) { in flash_nrf_write()
452 if (!is_aligned_32(w_ctx->flash_addr)) { in write_op()