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

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.
 

Detailed Description

ADC monitor event structure.

Constructor & Destructor Documentation

◆ hf_adc_monitor_event_t()

hf_adc_monitor_event_t::hf_adc_monitor_event_t ( )
inline

Member Data Documentation

◆ channel_id

hf_channel_id_t hf_adc_monitor_event_t::channel_id

Channel ID.

◆ event_type

hf_adc_monitor_event_type_t hf_adc_monitor_event_t::event_type

Event type.

◆ monitor_id

uint8_t hf_adc_monitor_event_t::monitor_id

Monitor ID.

◆ raw_value

uint32_t hf_adc_monitor_event_t::raw_value

Raw ADC value.

◆ timestamp_us

uint64_t hf_adc_monitor_event_t::timestamp_us

Timestamp in microseconds.


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