Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_flash_ex.c671 #if defined(OB_WRP_PAGES64TO95MASK) in FLASH_OB_EnableWRP()
672 WRP2_Data = (uint16_t)((WriteProtectPage & OB_WRP_PAGES64TO95MASK) >> 16U); in FLASH_OB_EnableWRP()
794 #if defined(OB_WRP_PAGES64TO95MASK) in FLASH_OB_DisableWRP()
795 WRP2_Data = (uint16_t)((WriteProtectPage & OB_WRP_PAGES64TO95MASK) >> 16U); in FLASH_OB_DisableWRP()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_flash_ex.h410 #define OB_WRP_PAGES64TO95MASK 0x00FF0000U macro