/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_hal_flash_ex.c | 1058 WRP_Data = (uint16_t)(((OB_WRP & WRP_MASK_LOW) | OB->WRP01)); in FLASH_OB_ProtectedSectorsConfig() 1059 OB->WRP01 = (uint32_t)(~(WRP_Data) << 16U) | (WRP_Data); in FLASH_OB_ProtectedSectorsConfig() 1063 WRP_Data = (uint16_t)(~OB_WRP & (WRP_MASK_LOW & OB->WRP01)); in FLASH_OB_ProtectedSectorsConfig() 1064 OB->WRP01 = (uint32_t)((~WRP_Data) << 16U) | (WRP_Data); in FLASH_OB_ProtectedSectorsConfig()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_flash_ex.c | 1247 wrp01data = (uint16_t)(((WRP1OrPCROP1 & WRP_MASK_LOW) | OB->WRP01)); in FLASH_OB_WRPConfigWRP1OrPCROP1() 1250 OB->WRP01 = tmp1; in FLASH_OB_WRPConfigWRP1OrPCROP1() 1257 wrp01data = (uint16_t)(~WRP1OrPCROP1 & (WRP_MASK_LOW & OB->WRP01)); in FLASH_OB_WRPConfigWRP1OrPCROP1() 1261 OB->WRP01 = tmp1; in FLASH_OB_WRPConfigWRP1OrPCROP1()
|
/hal_stm32-latest/stm32cube/stm32l0xx/soc/ |
D | stm32l041xx.h | 265 …__IO uint32_t WRP01; /*!< write protection Bytes 0 and 1 Address offset: 0x08… member
|
D | stm32l010x8.h | 230 …__IO uint32_t WRP01; /*!< write protection Bytes 0 and 1 Address offset: 0x08… member
|
D | stm32l010xb.h | 231 …__IO uint32_t WRP01; /*!< write protection Bytes 0 and 1 Address offset: 0x08… member
|
D | stm32l011xx.h | 245 …__IO uint32_t WRP01; /*!< write protection Bytes 0 and 1 Address offset: 0x08… member
|
D | stm32l021xx.h | 264 …__IO uint32_t WRP01; /*!< write protection Bytes 0 and 1 Address offset: 0x08… member
|
D | stm32l031xx.h | 246 …__IO uint32_t WRP01; /*!< write protection Bytes 0 and 1 Address offset: 0x08… member
|
D | stm32l051xx.h | 250 …__IO uint32_t WRP01; /*!< write protection Bytes 0 and 1 Address offset: 0x08… member
|
D | stm32l010x4.h | 230 …__IO uint32_t WRP01; /*!< write protection Bytes 0 and 1 Address offset: 0x08… member
|
D | stm32l010x6.h | 230 …__IO uint32_t WRP01; /*!< write protection Bytes 0 and 1 Address offset: 0x08… member
|
D | stm32l081xx.h | 275 …__IO uint32_t WRP01; /*!< write protection Bytes 0 and 1 Address offset: 0x08… member
|
D | stm32l071xx.h | 256 …__IO uint32_t WRP01; /*!< write protection Bytes 0 and 1 Address offset: 0x08… member
|
D | stm32l052xx.h | 281 …__IO uint32_t WRP01; /*!< write protection Bytes 0 and 1 Address offset: 0x08… member
|
D | stm32l062xx.h | 300 …__IO uint32_t WRP01; /*!< write protection Bytes 0 and 1 Address offset: 0x08… member
|
D | stm32l053xx.h | 282 …__IO uint32_t WRP01; /*!< write protection Bytes 0 and 1 Address offset: 0x08… member
|
D | stm32l072xx.h | 292 …__IO uint32_t WRP01; /*!< write protection Bytes 0 and 1 Address offset: 0x08… member
|
D | stm32l073xx.h | 293 …__IO uint32_t WRP01; /*!< write protection Bytes 0 and 1 Address offset: 0x08… member
|
D | stm32l083xx.h | 312 …__IO uint32_t WRP01; /*!< write protection Bytes 0 and 1 Address offset: 0x08… member
|
/hal_stm32-latest/stm32cube/stm32l1xx/soc/ |
D | stm32l152xb.h | 295 …__IO uint32_t WRP01; /*!< write protection register 0 1, Address offset: 0x08 … member
|
D | stm32l152xba.h | 295 …__IO uint32_t WRP01; /*!< write protection register 0 1, Address offset: 0x08 … member
|
D | stm32l100xba.h | 295 …__IO uint32_t WRP01; /*!< write protection register 0 1, Address offset: 0x08 … member
|
D | stm32l100xb.h | 295 …__IO uint32_t WRP01; /*!< write protection register 0 1, Address offset: 0x08 … member
|
D | stm32l151xb.h | 294 …__IO uint32_t WRP01; /*!< write protection register 0 1, Address offset: 0x08 … member
|
D | stm32l151xba.h | 294 …__IO uint32_t WRP01; /*!< write protection register 0 1, Address offset: 0x08 … member
|