Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_flash_ex.c682 #elif defined(OB_WRP_PAGES48TO511MASK) in FLASH_OB_EnableWRP()
683 WRP3_Data = (uint16_t)((WriteProtectPage & OB_WRP_PAGES48TO511MASK) >> 24U); in FLASH_OB_EnableWRP()
805 #elif defined(OB_WRP_PAGES48TO511MASK) in FLASH_OB_DisableWRP()
806 WRP3_Data = (uint16_t)((WriteProtectPage & OB_WRP_PAGES48TO511MASK) >> 24U); in FLASH_OB_DisableWRP()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_flash_ex.h427 #define OB_WRP_PAGES48TO511MASK 0xFF000000U macro