ADC  9.2
Analog to Digital Conversor library for the Teensy 4 microprocessor
ADC_Module::ADC_Config Struct Reference

Store the config of the adc. More...

#include <ADC_Module.h>

Public Attributes

uint32_t savedHC0
 
uint32_t savedCFG
 
uint32_t savedGC
 
uint32_t savedGS
 

Detailed Description

Store the config of the adc.

Definition at line 675 of file ADC_Module.h.

Member Data Documentation

◆ savedCFG

uint32_t ADC_Module::ADC_Config::savedCFG

CFG.

Definition at line 678 of file ADC_Module.h.

◆ savedGC

uint32_t ADC_Module::ADC_Config::savedGC

GC.

Definition at line 679 of file ADC_Module.h.

◆ savedGS

uint32_t ADC_Module::ADC_Config::savedGS

GS.

Definition at line 680 of file ADC_Module.h.

◆ savedHC0

uint32_t ADC_Module::ADC_Config::savedHC0

HC0.

Definition at line 677 of file ADC_Module.h.


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