app_adc_pin_cfg_t Struct Reference

ADC pins config Structures. More...

#include <app_adc.h>

Public Attributes

app_adc_pin_t channel_p
 Set the configuration of ADC channel P pin;this parameter no need to configure and can be any value in single input mode. More...
 
app_adc_pin_t channel_n
 Set the configuration of ADC channel N pin. More...
 
app_adc_pin_t extern_ref
 Set the configuration of ADC extern reference pin; this parameter no need to configure and can be any value when ADC uses internal reference. More...
 

Detailed Description

ADC pins config Structures.

Definition at line 111 of file app_adc.h.

Member Data Documentation

◆ channel_n

app_adc_pin_t app_adc_pin_cfg_t::channel_n

Set the configuration of ADC channel N pin.

Definition at line 114 of file app_adc.h.

◆ channel_p

app_adc_pin_t app_adc_pin_cfg_t::channel_p

Set the configuration of ADC channel P pin;this parameter no need to configure and can be any value in single input mode.

Definition at line 113 of file app_adc.h.

◆ extern_ref

app_adc_pin_t app_adc_pin_cfg_t::extern_ref

Set the configuration of ADC extern reference pin; this parameter no need to configure and can be any value when ADC uses internal reference.

Definition at line 115 of file app_adc.h.


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