Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_flash_ex.c541 #elif defined(OB_WRP_PAGES0TO31MASK) in FLASH_OB_EnableWRP()
542 WRP0_Data = (uint16_t)(WriteProtectPage & OB_WRP_PAGES0TO31MASK); in FLASH_OB_EnableWRP()
657 #elif defined(OB_WRP_PAGES0TO31MASK) in FLASH_OB_DisableWRP()
658 WRP0_Data = (uint16_t)(WriteProtectPage & OB_WRP_PAGES0TO31MASK); in FLASH_OB_DisableWRP()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_flash_ex.c661 #elif defined(OB_WRP_PAGES0TO31MASK) in FLASH_OB_EnableWRP()
662 WRP0_Data = (uint16_t)(WriteProtectPage & OB_WRP_PAGES0TO31MASK); in FLASH_OB_EnableWRP()
784 #elif defined(OB_WRP_PAGES0TO31MASK) in FLASH_OB_DisableWRP()
785 WRP0_Data = (uint16_t)(WriteProtectPage & OB_WRP_PAGES0TO31MASK); in FLASH_OB_DisableWRP()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_flash_ex.h403 #define OB_WRP_PAGES0TO31MASK 0x000000FFU macro
408 #define OB_WRP_PAGES0TO31MASK 0x000000FFU macro
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_flash_ex.h218 #define OB_WRP_PAGES0TO31MASK (0x000000FFU) macro