The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

mbed 2

This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.

Committer:
AnnaBridge
Date:
Thu Nov 08 11:45:42 2018 +0000
Revision:
171:3a7713b1edbc
Parent:
TARGET_TB_SENSE_12/TARGET_Silicon_Labs/TARGET_EFM32/TARGET_EFR32MG12/device/efr32mg12p_smu.h@142:4eea097334d6
mbed library. Release version 164

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Anna Bridge 142:4eea097334d6 1 /**************************************************************************//**
Anna Bridge 142:4eea097334d6 2 * @file efr32mg12p_smu.h
Anna Bridge 142:4eea097334d6 3 * @brief EFR32MG12P_SMU register and bit field definitions
Anna Bridge 142:4eea097334d6 4 * @version 5.1.2
Anna Bridge 142:4eea097334d6 5 ******************************************************************************
Anna Bridge 142:4eea097334d6 6 * @section License
Anna Bridge 142:4eea097334d6 7 * <b>Copyright 2017 Silicon Laboratories, Inc. http://www.silabs.com</b>
Anna Bridge 142:4eea097334d6 8 ******************************************************************************
Anna Bridge 142:4eea097334d6 9 *
Anna Bridge 142:4eea097334d6 10 * Permission is granted to anyone to use this software for any purpose,
Anna Bridge 142:4eea097334d6 11 * including commercial applications, and to alter it and redistribute it
Anna Bridge 142:4eea097334d6 12 * freely, subject to the following restrictions:
Anna Bridge 142:4eea097334d6 13 *
Anna Bridge 142:4eea097334d6 14 * 1. The origin of this software must not be misrepresented; you must not
Anna Bridge 142:4eea097334d6 15 * claim that you wrote the original software.@n
Anna Bridge 142:4eea097334d6 16 * 2. Altered source versions must be plainly marked as such, and must not be
Anna Bridge 142:4eea097334d6 17 * misrepresented as being the original software.@n
Anna Bridge 142:4eea097334d6 18 * 3. This notice may not be removed or altered from any source distribution.
Anna Bridge 142:4eea097334d6 19 *
Anna Bridge 142:4eea097334d6 20 * DISCLAIMER OF WARRANTY/LIMITATION OF REMEDIES: Silicon Laboratories, Inc.
Anna Bridge 142:4eea097334d6 21 * has no obligation to support this Software. Silicon Laboratories, Inc. is
Anna Bridge 142:4eea097334d6 22 * providing the Software "AS IS", with no express or implied warranties of any
Anna Bridge 142:4eea097334d6 23 * kind, including, but not limited to, any implied warranties of
Anna Bridge 142:4eea097334d6 24 * merchantability or fitness for any particular purpose or warranties against
Anna Bridge 142:4eea097334d6 25 * infringement of any proprietary rights of a third party.
Anna Bridge 142:4eea097334d6 26 *
Anna Bridge 142:4eea097334d6 27 * Silicon Laboratories, Inc. will not be liable for any consequential,
Anna Bridge 142:4eea097334d6 28 * incidental, or special damages, or any other relief, or for any claim by
Anna Bridge 142:4eea097334d6 29 * any third party, arising from your use of this Software.
Anna Bridge 142:4eea097334d6 30 *
Anna Bridge 142:4eea097334d6 31 *****************************************************************************/
Anna Bridge 142:4eea097334d6 32 /**************************************************************************//**
Anna Bridge 142:4eea097334d6 33 * @addtogroup Parts
Anna Bridge 142:4eea097334d6 34 * @{
Anna Bridge 142:4eea097334d6 35 ******************************************************************************/
Anna Bridge 142:4eea097334d6 36 /**************************************************************************//**
Anna Bridge 142:4eea097334d6 37 * @defgroup EFR32MG12P_SMU
Anna Bridge 142:4eea097334d6 38 * @{
Anna Bridge 142:4eea097334d6 39 * @brief EFR32MG12P_SMU Register Declaration
Anna Bridge 142:4eea097334d6 40 *****************************************************************************/
Anna Bridge 142:4eea097334d6 41 typedef struct
Anna Bridge 142:4eea097334d6 42 {
Anna Bridge 142:4eea097334d6 43 uint32_t RESERVED0[3]; /**< Reserved for future use **/
Anna Bridge 142:4eea097334d6 44 __IM uint32_t IF; /**< Interrupt Flag Register */
Anna Bridge 142:4eea097334d6 45 __IOM uint32_t IFS; /**< Interrupt Flag Set Register */
Anna Bridge 142:4eea097334d6 46 __IOM uint32_t IFC; /**< Interrupt Flag Clear Register */
Anna Bridge 142:4eea097334d6 47 __IOM uint32_t IEN; /**< Interrupt Enable Register */
Anna Bridge 142:4eea097334d6 48
Anna Bridge 142:4eea097334d6 49 uint32_t RESERVED1[9]; /**< Reserved for future use **/
Anna Bridge 142:4eea097334d6 50 __IOM uint32_t PPUCTRL; /**< PPU Control Register */
Anna Bridge 142:4eea097334d6 51 uint32_t RESERVED2[3]; /**< Reserved for future use **/
Anna Bridge 142:4eea097334d6 52 __IOM uint32_t PPUPATD0; /**< PPU Privilege Access Type Descriptor 0 */
Anna Bridge 142:4eea097334d6 53 __IOM uint32_t PPUPATD1; /**< PPU Privilege Access Type Descriptor 1 */
Anna Bridge 142:4eea097334d6 54
Anna Bridge 142:4eea097334d6 55 uint32_t RESERVED3[14]; /**< Reserved for future use **/
Anna Bridge 142:4eea097334d6 56 __IM uint32_t PPUFS; /**< PPU Fault Status */
Anna Bridge 142:4eea097334d6 57 } SMU_TypeDef; /** @} */
Anna Bridge 142:4eea097334d6 58
Anna Bridge 142:4eea097334d6 59 /**************************************************************************//**
Anna Bridge 142:4eea097334d6 60 * @defgroup EFR32MG12P_SMU_BitFields
Anna Bridge 142:4eea097334d6 61 * @{
Anna Bridge 142:4eea097334d6 62 *****************************************************************************/
Anna Bridge 142:4eea097334d6 63
Anna Bridge 142:4eea097334d6 64 /* Bit fields for SMU IF */
Anna Bridge 142:4eea097334d6 65 #define _SMU_IF_RESETVALUE 0x00000000UL /**< Default value for SMU_IF */
Anna Bridge 142:4eea097334d6 66 #define _SMU_IF_MASK 0x00000001UL /**< Mask for SMU_IF */
Anna Bridge 142:4eea097334d6 67 #define SMU_IF_PPUPRIV (0x1UL << 0) /**< PPU Privilege Interrupt Flag */
Anna Bridge 142:4eea097334d6 68 #define _SMU_IF_PPUPRIV_SHIFT 0 /**< Shift value for SMU_PPUPRIV */
Anna Bridge 142:4eea097334d6 69 #define _SMU_IF_PPUPRIV_MASK 0x1UL /**< Bit mask for SMU_PPUPRIV */
Anna Bridge 142:4eea097334d6 70 #define _SMU_IF_PPUPRIV_DEFAULT 0x00000000UL /**< Mode DEFAULT for SMU_IF */
Anna Bridge 142:4eea097334d6 71 #define SMU_IF_PPUPRIV_DEFAULT (_SMU_IF_PPUPRIV_DEFAULT << 0) /**< Shifted mode DEFAULT for SMU_IF */
Anna Bridge 142:4eea097334d6 72
Anna Bridge 142:4eea097334d6 73 /* Bit fields for SMU IFS */
Anna Bridge 142:4eea097334d6 74 #define _SMU_IFS_RESETVALUE 0x00000000UL /**< Default value for SMU_IFS */
Anna Bridge 142:4eea097334d6 75 #define _SMU_IFS_MASK 0x00000001UL /**< Mask for SMU_IFS */
Anna Bridge 142:4eea097334d6 76 #define SMU_IFS_PPUPRIV (0x1UL << 0) /**< Set PPUPRIV Interrupt Flag */
Anna Bridge 142:4eea097334d6 77 #define _SMU_IFS_PPUPRIV_SHIFT 0 /**< Shift value for SMU_PPUPRIV */
Anna Bridge 142:4eea097334d6 78 #define _SMU_IFS_PPUPRIV_MASK 0x1UL /**< Bit mask for SMU_PPUPRIV */
Anna Bridge 142:4eea097334d6 79 #define _SMU_IFS_PPUPRIV_DEFAULT 0x00000000UL /**< Mode DEFAULT for SMU_IFS */
Anna Bridge 142:4eea097334d6 80 #define SMU_IFS_PPUPRIV_DEFAULT (_SMU_IFS_PPUPRIV_DEFAULT << 0) /**< Shifted mode DEFAULT for SMU_IFS */
Anna Bridge 142:4eea097334d6 81
Anna Bridge 142:4eea097334d6 82 /* Bit fields for SMU IFC */
Anna Bridge 142:4eea097334d6 83 #define _SMU_IFC_RESETVALUE 0x00000000UL /**< Default value for SMU_IFC */
Anna Bridge 142:4eea097334d6 84 #define _SMU_IFC_MASK 0x00000001UL /**< Mask for SMU_IFC */
Anna Bridge 142:4eea097334d6 85 #define SMU_IFC_PPUPRIV (0x1UL << 0) /**< Clear PPUPRIV Interrupt Flag */
Anna Bridge 142:4eea097334d6 86 #define _SMU_IFC_PPUPRIV_SHIFT 0 /**< Shift value for SMU_PPUPRIV */
Anna Bridge 142:4eea097334d6 87 #define _SMU_IFC_PPUPRIV_MASK 0x1UL /**< Bit mask for SMU_PPUPRIV */
Anna Bridge 142:4eea097334d6 88 #define _SMU_IFC_PPUPRIV_DEFAULT 0x00000000UL /**< Mode DEFAULT for SMU_IFC */
Anna Bridge 142:4eea097334d6 89 #define SMU_IFC_PPUPRIV_DEFAULT (_SMU_IFC_PPUPRIV_DEFAULT << 0) /**< Shifted mode DEFAULT for SMU_IFC */
Anna Bridge 142:4eea097334d6 90
Anna Bridge 142:4eea097334d6 91 /* Bit fields for SMU IEN */
Anna Bridge 142:4eea097334d6 92 #define _SMU_IEN_RESETVALUE 0x00000000UL /**< Default value for SMU_IEN */
Anna Bridge 142:4eea097334d6 93 #define _SMU_IEN_MASK 0x00000001UL /**< Mask for SMU_IEN */
Anna Bridge 142:4eea097334d6 94 #define SMU_IEN_PPUPRIV (0x1UL << 0) /**< PPUPRIV Interrupt Enable */
Anna Bridge 142:4eea097334d6 95 #define _SMU_IEN_PPUPRIV_SHIFT 0 /**< Shift value for SMU_PPUPRIV */
Anna Bridge 142:4eea097334d6 96 #define _SMU_IEN_PPUPRIV_MASK 0x1UL /**< Bit mask for SMU_PPUPRIV */
Anna Bridge 142:4eea097334d6 97 #define _SMU_IEN_PPUPRIV_DEFAULT 0x00000000UL /**< Mode DEFAULT for SMU_IEN */
Anna Bridge 142:4eea097334d6 98 #define SMU_IEN_PPUPRIV_DEFAULT (_SMU_IEN_PPUPRIV_DEFAULT << 0) /**< Shifted mode DEFAULT for SMU_IEN */
Anna Bridge 142:4eea097334d6 99
Anna Bridge 142:4eea097334d6 100 /* Bit fields for SMU PPUCTRL */
Anna Bridge 142:4eea097334d6 101 #define _SMU_PPUCTRL_RESETVALUE 0x00000000UL /**< Default value for SMU_PPUCTRL */
Anna Bridge 142:4eea097334d6 102 #define _SMU_PPUCTRL_MASK 0x00000001UL /**< Mask for SMU_PPUCTRL */
Anna Bridge 142:4eea097334d6 103 #define SMU_PPUCTRL_ENABLE (0x1UL << 0) /**< */
Anna Bridge 142:4eea097334d6 104 #define _SMU_PPUCTRL_ENABLE_SHIFT 0 /**< Shift value for SMU_ENABLE */
Anna Bridge 142:4eea097334d6 105 #define _SMU_PPUCTRL_ENABLE_MASK 0x1UL /**< Bit mask for SMU_ENABLE */
Anna Bridge 142:4eea097334d6 106 #define _SMU_PPUCTRL_ENABLE_DEFAULT 0x00000000UL /**< Mode DEFAULT for SMU_PPUCTRL */
Anna Bridge 142:4eea097334d6 107 #define SMU_PPUCTRL_ENABLE_DEFAULT (_SMU_PPUCTRL_ENABLE_DEFAULT << 0) /**< Shifted mode DEFAULT for SMU_PPUCTRL */
Anna Bridge 142:4eea097334d6 108
Anna Bridge 142:4eea097334d6 109 /* Bit fields for SMU PPUPATD0 */
Anna Bridge 142:4eea097334d6 110 #define _SMU_PPUPATD0_RESETVALUE 0x00000000UL /**< Default value for SMU_PPUPATD0 */
Anna Bridge 142:4eea097334d6 111 #define _SMU_PPUPATD0_MASK 0x3BFF7FA7UL /**< Mask for SMU_PPUPATD0 */
Anna Bridge 142:4eea097334d6 112 #define SMU_PPUPATD0_ACMP0 (0x1UL << 0) /**< Analog Comparator 0 access control bit */
Anna Bridge 142:4eea097334d6 113 #define _SMU_PPUPATD0_ACMP0_SHIFT 0 /**< Shift value for SMU_ACMP0 */
Anna Bridge 142:4eea097334d6 114 #define _SMU_PPUPATD0_ACMP0_MASK 0x1UL /**< Bit mask for SMU_ACMP0 */
Anna Bridge 142:4eea097334d6 115 #define _SMU_PPUPATD0_ACMP0_DEFAULT 0x00000000UL /**< Mode DEFAULT for SMU_PPUPATD0 */
Anna Bridge 142:4eea097334d6 116 #define SMU_PPUPATD0_ACMP0_DEFAULT (_SMU_PPUPATD0_ACMP0_DEFAULT << 0) /**< Shifted mode DEFAULT for SMU_PPUPATD0 */
Anna Bridge 142:4eea097334d6 117 #define SMU_PPUPATD0_ACMP1 (0x1UL << 1) /**< Analog Comparator 1 access control bit */
Anna Bridge 142:4eea097334d6 118 #define _SMU_PPUPATD0_ACMP1_SHIFT 1 /**< Shift value for SMU_ACMP1 */
Anna Bridge 142:4eea097334d6 119 #define _SMU_PPUPATD0_ACMP1_MASK 0x2UL /**< Bit mask for SMU_ACMP1 */
Anna Bridge 142:4eea097334d6 120 #define _SMU_PPUPATD0_ACMP1_DEFAULT 0x00000000UL /**< Mode DEFAULT for SMU_PPUPATD0 */
Anna Bridge 142:4eea097334d6 121 #define SMU_PPUPATD0_ACMP1_DEFAULT (_SMU_PPUPATD0_ACMP1_DEFAULT << 1) /**< Shifted mode DEFAULT for SMU_PPUPATD0 */
Anna Bridge 142:4eea097334d6 122 #define SMU_PPUPATD0_ADC0 (0x1UL << 2) /**< Analog to Digital Converter 0 access control bit */
Anna Bridge 142:4eea097334d6 123 #define _SMU_PPUPATD0_ADC0_SHIFT 2 /**< Shift value for SMU_ADC0 */
Anna Bridge 142:4eea097334d6 124 #define _SMU_PPUPATD0_ADC0_MASK 0x4UL /**< Bit mask for SMU_ADC0 */
Anna Bridge 142:4eea097334d6 125 #define _SMU_PPUPATD0_ADC0_DEFAULT 0x00000000UL /**< Mode DEFAULT for SMU_PPUPATD0 */
Anna Bridge 142:4eea097334d6 126 #define SMU_PPUPATD0_ADC0_DEFAULT (_SMU_PPUPATD0_ADC0_DEFAULT << 2) /**< Shifted mode DEFAULT for SMU_PPUPATD0 */
Anna Bridge 142:4eea097334d6 127 #define SMU_PPUPATD0_CMU (0x1UL << 5) /**< Clock Management Unit access control bit */
Anna Bridge 142:4eea097334d6 128 #define _SMU_PPUPATD0_CMU_SHIFT 5 /**< Shift value for SMU_CMU */
Anna Bridge 142:4eea097334d6 129 #define _SMU_PPUPATD0_CMU_MASK 0x20UL /**< Bit mask for SMU_CMU */
Anna Bridge 142:4eea097334d6 130 #define _SMU_PPUPATD0_CMU_DEFAULT 0x00000000UL /**< Mode DEFAULT for SMU_PPUPATD0 */
Anna Bridge 142:4eea097334d6 131 #define SMU_PPUPATD0_CMU_DEFAULT (_SMU_PPUPATD0_CMU_DEFAULT << 5) /**< Shifted mode DEFAULT for SMU_PPUPATD0 */
Anna Bridge 142:4eea097334d6 132 #define SMU_PPUPATD0_CRYOTIMER (0x1UL << 7) /**< CryoTimer access control bit */
Anna Bridge 142:4eea097334d6 133 #define _SMU_PPUPATD0_CRYOTIMER_SHIFT 7 /**< Shift value for SMU_CRYOTIMER */
Anna Bridge 142:4eea097334d6 134 #define _SMU_PPUPATD0_CRYOTIMER_MASK 0x80UL /**< Bit mask for SMU_CRYOTIMER */
Anna Bridge 142:4eea097334d6 135 #define _SMU_PPUPATD0_CRYOTIMER_DEFAULT 0x00000000UL /**< Mode DEFAULT for SMU_PPUPATD0 */
Anna Bridge 142:4eea097334d6 136 #define SMU_PPUPATD0_CRYOTIMER_DEFAULT (_SMU_PPUPATD0_CRYOTIMER_DEFAULT << 7) /**< Shifted mode DEFAULT for SMU_PPUPATD0 */
Anna Bridge 142:4eea097334d6 137 #define SMU_PPUPATD0_CRYPTO0 (0x1UL << 8) /**< Advanced Encryption Standard Accelerator 0 access control bit */
Anna Bridge 142:4eea097334d6 138 #define _SMU_PPUPATD0_CRYPTO0_SHIFT 8 /**< Shift value for SMU_CRYPTO0 */
Anna Bridge 142:4eea097334d6 139 #define _SMU_PPUPATD0_CRYPTO0_MASK 0x100UL /**< Bit mask for SMU_CRYPTO0 */
Anna Bridge 142:4eea097334d6 140 #define _SMU_PPUPATD0_CRYPTO0_DEFAULT 0x00000000UL /**< Mode DEFAULT for SMU_PPUPATD0 */
Anna Bridge 142:4eea097334d6 141 #define SMU_PPUPATD0_CRYPTO0_DEFAULT (_SMU_PPUPATD0_CRYPTO0_DEFAULT << 8) /**< Shifted mode DEFAULT for SMU_PPUPATD0 */
Anna Bridge 142:4eea097334d6 142 #define SMU_PPUPATD0_CRYPTO1 (0x1UL << 9) /**< Advanced Encryption Standard Accelerator 1 access control bit */
Anna Bridge 142:4eea097334d6 143 #define _SMU_PPUPATD0_CRYPTO1_SHIFT 9 /**< Shift value for SMU_CRYPTO1 */
Anna Bridge 142:4eea097334d6 144 #define _SMU_PPUPATD0_CRYPTO1_MASK 0x200UL /**< Bit mask for SMU_CRYPTO1 */
Anna Bridge 142:4eea097334d6 145 #define _SMU_PPUPATD0_CRYPTO1_DEFAULT 0x00000000UL /**< Mode DEFAULT for SMU_PPUPATD0 */
Anna Bridge 142:4eea097334d6 146 #define SMU_PPUPATD0_CRYPTO1_DEFAULT (_SMU_PPUPATD0_CRYPTO1_DEFAULT << 9) /**< Shifted mode DEFAULT for SMU_PPUPATD0 */
Anna Bridge 142:4eea097334d6 147 #define SMU_PPUPATD0_CSEN (0x1UL << 10) /**< Capacitive touch sense module access control bit */
Anna Bridge 142:4eea097334d6 148 #define _SMU_PPUPATD0_CSEN_SHIFT 10 /**< Shift value for SMU_CSEN */
Anna Bridge 142:4eea097334d6 149 #define _SMU_PPUPATD0_CSEN_MASK 0x400UL /**< Bit mask for SMU_CSEN */
Anna Bridge 142:4eea097334d6 150 #define _SMU_PPUPATD0_CSEN_DEFAULT 0x00000000UL /**< Mode DEFAULT for SMU_PPUPATD0 */
Anna Bridge 142:4eea097334d6 151 #define SMU_PPUPATD0_CSEN_DEFAULT (_SMU_PPUPATD0_CSEN_DEFAULT << 10) /**< Shifted mode DEFAULT for SMU_PPUPATD0 */
Anna Bridge 142:4eea097334d6 152 #define SMU_PPUPATD0_VDAC0 (0x1UL << 11) /**< Digital to Analog Converter 0 access control bit */
Anna Bridge 142:4eea097334d6 153 #define _SMU_PPUPATD0_VDAC0_SHIFT 11 /**< Shift value for SMU_VDAC0 */
Anna Bridge 142:4eea097334d6 154 #define _SMU_PPUPATD0_VDAC0_MASK 0x800UL /**< Bit mask for SMU_VDAC0 */
Anna Bridge 142:4eea097334d6 155 #define _SMU_PPUPATD0_VDAC0_DEFAULT 0x00000000UL /**< Mode DEFAULT for SMU_PPUPATD0 */
Anna Bridge 142:4eea097334d6 156 #define SMU_PPUPATD0_VDAC0_DEFAULT (_SMU_PPUPATD0_VDAC0_DEFAULT << 11) /**< Shifted mode DEFAULT for SMU_PPUPATD0 */
Anna Bridge 142:4eea097334d6 157 #define SMU_PPUPATD0_PRS (0x1UL << 12) /**< Peripheral Reflex System access control bit */
Anna Bridge 142:4eea097334d6 158 #define _SMU_PPUPATD0_PRS_SHIFT 12 /**< Shift value for SMU_PRS */
Anna Bridge 142:4eea097334d6 159 #define _SMU_PPUPATD0_PRS_MASK 0x1000UL /**< Bit mask for SMU_PRS */
Anna Bridge 142:4eea097334d6 160 #define _SMU_PPUPATD0_PRS_DEFAULT 0x00000000UL /**< Mode DEFAULT for SMU_PPUPATD0 */
Anna Bridge 142:4eea097334d6 161 #define SMU_PPUPATD0_PRS_DEFAULT (_SMU_PPUPATD0_PRS_DEFAULT << 12) /**< Shifted mode DEFAULT for SMU_PPUPATD0 */
Anna Bridge 142:4eea097334d6 162 #define SMU_PPUPATD0_EMU (0x1UL << 13) /**< Energy Management Unit access control bit */
Anna Bridge 142:4eea097334d6 163 #define _SMU_PPUPATD0_EMU_SHIFT 13 /**< Shift value for SMU_EMU */
Anna Bridge 142:4eea097334d6 164 #define _SMU_PPUPATD0_EMU_MASK 0x2000UL /**< Bit mask for SMU_EMU */
Anna Bridge 142:4eea097334d6 165 #define _SMU_PPUPATD0_EMU_DEFAULT 0x00000000UL /**< Mode DEFAULT for SMU_PPUPATD0 */
Anna Bridge 142:4eea097334d6 166 #define SMU_PPUPATD0_EMU_DEFAULT (_SMU_PPUPATD0_EMU_DEFAULT << 13) /**< Shifted mode DEFAULT for SMU_PPUPATD0 */
Anna Bridge 142:4eea097334d6 167 #define SMU_PPUPATD0_FPUEH (0x1UL << 14) /**< FPU Exception Handler access control bit */
Anna Bridge 142:4eea097334d6 168 #define _SMU_PPUPATD0_FPUEH_SHIFT 14 /**< Shift value for SMU_FPUEH */
Anna Bridge 142:4eea097334d6 169 #define _SMU_PPUPATD0_FPUEH_MASK 0x4000UL /**< Bit mask for SMU_FPUEH */
Anna Bridge 142:4eea097334d6 170 #define _SMU_PPUPATD0_FPUEH_DEFAULT 0x00000000UL /**< Mode DEFAULT for SMU_PPUPATD0 */
Anna Bridge 142:4eea097334d6 171 #define SMU_PPUPATD0_FPUEH_DEFAULT (_SMU_PPUPATD0_FPUEH_DEFAULT << 14) /**< Shifted mode DEFAULT for SMU_PPUPATD0 */
Anna Bridge 142:4eea097334d6 172 #define SMU_PPUPATD0_GPCRC (0x1UL << 16) /**< General Purpose CRC access control bit */
Anna Bridge 142:4eea097334d6 173 #define _SMU_PPUPATD0_GPCRC_SHIFT 16 /**< Shift value for SMU_GPCRC */
Anna Bridge 142:4eea097334d6 174 #define _SMU_PPUPATD0_GPCRC_MASK 0x10000UL /**< Bit mask for SMU_GPCRC */
Anna Bridge 142:4eea097334d6 175 #define _SMU_PPUPATD0_GPCRC_DEFAULT 0x00000000UL /**< Mode DEFAULT for SMU_PPUPATD0 */
Anna Bridge 142:4eea097334d6 176 #define SMU_PPUPATD0_GPCRC_DEFAULT (_SMU_PPUPATD0_GPCRC_DEFAULT << 16) /**< Shifted mode DEFAULT for SMU_PPUPATD0 */
Anna Bridge 142:4eea097334d6 177 #define SMU_PPUPATD0_GPIO (0x1UL << 17) /**< General purpose Input/Output access control bit */
Anna Bridge 142:4eea097334d6 178 #define _SMU_PPUPATD0_GPIO_SHIFT 17 /**< Shift value for SMU_GPIO */
Anna Bridge 142:4eea097334d6 179 #define _SMU_PPUPATD0_GPIO_MASK 0x20000UL /**< Bit mask for SMU_GPIO */
Anna Bridge 142:4eea097334d6 180 #define _SMU_PPUPATD0_GPIO_DEFAULT 0x00000000UL /**< Mode DEFAULT for SMU_PPUPATD0 */
Anna Bridge 142:4eea097334d6 181 #define SMU_PPUPATD0_GPIO_DEFAULT (_SMU_PPUPATD0_GPIO_DEFAULT << 17) /**< Shifted mode DEFAULT for SMU_PPUPATD0 */
Anna Bridge 142:4eea097334d6 182 #define SMU_PPUPATD0_I2C0 (0x1UL << 18) /**< I2C 0 access control bit */
Anna Bridge 142:4eea097334d6 183 #define _SMU_PPUPATD0_I2C0_SHIFT 18 /**< Shift value for SMU_I2C0 */
Anna Bridge 142:4eea097334d6 184 #define _SMU_PPUPATD0_I2C0_MASK 0x40000UL /**< Bit mask for SMU_I2C0 */
Anna Bridge 142:4eea097334d6 185 #define _SMU_PPUPATD0_I2C0_DEFAULT 0x00000000UL /**< Mode DEFAULT for SMU_PPUPATD0 */
Anna Bridge 142:4eea097334d6 186 #define SMU_PPUPATD0_I2C0_DEFAULT (_SMU_PPUPATD0_I2C0_DEFAULT << 18) /**< Shifted mode DEFAULT for SMU_PPUPATD0 */
Anna Bridge 142:4eea097334d6 187 #define SMU_PPUPATD0_I2C1 (0x1UL << 19) /**< I2C 1 access control bit */
Anna Bridge 142:4eea097334d6 188 #define _SMU_PPUPATD0_I2C1_SHIFT 19 /**< Shift value for SMU_I2C1 */
Anna Bridge 142:4eea097334d6 189 #define _SMU_PPUPATD0_I2C1_MASK 0x80000UL /**< Bit mask for SMU_I2C1 */
Anna Bridge 142:4eea097334d6 190 #define _SMU_PPUPATD0_I2C1_DEFAULT 0x00000000UL /**< Mode DEFAULT for SMU_PPUPATD0 */
Anna Bridge 142:4eea097334d6 191 #define SMU_PPUPATD0_I2C1_DEFAULT (_SMU_PPUPATD0_I2C1_DEFAULT << 19) /**< Shifted mode DEFAULT for SMU_PPUPATD0 */
Anna Bridge 142:4eea097334d6 192 #define SMU_PPUPATD0_IDAC0 (0x1UL << 20) /**< Current Digital to Analog Converter 0 access control bit */
Anna Bridge 142:4eea097334d6 193 #define _SMU_PPUPATD0_IDAC0_SHIFT 20 /**< Shift value for SMU_IDAC0 */
Anna Bridge 142:4eea097334d6 194 #define _SMU_PPUPATD0_IDAC0_MASK 0x100000UL /**< Bit mask for SMU_IDAC0 */
Anna Bridge 142:4eea097334d6 195 #define _SMU_PPUPATD0_IDAC0_DEFAULT 0x00000000UL /**< Mode DEFAULT for SMU_PPUPATD0 */
Anna Bridge 142:4eea097334d6 196 #define SMU_PPUPATD0_IDAC0_DEFAULT (_SMU_PPUPATD0_IDAC0_DEFAULT << 20) /**< Shifted mode DEFAULT for SMU_PPUPATD0 */
Anna Bridge 142:4eea097334d6 197 #define SMU_PPUPATD0_MSC (0x1UL << 21) /**< Memory System Controller access control bit */
Anna Bridge 142:4eea097334d6 198 #define _SMU_PPUPATD0_MSC_SHIFT 21 /**< Shift value for SMU_MSC */
Anna Bridge 142:4eea097334d6 199 #define _SMU_PPUPATD0_MSC_MASK 0x200000UL /**< Bit mask for SMU_MSC */
Anna Bridge 142:4eea097334d6 200 #define _SMU_PPUPATD0_MSC_DEFAULT 0x00000000UL /**< Mode DEFAULT for SMU_PPUPATD0 */
Anna Bridge 142:4eea097334d6 201 #define SMU_PPUPATD0_MSC_DEFAULT (_SMU_PPUPATD0_MSC_DEFAULT << 21) /**< Shifted mode DEFAULT for SMU_PPUPATD0 */
Anna Bridge 142:4eea097334d6 202 #define SMU_PPUPATD0_LDMA (0x1UL << 22) /**< Linked Direct Memory Access Controller access control bit */
Anna Bridge 142:4eea097334d6 203 #define _SMU_PPUPATD0_LDMA_SHIFT 22 /**< Shift value for SMU_LDMA */
Anna Bridge 142:4eea097334d6 204 #define _SMU_PPUPATD0_LDMA_MASK 0x400000UL /**< Bit mask for SMU_LDMA */
Anna Bridge 142:4eea097334d6 205 #define _SMU_PPUPATD0_LDMA_DEFAULT 0x00000000UL /**< Mode DEFAULT for SMU_PPUPATD0 */
Anna Bridge 142:4eea097334d6 206 #define SMU_PPUPATD0_LDMA_DEFAULT (_SMU_PPUPATD0_LDMA_DEFAULT << 22) /**< Shifted mode DEFAULT for SMU_PPUPATD0 */
Anna Bridge 142:4eea097334d6 207 #define SMU_PPUPATD0_LESENSE (0x1UL << 23) /**< Low Energy Sensor Interface access control bit */
Anna Bridge 142:4eea097334d6 208 #define _SMU_PPUPATD0_LESENSE_SHIFT 23 /**< Shift value for SMU_LESENSE */
Anna Bridge 142:4eea097334d6 209 #define _SMU_PPUPATD0_LESENSE_MASK 0x800000UL /**< Bit mask for SMU_LESENSE */
Anna Bridge 142:4eea097334d6 210 #define _SMU_PPUPATD0_LESENSE_DEFAULT 0x00000000UL /**< Mode DEFAULT for SMU_PPUPATD0 */
Anna Bridge 142:4eea097334d6 211 #define SMU_PPUPATD0_LESENSE_DEFAULT (_SMU_PPUPATD0_LESENSE_DEFAULT << 23) /**< Shifted mode DEFAULT for SMU_PPUPATD0 */
Anna Bridge 142:4eea097334d6 212 #define SMU_PPUPATD0_LETIMER0 (0x1UL << 24) /**< Low Energy Timer 0 access control bit */
Anna Bridge 142:4eea097334d6 213 #define _SMU_PPUPATD0_LETIMER0_SHIFT 24 /**< Shift value for SMU_LETIMER0 */
Anna Bridge 142:4eea097334d6 214 #define _SMU_PPUPATD0_LETIMER0_MASK 0x1000000UL /**< Bit mask for SMU_LETIMER0 */
Anna Bridge 142:4eea097334d6 215 #define _SMU_PPUPATD0_LETIMER0_DEFAULT 0x00000000UL /**< Mode DEFAULT for SMU_PPUPATD0 */
Anna Bridge 142:4eea097334d6 216 #define SMU_PPUPATD0_LETIMER0_DEFAULT (_SMU_PPUPATD0_LETIMER0_DEFAULT << 24) /**< Shifted mode DEFAULT for SMU_PPUPATD0 */
Anna Bridge 142:4eea097334d6 217 #define SMU_PPUPATD0_LEUART0 (0x1UL << 25) /**< Low Energy UART 0 access control bit */
Anna Bridge 142:4eea097334d6 218 #define _SMU_PPUPATD0_LEUART0_SHIFT 25 /**< Shift value for SMU_LEUART0 */
Anna Bridge 142:4eea097334d6 219 #define _SMU_PPUPATD0_LEUART0_MASK 0x2000000UL /**< Bit mask for SMU_LEUART0 */
Anna Bridge 142:4eea097334d6 220 #define _SMU_PPUPATD0_LEUART0_DEFAULT 0x00000000UL /**< Mode DEFAULT for SMU_PPUPATD0 */
Anna Bridge 142:4eea097334d6 221 #define SMU_PPUPATD0_LEUART0_DEFAULT (_SMU_PPUPATD0_LEUART0_DEFAULT << 25) /**< Shifted mode DEFAULT for SMU_PPUPATD0 */
Anna Bridge 142:4eea097334d6 222 #define SMU_PPUPATD0_PCNT0 (0x1UL << 27) /**< Pulse Counter 0 access control bit */
Anna Bridge 142:4eea097334d6 223 #define _SMU_PPUPATD0_PCNT0_SHIFT 27 /**< Shift value for SMU_PCNT0 */
Anna Bridge 142:4eea097334d6 224 #define _SMU_PPUPATD0_PCNT0_MASK 0x8000000UL /**< Bit mask for SMU_PCNT0 */
Anna Bridge 142:4eea097334d6 225 #define _SMU_PPUPATD0_PCNT0_DEFAULT 0x00000000UL /**< Mode DEFAULT for SMU_PPUPATD0 */
Anna Bridge 142:4eea097334d6 226 #define SMU_PPUPATD0_PCNT0_DEFAULT (_SMU_PPUPATD0_PCNT0_DEFAULT << 27) /**< Shifted mode DEFAULT for SMU_PPUPATD0 */
Anna Bridge 142:4eea097334d6 227 #define SMU_PPUPATD0_PCNT1 (0x1UL << 28) /**< Pulse Counter 1 access control bit */
Anna Bridge 142:4eea097334d6 228 #define _SMU_PPUPATD0_PCNT1_SHIFT 28 /**< Shift value for SMU_PCNT1 */
Anna Bridge 142:4eea097334d6 229 #define _SMU_PPUPATD0_PCNT1_MASK 0x10000000UL /**< Bit mask for SMU_PCNT1 */
Anna Bridge 142:4eea097334d6 230 #define _SMU_PPUPATD0_PCNT1_DEFAULT 0x00000000UL /**< Mode DEFAULT for SMU_PPUPATD0 */
Anna Bridge 142:4eea097334d6 231 #define SMU_PPUPATD0_PCNT1_DEFAULT (_SMU_PPUPATD0_PCNT1_DEFAULT << 28) /**< Shifted mode DEFAULT for SMU_PPUPATD0 */
Anna Bridge 142:4eea097334d6 232 #define SMU_PPUPATD0_PCNT2 (0x1UL << 29) /**< Pulse Counter 2 access control bit */
Anna Bridge 142:4eea097334d6 233 #define _SMU_PPUPATD0_PCNT2_SHIFT 29 /**< Shift value for SMU_PCNT2 */
Anna Bridge 142:4eea097334d6 234 #define _SMU_PPUPATD0_PCNT2_MASK 0x20000000UL /**< Bit mask for SMU_PCNT2 */
Anna Bridge 142:4eea097334d6 235 #define _SMU_PPUPATD0_PCNT2_DEFAULT 0x00000000UL /**< Mode DEFAULT for SMU_PPUPATD0 */
Anna Bridge 142:4eea097334d6 236 #define SMU_PPUPATD0_PCNT2_DEFAULT (_SMU_PPUPATD0_PCNT2_DEFAULT << 29) /**< Shifted mode DEFAULT for SMU_PPUPATD0 */
Anna Bridge 142:4eea097334d6 237
Anna Bridge 142:4eea097334d6 238 /* Bit fields for SMU PPUPATD1 */
Anna Bridge 142:4eea097334d6 239 #define _SMU_PPUPATD1_RESETVALUE 0x00000000UL /**< Default value for SMU_PPUPATD1 */
Anna Bridge 142:4eea097334d6 240 #define _SMU_PPUPATD1_MASK 0x0000FFEEUL /**< Mask for SMU_PPUPATD1 */
Anna Bridge 142:4eea097334d6 241 #define SMU_PPUPATD1_RMU (0x1UL << 1) /**< Reset Management Unit access control bit */
Anna Bridge 142:4eea097334d6 242 #define _SMU_PPUPATD1_RMU_SHIFT 1 /**< Shift value for SMU_RMU */
Anna Bridge 142:4eea097334d6 243 #define _SMU_PPUPATD1_RMU_MASK 0x2UL /**< Bit mask for SMU_RMU */
Anna Bridge 142:4eea097334d6 244 #define _SMU_PPUPATD1_RMU_DEFAULT 0x00000000UL /**< Mode DEFAULT for SMU_PPUPATD1 */
Anna Bridge 142:4eea097334d6 245 #define SMU_PPUPATD1_RMU_DEFAULT (_SMU_PPUPATD1_RMU_DEFAULT << 1) /**< Shifted mode DEFAULT for SMU_PPUPATD1 */
Anna Bridge 142:4eea097334d6 246 #define SMU_PPUPATD1_RTCC (0x1UL << 2) /**< Real-Time Counter and Calendar access control bit */
Anna Bridge 142:4eea097334d6 247 #define _SMU_PPUPATD1_RTCC_SHIFT 2 /**< Shift value for SMU_RTCC */
Anna Bridge 142:4eea097334d6 248 #define _SMU_PPUPATD1_RTCC_MASK 0x4UL /**< Bit mask for SMU_RTCC */
Anna Bridge 142:4eea097334d6 249 #define _SMU_PPUPATD1_RTCC_DEFAULT 0x00000000UL /**< Mode DEFAULT for SMU_PPUPATD1 */
Anna Bridge 142:4eea097334d6 250 #define SMU_PPUPATD1_RTCC_DEFAULT (_SMU_PPUPATD1_RTCC_DEFAULT << 2) /**< Shifted mode DEFAULT for SMU_PPUPATD1 */
Anna Bridge 142:4eea097334d6 251 #define SMU_PPUPATD1_SMU (0x1UL << 3) /**< Security Management Unit access control bit */
Anna Bridge 142:4eea097334d6 252 #define _SMU_PPUPATD1_SMU_SHIFT 3 /**< Shift value for SMU_SMU */
Anna Bridge 142:4eea097334d6 253 #define _SMU_PPUPATD1_SMU_MASK 0x8UL /**< Bit mask for SMU_SMU */
Anna Bridge 142:4eea097334d6 254 #define _SMU_PPUPATD1_SMU_DEFAULT 0x00000000UL /**< Mode DEFAULT for SMU_PPUPATD1 */
Anna Bridge 142:4eea097334d6 255 #define SMU_PPUPATD1_SMU_DEFAULT (_SMU_PPUPATD1_SMU_DEFAULT << 3) /**< Shifted mode DEFAULT for SMU_PPUPATD1 */
Anna Bridge 142:4eea097334d6 256 #define SMU_PPUPATD1_TIMER0 (0x1UL << 5) /**< Timer 0 access control bit */
Anna Bridge 142:4eea097334d6 257 #define _SMU_PPUPATD1_TIMER0_SHIFT 5 /**< Shift value for SMU_TIMER0 */
Anna Bridge 142:4eea097334d6 258 #define _SMU_PPUPATD1_TIMER0_MASK 0x20UL /**< Bit mask for SMU_TIMER0 */
Anna Bridge 142:4eea097334d6 259 #define _SMU_PPUPATD1_TIMER0_DEFAULT 0x00000000UL /**< Mode DEFAULT for SMU_PPUPATD1 */
Anna Bridge 142:4eea097334d6 260 #define SMU_PPUPATD1_TIMER0_DEFAULT (_SMU_PPUPATD1_TIMER0_DEFAULT << 5) /**< Shifted mode DEFAULT for SMU_PPUPATD1 */
Anna Bridge 142:4eea097334d6 261 #define SMU_PPUPATD1_TIMER1 (0x1UL << 6) /**< Timer 1 access control bit */
Anna Bridge 142:4eea097334d6 262 #define _SMU_PPUPATD1_TIMER1_SHIFT 6 /**< Shift value for SMU_TIMER1 */
Anna Bridge 142:4eea097334d6 263 #define _SMU_PPUPATD1_TIMER1_MASK 0x40UL /**< Bit mask for SMU_TIMER1 */
Anna Bridge 142:4eea097334d6 264 #define _SMU_PPUPATD1_TIMER1_DEFAULT 0x00000000UL /**< Mode DEFAULT for SMU_PPUPATD1 */
Anna Bridge 142:4eea097334d6 265 #define SMU_PPUPATD1_TIMER1_DEFAULT (_SMU_PPUPATD1_TIMER1_DEFAULT << 6) /**< Shifted mode DEFAULT for SMU_PPUPATD1 */
Anna Bridge 142:4eea097334d6 266 #define SMU_PPUPATD1_TRNG0 (0x1UL << 7) /**< True Random Number Generator 0 access control bit */
Anna Bridge 142:4eea097334d6 267 #define _SMU_PPUPATD1_TRNG0_SHIFT 7 /**< Shift value for SMU_TRNG0 */
Anna Bridge 142:4eea097334d6 268 #define _SMU_PPUPATD1_TRNG0_MASK 0x80UL /**< Bit mask for SMU_TRNG0 */
Anna Bridge 142:4eea097334d6 269 #define _SMU_PPUPATD1_TRNG0_DEFAULT 0x00000000UL /**< Mode DEFAULT for SMU_PPUPATD1 */
Anna Bridge 142:4eea097334d6 270 #define SMU_PPUPATD1_TRNG0_DEFAULT (_SMU_PPUPATD1_TRNG0_DEFAULT << 7) /**< Shifted mode DEFAULT for SMU_PPUPATD1 */
Anna Bridge 142:4eea097334d6 271 #define SMU_PPUPATD1_USART0 (0x1UL << 8) /**< Universal Synchronous/Asynchronous Receiver/Transmitter 0 access control bit */
Anna Bridge 142:4eea097334d6 272 #define _SMU_PPUPATD1_USART0_SHIFT 8 /**< Shift value for SMU_USART0 */
Anna Bridge 142:4eea097334d6 273 #define _SMU_PPUPATD1_USART0_MASK 0x100UL /**< Bit mask for SMU_USART0 */
Anna Bridge 142:4eea097334d6 274 #define _SMU_PPUPATD1_USART0_DEFAULT 0x00000000UL /**< Mode DEFAULT for SMU_PPUPATD1 */
Anna Bridge 142:4eea097334d6 275 #define SMU_PPUPATD1_USART0_DEFAULT (_SMU_PPUPATD1_USART0_DEFAULT << 8) /**< Shifted mode DEFAULT for SMU_PPUPATD1 */
Anna Bridge 142:4eea097334d6 276 #define SMU_PPUPATD1_USART1 (0x1UL << 9) /**< Universal Synchronous/Asynchronous Receiver/Transmitter 1 access control bit */
Anna Bridge 142:4eea097334d6 277 #define _SMU_PPUPATD1_USART1_SHIFT 9 /**< Shift value for SMU_USART1 */
Anna Bridge 142:4eea097334d6 278 #define _SMU_PPUPATD1_USART1_MASK 0x200UL /**< Bit mask for SMU_USART1 */
Anna Bridge 142:4eea097334d6 279 #define _SMU_PPUPATD1_USART1_DEFAULT 0x00000000UL /**< Mode DEFAULT for SMU_PPUPATD1 */
Anna Bridge 142:4eea097334d6 280 #define SMU_PPUPATD1_USART1_DEFAULT (_SMU_PPUPATD1_USART1_DEFAULT << 9) /**< Shifted mode DEFAULT for SMU_PPUPATD1 */
Anna Bridge 142:4eea097334d6 281 #define SMU_PPUPATD1_USART2 (0x1UL << 10) /**< Universal Synchronous/Asynchronous Receiver/Transmitter 2 access control bit */
Anna Bridge 142:4eea097334d6 282 #define _SMU_PPUPATD1_USART2_SHIFT 10 /**< Shift value for SMU_USART2 */
Anna Bridge 142:4eea097334d6 283 #define _SMU_PPUPATD1_USART2_MASK 0x400UL /**< Bit mask for SMU_USART2 */
Anna Bridge 142:4eea097334d6 284 #define _SMU_PPUPATD1_USART2_DEFAULT 0x00000000UL /**< Mode DEFAULT for SMU_PPUPATD1 */
Anna Bridge 142:4eea097334d6 285 #define SMU_PPUPATD1_USART2_DEFAULT (_SMU_PPUPATD1_USART2_DEFAULT << 10) /**< Shifted mode DEFAULT for SMU_PPUPATD1 */
Anna Bridge 142:4eea097334d6 286 #define SMU_PPUPATD1_USART3 (0x1UL << 11) /**< Universal Synchronous/Asynchronous Receiver/Transmitter 3 access control bit */
Anna Bridge 142:4eea097334d6 287 #define _SMU_PPUPATD1_USART3_SHIFT 11 /**< Shift value for SMU_USART3 */
Anna Bridge 142:4eea097334d6 288 #define _SMU_PPUPATD1_USART3_MASK 0x800UL /**< Bit mask for SMU_USART3 */
Anna Bridge 142:4eea097334d6 289 #define _SMU_PPUPATD1_USART3_DEFAULT 0x00000000UL /**< Mode DEFAULT for SMU_PPUPATD1 */
Anna Bridge 142:4eea097334d6 290 #define SMU_PPUPATD1_USART3_DEFAULT (_SMU_PPUPATD1_USART3_DEFAULT << 11) /**< Shifted mode DEFAULT for SMU_PPUPATD1 */
Anna Bridge 142:4eea097334d6 291 #define SMU_PPUPATD1_WDOG0 (0x1UL << 12) /**< Watchdog 0 access control bit */
Anna Bridge 142:4eea097334d6 292 #define _SMU_PPUPATD1_WDOG0_SHIFT 12 /**< Shift value for SMU_WDOG0 */
Anna Bridge 142:4eea097334d6 293 #define _SMU_PPUPATD1_WDOG0_MASK 0x1000UL /**< Bit mask for SMU_WDOG0 */
Anna Bridge 142:4eea097334d6 294 #define _SMU_PPUPATD1_WDOG0_DEFAULT 0x00000000UL /**< Mode DEFAULT for SMU_PPUPATD1 */
Anna Bridge 142:4eea097334d6 295 #define SMU_PPUPATD1_WDOG0_DEFAULT (_SMU_PPUPATD1_WDOG0_DEFAULT << 12) /**< Shifted mode DEFAULT for SMU_PPUPATD1 */
Anna Bridge 142:4eea097334d6 296 #define SMU_PPUPATD1_WDOG1 (0x1UL << 13) /**< Watchdog 1 access control bit */
Anna Bridge 142:4eea097334d6 297 #define _SMU_PPUPATD1_WDOG1_SHIFT 13 /**< Shift value for SMU_WDOG1 */
Anna Bridge 142:4eea097334d6 298 #define _SMU_PPUPATD1_WDOG1_MASK 0x2000UL /**< Bit mask for SMU_WDOG1 */
Anna Bridge 142:4eea097334d6 299 #define _SMU_PPUPATD1_WDOG1_DEFAULT 0x00000000UL /**< Mode DEFAULT for SMU_PPUPATD1 */
Anna Bridge 142:4eea097334d6 300 #define SMU_PPUPATD1_WDOG1_DEFAULT (_SMU_PPUPATD1_WDOG1_DEFAULT << 13) /**< Shifted mode DEFAULT for SMU_PPUPATD1 */
Anna Bridge 142:4eea097334d6 301 #define SMU_PPUPATD1_WTIMER0 (0x1UL << 14) /**< Wide Timer 0 access control bit */
Anna Bridge 142:4eea097334d6 302 #define _SMU_PPUPATD1_WTIMER0_SHIFT 14 /**< Shift value for SMU_WTIMER0 */
Anna Bridge 142:4eea097334d6 303 #define _SMU_PPUPATD1_WTIMER0_MASK 0x4000UL /**< Bit mask for SMU_WTIMER0 */
Anna Bridge 142:4eea097334d6 304 #define _SMU_PPUPATD1_WTIMER0_DEFAULT 0x00000000UL /**< Mode DEFAULT for SMU_PPUPATD1 */
Anna Bridge 142:4eea097334d6 305 #define SMU_PPUPATD1_WTIMER0_DEFAULT (_SMU_PPUPATD1_WTIMER0_DEFAULT << 14) /**< Shifted mode DEFAULT for SMU_PPUPATD1 */
Anna Bridge 142:4eea097334d6 306 #define SMU_PPUPATD1_WTIMER1 (0x1UL << 15) /**< Wide Timer 1 access control bit */
Anna Bridge 142:4eea097334d6 307 #define _SMU_PPUPATD1_WTIMER1_SHIFT 15 /**< Shift value for SMU_WTIMER1 */
Anna Bridge 142:4eea097334d6 308 #define _SMU_PPUPATD1_WTIMER1_MASK 0x8000UL /**< Bit mask for SMU_WTIMER1 */
Anna Bridge 142:4eea097334d6 309 #define _SMU_PPUPATD1_WTIMER1_DEFAULT 0x00000000UL /**< Mode DEFAULT for SMU_PPUPATD1 */
Anna Bridge 142:4eea097334d6 310 #define SMU_PPUPATD1_WTIMER1_DEFAULT (_SMU_PPUPATD1_WTIMER1_DEFAULT << 15) /**< Shifted mode DEFAULT for SMU_PPUPATD1 */
Anna Bridge 142:4eea097334d6 311
Anna Bridge 142:4eea097334d6 312 /* Bit fields for SMU PPUFS */
Anna Bridge 142:4eea097334d6 313 #define _SMU_PPUFS_RESETVALUE 0x00000000UL /**< Default value for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 314 #define _SMU_PPUFS_MASK 0x0000007FUL /**< Mask for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 315 #define _SMU_PPUFS_PERIPHID_SHIFT 0 /**< Shift value for SMU_PERIPHID */
Anna Bridge 142:4eea097334d6 316 #define _SMU_PPUFS_PERIPHID_MASK 0x7FUL /**< Bit mask for SMU_PERIPHID */
Anna Bridge 142:4eea097334d6 317 #define _SMU_PPUFS_PERIPHID_DEFAULT 0x00000000UL /**< Mode DEFAULT for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 318 #define _SMU_PPUFS_PERIPHID_ACMP0 0x00000000UL /**< Mode ACMP0 for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 319 #define _SMU_PPUFS_PERIPHID_ACMP1 0x00000001UL /**< Mode ACMP1 for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 320 #define _SMU_PPUFS_PERIPHID_ADC0 0x00000002UL /**< Mode ADC0 for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 321 #define _SMU_PPUFS_PERIPHID_CMU 0x00000005UL /**< Mode CMU for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 322 #define _SMU_PPUFS_PERIPHID_CRYOTIMER 0x00000007UL /**< Mode CRYOTIMER for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 323 #define _SMU_PPUFS_PERIPHID_CRYPTO0 0x00000008UL /**< Mode CRYPTO0 for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 324 #define _SMU_PPUFS_PERIPHID_CRYPTO1 0x00000009UL /**< Mode CRYPTO1 for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 325 #define _SMU_PPUFS_PERIPHID_CSEN 0x0000000AUL /**< Mode CSEN for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 326 #define _SMU_PPUFS_PERIPHID_VDAC0 0x0000000BUL /**< Mode VDAC0 for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 327 #define _SMU_PPUFS_PERIPHID_PRS 0x0000000CUL /**< Mode PRS for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 328 #define _SMU_PPUFS_PERIPHID_EMU 0x0000000DUL /**< Mode EMU for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 329 #define _SMU_PPUFS_PERIPHID_FPUEH 0x0000000EUL /**< Mode FPUEH for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 330 #define _SMU_PPUFS_PERIPHID_GPCRC 0x00000010UL /**< Mode GPCRC for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 331 #define _SMU_PPUFS_PERIPHID_GPIO 0x00000011UL /**< Mode GPIO for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 332 #define _SMU_PPUFS_PERIPHID_I2C0 0x00000012UL /**< Mode I2C0 for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 333 #define _SMU_PPUFS_PERIPHID_I2C1 0x00000013UL /**< Mode I2C1 for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 334 #define _SMU_PPUFS_PERIPHID_IDAC0 0x00000014UL /**< Mode IDAC0 for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 335 #define _SMU_PPUFS_PERIPHID_MSC 0x00000015UL /**< Mode MSC for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 336 #define _SMU_PPUFS_PERIPHID_LDMA 0x00000016UL /**< Mode LDMA for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 337 #define _SMU_PPUFS_PERIPHID_LESENSE 0x00000017UL /**< Mode LESENSE for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 338 #define _SMU_PPUFS_PERIPHID_LETIMER0 0x00000018UL /**< Mode LETIMER0 for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 339 #define _SMU_PPUFS_PERIPHID_LEUART0 0x00000019UL /**< Mode LEUART0 for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 340 #define _SMU_PPUFS_PERIPHID_PCNT0 0x0000001BUL /**< Mode PCNT0 for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 341 #define _SMU_PPUFS_PERIPHID_PCNT1 0x0000001CUL /**< Mode PCNT1 for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 342 #define _SMU_PPUFS_PERIPHID_PCNT2 0x0000001DUL /**< Mode PCNT2 for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 343 #define _SMU_PPUFS_PERIPHID_RMU 0x00000021UL /**< Mode RMU for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 344 #define _SMU_PPUFS_PERIPHID_RTCC 0x00000022UL /**< Mode RTCC for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 345 #define _SMU_PPUFS_PERIPHID_SMU 0x00000023UL /**< Mode SMU for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 346 #define _SMU_PPUFS_PERIPHID_TIMER0 0x00000025UL /**< Mode TIMER0 for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 347 #define _SMU_PPUFS_PERIPHID_TIMER1 0x00000026UL /**< Mode TIMER1 for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 348 #define _SMU_PPUFS_PERIPHID_TRNG0 0x00000027UL /**< Mode TRNG0 for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 349 #define _SMU_PPUFS_PERIPHID_USART0 0x00000028UL /**< Mode USART0 for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 350 #define _SMU_PPUFS_PERIPHID_USART1 0x00000029UL /**< Mode USART1 for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 351 #define _SMU_PPUFS_PERIPHID_USART2 0x0000002AUL /**< Mode USART2 for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 352 #define _SMU_PPUFS_PERIPHID_USART3 0x0000002BUL /**< Mode USART3 for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 353 #define _SMU_PPUFS_PERIPHID_WDOG0 0x0000002CUL /**< Mode WDOG0 for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 354 #define _SMU_PPUFS_PERIPHID_WDOG1 0x0000002DUL /**< Mode WDOG1 for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 355 #define _SMU_PPUFS_PERIPHID_WTIMER0 0x0000002EUL /**< Mode WTIMER0 for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 356 #define _SMU_PPUFS_PERIPHID_WTIMER1 0x0000002FUL /**< Mode WTIMER1 for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 357 #define SMU_PPUFS_PERIPHID_DEFAULT (_SMU_PPUFS_PERIPHID_DEFAULT << 0) /**< Shifted mode DEFAULT for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 358 #define SMU_PPUFS_PERIPHID_ACMP0 (_SMU_PPUFS_PERIPHID_ACMP0 << 0) /**< Shifted mode ACMP0 for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 359 #define SMU_PPUFS_PERIPHID_ACMP1 (_SMU_PPUFS_PERIPHID_ACMP1 << 0) /**< Shifted mode ACMP1 for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 360 #define SMU_PPUFS_PERIPHID_ADC0 (_SMU_PPUFS_PERIPHID_ADC0 << 0) /**< Shifted mode ADC0 for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 361 #define SMU_PPUFS_PERIPHID_CMU (_SMU_PPUFS_PERIPHID_CMU << 0) /**< Shifted mode CMU for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 362 #define SMU_PPUFS_PERIPHID_CRYOTIMER (_SMU_PPUFS_PERIPHID_CRYOTIMER << 0) /**< Shifted mode CRYOTIMER for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 363 #define SMU_PPUFS_PERIPHID_CRYPTO0 (_SMU_PPUFS_PERIPHID_CRYPTO0 << 0) /**< Shifted mode CRYPTO0 for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 364 #define SMU_PPUFS_PERIPHID_CRYPTO1 (_SMU_PPUFS_PERIPHID_CRYPTO1 << 0) /**< Shifted mode CRYPTO1 for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 365 #define SMU_PPUFS_PERIPHID_CSEN (_SMU_PPUFS_PERIPHID_CSEN << 0) /**< Shifted mode CSEN for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 366 #define SMU_PPUFS_PERIPHID_VDAC0 (_SMU_PPUFS_PERIPHID_VDAC0 << 0) /**< Shifted mode VDAC0 for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 367 #define SMU_PPUFS_PERIPHID_PRS (_SMU_PPUFS_PERIPHID_PRS << 0) /**< Shifted mode PRS for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 368 #define SMU_PPUFS_PERIPHID_EMU (_SMU_PPUFS_PERIPHID_EMU << 0) /**< Shifted mode EMU for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 369 #define SMU_PPUFS_PERIPHID_FPUEH (_SMU_PPUFS_PERIPHID_FPUEH << 0) /**< Shifted mode FPUEH for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 370 #define SMU_PPUFS_PERIPHID_GPCRC (_SMU_PPUFS_PERIPHID_GPCRC << 0) /**< Shifted mode GPCRC for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 371 #define SMU_PPUFS_PERIPHID_GPIO (_SMU_PPUFS_PERIPHID_GPIO << 0) /**< Shifted mode GPIO for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 372 #define SMU_PPUFS_PERIPHID_I2C0 (_SMU_PPUFS_PERIPHID_I2C0 << 0) /**< Shifted mode I2C0 for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 373 #define SMU_PPUFS_PERIPHID_I2C1 (_SMU_PPUFS_PERIPHID_I2C1 << 0) /**< Shifted mode I2C1 for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 374 #define SMU_PPUFS_PERIPHID_IDAC0 (_SMU_PPUFS_PERIPHID_IDAC0 << 0) /**< Shifted mode IDAC0 for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 375 #define SMU_PPUFS_PERIPHID_MSC (_SMU_PPUFS_PERIPHID_MSC << 0) /**< Shifted mode MSC for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 376 #define SMU_PPUFS_PERIPHID_LDMA (_SMU_PPUFS_PERIPHID_LDMA << 0) /**< Shifted mode LDMA for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 377 #define SMU_PPUFS_PERIPHID_LESENSE (_SMU_PPUFS_PERIPHID_LESENSE << 0) /**< Shifted mode LESENSE for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 378 #define SMU_PPUFS_PERIPHID_LETIMER0 (_SMU_PPUFS_PERIPHID_LETIMER0 << 0) /**< Shifted mode LETIMER0 for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 379 #define SMU_PPUFS_PERIPHID_LEUART0 (_SMU_PPUFS_PERIPHID_LEUART0 << 0) /**< Shifted mode LEUART0 for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 380 #define SMU_PPUFS_PERIPHID_PCNT0 (_SMU_PPUFS_PERIPHID_PCNT0 << 0) /**< Shifted mode PCNT0 for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 381 #define SMU_PPUFS_PERIPHID_PCNT1 (_SMU_PPUFS_PERIPHID_PCNT1 << 0) /**< Shifted mode PCNT1 for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 382 #define SMU_PPUFS_PERIPHID_PCNT2 (_SMU_PPUFS_PERIPHID_PCNT2 << 0) /**< Shifted mode PCNT2 for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 383 #define SMU_PPUFS_PERIPHID_RMU (_SMU_PPUFS_PERIPHID_RMU << 0) /**< Shifted mode RMU for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 384 #define SMU_PPUFS_PERIPHID_RTCC (_SMU_PPUFS_PERIPHID_RTCC << 0) /**< Shifted mode RTCC for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 385 #define SMU_PPUFS_PERIPHID_SMU (_SMU_PPUFS_PERIPHID_SMU << 0) /**< Shifted mode SMU for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 386 #define SMU_PPUFS_PERIPHID_TIMER0 (_SMU_PPUFS_PERIPHID_TIMER0 << 0) /**< Shifted mode TIMER0 for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 387 #define SMU_PPUFS_PERIPHID_TIMER1 (_SMU_PPUFS_PERIPHID_TIMER1 << 0) /**< Shifted mode TIMER1 for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 388 #define SMU_PPUFS_PERIPHID_TRNG0 (_SMU_PPUFS_PERIPHID_TRNG0 << 0) /**< Shifted mode TRNG0 for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 389 #define SMU_PPUFS_PERIPHID_USART0 (_SMU_PPUFS_PERIPHID_USART0 << 0) /**< Shifted mode USART0 for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 390 #define SMU_PPUFS_PERIPHID_USART1 (_SMU_PPUFS_PERIPHID_USART1 << 0) /**< Shifted mode USART1 for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 391 #define SMU_PPUFS_PERIPHID_USART2 (_SMU_PPUFS_PERIPHID_USART2 << 0) /**< Shifted mode USART2 for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 392 #define SMU_PPUFS_PERIPHID_USART3 (_SMU_PPUFS_PERIPHID_USART3 << 0) /**< Shifted mode USART3 for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 393 #define SMU_PPUFS_PERIPHID_WDOG0 (_SMU_PPUFS_PERIPHID_WDOG0 << 0) /**< Shifted mode WDOG0 for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 394 #define SMU_PPUFS_PERIPHID_WDOG1 (_SMU_PPUFS_PERIPHID_WDOG1 << 0) /**< Shifted mode WDOG1 for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 395 #define SMU_PPUFS_PERIPHID_WTIMER0 (_SMU_PPUFS_PERIPHID_WTIMER0 << 0) /**< Shifted mode WTIMER0 for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 396 #define SMU_PPUFS_PERIPHID_WTIMER1 (_SMU_PPUFS_PERIPHID_WTIMER1 << 0) /**< Shifted mode WTIMER1 for SMU_PPUFS */
Anna Bridge 142:4eea097334d6 397
Anna Bridge 142:4eea097334d6 398 /** @} End of group EFR32MG12P_SMU */
Anna Bridge 142:4eea097334d6 399 /** @} End of group Parts */
Anna Bridge 142:4eea097334d6 400