|
HF Interface Wrapper 0.1.0-dev
Embedded C++ hardware abstraction layer
|
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. | |
ADC channel configuration structure.
|
inline |
| hf_adc_atten_t hf_adc_channel_config_t::attenuation |
Attenuation level.
| hf_adc_bitwidth_t hf_adc_channel_config_t::bitwidth |
Bit width.
| hf_channel_id_t hf_adc_channel_config_t::channel_id |
Channel ID.
| bool hf_adc_channel_config_t::enabled |
Channel enabled flag.