Loading...
Searching...
No Matches
cc26xx_cc13xx_adi.h File Reference

CC26xx/CC13xx MCU I/O register definitions. More...

Detailed Description

CC26xx/CC13xx MCU I/O register definitions.

Author
Jean Pierre Dudey jeand.nosp@m.udey.nosp@m.@hotm.nosp@m.ail..nosp@m.com

Definition in file cc26xx_cc13xx_adi.h.

#include "cc26xx_cc13xx.h"
+ Include dependency graph for cc26xx_cc13xx_adi.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  adi_3_refsys_regs_t
 ADI_3_REFSYS registers. More...
 
struct  adi_3_refsys_regs_m4_t
 ADI_3_REFSYS registers. More...
 

Macros

#define ADI3   ((adi_3_refsys_regs_t *) (ADI_3_REFSYS_BASE))
 ADI3 register bank.
 
#define ADI3_SET   ((adi_3_refsys_regs_t *) (ADI_3_REFSYS_BASE_SET))
 ADI3 register bank for SET instruction.
 
#define ADI3_CLR   ((adi_3_refsys_regs_t *) (ADI_3_REFSYS_BASE_CLR))
 ADI3 register bank for CLR instruction.
 
#define ADI3_M4   ((adi_3_refsys_regs_m4_t *) (ADI_3_REFSYS_BASE_M4))
 ADI3 register bank for 4-bit masked access.
 
#define ADI_3_REFSYS_DCDCCTL3_VDDR_BOOST_COMP_BOOST   0x00000002
 ADI3 register values.
 
#define ADI_3_REFSYS_AUX_DEBUG_LPM_BIAS_BACKUP_EN   0x00000040
 
#define ADI_3_REFSYS_BASE   (PERIPH_BASE + 0x86200)
 ADI3 base address.
 
#define ADI_3_REFSYS_BASE_SET   (ADI_3_REFSYS_BASE + ADI_SET)
 ADI3 base address for SET instruction.
 
#define ADI_3_REFSYS_BASE_CLR   (ADI_3_REFSYS_BASE + ADI_CLR)
 ADI3 base address for CLR instruction.
 
#define ADI_3_REFSYS_BASE_M4   (ADI_3_REFSYS_BASE + ADI_MASK4B)
 ADI3 base address for 4-bit masked access.
 

Macro Definition Documentation

◆ ADI3

#define ADI3   ((adi_3_refsys_regs_t *) (ADI_3_REFSYS_BASE))

ADI3 register bank.

Definition at line 107 of file cc26xx_cc13xx_adi.h.

◆ ADI3_CLR

#define ADI3_CLR   ((adi_3_refsys_regs_t *) (ADI_3_REFSYS_BASE_CLR))

ADI3 register bank for CLR instruction.

Definition at line 115 of file cc26xx_cc13xx_adi.h.

◆ ADI3_M4

#define ADI3_M4   ((adi_3_refsys_regs_m4_t *) (ADI_3_REFSYS_BASE_M4))

ADI3 register bank for 4-bit masked access.

Definition at line 119 of file cc26xx_cc13xx_adi.h.

◆ ADI3_SET

#define ADI3_SET   ((adi_3_refsys_regs_t *) (ADI_3_REFSYS_BASE_SET))

ADI3 register bank for SET instruction.

Definition at line 111 of file cc26xx_cc13xx_adi.h.

◆ ADI_3_REFSYS_AUX_DEBUG_LPM_BIAS_BACKUP_EN

#define ADI_3_REFSYS_AUX_DEBUG_LPM_BIAS_BACKUP_EN   0x00000040

Definition at line 79 of file cc26xx_cc13xx_adi.h.

◆ ADI_3_REFSYS_DCDCCTL3_VDDR_BOOST_COMP_BOOST

#define ADI_3_REFSYS_DCDCCTL3_VDDR_BOOST_COMP_BOOST   0x00000002

ADI3 register values.

Definition at line 78 of file cc26xx_cc13xx_adi.h.