Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_flash_ex.c555 #if defined(OB_WRP_PAGES48TO63MASK) in FLASH_OB_EnableWRP()
556 WRP3_Data = (uint16_t)((WriteProtectPage & OB_WRP_PAGES48TO63MASK) >> 24U); in FLASH_OB_EnableWRP()
671 #if defined(OB_WRP_PAGES48TO63MASK) in FLASH_OB_DisableWRP()
672 WRP3_Data = (uint16_t)((WriteProtectPage & OB_WRP_PAGES48TO63MASK) >> 24U); in FLASH_OB_DisableWRP()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_flash_ex.h282 #define OB_WRP_PAGES48TO63MASK (0xFF000000U) macro