Searched refs:WRP3 (Results 1 – 19 of 19) sorted by relevance
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() argument1336 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()
84 …__IO u16 WRP3; ///< Flash write prote… member
415 OB->WRP3 = WPP3_Data; in FMC_EnableWriteProtection()
409 OB->WRP3 = WPP3_Data; in FMC_EnableWriteProtection()
527 OB->WRP3 = WRP3_Data; in FLASH_EnableWriteProtection()
537 OB->WRP3 = WRP3_Data; in FLASH_EnableWriteProtection()
1091 OB->WRP3 = WRP3_Data; in FLASH_EnableWriteProtection()
513 OB->WRP3 = WRP3_Data; in FLASH_OB_EnableWRP()
415 …__IO uint16_t WRP3; /*!< FLASH option byte write protection 3, Address offse… member
468 __IO uint16_t WRP3; member
477 __IO uint16_t WRP3; member
3144 __IOM uint16_t WRP3; member
504 __IO uint16_t WRP3; member
438 __IO uint16_t WRP3; member
3183 __IOM uint16_t WRP3; member
3374 __IOM uint16_t WRP3; member
564 __IO uint16_t WRP3; member
Completed in 261 milliseconds