Searched refs:WRP1OrPCROP1 (Results 1 – 1 of 1) sorted by relevance
101 static void FLASH_OB_WRPConfigWRP1OrPCROP1(uint32_t WRP1OrPCROP1, FunctionalState New…1235 static void FLASH_OB_WRPConfigWRP1OrPCROP1(uint32_t WRP1OrPCROP1, FunctionalState NewState) in FLASH_OB_WRPConfigWRP1OrPCROP1() argument1242 assert_param(IS_OB_WRP(WRP1OrPCROP1)); in FLASH_OB_WRPConfigWRP1OrPCROP1()1247 wrp01data = (uint16_t)(((WRP1OrPCROP1 & WRP_MASK_LOW) | OB->WRP01)); in FLASH_OB_WRPConfigWRP1OrPCROP1()1248 wrp23data = (uint16_t)((((WRP1OrPCROP1 & WRP_MASK_HIGH)>>16U | OB->WRP23))); in FLASH_OB_WRPConfigWRP1OrPCROP1()1257 wrp01data = (uint16_t)(~WRP1OrPCROP1 & (WRP_MASK_LOW & OB->WRP01)); in FLASH_OB_WRPConfigWRP1OrPCROP1()1258 wrp23data = (uint16_t)((((~WRP1OrPCROP1 & WRP_MASK_HIGH)>>16U & OB->WRP23))); in FLASH_OB_WRPConfigWRP1OrPCROP1()