EFM32LG_RMU_BitFieldsDevices

Macros

#define _RMU_CMD_MASK 0x00000001UL
#define _RMU_CMD_RCCLR_DEFAULT 0x00000000UL
#define _RMU_CMD_RCCLR_MASK 0x1UL
#define _RMU_CMD_RCCLR_SHIFT 0
#define _RMU_CMD_RESETVALUE 0x00000000UL
#define _RMU_CTRL_BURSTEN_DEFAULT 0x00000001UL
#define _RMU_CTRL_BURSTEN_MASK 0x2UL
#define _RMU_CTRL_BURSTEN_SHIFT 1
#define _RMU_CTRL_LOCKUPRDIS_DEFAULT 0x00000000UL
#define _RMU_CTRL_LOCKUPRDIS_MASK 0x1UL
#define _RMU_CTRL_LOCKUPRDIS_SHIFT 0
#define _RMU_CTRL_MASK 0x00000003UL
#define _RMU_CTRL_RESETVALUE 0x00000002UL
#define _RMU_RSTCAUSE_BODAVDD0_DEFAULT 0x00000000UL
#define _RMU_RSTCAUSE_BODAVDD0_MASK 0x200UL
#define _RMU_RSTCAUSE_BODAVDD0_SHIFT 9
#define _RMU_RSTCAUSE_BODAVDD1_DEFAULT 0x00000000UL
#define _RMU_RSTCAUSE_BODAVDD1_MASK 0x400UL
#define _RMU_RSTCAUSE_BODAVDD1_SHIFT 10
#define _RMU_RSTCAUSE_BODREGRST_DEFAULT 0x00000000UL
#define _RMU_RSTCAUSE_BODREGRST_MASK 0x4UL
#define _RMU_RSTCAUSE_BODREGRST_SHIFT 2
#define _RMU_RSTCAUSE_BODUNREGRST_DEFAULT 0x00000000UL
#define _RMU_RSTCAUSE_BODUNREGRST_MASK 0x2UL
#define _RMU_RSTCAUSE_BODUNREGRST_SHIFT 1
#define _RMU_RSTCAUSE_BUBODBUVIN_DEFAULT 0x00000000UL
#define _RMU_RSTCAUSE_BUBODBUVIN_MASK 0x1000UL
#define _RMU_RSTCAUSE_BUBODBUVIN_SHIFT 12
#define _RMU_RSTCAUSE_BUBODREG_DEFAULT 0x00000000UL
#define _RMU_RSTCAUSE_BUBODREG_MASK 0x4000UL
#define _RMU_RSTCAUSE_BUBODREG_SHIFT 14
#define _RMU_RSTCAUSE_BUBODUNREG_DEFAULT 0x00000000UL
#define _RMU_RSTCAUSE_BUBODUNREG_MASK 0x2000UL
#define _RMU_RSTCAUSE_BUBODUNREG_SHIFT 13
#define _RMU_RSTCAUSE_BUBODVDDDREG_DEFAULT 0x00000000UL
#define _RMU_RSTCAUSE_BUBODVDDDREG_MASK 0x800UL
#define _RMU_RSTCAUSE_BUBODVDDDREG_SHIFT 11
#define _RMU_RSTCAUSE_BUMODERST_DEFAULT 0x00000000UL
#define _RMU_RSTCAUSE_BUMODERST_MASK 0x8000UL
#define _RMU_RSTCAUSE_BUMODERST_SHIFT 15
#define _RMU_RSTCAUSE_EM4RST_DEFAULT 0x00000000UL
#define _RMU_RSTCAUSE_EM4RST_MASK 0x80UL
#define _RMU_RSTCAUSE_EM4RST_SHIFT 7
#define _RMU_RSTCAUSE_EM4WURST_DEFAULT 0x00000000UL
#define _RMU_RSTCAUSE_EM4WURST_MASK 0x100UL
#define _RMU_RSTCAUSE_EM4WURST_SHIFT 8
#define _RMU_RSTCAUSE_EXTRST_DEFAULT 0x00000000UL
#define _RMU_RSTCAUSE_EXTRST_MASK 0x8UL
#define _RMU_RSTCAUSE_EXTRST_SHIFT 3
#define _RMU_RSTCAUSE_LOCKUPRST_DEFAULT 0x00000000UL
#define _RMU_RSTCAUSE_LOCKUPRST_MASK 0x20UL
#define _RMU_RSTCAUSE_LOCKUPRST_SHIFT 5
#define _RMU_RSTCAUSE_MASK 0x0000FFFFUL
#define _RMU_RSTCAUSE_PORST_DEFAULT 0x00000000UL
#define _RMU_RSTCAUSE_PORST_MASK 0x1UL
#define _RMU_RSTCAUSE_PORST_SHIFT 0
#define _RMU_RSTCAUSE_RESETVALUE 0x00000000UL
#define _RMU_RSTCAUSE_SYSREQRST_DEFAULT 0x00000000UL
#define _RMU_RSTCAUSE_SYSREQRST_MASK 0x40UL
#define _RMU_RSTCAUSE_SYSREQRST_SHIFT 6
#define _RMU_RSTCAUSE_WDOGRST_DEFAULT 0x00000000UL
#define _RMU_RSTCAUSE_WDOGRST_MASK 0x10UL
#define _RMU_RSTCAUSE_WDOGRST_SHIFT 4
#define RMU_CMD_RCCLR (0x1UL << 0)
#define RMU_CMD_RCCLR_DEFAULT ( _RMU_CMD_RCCLR_DEFAULT << 0)
#define RMU_CTRL_BURSTEN (0x1UL << 1)
#define RMU_CTRL_BURSTEN_DEFAULT ( _RMU_CTRL_BURSTEN_DEFAULT << 1)
#define RMU_CTRL_LOCKUPRDIS (0x1UL << 0)
#define RMU_CTRL_LOCKUPRDIS_DEFAULT ( _RMU_CTRL_LOCKUPRDIS_DEFAULT << 0)
#define RMU_RSTCAUSE_BODAVDD0 (0x1UL << 9)
#define RMU_RSTCAUSE_BODAVDD0_DEFAULT ( _RMU_RSTCAUSE_BODAVDD0_DEFAULT << 9)
#define RMU_RSTCAUSE_BODAVDD1 (0x1UL << 10)
#define RMU_RSTCAUSE_BODAVDD1_DEFAULT ( _RMU_RSTCAUSE_BODAVDD1_DEFAULT << 10)
#define RMU_RSTCAUSE_BODREGRST (0x1UL << 2)
#define RMU_RSTCAUSE_BODREGRST_DEFAULT ( _RMU_RSTCAUSE_BODREGRST_DEFAULT << 2)
#define RMU_RSTCAUSE_BODUNREGRST (0x1UL << 1)
#define RMU_RSTCAUSE_BODUNREGRST_DEFAULT ( _RMU_RSTCAUSE_BODUNREGRST_DEFAULT << 1)
#define RMU_RSTCAUSE_BUBODBUVIN (0x1UL << 12)
#define RMU_RSTCAUSE_BUBODBUVIN_DEFAULT ( _RMU_RSTCAUSE_BUBODBUVIN_DEFAULT << 12)
#define RMU_RSTCAUSE_BUBODREG (0x1UL << 14)
#define RMU_RSTCAUSE_BUBODREG_DEFAULT ( _RMU_RSTCAUSE_BUBODREG_DEFAULT << 14)
#define RMU_RSTCAUSE_BUBODUNREG (0x1UL << 13)
#define RMU_RSTCAUSE_BUBODUNREG_DEFAULT ( _RMU_RSTCAUSE_BUBODUNREG_DEFAULT << 13)
#define RMU_RSTCAUSE_BUBODVDDDREG (0x1UL << 11)
#define RMU_RSTCAUSE_BUBODVDDDREG_DEFAULT ( _RMU_RSTCAUSE_BUBODVDDDREG_DEFAULT << 11)
#define RMU_RSTCAUSE_BUMODERST (0x1UL << 15)
#define RMU_RSTCAUSE_BUMODERST_DEFAULT ( _RMU_RSTCAUSE_BUMODERST_DEFAULT << 15)
#define RMU_RSTCAUSE_EM4RST (0x1UL << 7)
#define RMU_RSTCAUSE_EM4RST_DEFAULT ( _RMU_RSTCAUSE_EM4RST_DEFAULT << 7)
#define RMU_RSTCAUSE_EM4WURST (0x1UL << 8)
#define RMU_RSTCAUSE_EM4WURST_DEFAULT ( _RMU_RSTCAUSE_EM4WURST_DEFAULT << 8)
#define RMU_RSTCAUSE_EXTRST (0x1UL << 3)
#define RMU_RSTCAUSE_EXTRST_DEFAULT ( _RMU_RSTCAUSE_EXTRST_DEFAULT << 3)
#define RMU_RSTCAUSE_LOCKUPRST (0x1UL << 5)
#define RMU_RSTCAUSE_LOCKUPRST_DEFAULT ( _RMU_RSTCAUSE_LOCKUPRST_DEFAULT << 5)
#define RMU_RSTCAUSE_PORST (0x1UL << 0)
#define RMU_RSTCAUSE_PORST_DEFAULT ( _RMU_RSTCAUSE_PORST_DEFAULT << 0)
#define RMU_RSTCAUSE_SYSREQRST (0x1UL << 6)
#define RMU_RSTCAUSE_SYSREQRST_DEFAULT ( _RMU_RSTCAUSE_SYSREQRST_DEFAULT << 6)
#define RMU_RSTCAUSE_WDOGRST (0x1UL << 4)
#define RMU_RSTCAUSE_WDOGRST_DEFAULT ( _RMU_RSTCAUSE_WDOGRST_DEFAULT << 4)

