Home
last modified time | relevance | path

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

/drivers/flash/
A Dflash_stm32u3x.c38 if (write && !flash_stm32_valid_write(offset, len)) { in flash_stm32_valid_range()
A Dflash_stm32wba_fm.c65 if (write && !flash_stm32_valid_write(offset, len)) { in flash_stm32_valid_range()
A Dflash_stm32wbax.c60 if (write && !flash_stm32_valid_write(offset, len)) { in flash_stm32_valid_range()
A Dflash_stm32l5x.c70 if (write && !flash_stm32_valid_write(offset, len)) { in flash_stm32_valid_range()
A Dflash_stm32g4x.c46 if (write && !flash_stm32_valid_write(offset, len)) { in flash_stm32_valid_range()
A Dflash_stm32.h324 static inline bool flash_stm32_valid_write(off_t offset, uint32_t len) in flash_stm32_valid_write() function
A Dflash_stm32.c52 if (write && !flash_stm32_valid_write(offset, len)) { in flash_stm32_valid_range()

Completed in 17 milliseconds