|
HF Interface Wrapper 0.1.0-dev
Embedded C++ hardware abstraction layer
|
ADC monitor event structure. More...
#include <EspTypes_ADC.h>
Public Member Functions | |
| hf_adc_monitor_event_t () | |
Public Attributes | |
| uint8_t | monitor_id |
| Monitor ID. | |
| hf_channel_id_t | channel_id |
| Channel ID. | |
| uint32_t | raw_value |
| Raw ADC value. | |
| hf_adc_monitor_event_type_t | event_type |
| Event type. | |
| uint64_t | timestamp_us |
| Timestamp in microseconds. | |
ADC monitor event structure.
|
inline |
| hf_channel_id_t hf_adc_monitor_event_t::channel_id |
Channel ID.
| hf_adc_monitor_event_type_t hf_adc_monitor_event_t::event_type |
Event type.
| uint8_t hf_adc_monitor_event_t::monitor_id |
Monitor ID.
| uint32_t hf_adc_monitor_event_t::raw_value |
Raw ADC value.
| uint64_t hf_adc_monitor_event_t::timestamp_us |
Timestamp in microseconds.