CC26xx/CC13xx VIMS register definitions. More...
CC26xx/CC13xx VIMS register definitions.
Definition in file cc26xx_cc13xx_vims.h.
Go to the source code of this file.
Data Structures | |
struct | flash_regs_t |
FLASH registers. More... | |
struct | vims_regs_t |
VIMS registers. More... | |
#define | FLASH_CFG_DIS_STANDBY 0x00000002 |
FLASH register values. | |
#define | FLASH_CFG_DIS_EFUSECLK 0x00000020 |
#define | FLASH_FPAC1_PSLEEPTDIS_m 0x0FFF0000 |
#define | FLASH_FPAC1_PSLEEPTDIS_s 16 |
#define | FLASH_BASEADDR (PERIPH_BASE + 0x30000) |
FLASH base address. | |
#define | FLASH ((flash_regs_t *) (FLASH_BASEADDR)) |
FLASH register bank. | |
#define | VIMS_BASE (PERIPH_BASE + 0x34000) |
VIMS base address. | |
#define | VIMS ((vims_regs_t *) (VIMS_BASE)) |
VIMS register bank. | |
#define | VIMS_CTL_STATS_CLR 0x80000000 |
VIMS register values. | |
#define | VIMS_CTL_STATS_CLR_m 0x80000000 |
#define | VIMS_CTL_STATS_EN 0x40000000 |
#define | VIMS_CTL_STATS_EN_m 0x40000000 |
#define | VIMS_CTL_DYN_CG_EN 0x20000000 |
#define | VIMS_CTL_DYN_CG_EN_m 0x20000000 |
#define | VIMS_CTL_IDCODE_LB_DIS 0x00000020 |
#define | VIMS_CTL_IDCODE_LB_DIS_m 0x00000020 |
#define | VIMS_CTL_SYSBUS_LB_DIS 0x00000010 |
#define | VIMS_CTL_SYSBUS_LB_DIS_m 0x00000010 |
#define | VIMS_CTL_ARB_CFG 0x00000008 |
#define | VIMS_CTL_ARB_CFG_m 0x00000008 |
#define | VIMS_CTL_PREF_EN 0x00000004 |
#define | VIMS_CTL_PREF_EN_m 0x00000004 |
#define | VIMS_CTL_MODE_GPRAM 0x00000000 |
#define | VIMS_CTL_MODE_CACHE 0x00000001 |
#define | VIMS_CTL_MODE_SPLIT 0x00000002 |
#define | VIMS_CTL_MODE_OFF 0x00000003 |
#define | VIMS_CTL_MODE_m 0x00000003 |
#define | VIMS_STAT_MODE_CHANGING 0x00000008 |