Home
last modified time | relevance | path

Searched refs:flash_stm32_valid_write (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/drivers/flash/
Dflash_stm32wba_fm.c63 if (write && !flash_stm32_valid_write(offset, len)) { in flash_stm32_valid_range()
Dflash_stm32g4x.c46 if (write && !flash_stm32_valid_write(offset, len)) { in flash_stm32_valid_range()
Dflash_stm32l5x.c154 if (write && !flash_stm32_valid_write(offset, len)) { in flash_stm32_valid_range()
Dflash_stm32.h309 static inline bool flash_stm32_valid_write(off_t offset, uint32_t len) in flash_stm32_valid_write() function
Dflash_stm32.c50 if (write && !flash_stm32_valid_write(offset, len)) { in flash_stm32_valid_range()