Searched refs:bAdcResultAccEn (Results 1 – 2 of 2) sorted by relevance
608 …_t Adc_ConfigSqrMode(stc_adc_cfg_t* pstcAdcConfig, uint8_t u8AdcSampCnt,boolean_t bAdcResultAccEn) in Adc_ConfigSqrMode() argument617 M0P_ADC->CR1_f.RACCEN = bAdcResultAccEn; in Adc_ConfigSqrMode()618 if (bAdcResultAccEn) in Adc_ConfigSqrMode()637 …_t Adc_ConfigJqrMode(stc_adc_cfg_t* pstcAdcConfig, uint8_t u8AdcSampCnt,boolean_t bAdcResultAccEn) in Adc_ConfigJqrMode() argument645 M0P_ADC->CR1_f.RACCEN = bAdcResultAccEn; in Adc_ConfigJqrMode()
421 …t Adc_ConfigSqrMode(stc_adc_cfg_t* pstcAdcConfig, uint8_t u8AdcSampCnt,boolean_t bAdcResultAccEn);423 …t Adc_ConfigJqrMode(stc_adc_cfg_t* pstcAdcConfig, uint8_t u8AdcSampCnt,boolean_t bAdcResultAccEn);
Completed in 5 milliseconds