Searched refs:ADC_WR_MG (Results 1 – 1 of 1) sorted by relevance
1191 #define ADC_WR_MG(base, value) (ADC_MG_REG(base) = (value)) macro1192 #define ADC_RMW_MG(base, mask, value) (ADC_WR_MG(base, (ADC_RD_MG(base) & ~(mask)) | (value)))