Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-dev by
targets/TARGET_Silicon_Labs/TARGET_EFM32/TARGET_EFR32MG12/device/efr32mg12p_letimer.h@170:da0da54939c7, 2017-07-30 (annotated)
- Committer:
- malvitor
- Date:
- Sun Jul 30 20:08:40 2017 +0000
- Revision:
- 170:da0da54939c7
- Parent:
- 161:2cc1468da177
library alterada para funcionar can na stm32f4-discovery
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| <> | 161:2cc1468da177 | 1 | /**************************************************************************//** |
| <> | 161:2cc1468da177 | 2 | * @file efr32mg12p_letimer.h |
| <> | 161:2cc1468da177 | 3 | * @brief EFR32MG12P_LETIMER register and bit field definitions |
| <> | 161:2cc1468da177 | 4 | * @version 5.1.2 |
| <> | 161:2cc1468da177 | 5 | ****************************************************************************** |
| <> | 161:2cc1468da177 | 6 | * @section License |
| <> | 161:2cc1468da177 | 7 | * <b>Copyright 2017 Silicon Laboratories, Inc. http://www.silabs.com</b> |
| <> | 161:2cc1468da177 | 8 | ****************************************************************************** |
| <> | 161:2cc1468da177 | 9 | * |
| <> | 161:2cc1468da177 | 10 | * Permission is granted to anyone to use this software for any purpose, |
| <> | 161:2cc1468da177 | 11 | * including commercial applications, and to alter it and redistribute it |
| <> | 161:2cc1468da177 | 12 | * freely, subject to the following restrictions: |
| <> | 161:2cc1468da177 | 13 | * |
| <> | 161:2cc1468da177 | 14 | * 1. The origin of this software must not be misrepresented; you must not |
| <> | 161:2cc1468da177 | 15 | * claim that you wrote the original software.@n |
| <> | 161:2cc1468da177 | 16 | * 2. Altered source versions must be plainly marked as such, and must not be |
| <> | 161:2cc1468da177 | 17 | * misrepresented as being the original software.@n |
| <> | 161:2cc1468da177 | 18 | * 3. This notice may not be removed or altered from any source distribution. |
| <> | 161:2cc1468da177 | 19 | * |
| <> | 161:2cc1468da177 | 20 | * DISCLAIMER OF WARRANTY/LIMITATION OF REMEDIES: Silicon Laboratories, Inc. |
| <> | 161:2cc1468da177 | 21 | * has no obligation to support this Software. Silicon Laboratories, Inc. is |
| <> | 161:2cc1468da177 | 22 | * providing the Software "AS IS", with no express or implied warranties of any |
| <> | 161:2cc1468da177 | 23 | * kind, including, but not limited to, any implied warranties of |
| <> | 161:2cc1468da177 | 24 | * merchantability or fitness for any particular purpose or warranties against |
| <> | 161:2cc1468da177 | 25 | * infringement of any proprietary rights of a third party. |
| <> | 161:2cc1468da177 | 26 | * |
| <> | 161:2cc1468da177 | 27 | * Silicon Laboratories, Inc. will not be liable for any consequential, |
| <> | 161:2cc1468da177 | 28 | * incidental, or special damages, or any other relief, or for any claim by |
| <> | 161:2cc1468da177 | 29 | * any third party, arising from your use of this Software. |
| <> | 161:2cc1468da177 | 30 | * |
| <> | 161:2cc1468da177 | 31 | *****************************************************************************/ |
| <> | 161:2cc1468da177 | 32 | /**************************************************************************//** |
| <> | 161:2cc1468da177 | 33 | * @addtogroup Parts |
| <> | 161:2cc1468da177 | 34 | * @{ |
| <> | 161:2cc1468da177 | 35 | ******************************************************************************/ |
| <> | 161:2cc1468da177 | 36 | /**************************************************************************//** |
| <> | 161:2cc1468da177 | 37 | * @defgroup EFR32MG12P_LETIMER |
| <> | 161:2cc1468da177 | 38 | * @{ |
| <> | 161:2cc1468da177 | 39 | * @brief EFR32MG12P_LETIMER Register Declaration |
| <> | 161:2cc1468da177 | 40 | *****************************************************************************/ |
| <> | 161:2cc1468da177 | 41 | typedef struct |
| <> | 161:2cc1468da177 | 42 | { |
| <> | 161:2cc1468da177 | 43 | __IOM uint32_t CTRL; /**< Control Register */ |
| <> | 161:2cc1468da177 | 44 | __IOM uint32_t CMD; /**< Command Register */ |
| <> | 161:2cc1468da177 | 45 | __IM uint32_t STATUS; /**< Status Register */ |
| <> | 161:2cc1468da177 | 46 | __IOM uint32_t CNT; /**< Counter Value Register */ |
| <> | 161:2cc1468da177 | 47 | __IOM uint32_t COMP0; /**< Compare Value Register 0 */ |
| <> | 161:2cc1468da177 | 48 | __IOM uint32_t COMP1; /**< Compare Value Register 1 */ |
| <> | 161:2cc1468da177 | 49 | __IOM uint32_t REP0; /**< Repeat Counter Register 0 */ |
| <> | 161:2cc1468da177 | 50 | __IOM uint32_t REP1; /**< Repeat Counter Register 1 */ |
| <> | 161:2cc1468da177 | 51 | __IM uint32_t IF; /**< Interrupt Flag Register */ |
| <> | 161:2cc1468da177 | 52 | __IOM uint32_t IFS; /**< Interrupt Flag Set Register */ |
| <> | 161:2cc1468da177 | 53 | __IOM uint32_t IFC; /**< Interrupt Flag Clear Register */ |
| <> | 161:2cc1468da177 | 54 | __IOM uint32_t IEN; /**< Interrupt Enable Register */ |
| <> | 161:2cc1468da177 | 55 | |
| <> | 161:2cc1468da177 | 56 | uint32_t RESERVED0[1]; /**< Reserved for future use **/ |
| <> | 161:2cc1468da177 | 57 | __IM uint32_t SYNCBUSY; /**< Synchronization Busy Register */ |
| <> | 161:2cc1468da177 | 58 | |
| <> | 161:2cc1468da177 | 59 | uint32_t RESERVED1[2]; /**< Reserved for future use **/ |
| <> | 161:2cc1468da177 | 60 | __IOM uint32_t ROUTEPEN; /**< I/O Routing Pin Enable Register */ |
| <> | 161:2cc1468da177 | 61 | __IOM uint32_t ROUTELOC0; /**< I/O Routing Location Register */ |
| <> | 161:2cc1468da177 | 62 | |
| <> | 161:2cc1468da177 | 63 | uint32_t RESERVED2[2]; /**< Reserved for future use **/ |
| <> | 161:2cc1468da177 | 64 | __IOM uint32_t PRSSEL; /**< PRS Input Select Register */ |
| <> | 161:2cc1468da177 | 65 | } LETIMER_TypeDef; /** @} */ |
| <> | 161:2cc1468da177 | 66 | |
| <> | 161:2cc1468da177 | 67 | /**************************************************************************//** |
| <> | 161:2cc1468da177 | 68 | * @defgroup EFR32MG12P_LETIMER_BitFields |
| <> | 161:2cc1468da177 | 69 | * @{ |
| <> | 161:2cc1468da177 | 70 | *****************************************************************************/ |
| <> | 161:2cc1468da177 | 71 | |
| <> | 161:2cc1468da177 | 72 | /* Bit fields for LETIMER CTRL */ |
| <> | 161:2cc1468da177 | 73 | #define _LETIMER_CTRL_RESETVALUE 0x00000000UL /**< Default value for LETIMER_CTRL */ |
| <> | 161:2cc1468da177 | 74 | #define _LETIMER_CTRL_MASK 0x000013FFUL /**< Mask for LETIMER_CTRL */ |
| <> | 161:2cc1468da177 | 75 | #define _LETIMER_CTRL_REPMODE_SHIFT 0 /**< Shift value for LETIMER_REPMODE */ |
| <> | 161:2cc1468da177 | 76 | #define _LETIMER_CTRL_REPMODE_MASK 0x3UL /**< Bit mask for LETIMER_REPMODE */ |
| <> | 161:2cc1468da177 | 77 | #define _LETIMER_CTRL_REPMODE_DEFAULT 0x00000000UL /**< Mode DEFAULT for LETIMER_CTRL */ |
| <> | 161:2cc1468da177 | 78 | #define _LETIMER_CTRL_REPMODE_FREE 0x00000000UL /**< Mode FREE for LETIMER_CTRL */ |
| <> | 161:2cc1468da177 | 79 | #define _LETIMER_CTRL_REPMODE_ONESHOT 0x00000001UL /**< Mode ONESHOT for LETIMER_CTRL */ |
| <> | 161:2cc1468da177 | 80 | #define _LETIMER_CTRL_REPMODE_BUFFERED 0x00000002UL /**< Mode BUFFERED for LETIMER_CTRL */ |
| <> | 161:2cc1468da177 | 81 | #define _LETIMER_CTRL_REPMODE_DOUBLE 0x00000003UL /**< Mode DOUBLE for LETIMER_CTRL */ |
| <> | 161:2cc1468da177 | 82 | #define LETIMER_CTRL_REPMODE_DEFAULT (_LETIMER_CTRL_REPMODE_DEFAULT << 0) /**< Shifted mode DEFAULT for LETIMER_CTRL */ |
| <> | 161:2cc1468da177 | 83 | #define LETIMER_CTRL_REPMODE_FREE (_LETIMER_CTRL_REPMODE_FREE << 0) /**< Shifted mode FREE for LETIMER_CTRL */ |
| <> | 161:2cc1468da177 | 84 | #define LETIMER_CTRL_REPMODE_ONESHOT (_LETIMER_CTRL_REPMODE_ONESHOT << 0) /**< Shifted mode ONESHOT for LETIMER_CTRL */ |
| <> | 161:2cc1468da177 | 85 | #define LETIMER_CTRL_REPMODE_BUFFERED (_LETIMER_CTRL_REPMODE_BUFFERED << 0) /**< Shifted mode BUFFERED for LETIMER_CTRL */ |
| <> | 161:2cc1468da177 | 86 | #define LETIMER_CTRL_REPMODE_DOUBLE (_LETIMER_CTRL_REPMODE_DOUBLE << 0) /**< Shifted mode DOUBLE for LETIMER_CTRL */ |
| <> | 161:2cc1468da177 | 87 | #define _LETIMER_CTRL_UFOA0_SHIFT 2 /**< Shift value for LETIMER_UFOA0 */ |
| <> | 161:2cc1468da177 | 88 | #define _LETIMER_CTRL_UFOA0_MASK 0xCUL /**< Bit mask for LETIMER_UFOA0 */ |
| <> | 161:2cc1468da177 | 89 | #define _LETIMER_CTRL_UFOA0_DEFAULT 0x00000000UL /**< Mode DEFAULT for LETIMER_CTRL */ |
| <> | 161:2cc1468da177 | 90 | #define _LETIMER_CTRL_UFOA0_NONE 0x00000000UL /**< Mode NONE for LETIMER_CTRL */ |
| <> | 161:2cc1468da177 | 91 | #define _LETIMER_CTRL_UFOA0_TOGGLE 0x00000001UL /**< Mode TOGGLE for LETIMER_CTRL */ |
| <> | 161:2cc1468da177 | 92 | #define _LETIMER_CTRL_UFOA0_PULSE 0x00000002UL /**< Mode PULSE for LETIMER_CTRL */ |
| <> | 161:2cc1468da177 | 93 | #define _LETIMER_CTRL_UFOA0_PWM 0x00000003UL /**< Mode PWM for LETIMER_CTRL */ |
| <> | 161:2cc1468da177 | 94 | #define LETIMER_CTRL_UFOA0_DEFAULT (_LETIMER_CTRL_UFOA0_DEFAULT << 2) /**< Shifted mode DEFAULT for LETIMER_CTRL */ |
| <> | 161:2cc1468da177 | 95 | #define LETIMER_CTRL_UFOA0_NONE (_LETIMER_CTRL_UFOA0_NONE << 2) /**< Shifted mode NONE for LETIMER_CTRL */ |
| <> | 161:2cc1468da177 | 96 | #define LETIMER_CTRL_UFOA0_TOGGLE (_LETIMER_CTRL_UFOA0_TOGGLE << 2) /**< Shifted mode TOGGLE for LETIMER_CTRL */ |
| <> | 161:2cc1468da177 | 97 | #define LETIMER_CTRL_UFOA0_PULSE (_LETIMER_CTRL_UFOA0_PULSE << 2) /**< Shifted mode PULSE for LETIMER_CTRL */ |
| <> | 161:2cc1468da177 | 98 | #define LETIMER_CTRL_UFOA0_PWM (_LETIMER_CTRL_UFOA0_PWM << 2) /**< Shifted mode PWM for LETIMER_CTRL */ |
| <> | 161:2cc1468da177 | 99 | #define _LETIMER_CTRL_UFOA1_SHIFT 4 /**< Shift value for LETIMER_UFOA1 */ |
| <> | 161:2cc1468da177 | 100 | #define _LETIMER_CTRL_UFOA1_MASK 0x30UL /**< Bit mask for LETIMER_UFOA1 */ |
| <> | 161:2cc1468da177 | 101 | #define _LETIMER_CTRL_UFOA1_DEFAULT 0x00000000UL /**< Mode DEFAULT for LETIMER_CTRL */ |
| <> | 161:2cc1468da177 | 102 | #define _LETIMER_CTRL_UFOA1_NONE 0x00000000UL /**< Mode NONE for LETIMER_CTRL */ |
| <> | 161:2cc1468da177 | 103 | #define _LETIMER_CTRL_UFOA1_TOGGLE 0x00000001UL /**< Mode TOGGLE for LETIMER_CTRL */ |
| <> | 161:2cc1468da177 | 104 | #define _LETIMER_CTRL_UFOA1_PULSE 0x00000002UL /**< Mode PULSE for LETIMER_CTRL */ |
| <> | 161:2cc1468da177 | 105 | #define _LETIMER_CTRL_UFOA1_PWM 0x00000003UL /**< Mode PWM for LETIMER_CTRL */ |
| <> | 161:2cc1468da177 | 106 | #define LETIMER_CTRL_UFOA1_DEFAULT (_LETIMER_CTRL_UFOA1_DEFAULT << 4) /**< Shifted mode DEFAULT for LETIMER_CTRL */ |
| <> | 161:2cc1468da177 | 107 | #define LETIMER_CTRL_UFOA1_NONE (_LETIMER_CTRL_UFOA1_NONE << 4) /**< Shifted mode NONE for LETIMER_CTRL */ |
| <> | 161:2cc1468da177 | 108 | #define LETIMER_CTRL_UFOA1_TOGGLE (_LETIMER_CTRL_UFOA1_TOGGLE << 4) /**< Shifted mode TOGGLE for LETIMER_CTRL */ |
| <> | 161:2cc1468da177 | 109 | #define LETIMER_CTRL_UFOA1_PULSE (_LETIMER_CTRL_UFOA1_PULSE << 4) /**< Shifted mode PULSE for LETIMER_CTRL */ |
| <> | 161:2cc1468da177 | 110 | #define LETIMER_CTRL_UFOA1_PWM (_LETIMER_CTRL_UFOA1_PWM << 4) /**< Shifted mode PWM for LETIMER_CTRL */ |
| <> | 161:2cc1468da177 | 111 | #define LETIMER_CTRL_OPOL0 (0x1UL << 6) /**< Output 0 Polarity */ |
| <> | 161:2cc1468da177 | 112 | #define _LETIMER_CTRL_OPOL0_SHIFT 6 /**< Shift value for LETIMER_OPOL0 */ |
| <> | 161:2cc1468da177 | 113 | #define _LETIMER_CTRL_OPOL0_MASK 0x40UL /**< Bit mask for LETIMER_OPOL0 */ |
| <> | 161:2cc1468da177 | 114 | #define _LETIMER_CTRL_OPOL0_DEFAULT 0x00000000UL /**< Mode DEFAULT for LETIMER_CTRL */ |
| <> | 161:2cc1468da177 | 115 | #define LETIMER_CTRL_OPOL0_DEFAULT (_LETIMER_CTRL_OPOL0_DEFAULT << 6) /**< Shifted mode DEFAULT for LETIMER_CTRL */ |
| <> | 161:2cc1468da177 | 116 | #define LETIMER_CTRL_OPOL1 (0x1UL << 7) /**< Output 1 Polarity */ |
| <> | 161:2cc1468da177 | 117 | #define _LETIMER_CTRL_OPOL1_SHIFT 7 /**< Shift value for LETIMER_OPOL1 */ |
| <> | 161:2cc1468da177 | 118 | #define _LETIMER_CTRL_OPOL1_MASK 0x80UL /**< Bit mask for LETIMER_OPOL1 */ |
| <> | 161:2cc1468da177 | 119 | #define _LETIMER_CTRL_OPOL1_DEFAULT 0x00000000UL /**< Mode DEFAULT for LETIMER_CTRL */ |
| <> | 161:2cc1468da177 | 120 | #define LETIMER_CTRL_OPOL1_DEFAULT (_LETIMER_CTRL_OPOL1_DEFAULT << 7) /**< Shifted mode DEFAULT for LETIMER_CTRL */ |
| <> | 161:2cc1468da177 | 121 | #define LETIMER_CTRL_BUFTOP (0x1UL << 8) /**< Buffered Top */ |
| <> | 161:2cc1468da177 | 122 | #define _LETIMER_CTRL_BUFTOP_SHIFT 8 /**< Shift value for LETIMER_BUFTOP */ |
| <> | 161:2cc1468da177 | 123 | #define _LETIMER_CTRL_BUFTOP_MASK 0x100UL /**< Bit mask for LETIMER_BUFTOP */ |
| <> | 161:2cc1468da177 | 124 | #define _LETIMER_CTRL_BUFTOP_DEFAULT 0x00000000UL /**< Mode DEFAULT for LETIMER_CTRL */ |
| <> | 161:2cc1468da177 | 125 | #define LETIMER_CTRL_BUFTOP_DEFAULT (_LETIMER_CTRL_BUFTOP_DEFAULT << 8) /**< Shifted mode DEFAULT for LETIMER_CTRL */ |
| <> | 161:2cc1468da177 | 126 | #define LETIMER_CTRL_COMP0TOP (0x1UL << 9) /**< Compare Value 0 Is Top Value */ |
| <> | 161:2cc1468da177 | 127 | #define _LETIMER_CTRL_COMP0TOP_SHIFT 9 /**< Shift value for LETIMER_COMP0TOP */ |
| <> | 161:2cc1468da177 | 128 | #define _LETIMER_CTRL_COMP0TOP_MASK 0x200UL /**< Bit mask for LETIMER_COMP0TOP */ |
| <> | 161:2cc1468da177 | 129 | #define _LETIMER_CTRL_COMP0TOP_DEFAULT 0x00000000UL /**< Mode DEFAULT for LETIMER_CTRL */ |
| <> | 161:2cc1468da177 | 130 | #define LETIMER_CTRL_COMP0TOP_DEFAULT (_LETIMER_CTRL_COMP0TOP_DEFAULT << 9) /**< Shifted mode DEFAULT for LETIMER_CTRL */ |
| <> | 161:2cc1468da177 | 131 | #define LETIMER_CTRL_DEBUGRUN (0x1UL << 12) /**< Debug Mode Run Enable */ |
| <> | 161:2cc1468da177 | 132 | #define _LETIMER_CTRL_DEBUGRUN_SHIFT 12 /**< Shift value for LETIMER_DEBUGRUN */ |
| <> | 161:2cc1468da177 | 133 | #define _LETIMER_CTRL_DEBUGRUN_MASK 0x1000UL /**< Bit mask for LETIMER_DEBUGRUN */ |
| <> | 161:2cc1468da177 | 134 | #define _LETIMER_CTRL_DEBUGRUN_DEFAULT 0x00000000UL /**< Mode DEFAULT for LETIMER_CTRL */ |
| <> | 161:2cc1468da177 | 135 | #define LETIMER_CTRL_DEBUGRUN_DEFAULT (_LETIMER_CTRL_DEBUGRUN_DEFAULT << 12) /**< Shifted mode DEFAULT for LETIMER_CTRL */ |
| <> | 161:2cc1468da177 | 136 | |
| <> | 161:2cc1468da177 | 137 | /* Bit fields for LETIMER CMD */ |
| <> | 161:2cc1468da177 | 138 | #define _LETIMER_CMD_RESETVALUE 0x00000000UL /**< Default value for LETIMER_CMD */ |
| <> | 161:2cc1468da177 | 139 | #define _LETIMER_CMD_MASK 0x0000001FUL /**< Mask for LETIMER_CMD */ |
| <> | 161:2cc1468da177 | 140 | #define LETIMER_CMD_START (0x1UL << 0) /**< Start LETIMER */ |
| <> | 161:2cc1468da177 | 141 | #define _LETIMER_CMD_START_SHIFT 0 /**< Shift value for LETIMER_START */ |
| <> | 161:2cc1468da177 | 142 | #define _LETIMER_CMD_START_MASK 0x1UL /**< Bit mask for LETIMER_START */ |
| <> | 161:2cc1468da177 | 143 | #define _LETIMER_CMD_START_DEFAULT 0x00000000UL /**< Mode DEFAULT for LETIMER_CMD */ |
| <> | 161:2cc1468da177 | 144 | #define LETIMER_CMD_START_DEFAULT (_LETIMER_CMD_START_DEFAULT << 0) /**< Shifted mode DEFAULT for LETIMER_CMD */ |
| <> | 161:2cc1468da177 | 145 | #define LETIMER_CMD_STOP (0x1UL << 1) /**< Stop LETIMER */ |
| <> | 161:2cc1468da177 | 146 | #define _LETIMER_CMD_STOP_SHIFT 1 /**< Shift value for LETIMER_STOP */ |
| <> | 161:2cc1468da177 | 147 | #define _LETIMER_CMD_STOP_MASK 0x2UL /**< Bit mask for LETIMER_STOP */ |
| <> | 161:2cc1468da177 | 148 | #define _LETIMER_CMD_STOP_DEFAULT 0x00000000UL /**< Mode DEFAULT for LETIMER_CMD */ |
| <> | 161:2cc1468da177 | 149 | #define LETIMER_CMD_STOP_DEFAULT (_LETIMER_CMD_STOP_DEFAULT << 1) /**< Shifted mode DEFAULT for LETIMER_CMD */ |
| <> | 161:2cc1468da177 | 150 | #define LETIMER_CMD_CLEAR (0x1UL << 2) /**< Clear LETIMER */ |
| <> | 161:2cc1468da177 | 151 | #define _LETIMER_CMD_CLEAR_SHIFT 2 /**< Shift value for LETIMER_CLEAR */ |
| <> | 161:2cc1468da177 | 152 | #define _LETIMER_CMD_CLEAR_MASK 0x4UL /**< Bit mask for LETIMER_CLEAR */ |
| <> | 161:2cc1468da177 | 153 | #define _LETIMER_CMD_CLEAR_DEFAULT 0x00000000UL /**< Mode DEFAULT for LETIMER_CMD */ |
| <> | 161:2cc1468da177 | 154 | #define LETIMER_CMD_CLEAR_DEFAULT (_LETIMER_CMD_CLEAR_DEFAULT << 2) /**< Shifted mode DEFAULT for LETIMER_CMD */ |
| <> | 161:2cc1468da177 | 155 | #define LETIMER_CMD_CTO0 (0x1UL << 3) /**< Clear Toggle Output 0 */ |
| <> | 161:2cc1468da177 | 156 | #define _LETIMER_CMD_CTO0_SHIFT 3 /**< Shift value for LETIMER_CTO0 */ |
| <> | 161:2cc1468da177 | 157 | #define _LETIMER_CMD_CTO0_MASK 0x8UL /**< Bit mask for LETIMER_CTO0 */ |
| <> | 161:2cc1468da177 | 158 | #define _LETIMER_CMD_CTO0_DEFAULT 0x00000000UL /**< Mode DEFAULT for LETIMER_CMD */ |
| <> | 161:2cc1468da177 | 159 | #define LETIMER_CMD_CTO0_DEFAULT (_LETIMER_CMD_CTO0_DEFAULT << 3) /**< Shifted mode DEFAULT for LETIMER_CMD */ |
| <> | 161:2cc1468da177 | 160 | #define LETIMER_CMD_CTO1 (0x1UL << 4) /**< Clear Toggle Output 1 */ |
| <> | 161:2cc1468da177 | 161 | #define _LETIMER_CMD_CTO1_SHIFT 4 /**< Shift value for LETIMER_CTO1 */ |
| <> | 161:2cc1468da177 | 162 | #define _LETIMER_CMD_CTO1_MASK 0x10UL /**< Bit mask for LETIMER_CTO1 */ |
| <> | 161:2cc1468da177 | 163 | #define _LETIMER_CMD_CTO1_DEFAULT 0x00000000UL /**< Mode DEFAULT for LETIMER_CMD */ |
| <> | 161:2cc1468da177 | 164 | #define LETIMER_CMD_CTO1_DEFAULT (_LETIMER_CMD_CTO1_DEFAULT << 4) /**< Shifted mode DEFAULT for LETIMER_CMD */ |
| <> | 161:2cc1468da177 | 165 | |
| <> | 161:2cc1468da177 | 166 | /* Bit fields for LETIMER STATUS */ |
| <> | 161:2cc1468da177 | 167 | #define _LETIMER_STATUS_RESETVALUE 0x00000000UL /**< Default value for LETIMER_STATUS */ |
| <> | 161:2cc1468da177 | 168 | #define _LETIMER_STATUS_MASK 0x00000001UL /**< Mask for LETIMER_STATUS */ |
| <> | 161:2cc1468da177 | 169 | #define LETIMER_STATUS_RUNNING (0x1UL << 0) /**< LETIMER Running */ |
| <> | 161:2cc1468da177 | 170 | #define _LETIMER_STATUS_RUNNING_SHIFT 0 /**< Shift value for LETIMER_RUNNING */ |
| <> | 161:2cc1468da177 | 171 | #define _LETIMER_STATUS_RUNNING_MASK 0x1UL /**< Bit mask for LETIMER_RUNNING */ |
| <> | 161:2cc1468da177 | 172 | #define _LETIMER_STATUS_RUNNING_DEFAULT 0x00000000UL /**< Mode DEFAULT for LETIMER_STATUS */ |
| <> | 161:2cc1468da177 | 173 | #define LETIMER_STATUS_RUNNING_DEFAULT (_LETIMER_STATUS_RUNNING_DEFAULT << 0) /**< Shifted mode DEFAULT for LETIMER_STATUS */ |
| <> | 161:2cc1468da177 | 174 | |
| <> | 161:2cc1468da177 | 175 | /* Bit fields for LETIMER CNT */ |
| <> | 161:2cc1468da177 | 176 | #define _LETIMER_CNT_RESETVALUE 0x00000000UL /**< Default value for LETIMER_CNT */ |
| <> | 161:2cc1468da177 | 177 | #define _LETIMER_CNT_MASK 0x0000FFFFUL /**< Mask for LETIMER_CNT */ |
| <> | 161:2cc1468da177 | 178 | #define _LETIMER_CNT_CNT_SHIFT 0 /**< Shift value for LETIMER_CNT */ |
| <> | 161:2cc1468da177 | 179 | #define _LETIMER_CNT_CNT_MASK 0xFFFFUL /**< Bit mask for LETIMER_CNT */ |
| <> | 161:2cc1468da177 | 180 | #define _LETIMER_CNT_CNT_DEFAULT 0x00000000UL /**< Mode DEFAULT for LETIMER_CNT */ |
| <> | 161:2cc1468da177 | 181 | #define LETIMER_CNT_CNT_DEFAULT (_LETIMER_CNT_CNT_DEFAULT << 0) /**< Shifted mode DEFAULT for LETIMER_CNT */ |
| <> | 161:2cc1468da177 | 182 | |
| <> | 161:2cc1468da177 | 183 | /* Bit fields for LETIMER COMP0 */ |
| <> | 161:2cc1468da177 | 184 | #define _LETIMER_COMP0_RESETVALUE 0x00000000UL /**< Default value for LETIMER_COMP0 */ |
| <> | 161:2cc1468da177 | 185 | #define _LETIMER_COMP0_MASK 0x0000FFFFUL /**< Mask for LETIMER_COMP0 */ |
| <> | 161:2cc1468da177 | 186 | #define _LETIMER_COMP0_COMP0_SHIFT 0 /**< Shift value for LETIMER_COMP0 */ |
| <> | 161:2cc1468da177 | 187 | #define _LETIMER_COMP0_COMP0_MASK 0xFFFFUL /**< Bit mask for LETIMER_COMP0 */ |
| <> | 161:2cc1468da177 | 188 | #define _LETIMER_COMP0_COMP0_DEFAULT 0x00000000UL /**< Mode DEFAULT for LETIMER_COMP0 */ |
| <> | 161:2cc1468da177 | 189 | #define LETIMER_COMP0_COMP0_DEFAULT (_LETIMER_COMP0_COMP0_DEFAULT << 0) /**< Shifted mode DEFAULT for LETIMER_COMP0 */ |
| <> | 161:2cc1468da177 | 190 | |
| <> | 161:2cc1468da177 | 191 | /* Bit fields for LETIMER COMP1 */ |
| <> | 161:2cc1468da177 | 192 | #define _LETIMER_COMP1_RESETVALUE 0x00000000UL /**< Default value for LETIMER_COMP1 */ |
| <> | 161:2cc1468da177 | 193 | #define _LETIMER_COMP1_MASK 0x0000FFFFUL /**< Mask for LETIMER_COMP1 */ |
| <> | 161:2cc1468da177 | 194 | #define _LETIMER_COMP1_COMP1_SHIFT 0 /**< Shift value for LETIMER_COMP1 */ |
| <> | 161:2cc1468da177 | 195 | #define _LETIMER_COMP1_COMP1_MASK 0xFFFFUL /**< Bit mask for LETIMER_COMP1 */ |
| <> | 161:2cc1468da177 | 196 | #define _LETIMER_COMP1_COMP1_DEFAULT 0x00000000UL /**< Mode DEFAULT for LETIMER_COMP1 */ |
| <> | 161:2cc1468da177 | 197 | #define LETIMER_COMP1_COMP1_DEFAULT (_LETIMER_COMP1_COMP1_DEFAULT << 0) /**< Shifted mode DEFAULT for LETIMER_COMP1 */ |
| <> | 161:2cc1468da177 | 198 | |
| <> | 161:2cc1468da177 | 199 | /* Bit fields for LETIMER REP0 */ |
| <> | 161:2cc1468da177 | 200 | #define _LETIMER_REP0_RESETVALUE 0x00000000UL /**< Default value for LETIMER_REP0 */ |
| <> | 161:2cc1468da177 | 201 | #define _LETIMER_REP0_MASK 0x000000FFUL /**< Mask for LETIMER_REP0 */ |
| <> | 161:2cc1468da177 | 202 | #define _LETIMER_REP0_REP0_SHIFT 0 /**< Shift value for LETIMER_REP0 */ |
| <> | 161:2cc1468da177 | 203 | #define _LETIMER_REP0_REP0_MASK 0xFFUL /**< Bit mask for LETIMER_REP0 */ |
| <> | 161:2cc1468da177 | 204 | #define _LETIMER_REP0_REP0_DEFAULT 0x00000000UL /**< Mode DEFAULT for LETIMER_REP0 */ |
| <> | 161:2cc1468da177 | 205 | #define LETIMER_REP0_REP0_DEFAULT (_LETIMER_REP0_REP0_DEFAULT << 0) /**< Shifted mode DEFAULT for LETIMER_REP0 */ |
| <> | 161:2cc1468da177 | 206 | |
| <> | 161:2cc1468da177 | 207 | /* Bit fields for LETIMER REP1 */ |
| <> | 161:2cc1468da177 | 208 | #define _LETIMER_REP1_RESETVALUE 0x00000000UL /**< Default value for LETIMER_REP1 */ |
| <> | 161:2cc1468da177 | 209 | #define _LETIMER_REP1_MASK 0x000000FFUL /**< Mask for LETIMER_REP1 */ |
| <> | 161:2cc1468da177 | 210 | #define _LETIMER_REP1_REP1_SHIFT 0 /**< Shift value for LETIMER_REP1 */ |
| <> | 161:2cc1468da177 | 211 | #define _LETIMER_REP1_REP1_MASK 0xFFUL /**< Bit mask for LETIMER_REP1 */ |
| <> | 161:2cc1468da177 | 212 | #define _LETIMER_REP1_REP1_DEFAULT 0x00000000UL /**< Mode DEFAULT for LETIMER_REP1 */ |
| <> | 161:2cc1468da177 | 213 | #define LETIMER_REP1_REP1_DEFAULT (_LETIMER_REP1_REP1_DEFAULT << 0) /**< Shifted mode DEFAULT for LETIMER_REP1 */ |
| <> | 161:2cc1468da177 | 214 | |
| <> | 161:2cc1468da177 | 215 | /* Bit fields for LETIMER IF */ |
| <> | 161:2cc1468da177 | 216 | #define _LETIMER_IF_RESETVALUE 0x00000000UL /**< Default value for LETIMER_IF */ |
| <> | 161:2cc1468da177 | 217 | #define _LETIMER_IF_MASK 0x0000001FUL /**< Mask for LETIMER_IF */ |
| <> | 161:2cc1468da177 | 218 | #define LETIMER_IF_COMP0 (0x1UL << 0) /**< Compare Match 0 Interrupt Flag */ |
| <> | 161:2cc1468da177 | 219 | #define _LETIMER_IF_COMP0_SHIFT 0 /**< Shift value for LETIMER_COMP0 */ |
| <> | 161:2cc1468da177 | 220 | #define _LETIMER_IF_COMP0_MASK 0x1UL /**< Bit mask for LETIMER_COMP0 */ |
| <> | 161:2cc1468da177 | 221 | #define _LETIMER_IF_COMP0_DEFAULT 0x00000000UL /**< Mode DEFAULT for LETIMER_IF */ |
| <> | 161:2cc1468da177 | 222 | #define LETIMER_IF_COMP0_DEFAULT (_LETIMER_IF_COMP0_DEFAULT << 0) /**< Shifted mode DEFAULT for LETIMER_IF */ |
| <> | 161:2cc1468da177 | 223 | #define LETIMER_IF_COMP1 (0x1UL << 1) /**< Compare Match 1 Interrupt Flag */ |
| <> | 161:2cc1468da177 | 224 | #define _LETIMER_IF_COMP1_SHIFT 1 /**< Shift value for LETIMER_COMP1 */ |
| <> | 161:2cc1468da177 | 225 | #define _LETIMER_IF_COMP1_MASK 0x2UL /**< Bit mask for LETIMER_COMP1 */ |
| <> | 161:2cc1468da177 | 226 | #define _LETIMER_IF_COMP1_DEFAULT 0x00000000UL /**< Mode DEFAULT for LETIMER_IF */ |
| <> | 161:2cc1468da177 | 227 | #define LETIMER_IF_COMP1_DEFAULT (_LETIMER_IF_COMP1_DEFAULT << 1) /**< Shifted mode DEFAULT for LETIMER_IF */ |
| <> | 161:2cc1468da177 | 228 | #define LETIMER_IF_UF (0x1UL << 2) /**< Underflow Interrupt Flag */ |
| <> | 161:2cc1468da177 | 229 | #define _LETIMER_IF_UF_SHIFT 2 /**< Shift value for LETIMER_UF */ |
| <> | 161:2cc1468da177 | 230 | #define _LETIMER_IF_UF_MASK 0x4UL /**< Bit mask for LETIMER_UF */ |
| <> | 161:2cc1468da177 | 231 | #define _LETIMER_IF_UF_DEFAULT 0x00000000UL /**< Mode DEFAULT for LETIMER_IF */ |
| <> | 161:2cc1468da177 | 232 | #define LETIMER_IF_UF_DEFAULT (_LETIMER_IF_UF_DEFAULT << 2) /**< Shifted mode DEFAULT for LETIMER_IF */ |
| <> | 161:2cc1468da177 | 233 | #define LETIMER_IF_REP0 (0x1UL << 3) /**< Repeat Counter 0 Interrupt Flag */ |
| <> | 161:2cc1468da177 | 234 | #define _LETIMER_IF_REP0_SHIFT 3 /**< Shift value for LETIMER_REP0 */ |
| <> | 161:2cc1468da177 | 235 | #define _LETIMER_IF_REP0_MASK 0x8UL /**< Bit mask for LETIMER_REP0 */ |
| <> | 161:2cc1468da177 | 236 | #define _LETIMER_IF_REP0_DEFAULT 0x00000000UL /**< Mode DEFAULT for LETIMER_IF */ |
| <> | 161:2cc1468da177 | 237 | #define LETIMER_IF_REP0_DEFAULT (_LETIMER_IF_REP0_DEFAULT << 3) /**< Shifted mode DEFAULT for LETIMER_IF */ |
| <> | 161:2cc1468da177 | 238 | #define LETIMER_IF_REP1 (0x1UL << 4) /**< Repeat Counter 1 Interrupt Flag */ |
| <> | 161:2cc1468da177 | 239 | #define _LETIMER_IF_REP1_SHIFT 4 /**< Shift value for LETIMER_REP1 */ |
| <> | 161:2cc1468da177 | 240 | #define _LETIMER_IF_REP1_MASK 0x10UL /**< Bit mask for LETIMER_REP1 */ |
| <> | 161:2cc1468da177 | 241 | #define _LETIMER_IF_REP1_DEFAULT 0x00000000UL /**< Mode DEFAULT for LETIMER_IF */ |
| <> | 161:2cc1468da177 | 242 | #define LETIMER_IF_REP1_DEFAULT (_LETIMER_IF_REP1_DEFAULT << 4) /**< Shifted mode DEFAULT for LETIMER_IF */ |
| <> | 161:2cc1468da177 | 243 | |
| <> | 161:2cc1468da177 | 244 | /* Bit fields for LETIMER IFS */ |
| <> | 161:2cc1468da177 | 245 | #define _LETIMER_IFS_RESETVALUE 0x00000000UL /**< Default value for LETIMER_IFS */ |
| <> | 161:2cc1468da177 | 246 | #define _LETIMER_IFS_MASK 0x0000001FUL /**< Mask for LETIMER_IFS */ |
| <> | 161:2cc1468da177 | 247 | #define LETIMER_IFS_COMP0 (0x1UL << 0) /**< Set COMP0 Interrupt Flag */ |
| <> | 161:2cc1468da177 | 248 | #define _LETIMER_IFS_COMP0_SHIFT 0 /**< Shift value for LETIMER_COMP0 */ |
| <> | 161:2cc1468da177 | 249 | #define _LETIMER_IFS_COMP0_MASK 0x1UL /**< Bit mask for LETIMER_COMP0 */ |
| <> | 161:2cc1468da177 | 250 | #define _LETIMER_IFS_COMP0_DEFAULT 0x00000000UL /**< Mode DEFAULT for LETIMER_IFS */ |
| <> | 161:2cc1468da177 | 251 | #define LETIMER_IFS_COMP0_DEFAULT (_LETIMER_IFS_COMP0_DEFAULT << 0) /**< Shifted mode DEFAULT for LETIMER_IFS */ |
| <> | 161:2cc1468da177 | 252 | #define LETIMER_IFS_COMP1 (0x1UL << 1) /**< Set COMP1 Interrupt Flag */ |
| <> | 161:2cc1468da177 | 253 | #define _LETIMER_IFS_COMP1_SHIFT 1 /**< Shift value for LETIMER_COMP1 */ |
| <> | 161:2cc1468da177 | 254 | #define _LETIMER_IFS_COMP1_MASK 0x2UL /**< Bit mask for LETIMER_COMP1 */ |
| <> | 161:2cc1468da177 | 255 | #define _LETIMER_IFS_COMP1_DEFAULT 0x00000000UL /**< Mode DEFAULT for LETIMER_IFS */ |
| <> | 161:2cc1468da177 | 256 | #define LETIMER_IFS_COMP1_DEFAULT (_LETIMER_IFS_COMP1_DEFAULT << 1) /**< Shifted mode DEFAULT for LETIMER_IFS */ |
| <> | 161:2cc1468da177 | 257 | #define LETIMER_IFS_UF (0x1UL << 2) /**< Set UF Interrupt Flag */ |
| <> | 161:2cc1468da177 | 258 | #define _LETIMER_IFS_UF_SHIFT 2 /**< Shift value for LETIMER_UF */ |
| <> | 161:2cc1468da177 | 259 | #define _LETIMER_IFS_UF_MASK 0x4UL /**< Bit mask for LETIMER_UF */ |
| <> | 161:2cc1468da177 | 260 | #define _LETIMER_IFS_UF_DEFAULT 0x00000000UL /**< Mode DEFAULT for LETIMER_IFS */ |
| <> | 161:2cc1468da177 | 261 | #define LETIMER_IFS_UF_DEFAULT (_LETIMER_IFS_UF_DEFAULT << 2) /**< Shifted mode DEFAULT for LETIMER_IFS */ |
| <> | 161:2cc1468da177 | 262 | #define LETIMER_IFS_REP0 (0x1UL << 3) /**< Set REP0 Interrupt Flag */ |
| <> | 161:2cc1468da177 | 263 | #define _LETIMER_IFS_REP0_SHIFT 3 /**< Shift value for LETIMER_REP0 */ |
| <> | 161:2cc1468da177 | 264 | #define _LETIMER_IFS_REP0_MASK 0x8UL /**< Bit mask for LETIMER_REP0 */ |
| <> | 161:2cc1468da177 | 265 | #define _LETIMER_IFS_REP0_DEFAULT 0x00000000UL /**< Mode DEFAULT for LETIMER_IFS */ |
| <> | 161:2cc1468da177 | 266 | #define LETIMER_IFS_REP0_DEFAULT (_LETIMER_IFS_REP0_DEFAULT << 3) /**< Shifted mode DEFAULT for LETIMER_IFS */ |
| <> | 161:2cc1468da177 | 267 | #define LETIMER_IFS_REP1 (0x1UL << 4) /**< Set REP1 Interrupt Flag */ |
| <> | 161:2cc1468da177 | 268 | #define _LETIMER_IFS_REP1_SHIFT 4 /**< Shift value for LETIMER_REP1 */ |
| <> | 161:2cc1468da177 | 269 | #define _LETIMER_IFS_REP1_MASK 0x10UL /**< Bit mask for LETIMER_REP1 */ |
| <> | 161:2cc1468da177 | 270 | #define _LETIMER_IFS_REP1_DEFAULT 0x00000000UL /**< Mode DEFAULT for LETIMER_IFS */ |
| <> | 161:2cc1468da177 | 271 | #define LETIMER_IFS_REP1_DEFAULT (_LETIMER_IFS_REP1_DEFAULT << 4) /**< Shifted mode DEFAULT for LETIMER_IFS */ |
| <> | 161:2cc1468da177 | 272 | |
| <> | 161:2cc1468da177 | 273 | /* Bit fields for LETIMER IFC */ |
| <> | 161:2cc1468da177 | 274 | #define _LETIMER_IFC_RESETVALUE 0x00000000UL /**< Default value for LETIMER_IFC */ |
| <> | 161:2cc1468da177 | 275 | #define _LETIMER_IFC_MASK 0x0000001FUL /**< Mask for LETIMER_IFC */ |
| <> | 161:2cc1468da177 | 276 | #define LETIMER_IFC_COMP0 (0x1UL << 0) /**< Clear COMP0 Interrupt Flag */ |
| <> | 161:2cc1468da177 | 277 | #define _LETIMER_IFC_COMP0_SHIFT 0 /**< Shift value for LETIMER_COMP0 */ |
| <> | 161:2cc1468da177 | 278 | #define _LETIMER_IFC_COMP0_MASK 0x1UL /**< Bit mask for LETIMER_COMP0 */ |
| <> | 161:2cc1468da177 | 279 | #define _LETIMER_IFC_COMP0_DEFAULT 0x00000000UL /**< Mode DEFAULT for LETIMER_IFC */ |
| <> | 161:2cc1468da177 | 280 | #define LETIMER_IFC_COMP0_DEFAULT (_LETIMER_IFC_COMP0_DEFAULT << 0) /**< Shifted mode DEFAULT for LETIMER_IFC */ |
| <> | 161:2cc1468da177 | 281 | #define LETIMER_IFC_COMP1 (0x1UL << 1) /**< Clear COMP1 Interrupt Flag */ |
| <> | 161:2cc1468da177 | 282 | #define _LETIMER_IFC_COMP1_SHIFT 1 /**< Shift value for LETIMER_COMP1 */ |
| <> | 161:2cc1468da177 | 283 | #define _LETIMER_IFC_COMP1_MASK 0x2UL /**< Bit mask for LETIMER_COMP1 */ |
| <> | 161:2cc1468da177 | 284 | #define _LETIMER_IFC_COMP1_DEFAULT 0x00000000UL /**< Mode DEFAULT for LETIMER_IFC */ |
| <> | 161:2cc1468da177 | 285 | #define LETIMER_IFC_COMP1_DEFAULT (_LETIMER_IFC_COMP1_DEFAULT << 1) /**< Shifted mode DEFAULT for LETIMER_IFC */ |
| <> | 161:2cc1468da177 | 286 | #define LETIMER_IFC_UF (0x1UL << 2) /**< Clear UF Interrupt Flag */ |
| <> | 161:2cc1468da177 | 287 | #define _LETIMER_IFC_UF_SHIFT 2 /**< Shift value for LETIMER_UF */ |
| <> | 161:2cc1468da177 | 288 | #define _LETIMER_IFC_UF_MASK 0x4UL /**< Bit mask for LETIMER_UF */ |
| <> | 161:2cc1468da177 | 289 | #define _LETIMER_IFC_UF_DEFAULT 0x00000000UL /**< Mode DEFAULT for LETIMER_IFC */ |
| <> | 161:2cc1468da177 | 290 | #define LETIMER_IFC_UF_DEFAULT (_LETIMER_IFC_UF_DEFAULT << 2) /**< Shifted mode DEFAULT for LETIMER_IFC */ |
| <> | 161:2cc1468da177 | 291 | #define LETIMER_IFC_REP0 (0x1UL << 3) /**< Clear REP0 Interrupt Flag */ |
| <> | 161:2cc1468da177 | 292 | #define _LETIMER_IFC_REP0_SHIFT 3 /**< Shift value for LETIMER_REP0 */ |
| <> | 161:2cc1468da177 | 293 | #define _LETIMER_IFC_REP0_MASK 0x8UL /**< Bit mask for LETIMER_REP0 */ |
| <> | 161:2cc1468da177 | 294 | #define _LETIMER_IFC_REP0_DEFAULT 0x00000000UL /**< Mode DEFAULT for LETIMER_IFC */ |
| <> | 161:2cc1468da177 | 295 | #define LETIMER_IFC_REP0_DEFAULT (_LETIMER_IFC_REP0_DEFAULT << 3) /**< Shifted mode DEFAULT for LETIMER_IFC */ |
| <> | 161:2cc1468da177 | 296 | #define LETIMER_IFC_REP1 (0x1UL << 4) /**< Clear REP1 Interrupt Flag */ |
| <> | 161:2cc1468da177 | 297 | #define _LETIMER_IFC_REP1_SHIFT 4 /**< Shift value for LETIMER_REP1 */ |
| <> | 161:2cc1468da177 | 298 | #define _LETIMER_IFC_REP1_MASK 0x10UL /**< Bit mask for LETIMER_REP1 */ |
| <> | 161:2cc1468da177 | 299 | #define _LETIMER_IFC_REP1_DEFAULT 0x00000000UL /**< Mode DEFAULT for LETIMER_IFC */ |
| <> | 161:2cc1468da177 | 300 | #define LETIMER_IFC_REP1_DEFAULT (_LETIMER_IFC_REP1_DEFAULT << 4) /**< Shifted mode DEFAULT for LETIMER_IFC */ |
| <> | 161:2cc1468da177 | 301 | |
| <> | 161:2cc1468da177 | 302 | /* Bit fields for LETIMER IEN */ |
| <> | 161:2cc1468da177 | 303 | #define _LETIMER_IEN_RESETVALUE 0x00000000UL /**< Default value for LETIMER_IEN */ |
| <> | 161:2cc1468da177 | 304 | #define _LETIMER_IEN_MASK 0x0000001FUL /**< Mask for LETIMER_IEN */ |
| <> | 161:2cc1468da177 | 305 | #define LETIMER_IEN_COMP0 (0x1UL << 0) /**< COMP0 Interrupt Enable */ |
| <> | 161:2cc1468da177 | 306 | #define _LETIMER_IEN_COMP0_SHIFT 0 /**< Shift value for LETIMER_COMP0 */ |
| <> | 161:2cc1468da177 | 307 | #define _LETIMER_IEN_COMP0_MASK 0x1UL /**< Bit mask for LETIMER_COMP0 */ |
| <> | 161:2cc1468da177 | 308 | #define _LETIMER_IEN_COMP0_DEFAULT 0x00000000UL /**< Mode DEFAULT for LETIMER_IEN */ |
| <> | 161:2cc1468da177 | 309 | #define LETIMER_IEN_COMP0_DEFAULT (_LETIMER_IEN_COMP0_DEFAULT << 0) /**< Shifted mode DEFAULT for LETIMER_IEN */ |
| <> | 161:2cc1468da177 | 310 | #define LETIMER_IEN_COMP1 (0x1UL << 1) /**< COMP1 Interrupt Enable */ |
| <> | 161:2cc1468da177 | 311 | #define _LETIMER_IEN_COMP1_SHIFT 1 /**< Shift value for LETIMER_COMP1 */ |
| <> | 161:2cc1468da177 | 312 | #define _LETIMER_IEN_COMP1_MASK 0x2UL /**< Bit mask for LETIMER_COMP1 */ |
| <> | 161:2cc1468da177 | 313 | #define _LETIMER_IEN_COMP1_DEFAULT 0x00000000UL /**< Mode DEFAULT for LETIMER_IEN */ |
| <> | 161:2cc1468da177 | 314 | #define LETIMER_IEN_COMP1_DEFAULT (_LETIMER_IEN_COMP1_DEFAULT << 1) /**< Shifted mode DEFAULT for LETIMER_IEN */ |
| <> | 161:2cc1468da177 | 315 | #define LETIMER_IEN_UF (0x1UL << 2) /**< UF Interrupt Enable */ |
| <> | 161:2cc1468da177 | 316 | #define _LETIMER_IEN_UF_SHIFT 2 /**< Shift value for LETIMER_UF */ |
| <> | 161:2cc1468da177 | 317 | #define _LETIMER_IEN_UF_MASK 0x4UL /**< Bit mask for LETIMER_UF */ |
| <> | 161:2cc1468da177 | 318 | #define _LETIMER_IEN_UF_DEFAULT 0x00000000UL /**< Mode DEFAULT for LETIMER_IEN */ |
| <> | 161:2cc1468da177 | 319 | #define LETIMER_IEN_UF_DEFAULT (_LETIMER_IEN_UF_DEFAULT << 2) /**< Shifted mode DEFAULT for LETIMER_IEN */ |
| <> | 161:2cc1468da177 | 320 | #define LETIMER_IEN_REP0 (0x1UL << 3) /**< REP0 Interrupt Enable */ |
| <> | 161:2cc1468da177 | 321 | #define _LETIMER_IEN_REP0_SHIFT 3 /**< Shift value for LETIMER_REP0 */ |
| <> | 161:2cc1468da177 | 322 | #define _LETIMER_IEN_REP0_MASK 0x8UL /**< Bit mask for LETIMER_REP0 */ |
| <> | 161:2cc1468da177 | 323 | #define _LETIMER_IEN_REP0_DEFAULT 0x00000000UL /**< Mode DEFAULT for LETIMER_IEN */ |
| <> | 161:2cc1468da177 | 324 | #define LETIMER_IEN_REP0_DEFAULT (_LETIMER_IEN_REP0_DEFAULT << 3) /**< Shifted mode DEFAULT for LETIMER_IEN */ |
| <> | 161:2cc1468da177 | 325 | #define LETIMER_IEN_REP1 (0x1UL << 4) /**< REP1 Interrupt Enable */ |
| <> | 161:2cc1468da177 | 326 | #define _LETIMER_IEN_REP1_SHIFT 4 /**< Shift value for LETIMER_REP1 */ |
| <> | 161:2cc1468da177 | 327 | #define _LETIMER_IEN_REP1_MASK 0x10UL /**< Bit mask for LETIMER_REP1 */ |
| <> | 161:2cc1468da177 | 328 | #define _LETIMER_IEN_REP1_DEFAULT 0x00000000UL /**< Mode DEFAULT for LETIMER_IEN */ |
| <> | 161:2cc1468da177 | 329 | #define LETIMER_IEN_REP1_DEFAULT (_LETIMER_IEN_REP1_DEFAULT << 4) /**< Shifted mode DEFAULT for LETIMER_IEN */ |
| <> | 161:2cc1468da177 | 330 | |
| <> | 161:2cc1468da177 | 331 | /* Bit fields for LETIMER SYNCBUSY */ |
| <> | 161:2cc1468da177 | 332 | #define _LETIMER_SYNCBUSY_RESETVALUE 0x00000000UL /**< Default value for LETIMER_SYNCBUSY */ |
| <> | 161:2cc1468da177 | 333 | #define _LETIMER_SYNCBUSY_MASK 0x00000002UL /**< Mask for LETIMER_SYNCBUSY */ |
| <> | 161:2cc1468da177 | 334 | #define LETIMER_SYNCBUSY_CMD (0x1UL << 1) /**< CMD Register Busy */ |
| <> | 161:2cc1468da177 | 335 | #define _LETIMER_SYNCBUSY_CMD_SHIFT 1 /**< Shift value for LETIMER_CMD */ |
| <> | 161:2cc1468da177 | 336 | #define _LETIMER_SYNCBUSY_CMD_MASK 0x2UL /**< Bit mask for LETIMER_CMD */ |
| <> | 161:2cc1468da177 | 337 | #define _LETIMER_SYNCBUSY_CMD_DEFAULT 0x00000000UL /**< Mode DEFAULT for LETIMER_SYNCBUSY */ |
| <> | 161:2cc1468da177 | 338 | #define LETIMER_SYNCBUSY_CMD_DEFAULT (_LETIMER_SYNCBUSY_CMD_DEFAULT << 1) /**< Shifted mode DEFAULT for LETIMER_SYNCBUSY */ |
| <> | 161:2cc1468da177 | 339 | |
| <> | 161:2cc1468da177 | 340 | /* Bit fields for LETIMER ROUTEPEN */ |
| <> | 161:2cc1468da177 | 341 | #define _LETIMER_ROUTEPEN_RESETVALUE 0x00000000UL /**< Default value for LETIMER_ROUTEPEN */ |
| <> | 161:2cc1468da177 | 342 | #define _LETIMER_ROUTEPEN_MASK 0x00000003UL /**< Mask for LETIMER_ROUTEPEN */ |
| <> | 161:2cc1468da177 | 343 | #define LETIMER_ROUTEPEN_OUT0PEN (0x1UL << 0) /**< Output 0 Pin Enable */ |
| <> | 161:2cc1468da177 | 344 | #define _LETIMER_ROUTEPEN_OUT0PEN_SHIFT 0 /**< Shift value for LETIMER_OUT0PEN */ |
| <> | 161:2cc1468da177 | 345 | #define _LETIMER_ROUTEPEN_OUT0PEN_MASK 0x1UL /**< Bit mask for LETIMER_OUT0PEN */ |
| <> | 161:2cc1468da177 | 346 | #define _LETIMER_ROUTEPEN_OUT0PEN_DEFAULT 0x00000000UL /**< Mode DEFAULT for LETIMER_ROUTEPEN */ |
| <> | 161:2cc1468da177 | 347 | #define LETIMER_ROUTEPEN_OUT0PEN_DEFAULT (_LETIMER_ROUTEPEN_OUT0PEN_DEFAULT << 0) /**< Shifted mode DEFAULT for LETIMER_ROUTEPEN */ |
| <> | 161:2cc1468da177 | 348 | #define LETIMER_ROUTEPEN_OUT1PEN (0x1UL << 1) /**< Output 1 Pin Enable */ |
| <> | 161:2cc1468da177 | 349 | #define _LETIMER_ROUTEPEN_OUT1PEN_SHIFT 1 /**< Shift value for LETIMER_OUT1PEN */ |
| <> | 161:2cc1468da177 | 350 | #define _LETIMER_ROUTEPEN_OUT1PEN_MASK 0x2UL /**< Bit mask for LETIMER_OUT1PEN */ |
| <> | 161:2cc1468da177 | 351 | #define _LETIMER_ROUTEPEN_OUT1PEN_DEFAULT 0x00000000UL /**< Mode DEFAULT for LETIMER_ROUTEPEN */ |
| <> | 161:2cc1468da177 | 352 | #define LETIMER_ROUTEPEN_OUT1PEN_DEFAULT (_LETIMER_ROUTEPEN_OUT1PEN_DEFAULT << 1) /**< Shifted mode DEFAULT for LETIMER_ROUTEPEN */ |
| <> | 161:2cc1468da177 | 353 | |
| <> | 161:2cc1468da177 | 354 | /* Bit fields for LETIMER ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 355 | #define _LETIMER_ROUTELOC0_RESETVALUE 0x00000000UL /**< Default value for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 356 | #define _LETIMER_ROUTELOC0_MASK 0x00001F1FUL /**< Mask for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 357 | #define _LETIMER_ROUTELOC0_OUT0LOC_SHIFT 0 /**< Shift value for LETIMER_OUT0LOC */ |
| <> | 161:2cc1468da177 | 358 | #define _LETIMER_ROUTELOC0_OUT0LOC_MASK 0x1FUL /**< Bit mask for LETIMER_OUT0LOC */ |
| <> | 161:2cc1468da177 | 359 | #define _LETIMER_ROUTELOC0_OUT0LOC_LOC0 0x00000000UL /**< Mode LOC0 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 360 | #define _LETIMER_ROUTELOC0_OUT0LOC_DEFAULT 0x00000000UL /**< Mode DEFAULT for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 361 | #define _LETIMER_ROUTELOC0_OUT0LOC_LOC1 0x00000001UL /**< Mode LOC1 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 362 | #define _LETIMER_ROUTELOC0_OUT0LOC_LOC2 0x00000002UL /**< Mode LOC2 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 363 | #define _LETIMER_ROUTELOC0_OUT0LOC_LOC3 0x00000003UL /**< Mode LOC3 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 364 | #define _LETIMER_ROUTELOC0_OUT0LOC_LOC4 0x00000004UL /**< Mode LOC4 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 365 | #define _LETIMER_ROUTELOC0_OUT0LOC_LOC5 0x00000005UL /**< Mode LOC5 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 366 | #define _LETIMER_ROUTELOC0_OUT0LOC_LOC6 0x00000006UL /**< Mode LOC6 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 367 | #define _LETIMER_ROUTELOC0_OUT0LOC_LOC7 0x00000007UL /**< Mode LOC7 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 368 | #define _LETIMER_ROUTELOC0_OUT0LOC_LOC8 0x00000008UL /**< Mode LOC8 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 369 | #define _LETIMER_ROUTELOC0_OUT0LOC_LOC9 0x00000009UL /**< Mode LOC9 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 370 | #define _LETIMER_ROUTELOC0_OUT0LOC_LOC10 0x0000000AUL /**< Mode LOC10 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 371 | #define _LETIMER_ROUTELOC0_OUT0LOC_LOC11 0x0000000BUL /**< Mode LOC11 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 372 | #define _LETIMER_ROUTELOC0_OUT0LOC_LOC12 0x0000000CUL /**< Mode LOC12 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 373 | #define _LETIMER_ROUTELOC0_OUT0LOC_LOC13 0x0000000DUL /**< Mode LOC13 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 374 | #define _LETIMER_ROUTELOC0_OUT0LOC_LOC14 0x0000000EUL /**< Mode LOC14 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 375 | #define _LETIMER_ROUTELOC0_OUT0LOC_LOC15 0x0000000FUL /**< Mode LOC15 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 376 | #define _LETIMER_ROUTELOC0_OUT0LOC_LOC16 0x00000010UL /**< Mode LOC16 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 377 | #define _LETIMER_ROUTELOC0_OUT0LOC_LOC17 0x00000011UL /**< Mode LOC17 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 378 | #define _LETIMER_ROUTELOC0_OUT0LOC_LOC18 0x00000012UL /**< Mode LOC18 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 379 | #define _LETIMER_ROUTELOC0_OUT0LOC_LOC19 0x00000013UL /**< Mode LOC19 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 380 | #define _LETIMER_ROUTELOC0_OUT0LOC_LOC20 0x00000014UL /**< Mode LOC20 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 381 | #define _LETIMER_ROUTELOC0_OUT0LOC_LOC21 0x00000015UL /**< Mode LOC21 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 382 | #define _LETIMER_ROUTELOC0_OUT0LOC_LOC22 0x00000016UL /**< Mode LOC22 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 383 | #define _LETIMER_ROUTELOC0_OUT0LOC_LOC23 0x00000017UL /**< Mode LOC23 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 384 | #define _LETIMER_ROUTELOC0_OUT0LOC_LOC24 0x00000018UL /**< Mode LOC24 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 385 | #define _LETIMER_ROUTELOC0_OUT0LOC_LOC25 0x00000019UL /**< Mode LOC25 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 386 | #define _LETIMER_ROUTELOC0_OUT0LOC_LOC26 0x0000001AUL /**< Mode LOC26 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 387 | #define _LETIMER_ROUTELOC0_OUT0LOC_LOC27 0x0000001BUL /**< Mode LOC27 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 388 | #define _LETIMER_ROUTELOC0_OUT0LOC_LOC28 0x0000001CUL /**< Mode LOC28 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 389 | #define _LETIMER_ROUTELOC0_OUT0LOC_LOC29 0x0000001DUL /**< Mode LOC29 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 390 | #define _LETIMER_ROUTELOC0_OUT0LOC_LOC30 0x0000001EUL /**< Mode LOC30 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 391 | #define _LETIMER_ROUTELOC0_OUT0LOC_LOC31 0x0000001FUL /**< Mode LOC31 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 392 | #define LETIMER_ROUTELOC0_OUT0LOC_LOC0 (_LETIMER_ROUTELOC0_OUT0LOC_LOC0 << 0) /**< Shifted mode LOC0 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 393 | #define LETIMER_ROUTELOC0_OUT0LOC_DEFAULT (_LETIMER_ROUTELOC0_OUT0LOC_DEFAULT << 0) /**< Shifted mode DEFAULT for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 394 | #define LETIMER_ROUTELOC0_OUT0LOC_LOC1 (_LETIMER_ROUTELOC0_OUT0LOC_LOC1 << 0) /**< Shifted mode LOC1 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 395 | #define LETIMER_ROUTELOC0_OUT0LOC_LOC2 (_LETIMER_ROUTELOC0_OUT0LOC_LOC2 << 0) /**< Shifted mode LOC2 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 396 | #define LETIMER_ROUTELOC0_OUT0LOC_LOC3 (_LETIMER_ROUTELOC0_OUT0LOC_LOC3 << 0) /**< Shifted mode LOC3 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 397 | #define LETIMER_ROUTELOC0_OUT0LOC_LOC4 (_LETIMER_ROUTELOC0_OUT0LOC_LOC4 << 0) /**< Shifted mode LOC4 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 398 | #define LETIMER_ROUTELOC0_OUT0LOC_LOC5 (_LETIMER_ROUTELOC0_OUT0LOC_LOC5 << 0) /**< Shifted mode LOC5 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 399 | #define LETIMER_ROUTELOC0_OUT0LOC_LOC6 (_LETIMER_ROUTELOC0_OUT0LOC_LOC6 << 0) /**< Shifted mode LOC6 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 400 | #define LETIMER_ROUTELOC0_OUT0LOC_LOC7 (_LETIMER_ROUTELOC0_OUT0LOC_LOC7 << 0) /**< Shifted mode LOC7 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 401 | #define LETIMER_ROUTELOC0_OUT0LOC_LOC8 (_LETIMER_ROUTELOC0_OUT0LOC_LOC8 << 0) /**< Shifted mode LOC8 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 402 | #define LETIMER_ROUTELOC0_OUT0LOC_LOC9 (_LETIMER_ROUTELOC0_OUT0LOC_LOC9 << 0) /**< Shifted mode LOC9 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 403 | #define LETIMER_ROUTELOC0_OUT0LOC_LOC10 (_LETIMER_ROUTELOC0_OUT0LOC_LOC10 << 0) /**< Shifted mode LOC10 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 404 | #define LETIMER_ROUTELOC0_OUT0LOC_LOC11 (_LETIMER_ROUTELOC0_OUT0LOC_LOC11 << 0) /**< Shifted mode LOC11 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 405 | #define LETIMER_ROUTELOC0_OUT0LOC_LOC12 (_LETIMER_ROUTELOC0_OUT0LOC_LOC12 << 0) /**< Shifted mode LOC12 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 406 | #define LETIMER_ROUTELOC0_OUT0LOC_LOC13 (_LETIMER_ROUTELOC0_OUT0LOC_LOC13 << 0) /**< Shifted mode LOC13 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 407 | #define LETIMER_ROUTELOC0_OUT0LOC_LOC14 (_LETIMER_ROUTELOC0_OUT0LOC_LOC14 << 0) /**< Shifted mode LOC14 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 408 | #define LETIMER_ROUTELOC0_OUT0LOC_LOC15 (_LETIMER_ROUTELOC0_OUT0LOC_LOC15 << 0) /**< Shifted mode LOC15 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 409 | #define LETIMER_ROUTELOC0_OUT0LOC_LOC16 (_LETIMER_ROUTELOC0_OUT0LOC_LOC16 << 0) /**< Shifted mode LOC16 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 410 | #define LETIMER_ROUTELOC0_OUT0LOC_LOC17 (_LETIMER_ROUTELOC0_OUT0LOC_LOC17 << 0) /**< Shifted mode LOC17 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 411 | #define LETIMER_ROUTELOC0_OUT0LOC_LOC18 (_LETIMER_ROUTELOC0_OUT0LOC_LOC18 << 0) /**< Shifted mode LOC18 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 412 | #define LETIMER_ROUTELOC0_OUT0LOC_LOC19 (_LETIMER_ROUTELOC0_OUT0LOC_LOC19 << 0) /**< Shifted mode LOC19 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 413 | #define LETIMER_ROUTELOC0_OUT0LOC_LOC20 (_LETIMER_ROUTELOC0_OUT0LOC_LOC20 << 0) /**< Shifted mode LOC20 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 414 | #define LETIMER_ROUTELOC0_OUT0LOC_LOC21 (_LETIMER_ROUTELOC0_OUT0LOC_LOC21 << 0) /**< Shifted mode LOC21 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 415 | #define LETIMER_ROUTELOC0_OUT0LOC_LOC22 (_LETIMER_ROUTELOC0_OUT0LOC_LOC22 << 0) /**< Shifted mode LOC22 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 416 | #define LETIMER_ROUTELOC0_OUT0LOC_LOC23 (_LETIMER_ROUTELOC0_OUT0LOC_LOC23 << 0) /**< Shifted mode LOC23 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 417 | #define LETIMER_ROUTELOC0_OUT0LOC_LOC24 (_LETIMER_ROUTELOC0_OUT0LOC_LOC24 << 0) /**< Shifted mode LOC24 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 418 | #define LETIMER_ROUTELOC0_OUT0LOC_LOC25 (_LETIMER_ROUTELOC0_OUT0LOC_LOC25 << 0) /**< Shifted mode LOC25 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 419 | #define LETIMER_ROUTELOC0_OUT0LOC_LOC26 (_LETIMER_ROUTELOC0_OUT0LOC_LOC26 << 0) /**< Shifted mode LOC26 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 420 | #define LETIMER_ROUTELOC0_OUT0LOC_LOC27 (_LETIMER_ROUTELOC0_OUT0LOC_LOC27 << 0) /**< Shifted mode LOC27 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 421 | #define LETIMER_ROUTELOC0_OUT0LOC_LOC28 (_LETIMER_ROUTELOC0_OUT0LOC_LOC28 << 0) /**< Shifted mode LOC28 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 422 | #define LETIMER_ROUTELOC0_OUT0LOC_LOC29 (_LETIMER_ROUTELOC0_OUT0LOC_LOC29 << 0) /**< Shifted mode LOC29 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 423 | #define LETIMER_ROUTELOC0_OUT0LOC_LOC30 (_LETIMER_ROUTELOC0_OUT0LOC_LOC30 << 0) /**< Shifted mode LOC30 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 424 | #define LETIMER_ROUTELOC0_OUT0LOC_LOC31 (_LETIMER_ROUTELOC0_OUT0LOC_LOC31 << 0) /**< Shifted mode LOC31 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 425 | #define _LETIMER_ROUTELOC0_OUT1LOC_SHIFT 8 /**< Shift value for LETIMER_OUT1LOC */ |
| <> | 161:2cc1468da177 | 426 | #define _LETIMER_ROUTELOC0_OUT1LOC_MASK 0x1F00UL /**< Bit mask for LETIMER_OUT1LOC */ |
| <> | 161:2cc1468da177 | 427 | #define _LETIMER_ROUTELOC0_OUT1LOC_LOC0 0x00000000UL /**< Mode LOC0 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 428 | #define _LETIMER_ROUTELOC0_OUT1LOC_DEFAULT 0x00000000UL /**< Mode DEFAULT for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 429 | #define _LETIMER_ROUTELOC0_OUT1LOC_LOC1 0x00000001UL /**< Mode LOC1 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 430 | #define _LETIMER_ROUTELOC0_OUT1LOC_LOC2 0x00000002UL /**< Mode LOC2 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 431 | #define _LETIMER_ROUTELOC0_OUT1LOC_LOC3 0x00000003UL /**< Mode LOC3 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 432 | #define _LETIMER_ROUTELOC0_OUT1LOC_LOC4 0x00000004UL /**< Mode LOC4 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 433 | #define _LETIMER_ROUTELOC0_OUT1LOC_LOC5 0x00000005UL /**< Mode LOC5 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 434 | #define _LETIMER_ROUTELOC0_OUT1LOC_LOC6 0x00000006UL /**< Mode LOC6 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 435 | #define _LETIMER_ROUTELOC0_OUT1LOC_LOC7 0x00000007UL /**< Mode LOC7 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 436 | #define _LETIMER_ROUTELOC0_OUT1LOC_LOC8 0x00000008UL /**< Mode LOC8 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 437 | #define _LETIMER_ROUTELOC0_OUT1LOC_LOC9 0x00000009UL /**< Mode LOC9 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 438 | #define _LETIMER_ROUTELOC0_OUT1LOC_LOC10 0x0000000AUL /**< Mode LOC10 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 439 | #define _LETIMER_ROUTELOC0_OUT1LOC_LOC11 0x0000000BUL /**< Mode LOC11 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 440 | #define _LETIMER_ROUTELOC0_OUT1LOC_LOC12 0x0000000CUL /**< Mode LOC12 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 441 | #define _LETIMER_ROUTELOC0_OUT1LOC_LOC13 0x0000000DUL /**< Mode LOC13 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 442 | #define _LETIMER_ROUTELOC0_OUT1LOC_LOC14 0x0000000EUL /**< Mode LOC14 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 443 | #define _LETIMER_ROUTELOC0_OUT1LOC_LOC15 0x0000000FUL /**< Mode LOC15 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 444 | #define _LETIMER_ROUTELOC0_OUT1LOC_LOC16 0x00000010UL /**< Mode LOC16 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 445 | #define _LETIMER_ROUTELOC0_OUT1LOC_LOC17 0x00000011UL /**< Mode LOC17 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 446 | #define _LETIMER_ROUTELOC0_OUT1LOC_LOC18 0x00000012UL /**< Mode LOC18 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 447 | #define _LETIMER_ROUTELOC0_OUT1LOC_LOC19 0x00000013UL /**< Mode LOC19 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 448 | #define _LETIMER_ROUTELOC0_OUT1LOC_LOC20 0x00000014UL /**< Mode LOC20 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 449 | #define _LETIMER_ROUTELOC0_OUT1LOC_LOC21 0x00000015UL /**< Mode LOC21 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 450 | #define _LETIMER_ROUTELOC0_OUT1LOC_LOC22 0x00000016UL /**< Mode LOC22 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 451 | #define _LETIMER_ROUTELOC0_OUT1LOC_LOC23 0x00000017UL /**< Mode LOC23 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 452 | #define _LETIMER_ROUTELOC0_OUT1LOC_LOC24 0x00000018UL /**< Mode LOC24 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 453 | #define _LETIMER_ROUTELOC0_OUT1LOC_LOC25 0x00000019UL /**< Mode LOC25 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 454 | #define _LETIMER_ROUTELOC0_OUT1LOC_LOC26 0x0000001AUL /**< Mode LOC26 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 455 | #define _LETIMER_ROUTELOC0_OUT1LOC_LOC27 0x0000001BUL /**< Mode LOC27 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 456 | #define _LETIMER_ROUTELOC0_OUT1LOC_LOC28 0x0000001CUL /**< Mode LOC28 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 457 | #define _LETIMER_ROUTELOC0_OUT1LOC_LOC29 0x0000001DUL /**< Mode LOC29 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 458 | #define _LETIMER_ROUTELOC0_OUT1LOC_LOC30 0x0000001EUL /**< Mode LOC30 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 459 | #define _LETIMER_ROUTELOC0_OUT1LOC_LOC31 0x0000001FUL /**< Mode LOC31 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 460 | #define LETIMER_ROUTELOC0_OUT1LOC_LOC0 (_LETIMER_ROUTELOC0_OUT1LOC_LOC0 << 8) /**< Shifted mode LOC0 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 461 | #define LETIMER_ROUTELOC0_OUT1LOC_DEFAULT (_LETIMER_ROUTELOC0_OUT1LOC_DEFAULT << 8) /**< Shifted mode DEFAULT for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 462 | #define LETIMER_ROUTELOC0_OUT1LOC_LOC1 (_LETIMER_ROUTELOC0_OUT1LOC_LOC1 << 8) /**< Shifted mode LOC1 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 463 | #define LETIMER_ROUTELOC0_OUT1LOC_LOC2 (_LETIMER_ROUTELOC0_OUT1LOC_LOC2 << 8) /**< Shifted mode LOC2 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 464 | #define LETIMER_ROUTELOC0_OUT1LOC_LOC3 (_LETIMER_ROUTELOC0_OUT1LOC_LOC3 << 8) /**< Shifted mode LOC3 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 465 | #define LETIMER_ROUTELOC0_OUT1LOC_LOC4 (_LETIMER_ROUTELOC0_OUT1LOC_LOC4 << 8) /**< Shifted mode LOC4 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 466 | #define LETIMER_ROUTELOC0_OUT1LOC_LOC5 (_LETIMER_ROUTELOC0_OUT1LOC_LOC5 << 8) /**< Shifted mode LOC5 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 467 | #define LETIMER_ROUTELOC0_OUT1LOC_LOC6 (_LETIMER_ROUTELOC0_OUT1LOC_LOC6 << 8) /**< Shifted mode LOC6 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 468 | #define LETIMER_ROUTELOC0_OUT1LOC_LOC7 (_LETIMER_ROUTELOC0_OUT1LOC_LOC7 << 8) /**< Shifted mode LOC7 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 469 | #define LETIMER_ROUTELOC0_OUT1LOC_LOC8 (_LETIMER_ROUTELOC0_OUT1LOC_LOC8 << 8) /**< Shifted mode LOC8 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 470 | #define LETIMER_ROUTELOC0_OUT1LOC_LOC9 (_LETIMER_ROUTELOC0_OUT1LOC_LOC9 << 8) /**< Shifted mode LOC9 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 471 | #define LETIMER_ROUTELOC0_OUT1LOC_LOC10 (_LETIMER_ROUTELOC0_OUT1LOC_LOC10 << 8) /**< Shifted mode LOC10 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 472 | #define LETIMER_ROUTELOC0_OUT1LOC_LOC11 (_LETIMER_ROUTELOC0_OUT1LOC_LOC11 << 8) /**< Shifted mode LOC11 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 473 | #define LETIMER_ROUTELOC0_OUT1LOC_LOC12 (_LETIMER_ROUTELOC0_OUT1LOC_LOC12 << 8) /**< Shifted mode LOC12 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 474 | #define LETIMER_ROUTELOC0_OUT1LOC_LOC13 (_LETIMER_ROUTELOC0_OUT1LOC_LOC13 << 8) /**< Shifted mode LOC13 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 475 | #define LETIMER_ROUTELOC0_OUT1LOC_LOC14 (_LETIMER_ROUTELOC0_OUT1LOC_LOC14 << 8) /**< Shifted mode LOC14 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 476 | #define LETIMER_ROUTELOC0_OUT1LOC_LOC15 (_LETIMER_ROUTELOC0_OUT1LOC_LOC15 << 8) /**< Shifted mode LOC15 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 477 | #define LETIMER_ROUTELOC0_OUT1LOC_LOC16 (_LETIMER_ROUTELOC0_OUT1LOC_LOC16 << 8) /**< Shifted mode LOC16 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 478 | #define LETIMER_ROUTELOC0_OUT1LOC_LOC17 (_LETIMER_ROUTELOC0_OUT1LOC_LOC17 << 8) /**< Shifted mode LOC17 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 479 | #define LETIMER_ROUTELOC0_OUT1LOC_LOC18 (_LETIMER_ROUTELOC0_OUT1LOC_LOC18 << 8) /**< Shifted mode LOC18 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 480 | #define LETIMER_ROUTELOC0_OUT1LOC_LOC19 (_LETIMER_ROUTELOC0_OUT1LOC_LOC19 << 8) /**< Shifted mode LOC19 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 481 | #define LETIMER_ROUTELOC0_OUT1LOC_LOC20 (_LETIMER_ROUTELOC0_OUT1LOC_LOC20 << 8) /**< Shifted mode LOC20 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 482 | #define LETIMER_ROUTELOC0_OUT1LOC_LOC21 (_LETIMER_ROUTELOC0_OUT1LOC_LOC21 << 8) /**< Shifted mode LOC21 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 483 | #define LETIMER_ROUTELOC0_OUT1LOC_LOC22 (_LETIMER_ROUTELOC0_OUT1LOC_LOC22 << 8) /**< Shifted mode LOC22 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 484 | #define LETIMER_ROUTELOC0_OUT1LOC_LOC23 (_LETIMER_ROUTELOC0_OUT1LOC_LOC23 << 8) /**< Shifted mode LOC23 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 485 | #define LETIMER_ROUTELOC0_OUT1LOC_LOC24 (_LETIMER_ROUTELOC0_OUT1LOC_LOC24 << 8) /**< Shifted mode LOC24 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 486 | #define LETIMER_ROUTELOC0_OUT1LOC_LOC25 (_LETIMER_ROUTELOC0_OUT1LOC_LOC25 << 8) /**< Shifted mode LOC25 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 487 | #define LETIMER_ROUTELOC0_OUT1LOC_LOC26 (_LETIMER_ROUTELOC0_OUT1LOC_LOC26 << 8) /**< Shifted mode LOC26 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 488 | #define LETIMER_ROUTELOC0_OUT1LOC_LOC27 (_LETIMER_ROUTELOC0_OUT1LOC_LOC27 << 8) /**< Shifted mode LOC27 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 489 | #define LETIMER_ROUTELOC0_OUT1LOC_LOC28 (_LETIMER_ROUTELOC0_OUT1LOC_LOC28 << 8) /**< Shifted mode LOC28 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 490 | #define LETIMER_ROUTELOC0_OUT1LOC_LOC29 (_LETIMER_ROUTELOC0_OUT1LOC_LOC29 << 8) /**< Shifted mode LOC29 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 491 | #define LETIMER_ROUTELOC0_OUT1LOC_LOC30 (_LETIMER_ROUTELOC0_OUT1LOC_LOC30 << 8) /**< Shifted mode LOC30 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 492 | #define LETIMER_ROUTELOC0_OUT1LOC_LOC31 (_LETIMER_ROUTELOC0_OUT1LOC_LOC31 << 8) /**< Shifted mode LOC31 for LETIMER_ROUTELOC0 */ |
| <> | 161:2cc1468da177 | 493 | |
| <> | 161:2cc1468da177 | 494 | /* Bit fields for LETIMER PRSSEL */ |
| <> | 161:2cc1468da177 | 495 | #define _LETIMER_PRSSEL_RESETVALUE 0x00000000UL /**< Default value for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 496 | #define _LETIMER_PRSSEL_MASK 0x0CCCF3CFUL /**< Mask for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 497 | #define _LETIMER_PRSSEL_PRSSTARTSEL_SHIFT 0 /**< Shift value for LETIMER_PRSSTARTSEL */ |
| <> | 161:2cc1468da177 | 498 | #define _LETIMER_PRSSEL_PRSSTARTSEL_MASK 0xFUL /**< Bit mask for LETIMER_PRSSTARTSEL */ |
| <> | 161:2cc1468da177 | 499 | #define _LETIMER_PRSSEL_PRSSTARTSEL_DEFAULT 0x00000000UL /**< Mode DEFAULT for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 500 | #define _LETIMER_PRSSEL_PRSSTARTSEL_PRSCH0 0x00000000UL /**< Mode PRSCH0 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 501 | #define _LETIMER_PRSSEL_PRSSTARTSEL_PRSCH1 0x00000001UL /**< Mode PRSCH1 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 502 | #define _LETIMER_PRSSEL_PRSSTARTSEL_PRSCH2 0x00000002UL /**< Mode PRSCH2 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 503 | #define _LETIMER_PRSSEL_PRSSTARTSEL_PRSCH3 0x00000003UL /**< Mode PRSCH3 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 504 | #define _LETIMER_PRSSEL_PRSSTARTSEL_PRSCH4 0x00000004UL /**< Mode PRSCH4 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 505 | #define _LETIMER_PRSSEL_PRSSTARTSEL_PRSCH5 0x00000005UL /**< Mode PRSCH5 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 506 | #define _LETIMER_PRSSEL_PRSSTARTSEL_PRSCH6 0x00000006UL /**< Mode PRSCH6 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 507 | #define _LETIMER_PRSSEL_PRSSTARTSEL_PRSCH7 0x00000007UL /**< Mode PRSCH7 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 508 | #define _LETIMER_PRSSEL_PRSSTARTSEL_PRSCH8 0x00000008UL /**< Mode PRSCH8 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 509 | #define _LETIMER_PRSSEL_PRSSTARTSEL_PRSCH9 0x00000009UL /**< Mode PRSCH9 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 510 | #define _LETIMER_PRSSEL_PRSSTARTSEL_PRSCH10 0x0000000AUL /**< Mode PRSCH10 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 511 | #define _LETIMER_PRSSEL_PRSSTARTSEL_PRSCH11 0x0000000BUL /**< Mode PRSCH11 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 512 | #define LETIMER_PRSSEL_PRSSTARTSEL_DEFAULT (_LETIMER_PRSSEL_PRSSTARTSEL_DEFAULT << 0) /**< Shifted mode DEFAULT for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 513 | #define LETIMER_PRSSEL_PRSSTARTSEL_PRSCH0 (_LETIMER_PRSSEL_PRSSTARTSEL_PRSCH0 << 0) /**< Shifted mode PRSCH0 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 514 | #define LETIMER_PRSSEL_PRSSTARTSEL_PRSCH1 (_LETIMER_PRSSEL_PRSSTARTSEL_PRSCH1 << 0) /**< Shifted mode PRSCH1 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 515 | #define LETIMER_PRSSEL_PRSSTARTSEL_PRSCH2 (_LETIMER_PRSSEL_PRSSTARTSEL_PRSCH2 << 0) /**< Shifted mode PRSCH2 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 516 | #define LETIMER_PRSSEL_PRSSTARTSEL_PRSCH3 (_LETIMER_PRSSEL_PRSSTARTSEL_PRSCH3 << 0) /**< Shifted mode PRSCH3 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 517 | #define LETIMER_PRSSEL_PRSSTARTSEL_PRSCH4 (_LETIMER_PRSSEL_PRSSTARTSEL_PRSCH4 << 0) /**< Shifted mode PRSCH4 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 518 | #define LETIMER_PRSSEL_PRSSTARTSEL_PRSCH5 (_LETIMER_PRSSEL_PRSSTARTSEL_PRSCH5 << 0) /**< Shifted mode PRSCH5 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 519 | #define LETIMER_PRSSEL_PRSSTARTSEL_PRSCH6 (_LETIMER_PRSSEL_PRSSTARTSEL_PRSCH6 << 0) /**< Shifted mode PRSCH6 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 520 | #define LETIMER_PRSSEL_PRSSTARTSEL_PRSCH7 (_LETIMER_PRSSEL_PRSSTARTSEL_PRSCH7 << 0) /**< Shifted mode PRSCH7 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 521 | #define LETIMER_PRSSEL_PRSSTARTSEL_PRSCH8 (_LETIMER_PRSSEL_PRSSTARTSEL_PRSCH8 << 0) /**< Shifted mode PRSCH8 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 522 | #define LETIMER_PRSSEL_PRSSTARTSEL_PRSCH9 (_LETIMER_PRSSEL_PRSSTARTSEL_PRSCH9 << 0) /**< Shifted mode PRSCH9 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 523 | #define LETIMER_PRSSEL_PRSSTARTSEL_PRSCH10 (_LETIMER_PRSSEL_PRSSTARTSEL_PRSCH10 << 0) /**< Shifted mode PRSCH10 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 524 | #define LETIMER_PRSSEL_PRSSTARTSEL_PRSCH11 (_LETIMER_PRSSEL_PRSSTARTSEL_PRSCH11 << 0) /**< Shifted mode PRSCH11 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 525 | #define _LETIMER_PRSSEL_PRSSTOPSEL_SHIFT 6 /**< Shift value for LETIMER_PRSSTOPSEL */ |
| <> | 161:2cc1468da177 | 526 | #define _LETIMER_PRSSEL_PRSSTOPSEL_MASK 0x3C0UL /**< Bit mask for LETIMER_PRSSTOPSEL */ |
| <> | 161:2cc1468da177 | 527 | #define _LETIMER_PRSSEL_PRSSTOPSEL_DEFAULT 0x00000000UL /**< Mode DEFAULT for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 528 | #define _LETIMER_PRSSEL_PRSSTOPSEL_PRSCH0 0x00000000UL /**< Mode PRSCH0 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 529 | #define _LETIMER_PRSSEL_PRSSTOPSEL_PRSCH1 0x00000001UL /**< Mode PRSCH1 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 530 | #define _LETIMER_PRSSEL_PRSSTOPSEL_PRSCH2 0x00000002UL /**< Mode PRSCH2 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 531 | #define _LETIMER_PRSSEL_PRSSTOPSEL_PRSCH3 0x00000003UL /**< Mode PRSCH3 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 532 | #define _LETIMER_PRSSEL_PRSSTOPSEL_PRSCH4 0x00000004UL /**< Mode PRSCH4 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 533 | #define _LETIMER_PRSSEL_PRSSTOPSEL_PRSCH5 0x00000005UL /**< Mode PRSCH5 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 534 | #define _LETIMER_PRSSEL_PRSSTOPSEL_PRSCH6 0x00000006UL /**< Mode PRSCH6 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 535 | #define _LETIMER_PRSSEL_PRSSTOPSEL_PRSCH7 0x00000007UL /**< Mode PRSCH7 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 536 | #define _LETIMER_PRSSEL_PRSSTOPSEL_PRSCH8 0x00000008UL /**< Mode PRSCH8 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 537 | #define _LETIMER_PRSSEL_PRSSTOPSEL_PRSCH9 0x00000009UL /**< Mode PRSCH9 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 538 | #define _LETIMER_PRSSEL_PRSSTOPSEL_PRSCH10 0x0000000AUL /**< Mode PRSCH10 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 539 | #define _LETIMER_PRSSEL_PRSSTOPSEL_PRSCH11 0x0000000BUL /**< Mode PRSCH11 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 540 | #define LETIMER_PRSSEL_PRSSTOPSEL_DEFAULT (_LETIMER_PRSSEL_PRSSTOPSEL_DEFAULT << 6) /**< Shifted mode DEFAULT for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 541 | #define LETIMER_PRSSEL_PRSSTOPSEL_PRSCH0 (_LETIMER_PRSSEL_PRSSTOPSEL_PRSCH0 << 6) /**< Shifted mode PRSCH0 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 542 | #define LETIMER_PRSSEL_PRSSTOPSEL_PRSCH1 (_LETIMER_PRSSEL_PRSSTOPSEL_PRSCH1 << 6) /**< Shifted mode PRSCH1 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 543 | #define LETIMER_PRSSEL_PRSSTOPSEL_PRSCH2 (_LETIMER_PRSSEL_PRSSTOPSEL_PRSCH2 << 6) /**< Shifted mode PRSCH2 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 544 | #define LETIMER_PRSSEL_PRSSTOPSEL_PRSCH3 (_LETIMER_PRSSEL_PRSSTOPSEL_PRSCH3 << 6) /**< Shifted mode PRSCH3 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 545 | #define LETIMER_PRSSEL_PRSSTOPSEL_PRSCH4 (_LETIMER_PRSSEL_PRSSTOPSEL_PRSCH4 << 6) /**< Shifted mode PRSCH4 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 546 | #define LETIMER_PRSSEL_PRSSTOPSEL_PRSCH5 (_LETIMER_PRSSEL_PRSSTOPSEL_PRSCH5 << 6) /**< Shifted mode PRSCH5 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 547 | #define LETIMER_PRSSEL_PRSSTOPSEL_PRSCH6 (_LETIMER_PRSSEL_PRSSTOPSEL_PRSCH6 << 6) /**< Shifted mode PRSCH6 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 548 | #define LETIMER_PRSSEL_PRSSTOPSEL_PRSCH7 (_LETIMER_PRSSEL_PRSSTOPSEL_PRSCH7 << 6) /**< Shifted mode PRSCH7 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 549 | #define LETIMER_PRSSEL_PRSSTOPSEL_PRSCH8 (_LETIMER_PRSSEL_PRSSTOPSEL_PRSCH8 << 6) /**< Shifted mode PRSCH8 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 550 | #define LETIMER_PRSSEL_PRSSTOPSEL_PRSCH9 (_LETIMER_PRSSEL_PRSSTOPSEL_PRSCH9 << 6) /**< Shifted mode PRSCH9 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 551 | #define LETIMER_PRSSEL_PRSSTOPSEL_PRSCH10 (_LETIMER_PRSSEL_PRSSTOPSEL_PRSCH10 << 6) /**< Shifted mode PRSCH10 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 552 | #define LETIMER_PRSSEL_PRSSTOPSEL_PRSCH11 (_LETIMER_PRSSEL_PRSSTOPSEL_PRSCH11 << 6) /**< Shifted mode PRSCH11 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 553 | #define _LETIMER_PRSSEL_PRSCLEARSEL_SHIFT 12 /**< Shift value for LETIMER_PRSCLEARSEL */ |
| <> | 161:2cc1468da177 | 554 | #define _LETIMER_PRSSEL_PRSCLEARSEL_MASK 0xF000UL /**< Bit mask for LETIMER_PRSCLEARSEL */ |
| <> | 161:2cc1468da177 | 555 | #define _LETIMER_PRSSEL_PRSCLEARSEL_DEFAULT 0x00000000UL /**< Mode DEFAULT for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 556 | #define _LETIMER_PRSSEL_PRSCLEARSEL_PRSCH0 0x00000000UL /**< Mode PRSCH0 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 557 | #define _LETIMER_PRSSEL_PRSCLEARSEL_PRSCH1 0x00000001UL /**< Mode PRSCH1 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 558 | #define _LETIMER_PRSSEL_PRSCLEARSEL_PRSCH2 0x00000002UL /**< Mode PRSCH2 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 559 | #define _LETIMER_PRSSEL_PRSCLEARSEL_PRSCH3 0x00000003UL /**< Mode PRSCH3 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 560 | #define _LETIMER_PRSSEL_PRSCLEARSEL_PRSCH4 0x00000004UL /**< Mode PRSCH4 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 561 | #define _LETIMER_PRSSEL_PRSCLEARSEL_PRSCH5 0x00000005UL /**< Mode PRSCH5 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 562 | #define _LETIMER_PRSSEL_PRSCLEARSEL_PRSCH6 0x00000006UL /**< Mode PRSCH6 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 563 | #define _LETIMER_PRSSEL_PRSCLEARSEL_PRSCH7 0x00000007UL /**< Mode PRSCH7 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 564 | #define _LETIMER_PRSSEL_PRSCLEARSEL_PRSCH8 0x00000008UL /**< Mode PRSCH8 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 565 | #define _LETIMER_PRSSEL_PRSCLEARSEL_PRSCH9 0x00000009UL /**< Mode PRSCH9 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 566 | #define _LETIMER_PRSSEL_PRSCLEARSEL_PRSCH10 0x0000000AUL /**< Mode PRSCH10 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 567 | #define _LETIMER_PRSSEL_PRSCLEARSEL_PRSCH11 0x0000000BUL /**< Mode PRSCH11 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 568 | #define LETIMER_PRSSEL_PRSCLEARSEL_DEFAULT (_LETIMER_PRSSEL_PRSCLEARSEL_DEFAULT << 12) /**< Shifted mode DEFAULT for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 569 | #define LETIMER_PRSSEL_PRSCLEARSEL_PRSCH0 (_LETIMER_PRSSEL_PRSCLEARSEL_PRSCH0 << 12) /**< Shifted mode PRSCH0 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 570 | #define LETIMER_PRSSEL_PRSCLEARSEL_PRSCH1 (_LETIMER_PRSSEL_PRSCLEARSEL_PRSCH1 << 12) /**< Shifted mode PRSCH1 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 571 | #define LETIMER_PRSSEL_PRSCLEARSEL_PRSCH2 (_LETIMER_PRSSEL_PRSCLEARSEL_PRSCH2 << 12) /**< Shifted mode PRSCH2 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 572 | #define LETIMER_PRSSEL_PRSCLEARSEL_PRSCH3 (_LETIMER_PRSSEL_PRSCLEARSEL_PRSCH3 << 12) /**< Shifted mode PRSCH3 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 573 | #define LETIMER_PRSSEL_PRSCLEARSEL_PRSCH4 (_LETIMER_PRSSEL_PRSCLEARSEL_PRSCH4 << 12) /**< Shifted mode PRSCH4 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 574 | #define LETIMER_PRSSEL_PRSCLEARSEL_PRSCH5 (_LETIMER_PRSSEL_PRSCLEARSEL_PRSCH5 << 12) /**< Shifted mode PRSCH5 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 575 | #define LETIMER_PRSSEL_PRSCLEARSEL_PRSCH6 (_LETIMER_PRSSEL_PRSCLEARSEL_PRSCH6 << 12) /**< Shifted mode PRSCH6 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 576 | #define LETIMER_PRSSEL_PRSCLEARSEL_PRSCH7 (_LETIMER_PRSSEL_PRSCLEARSEL_PRSCH7 << 12) /**< Shifted mode PRSCH7 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 577 | #define LETIMER_PRSSEL_PRSCLEARSEL_PRSCH8 (_LETIMER_PRSSEL_PRSCLEARSEL_PRSCH8 << 12) /**< Shifted mode PRSCH8 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 578 | #define LETIMER_PRSSEL_PRSCLEARSEL_PRSCH9 (_LETIMER_PRSSEL_PRSCLEARSEL_PRSCH9 << 12) /**< Shifted mode PRSCH9 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 579 | #define LETIMER_PRSSEL_PRSCLEARSEL_PRSCH10 (_LETIMER_PRSSEL_PRSCLEARSEL_PRSCH10 << 12) /**< Shifted mode PRSCH10 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 580 | #define LETIMER_PRSSEL_PRSCLEARSEL_PRSCH11 (_LETIMER_PRSSEL_PRSCLEARSEL_PRSCH11 << 12) /**< Shifted mode PRSCH11 for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 581 | #define _LETIMER_PRSSEL_PRSSTARTMODE_SHIFT 18 /**< Shift value for LETIMER_PRSSTARTMODE */ |
| <> | 161:2cc1468da177 | 582 | #define _LETIMER_PRSSEL_PRSSTARTMODE_MASK 0xC0000UL /**< Bit mask for LETIMER_PRSSTARTMODE */ |
| <> | 161:2cc1468da177 | 583 | #define _LETIMER_PRSSEL_PRSSTARTMODE_DEFAULT 0x00000000UL /**< Mode DEFAULT for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 584 | #define _LETIMER_PRSSEL_PRSSTARTMODE_NONE 0x00000000UL /**< Mode NONE for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 585 | #define _LETIMER_PRSSEL_PRSSTARTMODE_RISING 0x00000001UL /**< Mode RISING for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 586 | #define _LETIMER_PRSSEL_PRSSTARTMODE_FALLING 0x00000002UL /**< Mode FALLING for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 587 | #define _LETIMER_PRSSEL_PRSSTARTMODE_BOTH 0x00000003UL /**< Mode BOTH for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 588 | #define LETIMER_PRSSEL_PRSSTARTMODE_DEFAULT (_LETIMER_PRSSEL_PRSSTARTMODE_DEFAULT << 18) /**< Shifted mode DEFAULT for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 589 | #define LETIMER_PRSSEL_PRSSTARTMODE_NONE (_LETIMER_PRSSEL_PRSSTARTMODE_NONE << 18) /**< Shifted mode NONE for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 590 | #define LETIMER_PRSSEL_PRSSTARTMODE_RISING (_LETIMER_PRSSEL_PRSSTARTMODE_RISING << 18) /**< Shifted mode RISING for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 591 | #define LETIMER_PRSSEL_PRSSTARTMODE_FALLING (_LETIMER_PRSSEL_PRSSTARTMODE_FALLING << 18) /**< Shifted mode FALLING for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 592 | #define LETIMER_PRSSEL_PRSSTARTMODE_BOTH (_LETIMER_PRSSEL_PRSSTARTMODE_BOTH << 18) /**< Shifted mode BOTH for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 593 | #define _LETIMER_PRSSEL_PRSSTOPMODE_SHIFT 22 /**< Shift value for LETIMER_PRSSTOPMODE */ |
| <> | 161:2cc1468da177 | 594 | #define _LETIMER_PRSSEL_PRSSTOPMODE_MASK 0xC00000UL /**< Bit mask for LETIMER_PRSSTOPMODE */ |
| <> | 161:2cc1468da177 | 595 | #define _LETIMER_PRSSEL_PRSSTOPMODE_DEFAULT 0x00000000UL /**< Mode DEFAULT for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 596 | #define _LETIMER_PRSSEL_PRSSTOPMODE_NONE 0x00000000UL /**< Mode NONE for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 597 | #define _LETIMER_PRSSEL_PRSSTOPMODE_RISING 0x00000001UL /**< Mode RISING for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 598 | #define _LETIMER_PRSSEL_PRSSTOPMODE_FALLING 0x00000002UL /**< Mode FALLING for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 599 | #define _LETIMER_PRSSEL_PRSSTOPMODE_BOTH 0x00000003UL /**< Mode BOTH for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 600 | #define LETIMER_PRSSEL_PRSSTOPMODE_DEFAULT (_LETIMER_PRSSEL_PRSSTOPMODE_DEFAULT << 22) /**< Shifted mode DEFAULT for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 601 | #define LETIMER_PRSSEL_PRSSTOPMODE_NONE (_LETIMER_PRSSEL_PRSSTOPMODE_NONE << 22) /**< Shifted mode NONE for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 602 | #define LETIMER_PRSSEL_PRSSTOPMODE_RISING (_LETIMER_PRSSEL_PRSSTOPMODE_RISING << 22) /**< Shifted mode RISING for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 603 | #define LETIMER_PRSSEL_PRSSTOPMODE_FALLING (_LETIMER_PRSSEL_PRSSTOPMODE_FALLING << 22) /**< Shifted mode FALLING for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 604 | #define LETIMER_PRSSEL_PRSSTOPMODE_BOTH (_LETIMER_PRSSEL_PRSSTOPMODE_BOTH << 22) /**< Shifted mode BOTH for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 605 | #define _LETIMER_PRSSEL_PRSCLEARMODE_SHIFT 26 /**< Shift value for LETIMER_PRSCLEARMODE */ |
| <> | 161:2cc1468da177 | 606 | #define _LETIMER_PRSSEL_PRSCLEARMODE_MASK 0xC000000UL /**< Bit mask for LETIMER_PRSCLEARMODE */ |
| <> | 161:2cc1468da177 | 607 | #define _LETIMER_PRSSEL_PRSCLEARMODE_DEFAULT 0x00000000UL /**< Mode DEFAULT for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 608 | #define _LETIMER_PRSSEL_PRSCLEARMODE_NONE 0x00000000UL /**< Mode NONE for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 609 | #define _LETIMER_PRSSEL_PRSCLEARMODE_RISING 0x00000001UL /**< Mode RISING for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 610 | #define _LETIMER_PRSSEL_PRSCLEARMODE_FALLING 0x00000002UL /**< Mode FALLING for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 611 | #define _LETIMER_PRSSEL_PRSCLEARMODE_BOTH 0x00000003UL /**< Mode BOTH for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 612 | #define LETIMER_PRSSEL_PRSCLEARMODE_DEFAULT (_LETIMER_PRSSEL_PRSCLEARMODE_DEFAULT << 26) /**< Shifted mode DEFAULT for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 613 | #define LETIMER_PRSSEL_PRSCLEARMODE_NONE (_LETIMER_PRSSEL_PRSCLEARMODE_NONE << 26) /**< Shifted mode NONE for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 614 | #define LETIMER_PRSSEL_PRSCLEARMODE_RISING (_LETIMER_PRSSEL_PRSCLEARMODE_RISING << 26) /**< Shifted mode RISING for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 615 | #define LETIMER_PRSSEL_PRSCLEARMODE_FALLING (_LETIMER_PRSSEL_PRSCLEARMODE_FALLING << 26) /**< Shifted mode FALLING for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 616 | #define LETIMER_PRSSEL_PRSCLEARMODE_BOTH (_LETIMER_PRSSEL_PRSCLEARMODE_BOTH << 26) /**< Shifted mode BOTH for LETIMER_PRSSEL */ |
| <> | 161:2cc1468da177 | 617 | |
| <> | 161:2cc1468da177 | 618 | /** @} End of group EFR32MG12P_LETIMER */ |
| <> | 161:2cc1468da177 | 619 | /** @} End of group Parts */ |
| <> | 161:2cc1468da177 | 620 |
