Searched refs:ADC_WR_CLP0 (Results 1 – 1 of 1) sorted by relevance
1499 #define ADC_WR_CLP0(base, value) (ADC_CLP0_REG(base) = (value)) macro1500 #define ADC_RMW_CLP0(base, mask, value) (ADC_WR_CLP0(base, (ADC_RD_CLP0(base) & ~(mask)) | (value)))