Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mtd/
H A Dstm32_flash.h21 #define STM32_FLASH_CR_SNB_MASK (15 << STM32_FLASH_CR_SNB_OFFSET) macro
H A Dstm32_flash.c102 clrbits_le32(&STM32_FLASH->cr, STM32_FLASH_CR_SNB_MASK); in flash_erase()