mbed library sources

Dependents:   Encrypted my_mbed lklk CyaSSL_DTLS_Cellular ... more

Superseded

This library was superseded by mbed-dev - https://os.mbed.com/users/mbed_official/code/mbed-dev/.

Development branch of the mbed library sources. This library is kept in synch with the latest changes from the mbed SDK and it is not guaranteed to work.

If you are looking for a stable and tested release, please import one of the official mbed library releases:

Import librarymbed

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

Committer:
mbed_official
Date:
Fri Jul 31 14:15:09 2015 +0100
Revision:
600:7d17ca308cd1
Parent:
514:7668256dbe61
Synchronized with git revision e4cd8bbd3e05b68e5a7f466c74035a85743d45e0

Full URL: https://github.com/mbedmicro/mbed/commit/e4cd8bbd3e05b68e5a7f466c74035a85743d45e0/

Enable LPC8xx usart when configuring it

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mbed_official 514:7668256dbe61 1 /*******************************************************************************
mbed_official 514:7668256dbe61 2 * Copyright (C) 2015 Maxim Integrated Products, Inc., All Rights Reserved.
mbed_official 514:7668256dbe61 3 *
mbed_official 514:7668256dbe61 4 * Permission is hereby granted, free of charge, to any person obtaining a
mbed_official 514:7668256dbe61 5 * copy of this software and associated documentation files (the "Software"),
mbed_official 514:7668256dbe61 6 * to deal in the Software without restriction, including without limitation
mbed_official 514:7668256dbe61 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
mbed_official 514:7668256dbe61 8 * and/or sell copies of the Software, and to permit persons to whom the
mbed_official 514:7668256dbe61 9 * Software is furnished to do so, subject to the following conditions:
mbed_official 514:7668256dbe61 10 *
mbed_official 514:7668256dbe61 11 * The above copyright notice and this permission notice shall be included
mbed_official 514:7668256dbe61 12 * in all copies or substantial portions of the Software.
mbed_official 514:7668256dbe61 13 *
mbed_official 514:7668256dbe61 14 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
mbed_official 514:7668256dbe61 15 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
mbed_official 514:7668256dbe61 16 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
mbed_official 514:7668256dbe61 17 * IN NO EVENT SHALL MAXIM INTEGRATED BE LIABLE FOR ANY CLAIM, DAMAGES
mbed_official 514:7668256dbe61 18 * OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
mbed_official 514:7668256dbe61 19 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
mbed_official 514:7668256dbe61 20 * OTHER DEALINGS IN THE SOFTWARE.
mbed_official 514:7668256dbe61 21 *
mbed_official 514:7668256dbe61 22 * Except as contained in this notice, the name of Maxim Integrated
mbed_official 514:7668256dbe61 23 * Products, Inc. shall not be used except as stated in the Maxim Integrated
mbed_official 514:7668256dbe61 24 * Products, Inc. Branding Policy.
mbed_official 514:7668256dbe61 25 *
mbed_official 514:7668256dbe61 26 * The mere transfer of this software does not imply any licenses
mbed_official 514:7668256dbe61 27 * of trade secrets, proprietary technology, copyrights, patents,
mbed_official 514:7668256dbe61 28 * trademarks, maskwork rights, or any other form of intellectual
mbed_official 514:7668256dbe61 29 * property whatsoever. Maxim Integrated Products, Inc. retains all
mbed_official 514:7668256dbe61 30 * ownership rights.
mbed_official 514:7668256dbe61 31 *******************************************************************************
mbed_official 514:7668256dbe61 32 */
mbed_official 514:7668256dbe61 33
mbed_official 514:7668256dbe61 34 #ifndef _MXC_PWRSEQ_REGS_H
mbed_official 514:7668256dbe61 35 #define _MXC_PWRSEQ_REGS_H
mbed_official 514:7668256dbe61 36
mbed_official 514:7668256dbe61 37 #ifdef __cplusplus
mbed_official 514:7668256dbe61 38 extern "C" {
mbed_official 514:7668256dbe61 39 #endif
mbed_official 514:7668256dbe61 40
mbed_official 514:7668256dbe61 41 #include <stdint.h>
mbed_official 514:7668256dbe61 42
mbed_official 514:7668256dbe61 43 /**
mbed_official 514:7668256dbe61 44 * @file pwrseq_regs.h
mbed_official 514:7668256dbe61 45 * @addtogroup pwrseq PWRSEQ
mbed_official 514:7668256dbe61 46 * @{
mbed_official 514:7668256dbe61 47 */
mbed_official 514:7668256dbe61 48
mbed_official 514:7668256dbe61 49 /* Offset Register Description
mbed_official 514:7668256dbe61 50 ====== ================================================= */
mbed_official 514:7668256dbe61 51 typedef struct {
mbed_official 514:7668256dbe61 52 __IO uint32_t reg0; /* 0x0000 Power Sequencer Control Register 0 */
mbed_official 514:7668256dbe61 53 __IO uint32_t reg1; /* 0x0004 Power Sequencer Control Register 1 */
mbed_official 514:7668256dbe61 54 __IO uint32_t reg2; /* 0x0008 Power Sequencer Control Register 2 */
mbed_official 514:7668256dbe61 55 __IO uint32_t reg3; /* 0x000C Power Sequencer Control Register 3 */
mbed_official 514:7668256dbe61 56 __IO uint32_t reg4; /* 0x0010 Power Sequencer Control Register 4 */
mbed_official 514:7668256dbe61 57 __IO uint32_t reg5; /* 0x0014 Power Sequencer Control Register 5 (Trim 0) */
mbed_official 514:7668256dbe61 58 __IO uint32_t reg6; /* 0x0018 Power Sequencer Control Register 6 (Trim 1) */
mbed_official 514:7668256dbe61 59 __I uint32_t rsv001C; /* 0x001C */
mbed_official 514:7668256dbe61 60 __IO uint32_t flags; /* 0x0020 Power Sequencer Flags */
mbed_official 514:7668256dbe61 61 __IO uint32_t msk_flags; /* 0x0024 Power Sequencer Flags Mask Register */
mbed_official 514:7668256dbe61 62 } mxc_pwrseq_regs_t;
mbed_official 514:7668256dbe61 63
mbed_official 514:7668256dbe61 64
mbed_official 514:7668256dbe61 65 /*
mbed_official 514:7668256dbe61 66 Register offsets for module PWRSEQ.
mbed_official 514:7668256dbe61 67 */
mbed_official 514:7668256dbe61 68 #define MXC_R_PWRSEQ_OFFS_REG0 ((uint32_t)0x00000000UL)
mbed_official 514:7668256dbe61 69 #define MXC_R_PWRSEQ_OFFS_REG1 ((uint32_t)0x00000004UL)
mbed_official 514:7668256dbe61 70 #define MXC_R_PWRSEQ_OFFS_REG2 ((uint32_t)0x00000008UL)
mbed_official 514:7668256dbe61 71 #define MXC_R_PWRSEQ_OFFS_REG3 ((uint32_t)0x0000000CUL)
mbed_official 514:7668256dbe61 72 #define MXC_R_PWRSEQ_OFFS_REG4 ((uint32_t)0x00000010UL)
mbed_official 514:7668256dbe61 73 #define MXC_R_PWRSEQ_OFFS_REG5 ((uint32_t)0x00000014UL)
mbed_official 514:7668256dbe61 74 #define MXC_R_PWRSEQ_OFFS_REG6 ((uint32_t)0x00000018UL)
mbed_official 514:7668256dbe61 75 #define MXC_R_PWRSEQ_OFFS_FLAGS ((uint32_t)0x00000020UL)
mbed_official 514:7668256dbe61 76 #define MXC_R_PWRSEQ_OFFS_MSK_FLAGS ((uint32_t)0x00000024UL)
mbed_official 514:7668256dbe61 77
mbed_official 514:7668256dbe61 78
mbed_official 514:7668256dbe61 79 /*
mbed_official 514:7668256dbe61 80 Field positions and masks for module PWRSEQ.
mbed_official 514:7668256dbe61 81 */
mbed_official 514:7668256dbe61 82 #define MXC_F_PWRSEQ_REG0_PWR_LP1_POS 0
mbed_official 514:7668256dbe61 83 #define MXC_F_PWRSEQ_REG0_PWR_LP1 ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_REG0_PWR_LP1_POS))
mbed_official 514:7668256dbe61 84 #define MXC_F_PWRSEQ_REG0_PWR_FIRST_BOOT_POS 1
mbed_official 514:7668256dbe61 85 #define MXC_F_PWRSEQ_REG0_PWR_FIRST_BOOT ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_REG0_PWR_FIRST_BOOT_POS))
mbed_official 514:7668256dbe61 86 #define MXC_F_PWRSEQ_REG0_PWR_SYS_REBOOT_POS 2
mbed_official 514:7668256dbe61 87 #define MXC_F_PWRSEQ_REG0_PWR_SYS_REBOOT ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_REG0_PWR_SYS_REBOOT_POS))
mbed_official 514:7668256dbe61 88 #define MXC_F_PWRSEQ_REG0_PWR_LDOEN_RUN_POS 3
mbed_official 514:7668256dbe61 89 #define MXC_F_PWRSEQ_REG0_PWR_LDOEN_RUN ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_REG0_PWR_LDOEN_RUN_POS))
mbed_official 514:7668256dbe61 90 #define MXC_F_PWRSEQ_REG0_PWR_LDOEN_SLP_POS 4
mbed_official 514:7668256dbe61 91 #define MXC_F_PWRSEQ_REG0_PWR_LDOEN_SLP ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_REG0_PWR_LDOEN_SLP_POS))
mbed_official 514:7668256dbe61 92 #define MXC_F_PWRSEQ_REG0_PWR_CHZYEN_RUN_POS 5
mbed_official 514:7668256dbe61 93 #define MXC_F_PWRSEQ_REG0_PWR_CHZYEN_RUN ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_REG0_PWR_CHZYEN_RUN_POS))
mbed_official 514:7668256dbe61 94 #define MXC_F_PWRSEQ_REG0_PWR_CHZYEN_SLP_POS 6
mbed_official 514:7668256dbe61 95 #define MXC_F_PWRSEQ_REG0_PWR_CHZYEN_SLP ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_REG0_PWR_CHZYEN_SLP_POS))
mbed_official 514:7668256dbe61 96 #define MXC_F_PWRSEQ_REG0_PWR_ROEN_RUN_POS 7
mbed_official 514:7668256dbe61 97 #define MXC_F_PWRSEQ_REG0_PWR_ROEN_RUN ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_REG0_PWR_ROEN_RUN_POS))
mbed_official 514:7668256dbe61 98 #define MXC_F_PWRSEQ_REG0_PWR_ROEN_SLP_POS 8
mbed_official 514:7668256dbe61 99 #define MXC_F_PWRSEQ_REG0_PWR_ROEN_SLP ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_REG0_PWR_ROEN_SLP_POS))
mbed_official 514:7668256dbe61 100 #define MXC_F_PWRSEQ_REG0_PWR_NREN_RUN_POS 9
mbed_official 514:7668256dbe61 101 #define MXC_F_PWRSEQ_REG0_PWR_NREN_RUN ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_REG0_PWR_NREN_RUN_POS))
mbed_official 514:7668256dbe61 102 #define MXC_F_PWRSEQ_REG0_PWR_NREN_SLP_POS 10
mbed_official 514:7668256dbe61 103 #define MXC_F_PWRSEQ_REG0_PWR_NREN_SLP ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_REG0_PWR_NREN_SLP_POS))
mbed_official 514:7668256dbe61 104 #define MXC_F_PWRSEQ_REG0_PWR_RTCEN_RUN_POS 11
mbed_official 514:7668256dbe61 105 #define MXC_F_PWRSEQ_REG0_PWR_RTCEN_RUN ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_REG0_PWR_RTCEN_RUN_POS))
mbed_official 514:7668256dbe61 106 #define MXC_F_PWRSEQ_REG0_PWR_RTCEN_SLP_POS 12
mbed_official 514:7668256dbe61 107 #define MXC_F_PWRSEQ_REG0_PWR_RTCEN_SLP ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_REG0_PWR_RTCEN_SLP_POS))
mbed_official 514:7668256dbe61 108 #define MXC_F_PWRSEQ_REG0_PWR_SVM3EN_RUN_POS 13
mbed_official 514:7668256dbe61 109 #define MXC_F_PWRSEQ_REG0_PWR_SVM3EN_RUN ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_REG0_PWR_SVM3EN_RUN_POS))
mbed_official 514:7668256dbe61 110 #define MXC_F_PWRSEQ_REG0_PWR_SVM3EN_SLP_POS 14
mbed_official 514:7668256dbe61 111 #define MXC_F_PWRSEQ_REG0_PWR_SVM3EN_SLP ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_REG0_PWR_SVM3EN_SLP_POS))
mbed_official 514:7668256dbe61 112 #define MXC_F_PWRSEQ_REG0_PWR_SVM1EN_RUN_POS 15
mbed_official 514:7668256dbe61 113 #define MXC_F_PWRSEQ_REG0_PWR_SVM1EN_RUN ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_REG0_PWR_SVM1EN_RUN_POS))
mbed_official 514:7668256dbe61 114 #define MXC_F_PWRSEQ_REG0_PWR_SVM1EN_SLP_POS 16
mbed_official 514:7668256dbe61 115 #define MXC_F_PWRSEQ_REG0_PWR_SVM1EN_SLP ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_REG0_PWR_SVM1EN_SLP_POS))
mbed_official 514:7668256dbe61 116 #define MXC_F_PWRSEQ_REG0_PWR_SVMRTCEN_RUN_POS 17
mbed_official 514:7668256dbe61 117 #define MXC_F_PWRSEQ_REG0_PWR_SVMRTCEN_RUN ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_REG0_PWR_SVMRTCEN_RUN_POS))
mbed_official 514:7668256dbe61 118 #define MXC_F_PWRSEQ_REG0_PWR_SVMRTCEN_SLP_POS 18
mbed_official 514:7668256dbe61 119 #define MXC_F_PWRSEQ_REG0_PWR_SVMRTCEN_SLP ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_REG0_PWR_SVMRTCEN_SLP_POS))
mbed_official 514:7668256dbe61 120 #define MXC_F_PWRSEQ_REG0_PWR_SVMVDDA3EN_POS 19
mbed_official 514:7668256dbe61 121 #define MXC_F_PWRSEQ_REG0_PWR_SVMVDDA3EN ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_REG0_PWR_SVMVDDA3EN_POS))
mbed_official 514:7668256dbe61 122
mbed_official 514:7668256dbe61 123 #define MXC_F_PWRSEQ_REG1_PWR_TRIKL_CHRG_POS 0
mbed_official 514:7668256dbe61 124 #define MXC_F_PWRSEQ_REG1_PWR_TRIKL_CHRG ((uint32_t)(0x000000FFUL << MXC_F_PWRSEQ_REG1_PWR_TRIKL_CHRG_POS))
mbed_official 514:7668256dbe61 125 #define MXC_F_PWRSEQ_REG1_PWR_PD_VDDA3_POS 8
mbed_official 514:7668256dbe61 126 #define MXC_F_PWRSEQ_REG1_PWR_PD_VDDA3 ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_REG1_PWR_PD_VDDA3_POS))
mbed_official 514:7668256dbe61 127 #define MXC_F_PWRSEQ_REG1_PWR_TEMP_SENSOR_PD_POS 9
mbed_official 514:7668256dbe61 128 #define MXC_F_PWRSEQ_REG1_PWR_TEMP_SENSOR_PD ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_REG1_PWR_TEMP_SENSOR_PD_POS))
mbed_official 514:7668256dbe61 129 #define MXC_F_PWRSEQ_REG1_PWR_PD_VDDIO_POS 10
mbed_official 514:7668256dbe61 130 #define MXC_F_PWRSEQ_REG1_PWR_PD_VDDIO ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_REG1_PWR_PD_VDDIO_POS))
mbed_official 514:7668256dbe61 131 #define MXC_F_PWRSEQ_REG1_PWR_MAN_VDDIO_SW_POS 11
mbed_official 514:7668256dbe61 132 #define MXC_F_PWRSEQ_REG1_PWR_MAN_VDDIO_SW ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_REG1_PWR_MAN_VDDIO_SW_POS))
mbed_official 514:7668256dbe61 133 #define MXC_F_PWRSEQ_REG1_PWR_MAN_VDDIO_SW2_POS 12
mbed_official 514:7668256dbe61 134 #define MXC_F_PWRSEQ_REG1_PWR_MAN_VDDIO_SW2 ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_REG1_PWR_MAN_VDDIO_SW2_POS))
mbed_official 514:7668256dbe61 135 #define MXC_F_PWRSEQ_REG1_PWR_MAN_VDDIO_SW1_POS 13
mbed_official 514:7668256dbe61 136 #define MXC_F_PWRSEQ_REG1_PWR_MAN_VDDIO_SW1 ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_REG1_PWR_MAN_VDDIO_SW1_POS))
mbed_official 514:7668256dbe61 137 #define MXC_F_PWRSEQ_REG1_PWR_GPIO_FREEZE_POS 14
mbed_official 514:7668256dbe61 138 #define MXC_F_PWRSEQ_REG1_PWR_GPIO_FREEZE ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_REG1_PWR_GPIO_FREEZE_POS))
mbed_official 514:7668256dbe61 139
mbed_official 514:7668256dbe61 140 #define MXC_F_PWRSEQ_REG2_PWR_RST3_POS 0
mbed_official 514:7668256dbe61 141 #define MXC_F_PWRSEQ_REG2_PWR_RST3 ((uint32_t)(0x0000001FUL << MXC_F_PWRSEQ_REG2_PWR_RST3_POS))
mbed_official 514:7668256dbe61 142 #define MXC_F_PWRSEQ_REG2_PWR_W3_POS 5
mbed_official 514:7668256dbe61 143 #define MXC_F_PWRSEQ_REG2_PWR_W3 ((uint32_t)(0x0000001FUL << MXC_F_PWRSEQ_REG2_PWR_W3_POS))
mbed_official 514:7668256dbe61 144 #define MXC_F_PWRSEQ_REG2_PWR_W1_POS 10
mbed_official 514:7668256dbe61 145 #define MXC_F_PWRSEQ_REG2_PWR_W1 ((uint32_t)(0x0000001FUL << MXC_F_PWRSEQ_REG2_PWR_W1_POS))
mbed_official 514:7668256dbe61 146 #define MXC_F_PWRSEQ_REG2_PWR_W1_LOW_POS 15
mbed_official 514:7668256dbe61 147 #define MXC_F_PWRSEQ_REG2_PWR_W1_LOW ((uint32_t)(0x0000001FUL << MXC_F_PWRSEQ_REG2_PWR_W1_LOW_POS))
mbed_official 514:7668256dbe61 148 #define MXC_F_PWRSEQ_REG2_PWR_WRTC_POS 20
mbed_official 514:7668256dbe61 149 #define MXC_F_PWRSEQ_REG2_PWR_WRTC ((uint32_t)(0x0000001FUL << MXC_F_PWRSEQ_REG2_PWR_WRTC_POS))
mbed_official 514:7668256dbe61 150 #define MXC_F_PWRSEQ_REG2_PWR_WVDDA3_POS 25
mbed_official 514:7668256dbe61 151 #define MXC_F_PWRSEQ_REG2_PWR_WVDDA3 ((uint32_t)(0x0000003FUL << MXC_F_PWRSEQ_REG2_PWR_WVDDA3_POS))
mbed_official 514:7668256dbe61 152
mbed_official 514:7668256dbe61 153 #define MXC_F_PWRSEQ_REG3_PWR_ROSEL_POS 0
mbed_official 514:7668256dbe61 154 #define MXC_F_PWRSEQ_REG3_PWR_ROSEL ((uint32_t)(0x00000007UL << MXC_F_PWRSEQ_REG3_PWR_ROSEL_POS))
mbed_official 514:7668256dbe61 155 #define MXC_F_PWRSEQ_REG3_PWR_ROSEL_QUICK_POS 3
mbed_official 514:7668256dbe61 156 #define MXC_F_PWRSEQ_REG3_PWR_ROSEL_QUICK ((uint32_t)(0x00000003UL << MXC_F_PWRSEQ_REG3_PWR_ROSEL_QUICK_POS))
mbed_official 514:7668256dbe61 157 #define MXC_F_PWRSEQ_REG3_PWR_SVMSEL_POS 5
mbed_official 514:7668256dbe61 158 #define MXC_F_PWRSEQ_REG3_PWR_SVMSEL ((uint32_t)(0x00000007UL << MXC_F_PWRSEQ_REG3_PWR_SVMSEL_POS))
mbed_official 514:7668256dbe61 159 #define MXC_F_PWRSEQ_REG3_PWR_PWRFLTRSVMSELO_POS 8
mbed_official 514:7668256dbe61 160 #define MXC_F_PWRSEQ_REG3_PWR_PWRFLTRSVMSELO ((uint32_t)(0x00000003UL << MXC_F_PWRSEQ_REG3_PWR_PWRFLTRSVMSELO_POS))
mbed_official 514:7668256dbe61 161 #define MXC_F_PWRSEQ_REG3_PWR_PWRFLTRROSEL_POS 10
mbed_official 514:7668256dbe61 162 #define MXC_F_PWRSEQ_REG3_PWR_PWRFLTRROSEL ((uint32_t)(0x00000007UL << MXC_F_PWRSEQ_REG3_PWR_PWRFLTRROSEL_POS))
mbed_official 514:7668256dbe61 163 #define MXC_F_PWRSEQ_REG3_PWR_SVM_CLK_MUX_POS 13
mbed_official 514:7668256dbe61 164 #define MXC_F_PWRSEQ_REG3_PWR_SVM_CLK_MUX ((uint32_t)(0x00000003UL << MXC_F_PWRSEQ_REG3_PWR_SVM_CLK_MUX_POS))
mbed_official 514:7668256dbe61 165 #define MXC_F_PWRSEQ_REG3_PWR_RO_CLK_MUX_POS 15
mbed_official 514:7668256dbe61 166 #define MXC_F_PWRSEQ_REG3_PWR_RO_CLK_MUX ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_REG3_PWR_RO_CLK_MUX_POS))
mbed_official 514:7668256dbe61 167 #define MXC_F_PWRSEQ_REG3_PWR_QUICK_CNT_POS 16
mbed_official 514:7668256dbe61 168 #define MXC_F_PWRSEQ_REG3_PWR_QUICK_CNT ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_REG3_PWR_QUICK_CNT_POS))
mbed_official 514:7668256dbe61 169 #define MXC_F_PWRSEQ_REG3_PWR_BO_TC_POS 17
mbed_official 514:7668256dbe61 170 #define MXC_F_PWRSEQ_REG3_PWR_BO_TC ((uint32_t)(0x00000003UL << MXC_F_PWRSEQ_REG3_PWR_BO_TC_POS))
mbed_official 514:7668256dbe61 171
mbed_official 514:7668256dbe61 172 #define MXC_F_PWRSEQ_REG4_PWR_TM_PS_2_GPIO_POS 0
mbed_official 514:7668256dbe61 173 #define MXC_F_PWRSEQ_REG4_PWR_TM_PS_2_GPIO ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_REG4_PWR_TM_PS_2_GPIO_POS))
mbed_official 514:7668256dbe61 174 #define MXC_F_PWRSEQ_REG4_PWR_TM_FAST_TIMERS_POS 1
mbed_official 514:7668256dbe61 175 #define MXC_F_PWRSEQ_REG4_PWR_TM_FAST_TIMERS ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_REG4_PWR_TM_FAST_TIMERS_POS))
mbed_official 514:7668256dbe61 176 #define MXC_F_PWRSEQ_REG4_PWR_USB_PROT_TRIM_POS 2
mbed_official 514:7668256dbe61 177 #define MXC_F_PWRSEQ_REG4_PWR_USB_PROT_TRIM ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_REG4_PWR_USB_PROT_TRIM_POS))
mbed_official 514:7668256dbe61 178 #define MXC_F_PWRSEQ_REG4_PWR_USB_DIS_COMP_POS 3
mbed_official 514:7668256dbe61 179 #define MXC_F_PWRSEQ_REG4_PWR_USB_DIS_COMP ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_REG4_PWR_USB_DIS_COMP_POS))
mbed_official 514:7668256dbe61 180 #define MXC_F_PWRSEQ_REG4_PWR_USB_TO_VDD_FAST_POS 4
mbed_official 514:7668256dbe61 181 #define MXC_F_PWRSEQ_REG4_PWR_USB_TO_VDD_FAST ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_REG4_PWR_USB_TO_VDD_FAST_POS))
mbed_official 514:7668256dbe61 182 #define MXC_F_PWRSEQ_REG4_PWR_USB_LDO_OFF_POS 5
mbed_official 514:7668256dbe61 183 #define MXC_F_PWRSEQ_REG4_PWR_USB_LDO_OFF ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_REG4_PWR_USB_LDO_OFF_POS))
mbed_official 514:7668256dbe61 184 #define MXC_F_PWRSEQ_REG4_PWR_USB_FRC_VDD_POS 6
mbed_official 514:7668256dbe61 185 #define MXC_F_PWRSEQ_REG4_PWR_USB_FRC_VDD ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_REG4_PWR_USB_FRC_VDD_POS))
mbed_official 514:7668256dbe61 186
mbed_official 514:7668256dbe61 187 #define MXC_F_PWRSEQ_REG5_PWR_TRIM_SVM_BG_POS 0
mbed_official 514:7668256dbe61 188 #define MXC_F_PWRSEQ_REG5_PWR_TRIM_SVM_BG ((uint32_t)(0x0000003FUL << MXC_F_PWRSEQ_REG5_PWR_TRIM_SVM_BG_POS))
mbed_official 514:7668256dbe61 189 #define MXC_F_PWRSEQ_REG5_PWR_TRIM_REG1P8_POS 6
mbed_official 514:7668256dbe61 190 #define MXC_F_PWRSEQ_REG5_PWR_TRIM_REG1P8 ((uint32_t)(0x0000000FUL << MXC_F_PWRSEQ_REG5_PWR_TRIM_REG1P8_POS))
mbed_official 514:7668256dbe61 191 #define MXC_F_PWRSEQ_REG5_PWR_TRIM_REG3P3_POS 10
mbed_official 514:7668256dbe61 192 #define MXC_F_PWRSEQ_REG5_PWR_TRIM_REG3P3 ((uint32_t)(0x0000001FUL << MXC_F_PWRSEQ_REG5_PWR_TRIM_REG3P3_POS))
mbed_official 514:7668256dbe61 193 #define MXC_F_PWRSEQ_REG5_PWR_TRIM_OSC_VREF_POS 15
mbed_official 514:7668256dbe61 194 #define MXC_F_PWRSEQ_REG5_PWR_TRIM_OSC_VREF ((uint32_t)(0x0000007FUL << MXC_F_PWRSEQ_REG5_PWR_TRIM_OSC_VREF_POS))
mbed_official 514:7668256dbe61 195
mbed_official 514:7668256dbe61 196 #define MXC_F_PWRSEQ_REG6_PWR_TRIM_USB_BIAS_POS 0
mbed_official 514:7668256dbe61 197 #define MXC_F_PWRSEQ_REG6_PWR_TRIM_USB_BIAS ((uint32_t)(0x00000007UL << MXC_F_PWRSEQ_REG6_PWR_TRIM_USB_BIAS_POS))
mbed_official 514:7668256dbe61 198 #define MXC_F_PWRSEQ_REG6_PWR_TRIM_USB_PM_RES_POS 3
mbed_official 514:7668256dbe61 199 #define MXC_F_PWRSEQ_REG6_PWR_TRIM_USB_PM_RES ((uint32_t)(0x0000000FUL << MXC_F_PWRSEQ_REG6_PWR_TRIM_USB_PM_RES_POS))
mbed_official 514:7668256dbe61 200 #define MXC_F_PWRSEQ_REG6_PWR_TRIM_USB_DM_RES_POS 7
mbed_official 514:7668256dbe61 201 #define MXC_F_PWRSEQ_REG6_PWR_TRIM_USB_DM_RES ((uint32_t)(0x0000000FUL << MXC_F_PWRSEQ_REG6_PWR_TRIM_USB_DM_RES_POS))
mbed_official 514:7668256dbe61 202
mbed_official 514:7668256dbe61 203 #define MXC_F_PWRSEQ_FLAGS_PWR_FIRST_BOOT_POS 0
mbed_official 514:7668256dbe61 204 #define MXC_F_PWRSEQ_FLAGS_PWR_FIRST_BOOT ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_FLAGS_PWR_FIRST_BOOT_POS))
mbed_official 514:7668256dbe61 205 #define MXC_F_PWRSEQ_FLAGS_PWR_SYS_REBOOT_POS 1
mbed_official 514:7668256dbe61 206 #define MXC_F_PWRSEQ_FLAGS_PWR_SYS_REBOOT ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_FLAGS_PWR_SYS_REBOOT_POS))
mbed_official 514:7668256dbe61 207 #define MXC_F_PWRSEQ_FLAGS_PWR_PRV_PWR_FAIL_POS 2
mbed_official 514:7668256dbe61 208 #define MXC_F_PWRSEQ_FLAGS_PWR_PRV_PWR_FAIL ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_FLAGS_PWR_PRV_PWR_FAIL_POS))
mbed_official 514:7668256dbe61 209 #define MXC_F_PWRSEQ_FLAGS_PWR_PRV_BOOT_FAIL_POS 3
mbed_official 514:7668256dbe61 210 #define MXC_F_PWRSEQ_FLAGS_PWR_PRV_BOOT_FAIL ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_FLAGS_PWR_PRV_BOOT_FAIL_POS))
mbed_official 514:7668256dbe61 211 #define MXC_F_PWRSEQ_FLAGS_PWR_COMP_WAKEUP_POS 4
mbed_official 514:7668256dbe61 212 #define MXC_F_PWRSEQ_FLAGS_PWR_COMP_WAKEUP ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_FLAGS_PWR_COMP_WAKEUP_POS))
mbed_official 514:7668256dbe61 213 #define MXC_F_PWRSEQ_FLAGS_PWR_IO_WAKEUP_POS 5
mbed_official 514:7668256dbe61 214 #define MXC_F_PWRSEQ_FLAGS_PWR_IO_WAKEUP ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_FLAGS_PWR_IO_WAKEUP_POS))
mbed_official 514:7668256dbe61 215 #define MXC_F_PWRSEQ_FLAGS_PWR_VDD3_RST_POS 6
mbed_official 514:7668256dbe61 216 #define MXC_F_PWRSEQ_FLAGS_PWR_VDD3_RST ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_FLAGS_PWR_VDD3_RST_POS))
mbed_official 514:7668256dbe61 217 #define MXC_F_PWRSEQ_FLAGS_PWR_VDD3_WARN_POS 7
mbed_official 514:7668256dbe61 218 #define MXC_F_PWRSEQ_FLAGS_PWR_VDD3_WARN ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_FLAGS_PWR_VDD3_WARN_POS))
mbed_official 514:7668256dbe61 219 #define MXC_F_PWRSEQ_FLAGS_PWR_VDD1_RST_POS 8
mbed_official 514:7668256dbe61 220 #define MXC_F_PWRSEQ_FLAGS_PWR_VDD1_RST ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_FLAGS_PWR_VDD1_RST_POS))
mbed_official 514:7668256dbe61 221 #define MXC_F_PWRSEQ_FLAGS_PWR_VDD1_LOW_RST_POS 9
mbed_official 514:7668256dbe61 222 #define MXC_F_PWRSEQ_FLAGS_PWR_VDD1_LOW_RST ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_FLAGS_PWR_VDD1_LOW_RST_POS))
mbed_official 514:7668256dbe61 223 #define MXC_F_PWRSEQ_FLAGS_PWR_VDD1_WARN_POS 10
mbed_official 514:7668256dbe61 224 #define MXC_F_PWRSEQ_FLAGS_PWR_VDD1_WARN ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_FLAGS_PWR_VDD1_WARN_POS))
mbed_official 514:7668256dbe61 225 #define MXC_F_PWRSEQ_FLAGS_PWR_VRTC_WARN_POS 11
mbed_official 514:7668256dbe61 226 #define MXC_F_PWRSEQ_FLAGS_PWR_VRTC_WARN ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_FLAGS_PWR_VRTC_WARN_POS))
mbed_official 514:7668256dbe61 227 #define MXC_F_PWRSEQ_FLAGS_PWR_POR3Z_FAIL_POS 12
mbed_official 514:7668256dbe61 228 #define MXC_F_PWRSEQ_FLAGS_PWR_POR3Z_FAIL ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_FLAGS_PWR_POR3Z_FAIL_POS))
mbed_official 514:7668256dbe61 229 #define MXC_F_PWRSEQ_FLAGS_RTC_CMPR0_POS 13
mbed_official 514:7668256dbe61 230 #define MXC_F_PWRSEQ_FLAGS_RTC_CMPR0 ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_FLAGS_RTC_CMPR0_POS))
mbed_official 514:7668256dbe61 231 #define MXC_F_PWRSEQ_FLAGS_RTC_CMPR1_POS 14
mbed_official 514:7668256dbe61 232 #define MXC_F_PWRSEQ_FLAGS_RTC_CMPR1 ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_FLAGS_RTC_CMPR1_POS))
mbed_official 514:7668256dbe61 233 #define MXC_F_PWRSEQ_FLAGS_RTC_PRESCALE_CMP_POS 15
mbed_official 514:7668256dbe61 234 #define MXC_F_PWRSEQ_FLAGS_RTC_PRESCALE_CMP ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_FLAGS_RTC_PRESCALE_CMP_POS))
mbed_official 514:7668256dbe61 235 #define MXC_F_PWRSEQ_FLAGS_RTC_ROLLOVER_POS 16
mbed_official 514:7668256dbe61 236 #define MXC_F_PWRSEQ_FLAGS_RTC_ROLLOVER ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_FLAGS_RTC_ROLLOVER_POS))
mbed_official 514:7668256dbe61 237 #define MXC_F_PWRSEQ_FLAGS_PWR_BROWNOUT_DET_POS 17
mbed_official 514:7668256dbe61 238 #define MXC_F_PWRSEQ_FLAGS_PWR_BROWNOUT_DET ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_FLAGS_PWR_BROWNOUT_DET_POS))
mbed_official 514:7668256dbe61 239 #define MXC_F_PWRSEQ_FLAGS_PWR_USB_PLUG_WAKEUP_POS 18
mbed_official 514:7668256dbe61 240 #define MXC_F_PWRSEQ_FLAGS_PWR_USB_PLUG_WAKEUP ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_FLAGS_PWR_USB_PLUG_WAKEUP_POS))
mbed_official 514:7668256dbe61 241 #define MXC_F_PWRSEQ_FLAGS_PWR_USB_REMOVE_WAKEUP_POS 19
mbed_official 514:7668256dbe61 242 #define MXC_F_PWRSEQ_FLAGS_PWR_USB_REMOVE_WAKEUP ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_FLAGS_PWR_USB_REMOVE_WAKEUP_POS))
mbed_official 514:7668256dbe61 243 #define MXC_F_PWRSEQ_FLAGS_PWR_VDD22_RST_POS 20
mbed_official 514:7668256dbe61 244 #define MXC_F_PWRSEQ_FLAGS_PWR_VDD22_RST ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_FLAGS_PWR_VDD22_RST_POS))
mbed_official 514:7668256dbe61 245 #define MXC_F_PWRSEQ_FLAGS_PWR_VDD195_RST_POS 21
mbed_official 514:7668256dbe61 246 #define MXC_F_PWRSEQ_FLAGS_PWR_VDD195_RST ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_FLAGS_PWR_VDD195_RST_POS))
mbed_official 514:7668256dbe61 247
mbed_official 514:7668256dbe61 248 #define MXC_F_PWRSEQ_MSK_FLAGS_PWR_SYS_REBOOT_POS 1
mbed_official 514:7668256dbe61 249 #define MXC_F_PWRSEQ_MSK_FLAGS_PWR_SYS_REBOOT ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_MSK_FLAGS_PWR_SYS_REBOOT_POS))
mbed_official 514:7668256dbe61 250 #define MXC_F_PWRSEQ_MSK_FLAGS_PWR_PRV_PWR_FAIL_POS 2
mbed_official 514:7668256dbe61 251 #define MXC_F_PWRSEQ_MSK_FLAGS_PWR_PRV_PWR_FAIL ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_MSK_FLAGS_PWR_PRV_PWR_FAIL_POS))
mbed_official 514:7668256dbe61 252 #define MXC_F_PWRSEQ_MSK_FLAGS_PWR_PRV_BOOT_FAIL_POS 3
mbed_official 514:7668256dbe61 253 #define MXC_F_PWRSEQ_MSK_FLAGS_PWR_PRV_BOOT_FAIL ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_MSK_FLAGS_PWR_PRV_BOOT_FAIL_POS))
mbed_official 514:7668256dbe61 254 #define MXC_F_PWRSEQ_MSK_FLAGS_PWR_COMP_WAKEUP_POS 4
mbed_official 514:7668256dbe61 255 #define MXC_F_PWRSEQ_MSK_FLAGS_PWR_COMP_WAKEUP ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_MSK_FLAGS_PWR_COMP_WAKEUP_POS))
mbed_official 514:7668256dbe61 256 #define MXC_F_PWRSEQ_MSK_FLAGS_PWR_IO_WAKEUP_POS 5
mbed_official 514:7668256dbe61 257 #define MXC_F_PWRSEQ_MSK_FLAGS_PWR_IO_WAKEUP ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_MSK_FLAGS_PWR_IO_WAKEUP_POS))
mbed_official 514:7668256dbe61 258 #define MXC_F_PWRSEQ_MSK_FLAGS_PWR_VDD3_RST_POS 6
mbed_official 514:7668256dbe61 259 #define MXC_F_PWRSEQ_MSK_FLAGS_PWR_VDD3_RST ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_MSK_FLAGS_PWR_VDD3_RST_POS))
mbed_official 514:7668256dbe61 260 #define MXC_F_PWRSEQ_MSK_FLAGS_PWR_VDD3_WARN_POS 7
mbed_official 514:7668256dbe61 261 #define MXC_F_PWRSEQ_MSK_FLAGS_PWR_VDD3_WARN ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_MSK_FLAGS_PWR_VDD3_WARN_POS))
mbed_official 514:7668256dbe61 262 #define MXC_F_PWRSEQ_MSK_FLAGS_PWR_VDD1_RST_POS 8
mbed_official 514:7668256dbe61 263 #define MXC_F_PWRSEQ_MSK_FLAGS_PWR_VDD1_RST ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_MSK_FLAGS_PWR_VDD1_RST_POS))
mbed_official 514:7668256dbe61 264 #define MXC_F_PWRSEQ_MSK_FLAGS_PWR_VDD1_LOW_RST_POS 9
mbed_official 514:7668256dbe61 265 #define MXC_F_PWRSEQ_MSK_FLAGS_PWR_VDD1_LOW_RST ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_MSK_FLAGS_PWR_VDD1_LOW_RST_POS))
mbed_official 514:7668256dbe61 266 #define MXC_F_PWRSEQ_MSK_FLAGS_PWR_VDD1_WARN_POS 10
mbed_official 514:7668256dbe61 267 #define MXC_F_PWRSEQ_MSK_FLAGS_PWR_VDD1_WARN ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_MSK_FLAGS_PWR_VDD1_WARN_POS))
mbed_official 514:7668256dbe61 268 #define MXC_F_PWRSEQ_MSK_FLAGS_PWR_VRTC_WARN_POS 11
mbed_official 514:7668256dbe61 269 #define MXC_F_PWRSEQ_MSK_FLAGS_PWR_VRTC_WARN ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_MSK_FLAGS_PWR_VRTC_WARN_POS))
mbed_official 514:7668256dbe61 270 #define MXC_F_PWRSEQ_MSK_FLAGS_PWR_POR3Z_FAIL_POS 12
mbed_official 514:7668256dbe61 271 #define MXC_F_PWRSEQ_MSK_FLAGS_PWR_POR3Z_FAIL ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_MSK_FLAGS_PWR_POR3Z_FAIL_POS))
mbed_official 514:7668256dbe61 272 #define MXC_F_PWRSEQ_MSK_FLAGS_RTC_CMPR0_POS 13
mbed_official 514:7668256dbe61 273 #define MXC_F_PWRSEQ_MSK_FLAGS_RTC_CMPR0 ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_MSK_FLAGS_RTC_CMPR0_POS))
mbed_official 514:7668256dbe61 274 #define MXC_F_PWRSEQ_MSK_FLAGS_RTC_CMPR1_POS 14
mbed_official 514:7668256dbe61 275 #define MXC_F_PWRSEQ_MSK_FLAGS_RTC_CMPR1 ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_MSK_FLAGS_RTC_CMPR1_POS))
mbed_official 514:7668256dbe61 276 #define MXC_F_PWRSEQ_MSK_FLAGS_RTC_PRESCALE_CMP_POS 15
mbed_official 514:7668256dbe61 277 #define MXC_F_PWRSEQ_MSK_FLAGS_RTC_PRESCALE_CMP ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_MSK_FLAGS_RTC_PRESCALE_CMP_POS))
mbed_official 514:7668256dbe61 278 #define MXC_F_PWRSEQ_MSK_FLAGS_RTC_ROLLOVER_POS 16
mbed_official 514:7668256dbe61 279 #define MXC_F_PWRSEQ_MSK_FLAGS_RTC_ROLLOVER ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_MSK_FLAGS_RTC_ROLLOVER_POS))
mbed_official 514:7668256dbe61 280 #define MXC_F_PWRSEQ_MSK_FLAGS_PWR_BROWNOUT_DET_POS 17
mbed_official 514:7668256dbe61 281 #define MXC_F_PWRSEQ_MSK_FLAGS_PWR_BROWNOUT_DET ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_MSK_FLAGS_PWR_BROWNOUT_DET_POS))
mbed_official 514:7668256dbe61 282 #define MXC_F_PWRSEQ_MSK_FLAGS_PWR_USB_PLUG_WAKEUP_POS 18
mbed_official 514:7668256dbe61 283 #define MXC_F_PWRSEQ_MSK_FLAGS_PWR_USB_PLUG_WAKEUP ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_MSK_FLAGS_PWR_USB_PLUG_WAKEUP_POS))
mbed_official 514:7668256dbe61 284 #define MXC_F_PWRSEQ_MSK_FLAGS_PWR_USB_REMOVE_WAKEUP_POS 19
mbed_official 514:7668256dbe61 285 #define MXC_F_PWRSEQ_MSK_FLAGS_PWR_USB_REMOVE_WAKEUP ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_MSK_FLAGS_PWR_USB_REMOVE_WAKEUP_POS))
mbed_official 514:7668256dbe61 286 #define MXC_F_PWRSEQ_MSK_FLAGS_PWR_VDD22_RST_POS 20
mbed_official 514:7668256dbe61 287 #define MXC_F_PWRSEQ_MSK_FLAGS_PWR_VDD22_RST ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_MSK_FLAGS_PWR_VDD22_RST_POS))
mbed_official 514:7668256dbe61 288 #define MXC_F_PWRSEQ_MSK_FLAGS_PWR_VDD195_RST_POS 21
mbed_official 514:7668256dbe61 289 #define MXC_F_PWRSEQ_MSK_FLAGS_PWR_VDD195_RST ((uint32_t)(0x00000001UL << MXC_F_PWRSEQ_MSK_FLAGS_PWR_VDD195_RST_POS))
mbed_official 514:7668256dbe61 290
mbed_official 514:7668256dbe61 291 #ifdef __cplusplus
mbed_official 514:7668256dbe61 292 }
mbed_official 514:7668256dbe61 293 #endif
mbed_official 514:7668256dbe61 294
mbed_official 514:7668256dbe61 295 /**
mbed_official 514:7668256dbe61 296 * @}
mbed_official 514:7668256dbe61 297 */
mbed_official 514:7668256dbe61 298
mbed_official 514:7668256dbe61 299 #endif /* _MXC_PWRSEQ_REGS_H */