Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/flash/
Dflash_stm32f1x.c22 #if FLASH_STM32_WRITE_BLOCK_SIZE == 8
24 #elif FLASH_STM32_WRITE_BLOCK_SIZE == 4
26 #elif FLASH_STM32_WRITE_BLOCK_SIZE == 2
28 #elif FLASH_STM32_WRITE_BLOCK_SIZE == 1
Dflash_stm32f4x.c23 #if FLASH_STM32_WRITE_BLOCK_SIZE == 8
26 #elif FLASH_STM32_WRITE_BLOCK_SIZE == 4
29 #elif FLASH_STM32_WRITE_BLOCK_SIZE == 2
32 #elif FLASH_STM32_WRITE_BLOCK_SIZE == 1
Dflash_stm32.h35 #define FLASH_STM32_WRITE_BLOCK_SIZE \ macro
311 return ((offset % FLASH_STM32_WRITE_BLOCK_SIZE == 0) && in flash_stm32_valid_write()
312 (len % FLASH_STM32_WRITE_BLOCK_SIZE == 0U)); in flash_stm32_valid_write()
Dflash_stm32l5x.c361 for (i = 0; i < len; i += FLASH_STM32_WRITE_BLOCK_SIZE) { in flash_stm32_write_range()
363 FLASH_STM32_WRITE_BLOCK_SIZE / 4); in flash_stm32_write_range()
Dflash_stm32wba_fm.c31 .write_block_size = FLASH_STM32_WRITE_BLOCK_SIZE,
Dflash_stm32.c35 .write_block_size = FLASH_STM32_WRITE_BLOCK_SIZE,
Dflash_stm32h7x.c661 .write_block_size = FLASH_STM32_WRITE_BLOCK_SIZE,