cc26xx_cc13xx_gpio.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2016 Leon George
3  *
4  * This file is subject to the terms and conditions of the GNU Lesser General
5  * Public License v2.1. See the file LICENSE in the top level directory for more
6  * details.
7  */
19 #ifndef CC26XX_CC13XX_GPIO_H
20 #define CC26XX_CC13XX_GPIO_H
21 
22 #include "cc26xx_cc13xx.h"
23 
24 #ifdef __cplusplus
25 extern "C" {
26 #endif
27 
31 #define GPIO_BASE (0x40022000)
37 typedef struct {
38  reg32_t DOUT_FRAG[8];
39  reg32_t __reserved1[24];
41  reg32_t __reserved2[3];
43  reg32_t __reserved3[3];
45  reg32_t __reserved4[3];
47  reg32_t __reserved5[3];
49  reg32_t __reserved6[3];
51  reg32_t __reserved7[3];
53 } gpio_regs_t;
54 
55 #define GPIO ((gpio_regs_t *) (GPIO_BASE))
57 #ifdef __cplusplus
58 } /* end extern "C" */
59 #endif
60 
61 #endif /* CC26XX_CC13XX_GPIO_H */
62 
CC26xx, CC13xx definitions.
volatile uint32_t reg32_t
Unsigned 32-bit register type.
Definition: cc26xx_cc13xx.h:40
GPIO registers.
reg32_t DOUT
r/w state of the output
reg32_t DIN
r input status
reg32_t DOUTCLR
w1c clear output
reg32_t EVFLAGS
r/w1c indicates an input event
reg32_t DOE
r/w enable output
reg32_t DOUTTGL
r/w toggle output
reg32_t DOUTSET
w1s set output