app_adc_pin_t Struct Reference

ADC pins Structures. More...

#include <app_adc.h>

Public Attributes

app_io_type_t type
 
app_io_mux_t mux
 
uint32_t pin
 

Detailed Description

ADC pins Structures.

Definition at line 89 of file app_adc.h.

Member Data Documentation

◆ mux

app_io_mux_t app_adc_pin_t::mux

Specifies the Peripheral to be connected to the selected pins.

Definition at line 92 of file app_adc.h.

◆ pin

uint32_t app_adc_pin_t::pin

Specifies the IO pins to be configured. This parameter can be any value of Defines.

Definition at line 93 of file app_adc.h.

◆ type

app_io_type_t app_adc_pin_t::type

Specifies the type of ADC IO.

Definition at line 91 of file app_adc.h.


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