Macro Definition Documentation

#define _RMU_CMD_MASK   0x00000001UL

Mask for RMU_CMD

Definition at line 159 of file efm32lg_rmu.h .

#define _RMU_CMD_RCCLR_DEFAULT   0x00000000UL

Mode DEFAULT for RMU_CMD

Definition at line 163 of file efm32lg_rmu.h .

#define _RMU_CMD_RCCLR_MASK   0x1UL

Bit mask for RMU_RCCLR

Definition at line 162 of file efm32lg_rmu.h .

#define _RMU_CMD_RCCLR_SHIFT   0

Shift value for RMU_RCCLR

Definition at line 161 of file efm32lg_rmu.h .

#define _RMU_CMD_RESETVALUE   0x00000000UL

Default value for RMU_CMD

Definition at line 158 of file efm32lg_rmu.h .

#define _RMU_CTRL_BURSTEN_DEFAULT   0x00000001UL

Mode DEFAULT for RMU_CTRL

Definition at line 70 of file efm32lg_rmu.h .

#define _RMU_CTRL_BURSTEN_MASK   0x2UL

Bit mask for RMU_BURSTEN

Definition at line 69 of file efm32lg_rmu.h .

#define _RMU_CTRL_BURSTEN_SHIFT   1

Shift value for RMU_BURSTEN

