Searched refs:RMC_Read (Results 1 – 2 of 2) sorted by relevance
216 uint32_t RMC_Read(uint32_t u32Addr) in RMC_Read() function432 u32Config[0] = RMC_Read(RMC_CONFIG_BASE); in RMC_ReadConfig()440 u32Config[1] = RMC_Read(RMC_CONFIG_BASE+4UL); in RMC_ReadConfig()470 if (RMC_Read(RMC_CONFIG_BASE+i*4UL) != u32Config[i]) in RMC_WriteConfig()689 *low_word = RMC_Read(RMC_OTP_BASE + otp_num * 8UL); in RMC_ReadOTP()691 *high_word = RMC_Read(RMC_OTP_BASE + otp_num * 8UL +4); in RMC_ReadOTP()739 u32data = RMC_Read(RMC_OTP_BASE + 0x800UL + otp_num * 4UL); in RMC_IsOTPLocked()
501 extern uint32_t RMC_Read(uint32_t u32Addr);