cc2538_soc_adc.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2014 Loci Controls Inc.
3  * 2018 HAW Hamburg
4  *
5  * This file is subject to the terms and conditions of the GNU Lesser
6  * General Public License v2.1. See the file LICENSE in the top level
7  * directory for more details.
8  */
9 
10 #pragma once
11 
24 #include "cc2538.h"
25 
26 #ifdef __cplusplus
27 extern "C" {
28 #endif
29 
33 typedef struct {
41  cc2538_reg_t RESERVED[2];
44 
45 #ifdef __cplusplus
46 } /* end extern "C" */
47 #endif
48 
CC2538 MCU interrupt and register definitions.
volatile uint32_t cc2538_reg_t
Least-significant 32 bits of the IEEE address.
Definition: cc2538.h:123
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.