|
HF Interface Wrapper 0.1.0-dev
Embedded C++ hardware abstraction layer
|
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) | |
ADC monitor configuration structure.
|
inline |
| hf_channel_id_t hf_adc_monitor_config_t::channel_id |
Channel ID to monitor.
| uint32_t hf_adc_monitor_config_t::high_threshold |
High threshold value (raw)
| uint32_t hf_adc_monitor_config_t::low_threshold |
Low threshold value (raw)
| uint8_t hf_adc_monitor_config_t::monitor_id |
Monitor ID (0-1)