Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/flash/
Dflash_stm32.h66 #define FLASH_STM32_NSLOCK FLASH_NSCR_LOCK macro
79 #define FLASH_STM32_NSLOCK FLASH_CR_LOCK macro
99 #define FLASH_STM32_NSLOCK FLASH_NSCR_NSLOCK macro
110 #define FLASH_STM32_NSLOCK FLASH_NSCR1_LOCK macro
Dflash_stm32wbax.c117 if (regs->NSCR & FLASH_STM32_NSLOCK) { in write_qword()
164 if (regs->NSCR & FLASH_STM32_NSLOCK) { in erase_page()
Dflash_stm32l5x.c169 if (regs->NSCR & FLASH_STM32_NSLOCK) { in write_nwords()
230 if (regs->NSCR & FLASH_STM32_NSLOCK) { in erase_page()
Dflash_stm32.c274 regs->NSCR |= FLASH_STM32_NSLOCK; in flash_stm32_write_protection()
276 if (regs->NSCR & FLASH_STM32_NSLOCK) { in flash_stm32_write_protection()