Searched refs:RMC_CONFIG_BASE (Results 1 – 2 of 2) sorted by relevance
432 u32Config[0] = RMC_Read(RMC_CONFIG_BASE); in RMC_ReadConfig()440 u32Config[1] = RMC_Read(RMC_CONFIG_BASE+4UL); in RMC_ReadConfig()465 if (RMC_Write(RMC_CONFIG_BASE+i*4UL, u32Config[i]) != 0) in RMC_WriteConfig()470 if (RMC_Read(RMC_CONFIG_BASE+i*4UL) != u32Config[i]) in RMC_WriteConfig()
44 #define RMC_CONFIG_BASE 0x0F300000UL /*!< User Configuration address \hideinitiali… macro