/hal_stm32-3.4.0/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_flash_ex.c | 113 static void FLASH_OB_WRPConfigWRP3(uint32_t WRP3, FunctionalState NewState); 1329 static void FLASH_OB_WRPConfigWRP3(uint32_t WRP3, FunctionalState NewState) in FLASH_OB_WRPConfigWRP3() argument 1336 assert_param(IS_OB_WRP(WRP3)); in FLASH_OB_WRPConfigWRP3() 1341 wrp89data = (uint16_t)(((WRP3 & WRP_MASK_LOW) | OB->WRP89)); in FLASH_OB_WRPConfigWRP3() 1342 wrp1011data = (uint16_t)((((WRP3 & WRP_MASK_HIGH)>>16U | OB->WRP1011))); in FLASH_OB_WRPConfigWRP3() 1351 wrp89data = (uint16_t)(~WRP3 & (WRP_MASK_LOW & OB->WRP89)); in FLASH_OB_WRPConfigWRP3() 1352 wrp1011data = (uint16_t)((((~WRP3 & WRP_MASK_HIGH)>>16U & OB->WRP1011))); in FLASH_OB_WRPConfigWRP3()
|
/hal_stm32-3.4.0/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_hal_flash_ex.c | 609 OB->WRP3 &= WRP3_Data; in FLASH_OB_EnableWRP() 725 OB->WRP3 &= WRP3_Data; in FLASH_OB_DisableWRP()
|
/hal_stm32-3.4.0/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_flash_ex.c | 605 OB->WRP3 &= WRP3_Data; in FLASH_OB_EnableWRP() 717 OB->WRP3 |= WRP3_Data; in FLASH_OB_DisableWRP()
|
/hal_stm32-3.4.0/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_hal_flash_ex.c | 741 OB->WRP3 &= WRP3_Data; in FLASH_OB_EnableWRP() 864 OB->WRP3 |= WRP3_Data; in FLASH_OB_DisableWRP()
|
/hal_stm32-3.4.0/stm32cube/stm32f1xx/soc/ |
D | stm32f101x6.h | 274 __IO uint16_t WRP3; member
|
D | stm32f101xb.h | 279 __IO uint16_t WRP3; member
|
D | stm32f102x6.h | 277 __IO uint16_t WRP3; member
|
D | stm32f100xb.h | 321 __IO uint16_t WRP3; member
|
D | stm32f102xb.h | 282 __IO uint16_t WRP3; member
|
D | stm32f100xe.h | 369 __IO uint16_t WRP3; member
|
D | stm32f101xe.h | 343 __IO uint16_t WRP3; member
|
D | stm32f101xg.h | 355 __IO uint16_t WRP3; member
|
D | stm32f103x6.h | 346 __IO uint16_t WRP3; member
|
D | stm32f103xb.h | 351 __IO uint16_t WRP3; member
|
D | stm32f103xe.h | 421 __IO uint16_t WRP3; member
|
/hal_stm32-3.4.0/stm32cube/stm32f0xx/soc/ |
D | stm32f030xc.h | 233 …__IO uint16_t WRP3; /*!< FLASH option byte write protection 3, Address offset: 0x… member
|
D | stm32f070xb.h | 232 …__IO uint16_t WRP3; /*!< FLASH option byte write protection 3, Address offset: 0x… member
|
D | stm32f071xb.h | 302 …__IO uint16_t WRP3; /*!< FLASH option byte write protection 3, Address offset: 0x… member
|
D | stm32f091xc.h | 364 …__IO uint16_t WRP3; /*!< FLASH option byte write protection 3, Address offset: 0x… member
|
D | stm32f078xx.h | 363 …__IO uint16_t WRP3; /*!< FLASH option byte write protection 3, Address offset: 0x… member
|
D | stm32f098xx.h | 364 …__IO uint16_t WRP3; /*!< FLASH option byte write protection 3, Address offset: 0x… member
|
D | stm32f072xb.h | 363 …__IO uint16_t WRP3; /*!< FLASH option byte write protection 3, Address offset: 0x… member
|
/hal_stm32-3.4.0/stm32cube/stm32f3xx/soc/ |
D | stm32f318xx.h | 321 …__IO uint16_t WRP3; /*!<FLASH option byte write protection 3, Address offset: 0x1… member
|
D | stm32f373xc.h | 398 …__IO uint16_t WRP3; /*!<FLASH option byte write protection 3, Address offset: 0x1… member
|
D | stm32f378xx.h | 394 …__IO uint16_t WRP3; /*!<FLASH option byte write protection 3, Address offset: 0x1… member
|