Definition at line 68 of file efm32lg_rmu.h .

Referenced by BURTC_Reset() , and EMU_BUPDInit() .

#define _RMU_CTRL_LOCKUPRDIS_DEFAULT   0x00000000UL

Mode DEFAULT for RMU_CTRL

Definition at line 65 of file efm32lg_rmu.h .

#define _RMU_CTRL_LOCKUPRDIS_MASK   0x1UL

Bit mask for RMU_LOCKUPRDIS

Definition at line 64 of file efm32lg_rmu.h .

#define _RMU_CTRL_LOCKUPRDIS_SHIFT   0

Shift value for RMU_LOCKUPRDIS

Definition at line 63 of file efm32lg_rmu.h .

#define _RMU_CTRL_MASK   0x00000003UL

Mask for RMU_CTRL

Definition at line 61 of file efm32lg_rmu.h .

#define _RMU_CTRL_RESETVALUE   0x00000002UL

Default value for RMU_CTRL

Definition at line 60 of file efm32lg_rmu.h .

#define _RMU_RSTCAUSE_BODAVDD0_DEFAULT   0x00000000UL

Mode DEFAULT for RMU_RSTCAUSE

Definition at line 124 of file efm32lg_rmu.h .

#define _RMU_RSTCAUSE_BODAVDD0_MASK   0x200UL

Bit mask for RMU_BODAVDD0

Definition at line 123 of file efm32lg_rmu.h .

#define _RMU_RSTCAUSE_BODAVDD0_SHIFT   9

Shift value for RMU_BODAVDD0

Definition at line 122 of file efm32lg_rmu.h .

#define _RMU_RSTCAUSE_BODAVDD1_DEFAULT   0x00000000UL

Mode DEFAULT for RMU_RSTCAUSE

Definition at line 129 of file efm32lg_rmu.h .

#define _RMU_RSTCAUSE_BODAVDD1_MASK   0x400UL

Bit mask for RMU_BODAVDD1

Definition at line 128 of file efm32lg_rmu.h .

