cc2538_soc_adc.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2014 Loci Controls Inc.
3  * SPDX-FileCopyrightText: 2018 HAW Hamburg
4  * SPDX-License-Identifier: LGPL-2.1-only
5  */
6 
7 #pragma once
8 
21 #include "cc2538.h"
22 
23 #ifdef __cplusplus
24 extern "C" {
25 #endif
26 
30 typedef struct {
38  cc2538_reg_t RESERVED[2];
41 
42 #ifdef __cplusplus
43 } /* end extern "C" */
44 #endif
45 
CC2538 MCU interrupt and register definitions.
volatile uint32_t cc2538_reg_t
Least-significant 32 bits of the IEEE address.
Definition: cc2538.h:120
SOC ADC component registers.
cc2538_reg_t RNDL
Random-number-generator data; low byte.
cc2538_reg_t ADCH
Most-significant part of ADC conversion result.
cc2538_reg_t CMPCTL
Analog comparator control and status register.
cc2538_reg_t ADCL
Least-significant part of ADC conversion result.
cc2538_reg_t ADCCON3
ADC Control Register 3.
cc2538_reg_t ADCCON2
ADC Control Register 2.
cc2538_reg_t RNDH
Random-number-generator data; high byte.
cc2538_reg_t ADCCON1
ADC Control Register 1.