Searched refs:FLASH_STM32_WRITE_BLOCK_SIZE (Results 1 – 7 of 7) sorted by relevance
22 #if FLASH_STM32_WRITE_BLOCK_SIZE == 824 #elif FLASH_STM32_WRITE_BLOCK_SIZE == 426 #elif FLASH_STM32_WRITE_BLOCK_SIZE == 228 #elif FLASH_STM32_WRITE_BLOCK_SIZE == 1
23 #if FLASH_STM32_WRITE_BLOCK_SIZE == 826 #elif FLASH_STM32_WRITE_BLOCK_SIZE == 429 #elif FLASH_STM32_WRITE_BLOCK_SIZE == 232 #elif FLASH_STM32_WRITE_BLOCK_SIZE == 1
35 #define FLASH_STM32_WRITE_BLOCK_SIZE \ macro311 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()
361 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()
31 .write_block_size = FLASH_STM32_WRITE_BLOCK_SIZE,
35 .write_block_size = FLASH_STM32_WRITE_BLOCK_SIZE,
661 .write_block_size = FLASH_STM32_WRITE_BLOCK_SIZE,