Loading...
Searching...
No Matches
saul_adc_params_t Struct Reference

Direct mapped ADC configuration values. More...

Detailed Description

Direct mapped ADC configuration values.

Definition at line 63 of file periph.h.

#include <periph.h>

Data Fields

const char * name
 name of the device connected to this pin
 
adc_t line
 ADC line to initialize and expose.
 
adc_res_t res
 ADC resolution.
 

Field Documentation

◆ line

adc_t saul_adc_params_t::line

ADC line to initialize and expose.

Definition at line 65 of file periph.h.

◆ name

const char* saul_adc_params_t::name

name of the device connected to this pin

Definition at line 64 of file periph.h.

◆ res

adc_res_t saul_adc_params_t::res

ADC resolution.

Definition at line 66 of file periph.h.


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