Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_flash_ex.c547 #elif defined(OB_WRP_PAGES32TO63MASK) in FLASH_OB_EnableWRP()
548 WRP1_Data = (uint16_t)((WriteProtectPage & OB_WRP_PAGES32TO63MASK) >> 8U); in FLASH_OB_EnableWRP()
663 #elif defined(OB_WRP_PAGES32TO63MASK) in FLASH_OB_DisableWRP()
664 WRP1_Data = (uint16_t)((WriteProtectPage & OB_WRP_PAGES32TO63MASK) >> 8U); in FLASH_OB_DisableWRP()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_flash_ex.c667 #elif defined(OB_WRP_PAGES32TO63MASK) in FLASH_OB_EnableWRP()
668 WRP1_Data = (uint16_t)((WriteProtectPage & OB_WRP_PAGES32TO63MASK) >> 8U); in FLASH_OB_EnableWRP()
790 #elif defined(OB_WRP_PAGES32TO63MASK) in FLASH_OB_DisableWRP()
791 WRP1_Data = (uint16_t)((WriteProtectPage & OB_WRP_PAGES32TO63MASK) >> 8U); in FLASH_OB_DisableWRP()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_flash_ex.h222 #define OB_WRP_PAGES32TO63MASK (0x0000FF00U) macro
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_flash_ex.h409 #define OB_WRP_PAGES32TO63MASK 0x0000FF00U macro