#define _RMU_RSTCAUSE_BODAVDD1_SHIFT   10

Shift value for RMU_BODAVDD1

Definition at line 127 of file efm32lg_rmu.h .

#define _RMU_RSTCAUSE_BODREGRST_DEFAULT   0x00000000UL

Mode DEFAULT for RMU_RSTCAUSE

Definition at line 89 of file efm32lg_rmu.h .

#define _RMU_RSTCAUSE_BODREGRST_MASK   0x4UL

Bit mask for RMU_BODREGRST

Definition at line 88 of file efm32lg_rmu.h .

#define _RMU_RSTCAUSE_BODREGRST_SHIFT   2

Shift value for RMU_BODREGRST

Definition at line 87 of file efm32lg_rmu.h .

#define _RMU_RSTCAUSE_BODUNREGRST_DEFAULT   0x00000000UL

Mode DEFAULT for RMU_RSTCAUSE

Definition at line 84 of file efm32lg_rmu.h .

#define _RMU_RSTCAUSE_BODUNREGRST_MASK   0x2UL

Bit mask for RMU_BODUNREGRST

Definition at line 83 of file efm32lg_rmu.h .

#define _RMU_RSTCAUSE_BODUNREGRST_SHIFT   1

Shift value for RMU_BODUNREGRST

Definition at line 82 of file efm32lg_rmu.h .

#define _RMU_RSTCAUSE_BUBODBUVIN_DEFAULT   0x00000000UL

Mode DEFAULT for RMU_RSTCAUSE

Definition at line 139 of file efm32lg_rmu.h .

#define _RMU_RSTCAUSE_BUBODBUVIN_MASK   0x1000UL

Bit mask for RMU_BUBODBUVIN

Definition at line 138 of file efm32lg_rmu.h .

#define _RMU_RSTCAUSE_BUBODBUVIN_SHIFT   12

Shift value for RMU_BUBODBUVIN

Definition at line 137 of file efm32lg_rmu.h .

#define _RMU_RSTCAUSE_BUBODREG_DEFAULT   0x00000000UL

Mode DEFAULT for RMU_RSTCAUSE

Definition at line 149 of file efm32lg_rmu.h .

#define _RMU_RSTCAUSE_BUBODREG_MASK   0x4000UL

Bit mask for RMU_BUBODREG

Definition at line 148 of file efm32lg_rmu.h .

#define _RMU_RSTCAUSE_BUBODREG_SHIFT   14

Shift value for RMU_BUBODREG

Definition at line 147 of file efm32lg_rmu.h .

#define _RMU_RSTCAUSE_BUBODUNREG_DEFAULT   0x00000000UL

Mode DEFAULT for RMU_RSTCAUSE

Definition at line 144 of file efm32lg_rmu.h .

#define _RMU_RSTCAUSE_BUBODUNREG_MASK   0x2000UL

Bit mask for RMU_BUBODUNREG

Definition at line 143 of file efm32lg_rmu.h .

#define _RMU_RSTCAUSE_BUBODUNREG_SHIFT   13

Shift value for RMU_BUBODUNREG

Definition at line 142 of file efm32lg_rmu.h .

#define _RMU_RSTCAUSE_BUBODVDDDREG_DEFAULT   0x00000000UL

Mode DEFAULT for RMU_RSTCAUSE

Definition at line 134 of file efm32lg_rmu.h .

#define _RMU_RSTCAUSE_BUBODVDDDREG_MASK   0x800UL

Bit mask for RMU_BUBODVDDDREG

Definition at line 133 of file efm32lg_rmu.h .

#define _RMU_RSTCAUSE_BUBODVDDDREG_SHIFT   11

Shift value for RMU_BUBODVDDDREG

Definition at line 132 of file efm32lg_rmu.h .

#define _RMU_RSTCAUSE_BUMODERST_DEFAULT   0x00000000UL

Mode DEFAULT for RMU_RSTCAUSE

Definition at line 154 of file efm32lg_rmu.h .

#define _RMU_RSTCAUSE_BUMODERST_MASK   0x8000UL

Bit mask for RMU_BUMODERST

Definition at line 153 of file efm32lg_rmu.h .

#define _RMU_RSTCAUSE_BUMODERST_SHIFT   15

Shift value for RMU_BUMODERST

Definition at line 152 of file efm32lg_rmu.h .

#define _RMU_RSTCAUSE_EM4RST_DEFAULT   0x00000000UL

