Home
last modified time | relevance | path

Searched refs:WRP3 (Results 1 – 25 of 34) sorted by relevance

12

/hal_stm32-3.4.0/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_flash_ex.c113 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/
Dstm32f0xx_hal_flash_ex.c609 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/
Dstm32f3xx_hal_flash_ex.c605 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/
Dstm32f1xx_hal_flash_ex.c741 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/
Dstm32f101x6.h274 __IO uint16_t WRP3; member
Dstm32f101xb.h279 __IO uint16_t WRP3; member
Dstm32f102x6.h277 __IO uint16_t WRP3; member
Dstm32f100xb.h321 __IO uint16_t WRP3; member
Dstm32f102xb.h282 __IO uint16_t WRP3; member
Dstm32f100xe.h369 __IO uint16_t WRP3; member
Dstm32f101xe.h343 __IO uint16_t WRP3; member
Dstm32f101xg.h355 __IO uint16_t WRP3; member
Dstm32f103x6.h346 __IO uint16_t WRP3; member
Dstm32f103xb.h351 __IO uint16_t WRP3; member
Dstm32f103xe.h421 __IO uint16_t WRP3; member
/hal_stm32-3.4.0/stm32cube/stm32f0xx/soc/
Dstm32f030xc.h233 …__IO uint16_t WRP3; /*!< FLASH option byte write protection 3, Address offset: 0x… member
Dstm32f070xb.h232 …__IO uint16_t WRP3; /*!< FLASH option byte write protection 3, Address offset: 0x… member
Dstm32f071xb.h302 …__IO uint16_t WRP3; /*!< FLASH option byte write protection 3, Address offset: 0x… member
Dstm32f091xc.h364 …__IO uint16_t WRP3; /*!< FLASH option byte write protection 3, Address offset: 0x… member
Dstm32f078xx.h363 …__IO uint16_t WRP3; /*!< FLASH option byte write protection 3, Address offset: 0x… member
Dstm32f098xx.h364 …__IO uint16_t WRP3; /*!< FLASH option byte write protection 3, Address offset: 0x… member
Dstm32f072xb.h363 …__IO uint16_t WRP3; /*!< FLASH option byte write protection 3, Address offset: 0x… member
/hal_stm32-3.4.0/stm32cube/stm32f3xx/soc/
Dstm32f318xx.h321 …__IO uint16_t WRP3; /*!<FLASH option byte write protection 3, Address offset: 0x1… member
Dstm32f373xc.h398 …__IO uint16_t WRP3; /*!<FLASH option byte write protection 3, Address offset: 0x1… member
Dstm32f378xx.h394 …__IO uint16_t WRP3; /*!<FLASH option byte write protection 3, Address offset: 0x1… member

12