Searched refs:RDPKey1 (Results 1 – 2 of 2) sorted by relevance
146 static void FLASH_OB_RDPKeyConfig(uint32_t RDPKeyType, uint32_t RDPKey1, uint32_t RDPK…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() argument1063 WRITE_REG(FLASH->OEM1KEYR1, RDPKey1); in FLASH_OB_RDPKeyConfig()1068 WRITE_REG(FLASH->OEM2KEYR1, RDPKey1); in FLASH_OB_RDPKeyConfig()
112 uint32_t RDPKey1; /*!< Value of the RDP OEM key 1 (used for OPTIONBYTE_RDPKEY) */ member