Mode DEFAULT for RMU_RSTCAUSE

Definition at line 114 of file efm32lg_rmu.h .

#define _RMU_RSTCAUSE_EM4RST_MASK   0x80UL

Bit mask for RMU_EM4RST

Definition at line 113 of file efm32lg_rmu.h .

#define _RMU_RSTCAUSE_EM4RST_SHIFT   7

Shift value for RMU_EM4RST

Definition at line 112 of file efm32lg_rmu.h .

#define _RMU_RSTCAUSE_EM4WURST_DEFAULT   0x00000000UL

Mode DEFAULT for RMU_RSTCAUSE

Definition at line 119 of file efm32lg_rmu.h .

#define _RMU_RSTCAUSE_EM4WURST_MASK   0x100UL

Bit mask for RMU_EM4WURST

Definition at line 118 of file efm32lg_rmu.h .

#define _RMU_RSTCAUSE_EM4WURST_SHIFT   8

Shift value for RMU_EM4WURST

Definition at line 117 of file efm32lg_rmu.h .

#define _RMU_RSTCAUSE_EXTRST_DEFAULT   0x00000000UL

Mode DEFAULT for RMU_RSTCAUSE

Definition at line 94 of file efm32lg_rmu.h .

#define _RMU_RSTCAUSE_EXTRST_MASK   0x8UL

Bit mask for RMU_EXTRST

Definition at line 93 of file efm32lg_rmu.h .

#define _RMU_RSTCAUSE_EXTRST_SHIFT   3

Shift value for RMU_EXTRST

Definition at line 92 of file efm32lg_rmu.h .

#define _RMU_RSTCAUSE_LOCKUPRST_DEFAULT   0x00000000UL

Mode DEFAULT for RMU_RSTCAUSE

Definition at line 104 of file efm32lg_rmu.h .

#define _RMU_RSTCAUSE_LOCKUPRST_MASK   0x20UL

Bit mask for RMU_LOCKUPRST

Definition at line 103 of file efm32lg_rmu.h .

#define _RMU_RSTCAUSE_LOCKUPRST_SHIFT   5

Shift value for RMU_LOCKUPRST

Definition at line 102 of file efm32lg_rmu.h .

#define _RMU_RSTCAUSE_MASK   0x0000FFFFUL

Mask for RMU_RSTCAUSE

Definition at line 75 of file efm32lg_rmu.h .

#define _RMU_RSTCAUSE_PORST_DEFAULT   0x00000000UL

Mode DEFAULT for RMU_RSTCAUSE

Definition at line 79 of file efm32lg_rmu.h .

#define _RMU_RSTCAUSE_PORST_MASK   0x1UL

Bit mask for RMU_PORST

Definition at line 78 of file efm32lg_rmu.h .

#define _RMU_RSTCAUSE_PORST_SHIFT   0

Shift value for RMU_PORST

Definition at line 77 of file efm32lg_rmu.h .

#define _RMU_RSTCAUSE_RESETVALUE   0x00000000UL

Default value for RMU_RSTCAUSE

Definition at line 74 of file efm32lg_rmu.h .

#define _RMU_RSTCAUSE_SYSREQRST_DEFAULT   0x00000000UL

Mode DEFAULT for RMU_RSTCAUSE

Definition at line 109 of file efm32lg_rmu.h .

#define _RMU_RSTCAUSE_SYSREQRST_MASK   0x40UL

Bit mask for RMU_SYSREQRST

Definition at line 108 of file efm32lg_rmu.h .

#define _RMU_RSTCAUSE_SYSREQRST_SHIFT   6

Shift value for RMU_SYSREQRST

Definition at line 107 of file efm32lg_rmu.h .

#define _RMU_RSTCAUSE_WDOGRST_DEFAULT   0x00000000UL

Mode DEFAULT for RMU_RSTCAUSE

Definition at line 99 of file efm32lg_rmu.h .

#define _RMU_RSTCAUSE_WDOGRST_MASK   0x10UL

Bit mask for RMU_WDOGRST

Definition at line 98 of file efm32lg_rmu.h .

#define _RMU_RSTCAUSE_WDOGRST_SHIFT   4

Shift value for RMU_WDOGRST

Definition at line 97 of file efm32lg_rmu.h .

#define RMU_CMD_RCCLR   (0x1UL << 0)

Reset Cause Clear

Definition at line 160 of file efm32lg_rmu.h .

