Searched refs:ADC_WR_CLP3 (Results 1 – 1 of 1) sorted by relevance
1373 #define ADC_WR_CLP3(base, value) (ADC_CLP3_REG(base) = (value)) macro1374 #define ADC_RMW_CLP3(base, mask, value) (ADC_WR_CLP3(base, (ADC_RD_CLP3(base) & ~(mask)) | (value)))