Home
last modified time | relevance | path

Searched refs:OB_WRP_PAGES48TO127MASK (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_flash_ex.c551 #if defined(OB_WRP_PAGES48TO127MASK) in FLASH_OB_EnableWRP()
552 WRP3_Data = (uint16_t)((WriteProtectPage & OB_WRP_PAGES48TO127MASK) >> 24U); in FLASH_OB_EnableWRP()
663 #if defined(OB_WRP_PAGES48TO127MASK) in FLASH_OB_DisableWRP()
664 WRP3_Data = (uint16_t)((WriteProtectPage & OB_WRP_PAGES48TO127MASK) >> 24U); in FLASH_OB_DisableWRP()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_flash_ex.c557 #elif defined(OB_WRP_PAGES48TO127MASK) in FLASH_OB_EnableWRP()
558 WRP3_Data = (uint16_t)((WriteProtectPage & OB_WRP_PAGES48TO127MASK) >> 24U); in FLASH_OB_EnableWRP()
673 #elif defined(OB_WRP_PAGES48TO127MASK) in FLASH_OB_DisableWRP()
674 WRP3_Data = (uint16_t)((WriteProtectPage & OB_WRP_PAGES48TO127MASK) >> 24U); in FLASH_OB_DisableWRP()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_flash_ex.c684 #elif defined(OB_WRP_PAGES48TO127MASK) in FLASH_OB_EnableWRP()
685 WRP3_Data = (uint16_t)((WriteProtectPage & OB_WRP_PAGES48TO127MASK) >> 24U); in FLASH_OB_EnableWRP()
807 #elif defined(OB_WRP_PAGES48TO127MASK) in FLASH_OB_DisableWRP()
808 WRP3_Data = (uint16_t)((WriteProtectPage & OB_WRP_PAGES48TO127MASK) >> 24U); in FLASH_OB_DisableWRP()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_flash_ex.h285 #define OB_WRP_PAGES48TO127MASK (0xFF000000U) macro
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_flash_ex.h303 #define OB_WRP_PAGES48TO127MASK (0xFF000000U) macro
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_flash_ex.h435 #define OB_WRP_PAGES48TO127MASK 0xFF000000U macro