Searched refs:ADC_CALBISTREG_RESN_MASK (Results 1 – 2 of 2) sorted by relevance
397 …uint8 ResolutionBits = (uint8)(((Calbistreg & ADC_CALBISTREG_RESN_MASK) >> ADC_CALBISTREG_RESN_SHI… in Adc_Sar_GetResolution()2579 Calbistreg &= ~(ADC_CALBISTREG_RESN_MASK); in Adc_Sar_Ip_SetResolution()
4142 #define ADC_CALBISTREG_RESN_MASK (0xE0000000U) macro4145 … (((uint32_t)(((uint32_t)(x)) << ADC_CALBISTREG_RESN_SHIFT)) & ADC_CALBISTREG_RESN_MASK)