Loading...
Searching...
No Matches
adc_conf_chan_t Struct Reference

ADC Channel Configuration. More...

Detailed Description

ADC Channel Configuration.

Definition at line 879 of file periph_cpu_common.h.

#include <periph_cpu_common.h>

Data Fields

union { 
 
   uint32_t   inputctrl 
 ADC channel pin multiplexer value
More...
 
   uint32_t   muxpos 
 ADC channel pin multiplexer value. More...
 
};  
 

Field Documentation

◆ inputctrl

uint32_t adc_conf_chan_t::inputctrl

ADC channel pin multiplexer value

Definition at line 881 of file periph_cpu_common.h.

◆ muxpos

uint32_t adc_conf_chan_t::muxpos

ADC channel pin multiplexer value.

Deprecated:
, use inputctrl instead

Definition at line 882 of file periph_cpu_common.h.


The documentation for this struct was generated from the following file: