/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_hal_flash_ex.c | 1095 WRP_Data = (uint16_t)(((OB_WRP & WRP_MASK_LOW) | OB->WRP45)); in FLASH_OB_ProtectedSectorsConfig() 1096 OB->WRP45 =(uint32_t)(~(WRP_Data) << 16U) | (WRP_Data); in FLASH_OB_ProtectedSectorsConfig() 1100 WRP_Data = (uint16_t)(~OB_WRP & (WRP_MASK_LOW & OB->WRP45)); in FLASH_OB_ProtectedSectorsConfig() 1101 OB->WRP45 = (uint32_t)((~WRP_Data) << 16U) | (WRP_Data); in FLASH_OB_ProtectedSectorsConfig()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_flash_ex.c | 1293 wrp45data = (uint16_t)(((WRP2OrPCROP2 & WRP_MASK_LOW) | OB->WRP45)); in FLASH_OB_WRPConfigWRP2OrPCROP2() 1296 OB->WRP45 = tmp1; in FLASH_OB_WRPConfigWRP2OrPCROP2() 1303 wrp45data = (uint16_t)(~WRP2OrPCROP2 & (WRP_MASK_LOW & OB->WRP45)); in FLASH_OB_WRPConfigWRP2OrPCROP2() 1307 OB->WRP45 = tmp1; in FLASH_OB_WRPConfigWRP2OrPCROP2()
|
/hal_stm32-latest/stm32cube/stm32l0xx/soc/ |
D | stm32l081xx.h | 277 …__IO uint32_t WRP45; /*!< write protection Bytes 4 and 5 Address offset: 0x10… member
|
D | stm32l071xx.h | 258 …__IO uint32_t WRP45; /*!< write protection Bytes 4 and 5 Address offset: 0x10… member
|
D | stm32l072xx.h | 294 …__IO uint32_t WRP45; /*!< write protection Bytes 4 and 5 Address offset: 0x10… member
|
D | stm32l073xx.h | 295 …__IO uint32_t WRP45; /*!< write protection Bytes 4 and 5 Address offset: 0x10… member
|
D | stm32l083xx.h | 314 …__IO uint32_t WRP45; /*!< write protection Bytes 4 and 5 Address offset: 0x10… member
|
D | stm32l082xx.h | 313 …__IO uint32_t WRP45; /*!< write protection Bytes 4 and 5 Address offset: 0x10… member
|
/hal_stm32-latest/stm32cube/stm32l1xx/soc/ |
D | stm32l100xc.h | 306 …__IO uint32_t WRP45; /*!< write protection register 4 5, Address offset: 0x10 … member
|
D | stm32l151xc.h | 306 …__IO uint32_t WRP45; /*!< write protection register 4 5, Address offset: 0x10 … member
|
D | stm32l151xca.h | 306 …__IO uint32_t WRP45; /*!< write protection register 4 5, Address offset: 0x10 … member
|
D | stm32l151xdx.h | 310 …__IO uint32_t WRP45; /*!< write protection register 4 5, Address offset: 0x10 … member
|
D | stm32l151xe.h | 310 …__IO uint32_t WRP45; /*!< write protection register 4 5, Address offset: 0x10 … member
|
D | stm32l152xc.h | 307 …__IO uint32_t WRP45; /*!< write protection register 4 5, Address offset: 0x10 … member
|
D | stm32l152xca.h | 307 …__IO uint32_t WRP45; /*!< write protection register 4 5, Address offset: 0x10 … member
|
D | stm32l152xdx.h | 311 …__IO uint32_t WRP45; /*!< write protection register 4 5, Address offset: 0x10 … member
|
D | stm32l152xe.h | 311 …__IO uint32_t WRP45; /*!< write protection register 4 5, Address offset: 0x10 … member
|
D | stm32l162xc.h | 328 …__IO uint32_t WRP45; /*!< write protection register 4 5, Address offset: 0x10 … member
|
D | stm32l162xca.h | 328 …__IO uint32_t WRP45; /*!< write protection register 4 5, Address offset: 0x10 … member
|
D | stm32l162xdx.h | 332 …__IO uint32_t WRP45; /*!< write protection register 4 5, Address offset: 0x10 … member
|
D | stm32l162xe.h | 332 …__IO uint32_t WRP45; /*!< write protection register 4 5, Address offset: 0x10 … member
|
D | stm32l151xd.h | 310 …__IO uint32_t WRP45; /*!< write protection register 4 5, Address offset: 0x10 … member
|
D | stm32l152xd.h | 311 …__IO uint32_t WRP45; /*!< write protection register 4 5, Address offset: 0x10 … member
|
D | stm32l162xd.h | 332 …__IO uint32_t WRP45; /*!< write protection register 4 5, Address offset: 0x10 … member
|