Searched refs:ADC_WR_CLP4 (Results 1 – 1 of 1) sorted by relevance
1331 #define ADC_WR_CLP4(base, value) (ADC_CLP4_REG(base) = (value)) macro1332 #define ADC_RMW_CLP4(base, mask, value) (ADC_WR_CLP4(base, (ADC_RD_CLP4(base) & ~(mask)) | (value)))