Searched refs:ADC_CONF (Results 1 – 2 of 2) sorted by relevance
76 value = adc->ADC_CONF & (~(BIT_MASK_CVLIST_LEN | BIT_MASK_OP_MODE)); in ADC_Init()79 adc->ADC_CONF = value; in ADC_Init()129 adc->ADC_CONF |= BIT_ADC_ENABLE; in ADC_Cmd()131 adc->ADC_CONF &= ~BIT_ADC_ENABLE; in ADC_Cmd()
762 __IO uint32_t ADC_CONF; /*!< ADC configure register, Address offset: 0x00 */ member
Completed in 12 milliseconds