Searched refs:ADC_O_PC (Results 1 – 9 of 9) sorted by relevance
1991 HWREG(ui32Base + ADC_O_PC) = (ui32Config >> 4) & ADC_PC_SR_M; in ADCClockConfigSet()2063 ui32Config |= (HWREG(ui32Base + ADC_O_PC) & ADC_PC_SR_M) << 4; in ADCClockConfigGet()
1996 HWREG(ui32Base + ADC_O_PC) = (ui32Config >> 4) & ADC_PC_SR_M; in ADCClockConfigSet()2068 ui32Config |= (HWREG(ADC0_BASE + ADC_O_PC) & ADC_PC_SR_M) << 4; in ADCClockConfigGet()
1920 HWREG(ui32Base + ADC_O_PC) = (ui32Config >> 4) & ADC_PC_SR_M; in ADCClockConfigSet()1992 ui32Config |= (HWREG(ui32Base + ADC_O_PC) & ADC_PC_SR_M) << 4; in ADCClockConfigGet()
137 #define ADC_O_PC 0x00000FC4 // ADC Peripheral Configuration macro
139 #define ADC_O_PC 0x00000FC4 // ADC Peripheral Configuration macro
117 #define ADC_O_PC 0x00000FC4 // ADC Peripheral Configuration macro
Completed in 40 milliseconds