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

ADC monitor configuration structure. More...

#include <EspTypes_ADC.h>

Public Member Functions

 hf_adc_monitor_config_t ()
 

Public Attributes

uint8_t monitor_id
 Monitor ID (0-1)
 
hf_channel_id_t channel_id
 Channel ID to monitor.
 
uint32_t high_threshold
 High threshold value (raw)
 
uint32_t low_threshold
 Low threshold value (raw)
 

Detailed Description

ADC monitor configuration structure.

Constructor & Destructor Documentation

◆ hf_adc_monitor_config_t()

hf_adc_monitor_config_t::hf_adc_monitor_config_t ( )
inline

Member Data Documentation

◆ channel_id

hf_channel_id_t hf_adc_monitor_config_t::channel_id

Channel ID to monitor.

◆ high_threshold

uint32_t hf_adc_monitor_config_t::high_threshold

High threshold value (raw)

◆ low_threshold

uint32_t hf_adc_monitor_config_t::low_threshold

Low threshold value (raw)

◆ monitor_id

uint8_t hf_adc_monitor_config_t::monitor_id

Monitor ID (0-1)


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