HF Interface Wrapper 0.1.0-dev
Embedded C++ hardware abstraction layer
Loading...
Searching...
No Matches
hf_adc_channel_config_t Struct Reference

ADC channel configuration structure. More...

#include <EspTypes_ADC.h>

Public Member Functions

 hf_adc_channel_config_t ()
 

Public Attributes

hf_channel_id_t channel_id
 Channel ID.
 
hf_adc_atten_t attenuation
 Attenuation level.
 
hf_adc_bitwidth_t bitwidth
 Bit width.
 
bool enabled
 Channel enabled flag.
 

Detailed Description

ADC channel configuration structure.

Constructor & Destructor Documentation

◆ hf_adc_channel_config_t()

hf_adc_channel_config_t::hf_adc_channel_config_t ( )
inline

Member Data Documentation

◆ attenuation

hf_adc_atten_t hf_adc_channel_config_t::attenuation

Attenuation level.

◆ bitwidth

hf_adc_bitwidth_t hf_adc_channel_config_t::bitwidth

Bit width.

◆ channel_id

hf_channel_id_t hf_adc_channel_config_t::channel_id

Channel ID.

◆ enabled

bool hf_adc_channel_config_t::enabled

Channel enabled flag.


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