Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_flash_ex.c678 #if defined(OB_WRP_PAGES96TO127MASK) in FLASH_OB_EnableWRP()
679 WRP3_Data = (uint16_t)((WriteProtectPage & OB_WRP_PAGES96TO127MASK) >> 24U); in FLASH_OB_EnableWRP()
801 #if defined(OB_WRP_PAGES96TO127MASK) in FLASH_OB_DisableWRP()
802 WRP3_Data = (uint16_t)((WriteProtectPage & OB_WRP_PAGES96TO127MASK) >> 24U); in FLASH_OB_DisableWRP()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_flash_ex.h411 #define OB_WRP_PAGES96TO127MASK 0xFF000000U macro