Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_flash_ex.c547 #if defined(OB_WRP_PAGES32TO47MASK) in FLASH_OB_EnableWRP()
548 WRP2_Data = (uint16_t)((WriteProtectPage & OB_WRP_PAGES32TO47MASK) >> 16U); in FLASH_OB_EnableWRP()
659 #if defined(OB_WRP_PAGES32TO47MASK) in FLASH_OB_DisableWRP()
660 WRP2_Data = (uint16_t)((WriteProtectPage & OB_WRP_PAGES32TO47MASK) >> 16U); in FLASH_OB_DisableWRP()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_flash_ex.c551 #if defined(OB_WRP_PAGES32TO47MASK) in FLASH_OB_EnableWRP()
552 WRP2_Data = (uint16_t)((WriteProtectPage & OB_WRP_PAGES32TO47MASK) >> 16U); in FLASH_OB_EnableWRP()
667 #if defined(OB_WRP_PAGES32TO47MASK) in FLASH_OB_DisableWRP()
668 WRP2_Data = (uint16_t)((WriteProtectPage & OB_WRP_PAGES32TO47MASK) >> 16U); in FLASH_OB_DisableWRP()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_flash_ex.c674 #if defined(OB_WRP_PAGES32TO47MASK) in FLASH_OB_EnableWRP()
675 WRP2_Data = (uint16_t)((WriteProtectPage & OB_WRP_PAGES32TO47MASK) >> 16U); in FLASH_OB_EnableWRP()
797 #if defined(OB_WRP_PAGES32TO47MASK) in FLASH_OB_DisableWRP()
798 WRP2_Data = (uint16_t)((WriteProtectPage & OB_WRP_PAGES32TO47MASK) >> 16U); in FLASH_OB_DisableWRP()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_flash_ex.h418 #define OB_WRP_PAGES32TO47MASK 0x00FF0000U macro
426 #define OB_WRP_PAGES32TO47MASK 0x00FF0000U macro
434 #define OB_WRP_PAGES32TO47MASK 0x00FF0000U macro
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_flash_ex.h302 #define OB_WRP_PAGES32TO47MASK (0x00FF0000U) macro
308 #define OB_WRP_PAGES32TO47MASK (0x00FF0000U) macro
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_flash_ex.h278 #define OB_WRP_PAGES32TO47MASK (0x00FF0000U) macro