Searched refs:ADC_WR_CLP2 (Results 1 – 1 of 1) sorted by relevance
1415 #define ADC_WR_CLP2(base, value) (ADC_CLP2_REG(base) = (value)) macro1416 #define ADC_RMW_CLP2(base, mask, value) (ADC_WR_CLP2(base, (ADC_RD_CLP2(base) & ~(mask)) | (value)))