|
Herzog Library 00.00.01
rel_libdev.herzog.00.00.01.10606
|
A structure to represent ADC device. More...
#include <adc_device.h>
Data Fields | |
| void(* | SelectChannel )(uint8_t channel) |
| void(* | ClkDiv )(uint8_t div) |
| void(* | SampleCycle )(uint8_t val) |
| uint8_t(* | Read )(void) |
| void(* | Start )(void) |
| void(* | SetReferenceHigh )(uint8_t val) |
| void(* | SetReferenceLow )(uint8_t val) |
| void(* | SetReferenceGain )(uint8_t val) |
| uint8_t(* | ConversionInProgress )(void) |
| void(* | SetRefSourceVDD )(void) |
| void(* | SetRefSourceBandGap )(void) |
| void(* | SetStreamingMode )(void) |
| void(* | SetSingleMode )(void) |
| void(* | SetCalibrationMode )(void) |
| void(* | SetNormalMode )(void) |
| const char * | Name |
A structure to represent ADC device.
| void(* ClkDiv) (uint8_t div) |
| uint8_t(* ConversionInProgress) (void) |
| const char* Name |
| uint8_t(* Read) (void) |
| void(* SampleCycle) (uint8_t val) |
| void(* SelectChannel) (uint8_t channel) |
| void(* SetCalibrationMode) (void) |
| void(* SetNormalMode) (void) |
| void(* SetReferenceGain) (uint8_t val) |
| void(* SetReferenceHigh) (uint8_t val) |
| void(* SetReferenceLow) (uint8_t val) |
| void(* SetRefSourceBandGap) (void) |
| void(* SetRefSourceVDD) (void) |
| void(* SetSingleMode) (void) |
| void(* SetStreamingMode) (void) |
| void(* Start) (void) |
1.8.9.1