Home
last modified time | relevance | path

Searched refs:AverageEnable (Results 1 – 2 of 2) sorted by relevance

/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Source/
A Dlib_adc.c90 ADC_InitStruct->AverageEnable = 0; in ADC_StructInit()
201 assert_parameters(IS_ADC_CHANNEL_EN_DC(ADC_InitStruct->AverageEnable)); in ADC_Init()
209 tmp_rtcadcmactl |= (ADC_InitStruct->AverageEnable << ADC_AVERAGECH_SHIFT); in ADC_Init()
221 assert_parameters(IS_ADC_CHANNEL_EN_AC(ADC_InitStruct->AverageEnable)); in ADC_Init()
228 tmp_rtcadcmactl |= (ADC_InitStruct->AverageEnable << ADC_AVERAGECH_SHIFT); in ADC_Init()
/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Include/
A Dlib_adc.h32 uint32_t AverageEnable; member

Completed in 6 milliseconds