Searched refs:RDPKey2 (Results 1 – 2 of 2) sorted by relevance
146 …c void FLASH_OB_RDPKeyConfig(uint32_t RDPKeyType, uint32_t RDPKey1, uint32_t RDPKey2);355 FLASH_OB_RDPKeyConfig(pOBInit->RDPKeyType, pOBInit->RDPKey1, pOBInit->RDPKey2); in HAL_FLASHEx_OBProgram()1055 static void FLASH_OB_RDPKeyConfig(uint32_t RDPKeyType, uint32_t RDPKey1, uint32_t RDPKey2) in FLASH_OB_RDPKeyConfig() argument1064 WRITE_REG(FLASH->OEM1KEYR2, RDPKey2); in FLASH_OB_RDPKeyConfig()1069 WRITE_REG(FLASH->OEM2KEYR2, RDPKey2); in FLASH_OB_RDPKeyConfig()
113 uint32_t RDPKey2; /*!< Value of the RDP OEM key 2 (used for OPTIONBYTE_RDPKEY) */ member