Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/flash/
Dflash_sam0.c21 #define FLASH_WRITE_BLK_SZ DT_PROP(SOC_NV_FLASH_NODE, write_block_size) macro
22 BUILD_ASSERT((FLASH_WRITE_BLK_SZ % sizeof(uint32_t)) == 0, "unsupported write-block-size");
74 .write_block_size = FLASH_WRITE_BLK_SZ,
300 if ((offset % FLASH_WRITE_BLK_SZ) != 0) { in flash_sam0_write()
305 if ((len % FLASH_WRITE_BLK_SZ) != 0) { in flash_sam0_write()
Dflash_esp32.c10 #define FLASH_WRITE_BLK_SZ DT_PROP(SOC_NV_FLASH_NODE, write_block_size) macro
47 .write_block_size = FLASH_WRITE_BLK_SZ,
Dflash_ite_it8xxx2.c10 #define FLASH_WRITE_BLK_SZ DT_PROP(SOC_NV_FLASH_NODE, write_block_size) macro
90 .write_block_size = FLASH_WRITE_BLK_SZ,
380 if ((offset % FLASH_WRITE_BLK_SZ) != 0) { in flash_it8xxx2_write()
383 if ((len % FLASH_WRITE_BLK_SZ) != 0) { in flash_it8xxx2_write()
Dsoc_flash_xmc4xxx.c9 #define FLASH_WRITE_BLK_SZ DT_PROP(DT_INST(0, infineon_xmc4xxx_nv_flash), write_block_size) macro
197 .parameters = {.write_block_size = FLASH_WRITE_BLK_SZ, .erase_value = 0}};