/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_hal_flash_ex.c | 1076 WRP_Data = (uint16_t)((((OB_WRP & WRP_MASK_HIGH) >> 16U | OB->WRP23))); in FLASH_OB_ProtectedSectorsConfig() 1077 OB->WRP23 = (uint32_t)(~(WRP_Data) << 16U) | (WRP_Data); in FLASH_OB_ProtectedSectorsConfig() 1081 WRP_Data = (uint16_t)((((~OB_WRP & WRP_MASK_HIGH) >> 16U & OB->WRP23))); in FLASH_OB_ProtectedSectorsConfig() 1082 OB->WRP23 = (uint32_t)((~WRP_Data) << 16U) | (WRP_Data); in FLASH_OB_ProtectedSectorsConfig()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_flash_ex.c | 1248 wrp23data = (uint16_t)((((WRP1OrPCROP1 & WRP_MASK_HIGH)>>16U | OB->WRP23))); in FLASH_OB_WRPConfigWRP1OrPCROP1() 1253 OB->WRP23 = tmp2; in FLASH_OB_WRPConfigWRP1OrPCROP1() 1258 wrp23data = (uint16_t)((((~WRP1OrPCROP1 & WRP_MASK_HIGH)>>16U & OB->WRP23))); in FLASH_OB_WRPConfigWRP1OrPCROP1() 1264 OB->WRP23 = tmp2; in FLASH_OB_WRPConfigWRP1OrPCROP1()
|
/hal_stm32-latest/stm32cube/stm32l0xx/soc/ |
D | stm32l081xx.h | 276 …__IO uint32_t WRP23; /*!< write protection Bytes 2 and 3 Address offset: 0x0C… member
|
D | stm32l071xx.h | 257 …__IO uint32_t WRP23; /*!< write protection Bytes 2 and 3 Address offset: 0x0C… member
|
D | stm32l072xx.h | 293 …__IO uint32_t WRP23; /*!< write protection Bytes 2 and 3 Address offset: 0x0C… member
|
D | stm32l073xx.h | 294 …__IO uint32_t WRP23; /*!< write protection Bytes 2 and 3 Address offset: 0x0C… member
|
D | stm32l083xx.h | 313 …__IO uint32_t WRP23; /*!< write protection Bytes 2 and 3 Address offset: 0x0C… member
|
D | stm32l082xx.h | 312 …__IO uint32_t WRP23; /*!< write protection Bytes 2 and 3 Address offset: 0x0C… member
|
/hal_stm32-latest/stm32cube/stm32l1xx/soc/ |
D | stm32l152xb.h | 296 …__IO uint32_t WRP23; /*!< write protection register 2 3, Address offset: 0x0C … member
|
D | stm32l152xba.h | 296 …__IO uint32_t WRP23; /*!< write protection register 2 3, Address offset: 0x0C … member
|
D | stm32l100xba.h | 296 …__IO uint32_t WRP23; /*!< write protection register 2 3, Address offset: 0x0C … member
|
D | stm32l100xb.h | 296 …__IO uint32_t WRP23; /*!< write protection register 2 3, Address offset: 0x0C … member
|
D | stm32l151xb.h | 295 …__IO uint32_t WRP23; /*!< write protection register 2 3, Address offset: 0x0C … member
|
D | stm32l151xba.h | 295 …__IO uint32_t WRP23; /*!< write protection register 2 3, Address offset: 0x0C … member
|
D | stm32l100xc.h | 305 …__IO uint32_t WRP23; /*!< write protection register 2 3, Address offset: 0x0C … member
|
D | stm32l151xc.h | 305 …__IO uint32_t WRP23; /*!< write protection register 2 3, Address offset: 0x0C … member
|
D | stm32l151xca.h | 305 …__IO uint32_t WRP23; /*!< write protection register 2 3, Address offset: 0x0C … member
|
D | stm32l151xdx.h | 309 …__IO uint32_t WRP23; /*!< write protection register 2 3, Address offset: 0x0C … member
|
D | stm32l151xe.h | 309 …__IO uint32_t WRP23; /*!< write protection register 2 3, Address offset: 0x0C … member
|
D | stm32l152xc.h | 306 …__IO uint32_t WRP23; /*!< write protection register 2 3, Address offset: 0x0C … member
|
D | stm32l152xca.h | 306 …__IO uint32_t WRP23; /*!< write protection register 2 3, Address offset: 0x0C … member
|
D | stm32l152xdx.h | 310 …__IO uint32_t WRP23; /*!< write protection register 2 3, Address offset: 0x0C … member
|
D | stm32l152xe.h | 310 …__IO uint32_t WRP23; /*!< write protection register 2 3, Address offset: 0x0C … member
|
D | stm32l162xc.h | 327 …__IO uint32_t WRP23; /*!< write protection register 2 3, Address offset: 0x0C … member
|
D | stm32l162xca.h | 327 …__IO uint32_t WRP23; /*!< write protection register 2 3, Address offset: 0x0C … member
|