Home
last modified time | relevance | path

Searched refs:WRP01 (Results 1 – 25 of 43) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_flash_ex.c1058 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/
Dstm32l1xx_hal_flash_ex.c1247 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/
Dstm32l041xx.h265 …__IO uint32_t WRP01; /*!< write protection Bytes 0 and 1 Address offset: 0x08… member
Dstm32l010x8.h230 …__IO uint32_t WRP01; /*!< write protection Bytes 0 and 1 Address offset: 0x08… member
Dstm32l010xb.h231 …__IO uint32_t WRP01; /*!< write protection Bytes 0 and 1 Address offset: 0x08… member
Dstm32l011xx.h245 …__IO uint32_t WRP01; /*!< write protection Bytes 0 and 1 Address offset: 0x08… member
Dstm32l021xx.h264 …__IO uint32_t WRP01; /*!< write protection Bytes 0 and 1 Address offset: 0x08… member
Dstm32l031xx.h246 …__IO uint32_t WRP01; /*!< write protection Bytes 0 and 1 Address offset: 0x08… member
Dstm32l051xx.h250 …__IO uint32_t WRP01; /*!< write protection Bytes 0 and 1 Address offset: 0x08… member
Dstm32l010x4.h230 …__IO uint32_t WRP01; /*!< write protection Bytes 0 and 1 Address offset: 0x08… member
Dstm32l010x6.h230 …__IO uint32_t WRP01; /*!< write protection Bytes 0 and 1 Address offset: 0x08… member
Dstm32l081xx.h275 …__IO uint32_t WRP01; /*!< write protection Bytes 0 and 1 Address offset: 0x08… member
Dstm32l071xx.h256 …__IO uint32_t WRP01; /*!< write protection Bytes 0 and 1 Address offset: 0x08… member
Dstm32l052xx.h281 …__IO uint32_t WRP01; /*!< write protection Bytes 0 and 1 Address offset: 0x08… member
Dstm32l062xx.h300 …__IO uint32_t WRP01; /*!< write protection Bytes 0 and 1 Address offset: 0x08… member
Dstm32l053xx.h282 …__IO uint32_t WRP01; /*!< write protection Bytes 0 and 1 Address offset: 0x08… member
Dstm32l072xx.h292 …__IO uint32_t WRP01; /*!< write protection Bytes 0 and 1 Address offset: 0x08… member
Dstm32l073xx.h293 …__IO uint32_t WRP01; /*!< write protection Bytes 0 and 1 Address offset: 0x08… member
Dstm32l083xx.h312 …__IO uint32_t WRP01; /*!< write protection Bytes 0 and 1 Address offset: 0x08… member
/hal_stm32-latest/stm32cube/stm32l1xx/soc/
Dstm32l152xb.h295 …__IO uint32_t WRP01; /*!< write protection register 0 1, Address offset: 0x08 … member
Dstm32l152xba.h295 …__IO uint32_t WRP01; /*!< write protection register 0 1, Address offset: 0x08 … member
Dstm32l100xba.h295 …__IO uint32_t WRP01; /*!< write protection register 0 1, Address offset: 0x08 … member
Dstm32l100xb.h295 …__IO uint32_t WRP01; /*!< write protection register 0 1, Address offset: 0x08 … member
Dstm32l151xb.h294 …__IO uint32_t WRP01; /*!< write protection register 0 1, Address offset: 0x08 … member
Dstm32l151xba.h294 …__IO uint32_t WRP01; /*!< write protection register 0 1, Address offset: 0x08 … member

12