Home
last modified time | relevance | path

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

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