SOC ADC component registers. More...
SOC ADC component registers.
Definition at line 34 of file cc2538_soc_adc.h.
#include <cc2538_soc_adc.h>
Data Fields | |
cc2538_reg_t | ADCCON1 |
ADC Control Register 1. | |
cc2538_reg_t | ADCCON2 |
ADC Control Register 2. | |
cc2538_reg_t | ADCCON3 |
ADC Control Register 3. | |
cc2538_reg_t | ADCL |
Least-significant part of ADC conversion result. | |
cc2538_reg_t | ADCH |
Most-significant part of ADC conversion result. | |
cc2538_reg_t | RNDL |
Random-number-generator data; low byte. | |
cc2538_reg_t | RNDH |
Random-number-generator data; high byte. | |
cc2538_reg_t | RESERVED [2] |
Reserved bytes. | |
cc2538_reg_t | CMPCTL |
Analog comparator control and status register. | |
cc2538_reg_t cc2538_soc_adc_t::ADCCON1 |
ADC Control Register 1.
Definition at line 35 of file cc2538_soc_adc.h.
cc2538_reg_t cc2538_soc_adc_t::ADCCON2 |
ADC Control Register 2.
Definition at line 36 of file cc2538_soc_adc.h.
cc2538_reg_t cc2538_soc_adc_t::ADCCON3 |
ADC Control Register 3.
Definition at line 37 of file cc2538_soc_adc.h.
cc2538_reg_t cc2538_soc_adc_t::ADCH |
Most-significant part of ADC conversion result.
Definition at line 39 of file cc2538_soc_adc.h.
cc2538_reg_t cc2538_soc_adc_t::ADCL |
Least-significant part of ADC conversion result.
Definition at line 38 of file cc2538_soc_adc.h.
cc2538_reg_t cc2538_soc_adc_t::CMPCTL |
Analog comparator control and status register.
Definition at line 43 of file cc2538_soc_adc.h.
cc2538_reg_t cc2538_soc_adc_t::RESERVED[2] |
Reserved bytes.
Definition at line 42 of file cc2538_soc_adc.h.
cc2538_reg_t cc2538_soc_adc_t::RNDH |
Random-number-generator data; high byte.
Definition at line 41 of file cc2538_soc_adc.h.
cc2538_reg_t cc2538_soc_adc_t::RNDL |
Random-number-generator data; low byte.
Definition at line 40 of file cc2538_soc_adc.h.