Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_flash_ex.c543 #if defined(OB_WRP_PAGES16TO31MASK) in FLASH_OB_EnableWRP()
544 WRP1_Data = (uint16_t)((WriteProtectPage & OB_WRP_PAGES16TO31MASK) >> 8U); in FLASH_OB_EnableWRP()
655 #if defined(OB_WRP_PAGES16TO31MASK) in FLASH_OB_DisableWRP()
656 WRP1_Data = (uint16_t)((WriteProtectPage & OB_WRP_PAGES16TO31MASK) >> 8U); in FLASH_OB_DisableWRP()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_flash_ex.c545 #if defined(OB_WRP_PAGES16TO31MASK) in FLASH_OB_EnableWRP()
546 WRP1_Data = (uint16_t)((WriteProtectPage & OB_WRP_PAGES16TO31MASK) >> 8U); in FLASH_OB_EnableWRP()
661 #if defined(OB_WRP_PAGES16TO31MASK) in FLASH_OB_DisableWRP()
662 WRP1_Data = (uint16_t)((WriteProtectPage & OB_WRP_PAGES16TO31MASK) >> 8U); in FLASH_OB_DisableWRP()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_flash_ex.c665 #if defined(OB_WRP_PAGES16TO31MASK) in FLASH_OB_EnableWRP()
666 WRP1_Data = (uint16_t)((WriteProtectPage & OB_WRP_PAGES16TO31MASK) >> 8U); in FLASH_OB_EnableWRP()
788 #if defined(OB_WRP_PAGES16TO31MASK) in FLASH_OB_DisableWRP()
789 WRP1_Data = (uint16_t)((WriteProtectPage & OB_WRP_PAGES16TO31MASK) >> 8U); in FLASH_OB_DisableWRP()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_flash_ex.h417 #define OB_WRP_PAGES16TO31MASK 0x0000FF00U macro
425 #define OB_WRP_PAGES16TO31MASK 0x0000FF00U macro
433 #define OB_WRP_PAGES16TO31MASK 0x0000FF00U macro
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_flash_ex.h277 #define OB_WRP_PAGES16TO31MASK (0x0000FF00U) macro
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_flash_ex.h298 #define OB_WRP_PAGES16TO31MASK (0x0000FF00U) macro