Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/flash/
Dflash_stm32.h56 #define FLASH_CR_SNB_Pos FLASH_CR_SSN_Pos macro
101 #define FLASH_STM32_NSPNB_POS FLASH_CR_SNB_Pos
Dflash_stm32f7x.c106 (sector << FLASH_CR_SNB_Pos) | in erase_sector()
Dflash_stm32h7x.c357 *(sector.cr) |= (FLASH_CR_SER | ((sector.sector_index << FLASH_CR_SNB_Pos) & FLASH_CR_SNB));