SRA Board Components
ESP-IDF component for SRA Board
Public Attributes | List of all members
adc_obj_t Struct Reference

Structure representing an ADC object. More...

#include <adc.h>

Public Attributes

adc_oneshot_unit_handle_t adc1_handle
 
adc_cali_handle_t adc1_cali_handle [5]
 
bool do_calib [5]
 

Detailed Description

Structure representing an ADC object.

This structure holds the handles and calibration data for an ADC.

Member Data Documentation

◆ adc1_cali_handle

adc_cali_handle_t adc_obj_t::adc1_cali_handle[5]

Array of calibration handles for ADC1.

◆ adc1_handle

adc_oneshot_unit_handle_t adc_obj_t::adc1_handle

Handle for ADC1 oneshot unit.

◆ do_calib

bool adc_obj_t::do_calib[5]

Array indicating whether calibration should be performed for each channel.


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