Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_flash_ex.c539 #if defined(OB_WRP_PAGES0TO15MASK) in FLASH_OB_EnableWRP()
540 WRP0_Data = (uint16_t)(WriteProtectPage & OB_WRP_PAGES0TO15MASK); in FLASH_OB_EnableWRP()
651 #if defined(OB_WRP_PAGES0TO15MASK) in FLASH_OB_DisableWRP()
652 WRP0_Data = (uint16_t)(WriteProtectPage & OB_WRP_PAGES0TO15MASK); in FLASH_OB_DisableWRP()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_flash_ex.c539 #if defined(OB_WRP_PAGES0TO15MASK) in FLASH_OB_EnableWRP()
540 WRP0_Data = (uint16_t)(WriteProtectPage & OB_WRP_PAGES0TO15MASK); in FLASH_OB_EnableWRP()
655 #if defined(OB_WRP_PAGES0TO15MASK) in FLASH_OB_DisableWRP()
656 WRP0_Data = (uint16_t)(WriteProtectPage & OB_WRP_PAGES0TO15MASK); in FLASH_OB_DisableWRP()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_flash_ex.c659 #if defined(OB_WRP_PAGES0TO15MASK) in FLASH_OB_EnableWRP()
660 WRP0_Data = (uint16_t)(WriteProtectPage & OB_WRP_PAGES0TO15MASK); in FLASH_OB_EnableWRP()
782 #if defined(OB_WRP_PAGES0TO15MASK) in FLASH_OB_DisableWRP()
783 WRP0_Data = (uint16_t)(WriteProtectPage & OB_WRP_PAGES0TO15MASK); in FLASH_OB_DisableWRP()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_flash_ex.h416 #define OB_WRP_PAGES0TO15MASK 0x000000FFU macro
424 #define OB_WRP_PAGES0TO15MASK 0x000000FFU macro
432 #define OB_WRP_PAGES0TO15MASK 0x000000FFU macro
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_flash_ex.h276 #define OB_WRP_PAGES0TO15MASK (0x000000FFU) macro
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_flash_ex.h297 #define OB_WRP_PAGES0TO15MASK (0x000000FFU) macro