Home
last modified time | relevance | path

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

12

/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_flash_ex.c111 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/
Dstm32f3xx_hal_flash_ex.c605 OB->WRP3 &= WRP3_Data; in FLASH_OB_EnableWRP()
717 OB->WRP3 = WRP3_Data; in FLASH_OB_DisableWRP()
/hal_stm32-latest/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-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_flash_ex.c736 OB->WRP3 &= WRP3_Data; in FLASH_OB_EnableWRP()
859 OB->WRP3 |= WRP3_Data; in FLASH_OB_DisableWRP()
/hal_stm32-latest/stm32cube/stm32f1xx/soc/
Dstm32f101x6.h273 __IO uint16_t WRP3; member
Dstm32f101xb.h278 __IO uint16_t WRP3; member
Dstm32f100xb.h320 __IO uint16_t WRP3; member
Dstm32f102x6.h276 __IO uint16_t WRP3; member
Dstm32f100xe.h368 __IO uint16_t WRP3; member
Dstm32f101xg.h354 __IO uint16_t WRP3; member
Dstm32f101xe.h342 __IO uint16_t WRP3; member
Dstm32f102xb.h281 __IO uint16_t WRP3; member
Dstm32f103x6.h345 __IO uint16_t WRP3; member
Dstm32f103xb.h350 __IO uint16_t WRP3; member
Dstm32f103xe.h420 __IO uint16_t WRP3; member
Dstm32f103xg.h426 __IO uint16_t WRP3; member
/hal_stm32-latest/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
Dstm32f072xb.h363 …__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
Dstm32f098xx.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
/hal_stm32-latest/stm32cube/stm32f3xx/soc/
Dstm32f318xx.h321 …__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