cc26xx_cc13xx_gpio.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2016 Leon George
3  * SPDX-License-Identifier: LGPL-2.1-only
4  */
5 
6 #pragma once
7 
19 #include "cc26xx_cc13xx.h"
20 
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24 
28 #define GPIO_BASE (0x40022000)
34 typedef struct {
35  reg32_t DOUT_FRAG[8];
36  reg32_t __reserved1[24];
38  reg32_t __reserved2[3];
40  reg32_t __reserved3[3];
42  reg32_t __reserved4[3];
44  reg32_t __reserved5[3];
46  reg32_t __reserved6[3];
48  reg32_t __reserved7[3];
50 } gpio_regs_t;
51 
52 #define GPIO ((gpio_regs_t *) (GPIO_BASE))
54 #ifdef __cplusplus
55 } /* end extern "C" */
56 #endif
57 
CC26xx, CC13xx definitions.
volatile uint32_t reg32_t
Unsigned 32-bit register type.
Definition: cc26xx_cc13xx.h:36
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