Home
last modified time | relevance | path

Searched refs:OB_WRP_PAGES48TO255MASK (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_flash_ex.c553 #elif defined(OB_WRP_PAGES48TO255MASK) in FLASH_OB_EnableWRP()
554 WRP3_Data = (uint16_t)((WriteProtectPage & OB_WRP_PAGES48TO255MASK) >> 24U); in FLASH_OB_EnableWRP()
665 #elif defined(OB_WRP_PAGES48TO255MASK) in FLASH_OB_DisableWRP()
666 WRP3_Data = (uint16_t)((WriteProtectPage & OB_WRP_PAGES48TO255MASK) >> 24U); in FLASH_OB_DisableWRP()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_flash_ex.c680 #elif defined(OB_WRP_PAGES48TO255MASK) in FLASH_OB_EnableWRP()
681 WRP3_Data = (uint16_t)((WriteProtectPage & OB_WRP_PAGES48TO255MASK) >> 24U); in FLASH_OB_EnableWRP()
803 #elif defined(OB_WRP_PAGES48TO255MASK) in FLASH_OB_DisableWRP()
804 WRP3_Data = (uint16_t)((WriteProtectPage & OB_WRP_PAGES48TO255MASK) >> 24U); in FLASH_OB_DisableWRP()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_flash_ex.h309 #define OB_WRP_PAGES48TO255MASK (0xFF000000U) macro
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_flash_ex.h419 #define OB_WRP_PAGES48TO255MASK 0xFF000000U macro