Types
Hardware ADC data types. More...
Data Structures | |
struct | zos_adc_config_t |
The ADC sample type. More... | |
Typedefs | |
typedef void * | zos_adc_lut_t |
Reference to a prepared Lookup Table (LUT) | |
Enumerations | |
enum | zos_adc_sample_t { ADC_SAMPLE_RAW, ADC_SAMPLE_VOLTAGE } |
The ADC sample type. More... | |
Detailed Description
Hardware ADC data types.
Enumeration Type Documentation
enum zos_adc_sample_t |
The ADC sample type.
- Note
- This may only be used with the zn_adc_sample()
Enumerator | |
---|---|
ADC_SAMPLE_RAW |
Return raw ADC reading. |
ADC_SAMPLE_VOLTAGE |
Return ADC reading in millivolts. |