Loading...
Searching...
No Matches
cc26xx_cc13xx_wdt.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
5 * General Public License v2.1. See the file LICENSE in the top level
6 * directory for more details.
7 */
8
17#ifndef CC26XX_CC13XX_WDT_H
18#define CC26XX_CC13XX_WDT_H
19
20#include <cc26xx_cc13xx.h>
21
22#ifdef __cplusplus
23extern "C" {
24#endif
25
42
47#define WDT_BASE 0x40080000
50#define WDT ((wdt_regs_t *) (WDT_BASE))
52#ifdef __cplusplus
53} /* end extern "C" */
54#endif
55
56#endif /* CC26XX_CC13XX_WDT_H */
CC26xx, CC13xx definitions.
volatile uint32_t reg32_t
Unsigned 32-bit register type.
WDT registers.
reg32_t LOCK
lock
reg32_t INT_CAUS
interrupt cause test mode
reg32_t CTL
control
reg32_t ICR
interrupt clear
reg32_t VALUE
current count value
reg32_t LOAD
config
reg32_t MIS
masked interrupt status
reg32_t TEST
test mode
reg32_t RIS
raw interrupt status