Referenced by RMU_ResetCauseClear() .

#define RMU_CMD_RCCLR_DEFAULT   ( _RMU_CMD_RCCLR_DEFAULT << 0)

Shifted mode DEFAULT for RMU_CMD

Definition at line 164 of file efm32lg_rmu.h .

#define RMU_CTRL_BURSTEN   (0x1UL << 1)

Backup domain reset enable

Definition at line 67 of file efm32lg_rmu.h .

#define RMU_CTRL_BURSTEN_DEFAULT   ( _RMU_CTRL_BURSTEN_DEFAULT << 1)

Shifted mode DEFAULT for RMU_CTRL

Definition at line 71 of file efm32lg_rmu.h .

#define RMU_CTRL_LOCKUPRDIS   (0x1UL << 0)

Lockup Reset Disable

Definition at line 62 of file efm32lg_rmu.h .

#define RMU_CTRL_LOCKUPRDIS_DEFAULT   ( _RMU_CTRL_LOCKUPRDIS_DEFAULT << 0)

Shifted mode DEFAULT for RMU_CTRL

Definition at line 66 of file efm32lg_rmu.h .

#define RMU_RSTCAUSE_BODAVDD0   (0x1UL << 9)

AVDD0 Bod Reset

Definition at line 121 of file efm32lg_rmu.h .

#define RMU_RSTCAUSE_BODAVDD0_DEFAULT   ( _RMU_RSTCAUSE_BODAVDD0_DEFAULT << 9)

Shifted mode DEFAULT for RMU_RSTCAUSE

Definition at line 125 of file efm32lg_rmu.h .

#define RMU_RSTCAUSE_BODAVDD1   (0x1UL << 10)

AVDD1 Bod Reset

Definition at line 126 of file efm32lg_rmu.h .

#define RMU_RSTCAUSE_BODAVDD1_DEFAULT   ( _RMU_RSTCAUSE_BODAVDD1_DEFAULT << 10)

Shifted mode DEFAULT for RMU_RSTCAUSE

Definition at line 130 of file efm32lg_rmu.h .

#define RMU_RSTCAUSE_BODREGRST   (0x1UL << 2)

Brown Out Detector Regulated Domain Reset

Definition at line 86 of file efm32lg_rmu.h .

#define RMU_RSTCAUSE_BODREGRST_DEFAULT   ( _RMU_RSTCAUSE_BODREGRST_DEFAULT << 2)

Shifted mode DEFAULT for RMU_RSTCAUSE

Definition at line 90 of file efm32lg_rmu.h .

#define RMU_RSTCAUSE_BODUNREGRST   (0x1UL << 1)

Brown Out Detector Unregulated Domain Reset

Definition at line 81 of file efm32lg_rmu.h .

#define RMU_RSTCAUSE_BODUNREGRST_DEFAULT   ( _RMU_RSTCAUSE_BODUNREGRST_DEFAULT << 1)

Shifted mode DEFAULT for RMU_RSTCAUSE

Definition at line 85 of file efm32lg_rmu.h .

#define RMU_RSTCAUSE_BUBODBUVIN   (0x1UL << 12)

Backup Brown Out Detector, BU_VIN

Definition at line 136 of file efm32lg_rmu.h .

#define RMU_RSTCAUSE_BUBODBUVIN_DEFAULT   ( _RMU_RSTCAUSE_BUBODBUVIN_DEFAULT << 12)

Shifted mode DEFAULT for RMU_RSTCAUSE

Definition at line 140 of file efm32lg_rmu.h .

#define RMU_RSTCAUSE_BUBODREG   (0x1UL << 14)

Backup Brown Out Detector Regulated Domain

Definition at line 146 of file efm32lg_rmu.h .

#define RMU_RSTCAUSE_BUBODREG_DEFAULT   ( _RMU_RSTCAUSE_BUBODREG_DEFAULT << 14)

Shifted mode DEFAULT for RMU_RSTCAUSE

Definition at line 150 of file efm32lg_rmu.h .

#define RMU_RSTCAUSE_BUBODUNREG   (0x1UL << 13)

Backup Brown Out Detector Unregulated Domain

Definition at line 141 of file efm32lg_rmu.h .

#define RMU_RSTCAUSE_BUBODUNREG_DEFAULT   ( _RMU_RSTCAUSE_BUBODUNREG_DEFAULT << 13)

Shifted mode DEFAULT for RMU_RSTCAUSE

