/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_flash_ex.c | 111 static void FLASH_OB_WRPConfigWRP3(uint32_t WRP3, FunctionalState NewState); 1327 static void FLASH_OB_WRPConfigWRP3(uint32_t WRP3, FunctionalState NewState) in FLASH_OB_WRPConfigWRP3() argument 1334 assert_param(IS_OB_WRP(WRP3)); in FLASH_OB_WRPConfigWRP3() 1339 wrp89data = (uint16_t)(((WRP3 & WRP_MASK_LOW) | OB->WRP89)); in FLASH_OB_WRPConfigWRP3() 1340 wrp1011data = (uint16_t)((((WRP3 & WRP_MASK_HIGH)>>16U | OB->WRP1011))); in FLASH_OB_WRPConfigWRP3() 1349 wrp89data = (uint16_t)(~WRP3 & (WRP_MASK_LOW & OB->WRP89)); in FLASH_OB_WRPConfigWRP3() 1350 wrp1011data = (uint16_t)((((~WRP3 & WRP_MASK_HIGH)>>16U & OB->WRP1011))); in FLASH_OB_WRPConfigWRP3()
|
/hal_stm32-latest/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-latest/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-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_hal_flash_ex.c | 736 OB->WRP3 &= WRP3_Data; in FLASH_OB_EnableWRP() 859 OB->WRP3 |= WRP3_Data; in FLASH_OB_DisableWRP()
|
/hal_stm32-latest/stm32cube/stm32f1xx/soc/ |
D | stm32f101x6.h | 273 __IO uint16_t WRP3; member
|
D | stm32f101xb.h | 278 __IO uint16_t WRP3; member
|
D | stm32f100xb.h | 320 __IO uint16_t WRP3; member
|
D | stm32f102x6.h | 276 __IO uint16_t WRP3; member
|
D | stm32f100xe.h | 368 __IO uint16_t WRP3; member
|
D | stm32f101xg.h | 354 __IO uint16_t WRP3; member
|
D | stm32f101xe.h | 342 __IO uint16_t WRP3; member
|
D | stm32f102xb.h | 281 __IO uint16_t WRP3; member
|
D | stm32f103x6.h | 345 __IO uint16_t WRP3; member
|
D | stm32f103xb.h | 350 __IO uint16_t WRP3; member
|
D | stm32f103xe.h | 420 __IO uint16_t WRP3; member
|
D | stm32f103xg.h | 426 __IO uint16_t WRP3; member
|
/hal_stm32-latest/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 | stm32f072xb.h | 363 …__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 | stm32f098xx.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
|
/hal_stm32-latest/stm32cube/stm32f3xx/soc/ |
D | stm32f318xx.h | 321 …__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
|