Loading...
Searching...
No Matches
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
18
19#include "cc26xx_cc13xx.h"
20
21#ifdef __cplusplus
22extern "C" {
23#endif
24
28#define GPIO_BASE (0x40022000)
30
51
52#define GPIO ((gpio_regs_t *) (GPIO_BASE))
53
54#ifdef __cplusplus
55} /* end extern "C" */
56#endif
57
CC26xx, CC13xx definitions.
volatile uint32_t reg32_t
Unsigned 32-bit register type.
GPIO registers.
reg32_t DOUT
r/w state of the output
reg32_t DIN
r input status
reg32_t __reserved6[3]
unused
reg32_t DOUTCLR
w1c clear output
reg32_t EVFLAGS
r/w1c indicates an input event
reg32_t __reserved5[3]
unused
reg32_t __reserved7[3]
unused
reg32_t DOE
r/w enable output
reg32_t __reserved1[24]
unused
reg32_t __reserved2[3]
unused
reg32_t __reserved3[3]
unused
reg32_t DOUTTGL
r/w toggle output
reg32_t __reserved4[3]
unused
reg32_t DOUTSET
w1s set output
reg32_t DOUT_FRAG[8]
w the first bit of each byte corresponds to one bit of DOUT