Definition at line 145 of file efm32lg_rmu.h .

#define RMU_RSTCAUSE_BUBODVDDDREG   (0x1UL << 11)

Backup Brown Out Detector, VDD_DREG

Definition at line 131 of file efm32lg_rmu.h .

#define RMU_RSTCAUSE_BUBODVDDDREG_DEFAULT   ( _RMU_RSTCAUSE_BUBODVDDDREG_DEFAULT << 11)

Shifted mode DEFAULT for RMU_RSTCAUSE

Definition at line 135 of file efm32lg_rmu.h .

#define RMU_RSTCAUSE_BUMODERST   (0x1UL << 15)

Backup mode reset

Definition at line 151 of file efm32lg_rmu.h .

#define RMU_RSTCAUSE_BUMODERST_DEFAULT   ( _RMU_RSTCAUSE_BUMODERST_DEFAULT << 15)

Shifted mode DEFAULT for RMU_RSTCAUSE

Definition at line 155 of file efm32lg_rmu.h .

#define RMU_RSTCAUSE_EM4RST   (0x1UL << 7)

EM4 Reset

Definition at line 111 of file efm32lg_rmu.h .

Referenced by RMU_ResetCauseGet() , and SLEEP_Init() .

#define RMU_RSTCAUSE_EM4RST_DEFAULT   ( _RMU_RSTCAUSE_EM4RST_DEFAULT << 7)

Shifted mode DEFAULT for RMU_RSTCAUSE

Definition at line 115 of file efm32lg_rmu.h .

#define RMU_RSTCAUSE_EM4WURST   (0x1UL << 8)

EM4 Wake-up Reset

Definition at line 116 of file efm32lg_rmu.h .

Referenced by SLEEP_Init() .

#define RMU_RSTCAUSE_EM4WURST_DEFAULT   ( _RMU_RSTCAUSE_EM4WURST_DEFAULT << 8)

Shifted mode DEFAULT for RMU_RSTCAUSE

Definition at line 120 of file efm32lg_rmu.h .

#define RMU_RSTCAUSE_EXTRST   (0x1UL << 3)

External Pin Reset

Definition at line 91 of file efm32lg_rmu.h .

Referenced by RMU_ResetCauseGet() .

#define RMU_RSTCAUSE_EXTRST_DEFAULT   ( _RMU_RSTCAUSE_EXTRST_DEFAULT << 3)

Shifted mode DEFAULT for RMU_RSTCAUSE

Definition at line 95 of file efm32lg_rmu.h .

#define RMU_RSTCAUSE_LOCKUPRST   (0x1UL << 5)

LOCKUP Reset

Definition at line 101 of file efm32lg_rmu.h .

Referenced by RMU_ResetCauseGet() .

#define RMU_RSTCAUSE_LOCKUPRST_DEFAULT   ( _RMU_RSTCAUSE_LOCKUPRST_DEFAULT << 5)

Shifted mode DEFAULT for RMU_RSTCAUSE

Definition at line 105 of file efm32lg_rmu.h .

#define RMU_RSTCAUSE_PORST   (0x1UL << 0)

Power On Reset

Definition at line 76 of file efm32lg_rmu.h .

#define RMU_RSTCAUSE_PORST_DEFAULT   ( _RMU_RSTCAUSE_PORST_DEFAULT << 0)

Shifted mode DEFAULT for RMU_RSTCAUSE

Definition at line 80 of file efm32lg_rmu.h .

#define RMU_RSTCAUSE_SYSREQRST   (0x1UL << 6)

System Request Reset

Definition at line 106 of file efm32lg_rmu.h .

Referenced by RMU_ResetCauseGet() .

#define RMU_RSTCAUSE_SYSREQRST_DEFAULT   ( _RMU_RSTCAUSE_SYSREQRST_DEFAULT << 6)

Shifted mode DEFAULT for RMU_RSTCAUSE

Definition at line 110 of file efm32lg_rmu.h .

#define RMU_RSTCAUSE_WDOGRST   (0x1UL << 4)

Watchdog Reset

Definition at line 96 of file efm32lg_rmu.h .

Referenced by RMU_ResetCauseGet() .

#define RMU_RSTCAUSE_WDOGRST_DEFAULT   ( _RMU_RSTCAUSE_WDOGRST_DEFAULT << 4)

Shifted mode DEFAULT for RMU_RSTCAUSE

Definition at line 100 of file efm32lg_rmu.h .