Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/drivers/flash/
Dflash_stm32h7x.c401 static int flash_stm32h7_write_protection(const struct device *dev, bool enable) in flash_stm32h7_write_protection() function
485 rc = flash_stm32h7_write_protection(dev, false); in flash_stm32h7_erase()
502 rc2 = flash_stm32h7_write_protection(dev, true); in flash_stm32h7_erase()
533 rc = flash_stm32h7_write_protection(dev, false); in flash_stm32h7_write()
538 int rc2 = flash_stm32h7_write_protection(dev, true); in flash_stm32h7_write()
698 return flash_stm32h7_write_protection(dev, false); in stm32h7_flash_init()