1*150812a8SEvalZero /* 2*150812a8SEvalZero 3*150812a8SEvalZero Copyright (c) 2010 - 2018, Nordic Semiconductor ASA All rights reserved. 4*150812a8SEvalZero 5*150812a8SEvalZero Redistribution and use in source and binary forms, with or without 6*150812a8SEvalZero modification, are permitted provided that the following conditions are met: 7*150812a8SEvalZero 8*150812a8SEvalZero 1. Redistributions of source code must retain the above copyright notice, this 9*150812a8SEvalZero list of conditions and the following disclaimer. 10*150812a8SEvalZero 11*150812a8SEvalZero 2. Redistributions in binary form must reproduce the above copyright 12*150812a8SEvalZero notice, this list of conditions and the following disclaimer in the 13*150812a8SEvalZero documentation and/or other materials provided with the distribution. 14*150812a8SEvalZero 15*150812a8SEvalZero 3. Neither the name of Nordic Semiconductor ASA nor the names of its 16*150812a8SEvalZero contributors may be used to endorse or promote products derived from this 17*150812a8SEvalZero software without specific prior written permission. 18*150812a8SEvalZero 19*150812a8SEvalZero THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 20*150812a8SEvalZero AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 21*150812a8SEvalZero IMPLIED WARRANTIES OF MERCHANTABILITY, AND FITNESS FOR A PARTICULAR PURPOSE 22*150812a8SEvalZero ARE DISCLAIMED. IN NO EVENT SHALL NORDIC SEMICONDUCTOR ASA OR CONTRIBUTORS BE 23*150812a8SEvalZero LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 24*150812a8SEvalZero CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 25*150812a8SEvalZero SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 26*150812a8SEvalZero INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 27*150812a8SEvalZero CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 28*150812a8SEvalZero ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 29*150812a8SEvalZero POSSIBILITY OF SUCH DAMAGE. 30*150812a8SEvalZero 31*150812a8SEvalZero */ 32*150812a8SEvalZero 33*150812a8SEvalZero #ifndef __NRF52810_BITS_H 34*150812a8SEvalZero #define __NRF52810_BITS_H 35*150812a8SEvalZero 36*150812a8SEvalZero /*lint ++flb "Enter library region" */ 37*150812a8SEvalZero 38*150812a8SEvalZero /* Peripheral: AAR */ 39*150812a8SEvalZero /* Description: Accelerated Address Resolver */ 40*150812a8SEvalZero 41*150812a8SEvalZero /* Register: AAR_TASKS_START */ 42*150812a8SEvalZero /* Description: Start resolving addresses based on IRKs specified in the IRK data structure */ 43*150812a8SEvalZero 44*150812a8SEvalZero /* Bit 0 : */ 45*150812a8SEvalZero #define AAR_TASKS_START_TASKS_START_Pos (0UL) /*!< Position of TASKS_START field. */ 46*150812a8SEvalZero #define AAR_TASKS_START_TASKS_START_Msk (0x1UL << AAR_TASKS_START_TASKS_START_Pos) /*!< Bit mask of TASKS_START field. */ 47*150812a8SEvalZero 48*150812a8SEvalZero /* Register: AAR_TASKS_STOP */ 49*150812a8SEvalZero /* Description: Stop resolving addresses */ 50*150812a8SEvalZero 51*150812a8SEvalZero /* Bit 0 : */ 52*150812a8SEvalZero #define AAR_TASKS_STOP_TASKS_STOP_Pos (0UL) /*!< Position of TASKS_STOP field. */ 53*150812a8SEvalZero #define AAR_TASKS_STOP_TASKS_STOP_Msk (0x1UL << AAR_TASKS_STOP_TASKS_STOP_Pos) /*!< Bit mask of TASKS_STOP field. */ 54*150812a8SEvalZero 55*150812a8SEvalZero /* Register: AAR_EVENTS_END */ 56*150812a8SEvalZero /* Description: Address resolution procedure complete */ 57*150812a8SEvalZero 58*150812a8SEvalZero /* Bit 0 : */ 59*150812a8SEvalZero #define AAR_EVENTS_END_EVENTS_END_Pos (0UL) /*!< Position of EVENTS_END field. */ 60*150812a8SEvalZero #define AAR_EVENTS_END_EVENTS_END_Msk (0x1UL << AAR_EVENTS_END_EVENTS_END_Pos) /*!< Bit mask of EVENTS_END field. */ 61*150812a8SEvalZero 62*150812a8SEvalZero /* Register: AAR_EVENTS_RESOLVED */ 63*150812a8SEvalZero /* Description: Address resolved */ 64*150812a8SEvalZero 65*150812a8SEvalZero /* Bit 0 : */ 66*150812a8SEvalZero #define AAR_EVENTS_RESOLVED_EVENTS_RESOLVED_Pos (0UL) /*!< Position of EVENTS_RESOLVED field. */ 67*150812a8SEvalZero #define AAR_EVENTS_RESOLVED_EVENTS_RESOLVED_Msk (0x1UL << AAR_EVENTS_RESOLVED_EVENTS_RESOLVED_Pos) /*!< Bit mask of EVENTS_RESOLVED field. */ 68*150812a8SEvalZero 69*150812a8SEvalZero /* Register: AAR_EVENTS_NOTRESOLVED */ 70*150812a8SEvalZero /* Description: Address not resolved */ 71*150812a8SEvalZero 72*150812a8SEvalZero /* Bit 0 : */ 73*150812a8SEvalZero #define AAR_EVENTS_NOTRESOLVED_EVENTS_NOTRESOLVED_Pos (0UL) /*!< Position of EVENTS_NOTRESOLVED field. */ 74*150812a8SEvalZero #define AAR_EVENTS_NOTRESOLVED_EVENTS_NOTRESOLVED_Msk (0x1UL << AAR_EVENTS_NOTRESOLVED_EVENTS_NOTRESOLVED_Pos) /*!< Bit mask of EVENTS_NOTRESOLVED field. */ 75*150812a8SEvalZero 76*150812a8SEvalZero /* Register: AAR_INTENSET */ 77*150812a8SEvalZero /* Description: Enable interrupt */ 78*150812a8SEvalZero 79*150812a8SEvalZero /* Bit 2 : Write '1' to enable interrupt for NOTRESOLVED event */ 80*150812a8SEvalZero #define AAR_INTENSET_NOTRESOLVED_Pos (2UL) /*!< Position of NOTRESOLVED field. */ 81*150812a8SEvalZero #define AAR_INTENSET_NOTRESOLVED_Msk (0x1UL << AAR_INTENSET_NOTRESOLVED_Pos) /*!< Bit mask of NOTRESOLVED field. */ 82*150812a8SEvalZero #define AAR_INTENSET_NOTRESOLVED_Disabled (0UL) /*!< Read: Disabled */ 83*150812a8SEvalZero #define AAR_INTENSET_NOTRESOLVED_Enabled (1UL) /*!< Read: Enabled */ 84*150812a8SEvalZero #define AAR_INTENSET_NOTRESOLVED_Set (1UL) /*!< Enable */ 85*150812a8SEvalZero 86*150812a8SEvalZero /* Bit 1 : Write '1' to enable interrupt for RESOLVED event */ 87*150812a8SEvalZero #define AAR_INTENSET_RESOLVED_Pos (1UL) /*!< Position of RESOLVED field. */ 88*150812a8SEvalZero #define AAR_INTENSET_RESOLVED_Msk (0x1UL << AAR_INTENSET_RESOLVED_Pos) /*!< Bit mask of RESOLVED field. */ 89*150812a8SEvalZero #define AAR_INTENSET_RESOLVED_Disabled (0UL) /*!< Read: Disabled */ 90*150812a8SEvalZero #define AAR_INTENSET_RESOLVED_Enabled (1UL) /*!< Read: Enabled */ 91*150812a8SEvalZero #define AAR_INTENSET_RESOLVED_Set (1UL) /*!< Enable */ 92*150812a8SEvalZero 93*150812a8SEvalZero /* Bit 0 : Write '1' to enable interrupt for END event */ 94*150812a8SEvalZero #define AAR_INTENSET_END_Pos (0UL) /*!< Position of END field. */ 95*150812a8SEvalZero #define AAR_INTENSET_END_Msk (0x1UL << AAR_INTENSET_END_Pos) /*!< Bit mask of END field. */ 96*150812a8SEvalZero #define AAR_INTENSET_END_Disabled (0UL) /*!< Read: Disabled */ 97*150812a8SEvalZero #define AAR_INTENSET_END_Enabled (1UL) /*!< Read: Enabled */ 98*150812a8SEvalZero #define AAR_INTENSET_END_Set (1UL) /*!< Enable */ 99*150812a8SEvalZero 100*150812a8SEvalZero /* Register: AAR_INTENCLR */ 101*150812a8SEvalZero /* Description: Disable interrupt */ 102*150812a8SEvalZero 103*150812a8SEvalZero /* Bit 2 : Write '1' to disable interrupt for NOTRESOLVED event */ 104*150812a8SEvalZero #define AAR_INTENCLR_NOTRESOLVED_Pos (2UL) /*!< Position of NOTRESOLVED field. */ 105*150812a8SEvalZero #define AAR_INTENCLR_NOTRESOLVED_Msk (0x1UL << AAR_INTENCLR_NOTRESOLVED_Pos) /*!< Bit mask of NOTRESOLVED field. */ 106*150812a8SEvalZero #define AAR_INTENCLR_NOTRESOLVED_Disabled (0UL) /*!< Read: Disabled */ 107*150812a8SEvalZero #define AAR_INTENCLR_NOTRESOLVED_Enabled (1UL) /*!< Read: Enabled */ 108*150812a8SEvalZero #define AAR_INTENCLR_NOTRESOLVED_Clear (1UL) /*!< Disable */ 109*150812a8SEvalZero 110*150812a8SEvalZero /* Bit 1 : Write '1' to disable interrupt for RESOLVED event */ 111*150812a8SEvalZero #define AAR_INTENCLR_RESOLVED_Pos (1UL) /*!< Position of RESOLVED field. */ 112*150812a8SEvalZero #define AAR_INTENCLR_RESOLVED_Msk (0x1UL << AAR_INTENCLR_RESOLVED_Pos) /*!< Bit mask of RESOLVED field. */ 113*150812a8SEvalZero #define AAR_INTENCLR_RESOLVED_Disabled (0UL) /*!< Read: Disabled */ 114*150812a8SEvalZero #define AAR_INTENCLR_RESOLVED_Enabled (1UL) /*!< Read: Enabled */ 115*150812a8SEvalZero #define AAR_INTENCLR_RESOLVED_Clear (1UL) /*!< Disable */ 116*150812a8SEvalZero 117*150812a8SEvalZero /* Bit 0 : Write '1' to disable interrupt for END event */ 118*150812a8SEvalZero #define AAR_INTENCLR_END_Pos (0UL) /*!< Position of END field. */ 119*150812a8SEvalZero #define AAR_INTENCLR_END_Msk (0x1UL << AAR_INTENCLR_END_Pos) /*!< Bit mask of END field. */ 120*150812a8SEvalZero #define AAR_INTENCLR_END_Disabled (0UL) /*!< Read: Disabled */ 121*150812a8SEvalZero #define AAR_INTENCLR_END_Enabled (1UL) /*!< Read: Enabled */ 122*150812a8SEvalZero #define AAR_INTENCLR_END_Clear (1UL) /*!< Disable */ 123*150812a8SEvalZero 124*150812a8SEvalZero /* Register: AAR_STATUS */ 125*150812a8SEvalZero /* Description: Resolution status */ 126*150812a8SEvalZero 127*150812a8SEvalZero /* Bits 3..0 : The IRK that was used last time an address was resolved */ 128*150812a8SEvalZero #define AAR_STATUS_STATUS_Pos (0UL) /*!< Position of STATUS field. */ 129*150812a8SEvalZero #define AAR_STATUS_STATUS_Msk (0xFUL << AAR_STATUS_STATUS_Pos) /*!< Bit mask of STATUS field. */ 130*150812a8SEvalZero 131*150812a8SEvalZero /* Register: AAR_ENABLE */ 132*150812a8SEvalZero /* Description: Enable AAR */ 133*150812a8SEvalZero 134*150812a8SEvalZero /* Bits 1..0 : Enable or disable AAR */ 135*150812a8SEvalZero #define AAR_ENABLE_ENABLE_Pos (0UL) /*!< Position of ENABLE field. */ 136*150812a8SEvalZero #define AAR_ENABLE_ENABLE_Msk (0x3UL << AAR_ENABLE_ENABLE_Pos) /*!< Bit mask of ENABLE field. */ 137*150812a8SEvalZero #define AAR_ENABLE_ENABLE_Disabled (0UL) /*!< Disable */ 138*150812a8SEvalZero #define AAR_ENABLE_ENABLE_Enabled (3UL) /*!< Enable */ 139*150812a8SEvalZero 140*150812a8SEvalZero /* Register: AAR_NIRK */ 141*150812a8SEvalZero /* Description: Number of IRKs */ 142*150812a8SEvalZero 143*150812a8SEvalZero /* Bits 4..0 : Number of Identity root keys available in the IRK data structure */ 144*150812a8SEvalZero #define AAR_NIRK_NIRK_Pos (0UL) /*!< Position of NIRK field. */ 145*150812a8SEvalZero #define AAR_NIRK_NIRK_Msk (0x1FUL << AAR_NIRK_NIRK_Pos) /*!< Bit mask of NIRK field. */ 146*150812a8SEvalZero 147*150812a8SEvalZero /* Register: AAR_IRKPTR */ 148*150812a8SEvalZero /* Description: Pointer to IRK data structure */ 149*150812a8SEvalZero 150*150812a8SEvalZero /* Bits 31..0 : Pointer to the IRK data structure */ 151*150812a8SEvalZero #define AAR_IRKPTR_IRKPTR_Pos (0UL) /*!< Position of IRKPTR field. */ 152*150812a8SEvalZero #define AAR_IRKPTR_IRKPTR_Msk (0xFFFFFFFFUL << AAR_IRKPTR_IRKPTR_Pos) /*!< Bit mask of IRKPTR field. */ 153*150812a8SEvalZero 154*150812a8SEvalZero /* Register: AAR_ADDRPTR */ 155*150812a8SEvalZero /* Description: Pointer to the resolvable address */ 156*150812a8SEvalZero 157*150812a8SEvalZero /* Bits 31..0 : Pointer to the resolvable address (6-bytes) */ 158*150812a8SEvalZero #define AAR_ADDRPTR_ADDRPTR_Pos (0UL) /*!< Position of ADDRPTR field. */ 159*150812a8SEvalZero #define AAR_ADDRPTR_ADDRPTR_Msk (0xFFFFFFFFUL << AAR_ADDRPTR_ADDRPTR_Pos) /*!< Bit mask of ADDRPTR field. */ 160*150812a8SEvalZero 161*150812a8SEvalZero /* Register: AAR_SCRATCHPTR */ 162*150812a8SEvalZero /* Description: Pointer to data area used for temporary storage */ 163*150812a8SEvalZero 164*150812a8SEvalZero /* Bits 31..0 : Pointer to a scratch data area used for temporary storage during resolution.A space of minimum 3 bytes must be reserved. */ 165*150812a8SEvalZero #define AAR_SCRATCHPTR_SCRATCHPTR_Pos (0UL) /*!< Position of SCRATCHPTR field. */ 166*150812a8SEvalZero #define AAR_SCRATCHPTR_SCRATCHPTR_Msk (0xFFFFFFFFUL << AAR_SCRATCHPTR_SCRATCHPTR_Pos) /*!< Bit mask of SCRATCHPTR field. */ 167*150812a8SEvalZero 168*150812a8SEvalZero 169*150812a8SEvalZero /* Peripheral: BPROT */ 170*150812a8SEvalZero /* Description: Block Protect */ 171*150812a8SEvalZero 172*150812a8SEvalZero /* Register: BPROT_CONFIG0 */ 173*150812a8SEvalZero /* Description: Block protect configuration register 0 */ 174*150812a8SEvalZero 175*150812a8SEvalZero /* Bit 31 : Enable protection for region 31. Write '0' has no effect. */ 176*150812a8SEvalZero #define BPROT_CONFIG0_REGION31_Pos (31UL) /*!< Position of REGION31 field. */ 177*150812a8SEvalZero #define BPROT_CONFIG0_REGION31_Msk (0x1UL << BPROT_CONFIG0_REGION31_Pos) /*!< Bit mask of REGION31 field. */ 178*150812a8SEvalZero #define BPROT_CONFIG0_REGION31_Disabled (0UL) /*!< Protection disabled */ 179*150812a8SEvalZero #define BPROT_CONFIG0_REGION31_Enabled (1UL) /*!< Protection enabled */ 180*150812a8SEvalZero 181*150812a8SEvalZero /* Bit 30 : Enable protection for region 30. Write '0' has no effect. */ 182*150812a8SEvalZero #define BPROT_CONFIG0_REGION30_Pos (30UL) /*!< Position of REGION30 field. */ 183*150812a8SEvalZero #define BPROT_CONFIG0_REGION30_Msk (0x1UL << BPROT_CONFIG0_REGION30_Pos) /*!< Bit mask of REGION30 field. */ 184*150812a8SEvalZero #define BPROT_CONFIG0_REGION30_Disabled (0UL) /*!< Protection disabled */ 185*150812a8SEvalZero #define BPROT_CONFIG0_REGION30_Enabled (1UL) /*!< Protection enabled */ 186*150812a8SEvalZero 187*150812a8SEvalZero /* Bit 29 : Enable protection for region 29. Write '0' has no effect. */ 188*150812a8SEvalZero #define BPROT_CONFIG0_REGION29_Pos (29UL) /*!< Position of REGION29 field. */ 189*150812a8SEvalZero #define BPROT_CONFIG0_REGION29_Msk (0x1UL << BPROT_CONFIG0_REGION29_Pos) /*!< Bit mask of REGION29 field. */ 190*150812a8SEvalZero #define BPROT_CONFIG0_REGION29_Disabled (0UL) /*!< Protection disabled */ 191*150812a8SEvalZero #define BPROT_CONFIG0_REGION29_Enabled (1UL) /*!< Protection enabled */ 192*150812a8SEvalZero 193*150812a8SEvalZero /* Bit 28 : Enable protection for region 28. Write '0' has no effect. */ 194*150812a8SEvalZero #define BPROT_CONFIG0_REGION28_Pos (28UL) /*!< Position of REGION28 field. */ 195*150812a8SEvalZero #define BPROT_CONFIG0_REGION28_Msk (0x1UL << BPROT_CONFIG0_REGION28_Pos) /*!< Bit mask of REGION28 field. */ 196*150812a8SEvalZero #define BPROT_CONFIG0_REGION28_Disabled (0UL) /*!< Protection disabled */ 197*150812a8SEvalZero #define BPROT_CONFIG0_REGION28_Enabled (1UL) /*!< Protection enabled */ 198*150812a8SEvalZero 199*150812a8SEvalZero /* Bit 27 : Enable protection for region 27. Write '0' has no effect. */ 200*150812a8SEvalZero #define BPROT_CONFIG0_REGION27_Pos (27UL) /*!< Position of REGION27 field. */ 201*150812a8SEvalZero #define BPROT_CONFIG0_REGION27_Msk (0x1UL << BPROT_CONFIG0_REGION27_Pos) /*!< Bit mask of REGION27 field. */ 202*150812a8SEvalZero #define BPROT_CONFIG0_REGION27_Disabled (0UL) /*!< Protection disabled */ 203*150812a8SEvalZero #define BPROT_CONFIG0_REGION27_Enabled (1UL) /*!< Protection enabled */ 204*150812a8SEvalZero 205*150812a8SEvalZero /* Bit 26 : Enable protection for region 26. Write '0' has no effect. */ 206*150812a8SEvalZero #define BPROT_CONFIG0_REGION26_Pos (26UL) /*!< Position of REGION26 field. */ 207*150812a8SEvalZero #define BPROT_CONFIG0_REGION26_Msk (0x1UL << BPROT_CONFIG0_REGION26_Pos) /*!< Bit mask of REGION26 field. */ 208*150812a8SEvalZero #define BPROT_CONFIG0_REGION26_Disabled (0UL) /*!< Protection disabled */ 209*150812a8SEvalZero #define BPROT_CONFIG0_REGION26_Enabled (1UL) /*!< Protection enabled */ 210*150812a8SEvalZero 211*150812a8SEvalZero /* Bit 25 : Enable protection for region 25. Write '0' has no effect. */ 212*150812a8SEvalZero #define BPROT_CONFIG0_REGION25_Pos (25UL) /*!< Position of REGION25 field. */ 213*150812a8SEvalZero #define BPROT_CONFIG0_REGION25_Msk (0x1UL << BPROT_CONFIG0_REGION25_Pos) /*!< Bit mask of REGION25 field. */ 214*150812a8SEvalZero #define BPROT_CONFIG0_REGION25_Disabled (0UL) /*!< Protection disabled */ 215*150812a8SEvalZero #define BPROT_CONFIG0_REGION25_Enabled (1UL) /*!< Protection enabled */ 216*150812a8SEvalZero 217*150812a8SEvalZero /* Bit 24 : Enable protection for region 24. Write '0' has no effect. */ 218*150812a8SEvalZero #define BPROT_CONFIG0_REGION24_Pos (24UL) /*!< Position of REGION24 field. */ 219*150812a8SEvalZero #define BPROT_CONFIG0_REGION24_Msk (0x1UL << BPROT_CONFIG0_REGION24_Pos) /*!< Bit mask of REGION24 field. */ 220*150812a8SEvalZero #define BPROT_CONFIG0_REGION24_Disabled (0UL) /*!< Protection disabled */ 221*150812a8SEvalZero #define BPROT_CONFIG0_REGION24_Enabled (1UL) /*!< Protection enabled */ 222*150812a8SEvalZero 223*150812a8SEvalZero /* Bit 23 : Enable protection for region 23. Write '0' has no effect. */ 224*150812a8SEvalZero #define BPROT_CONFIG0_REGION23_Pos (23UL) /*!< Position of REGION23 field. */ 225*150812a8SEvalZero #define BPROT_CONFIG0_REGION23_Msk (0x1UL << BPROT_CONFIG0_REGION23_Pos) /*!< Bit mask of REGION23 field. */ 226*150812a8SEvalZero #define BPROT_CONFIG0_REGION23_Disabled (0UL) /*!< Protection disabled */ 227*150812a8SEvalZero #define BPROT_CONFIG0_REGION23_Enabled (1UL) /*!< Protection enabled */ 228*150812a8SEvalZero 229*150812a8SEvalZero /* Bit 22 : Enable protection for region 22. Write '0' has no effect. */ 230*150812a8SEvalZero #define BPROT_CONFIG0_REGION22_Pos (22UL) /*!< Position of REGION22 field. */ 231*150812a8SEvalZero #define BPROT_CONFIG0_REGION22_Msk (0x1UL << BPROT_CONFIG0_REGION22_Pos) /*!< Bit mask of REGION22 field. */ 232*150812a8SEvalZero #define BPROT_CONFIG0_REGION22_Disabled (0UL) /*!< Protection disabled */ 233*150812a8SEvalZero #define BPROT_CONFIG0_REGION22_Enabled (1UL) /*!< Protection enabled */ 234*150812a8SEvalZero 235*150812a8SEvalZero /* Bit 21 : Enable protection for region 21. Write '0' has no effect. */ 236*150812a8SEvalZero #define BPROT_CONFIG0_REGION21_Pos (21UL) /*!< Position of REGION21 field. */ 237*150812a8SEvalZero #define BPROT_CONFIG0_REGION21_Msk (0x1UL << BPROT_CONFIG0_REGION21_Pos) /*!< Bit mask of REGION21 field. */ 238*150812a8SEvalZero #define BPROT_CONFIG0_REGION21_Disabled (0UL) /*!< Protection disabled */ 239*150812a8SEvalZero #define BPROT_CONFIG0_REGION21_Enabled (1UL) /*!< Protection enabled */ 240*150812a8SEvalZero 241*150812a8SEvalZero /* Bit 20 : Enable protection for region 20. Write '0' has no effect. */ 242*150812a8SEvalZero #define BPROT_CONFIG0_REGION20_Pos (20UL) /*!< Position of REGION20 field. */ 243*150812a8SEvalZero #define BPROT_CONFIG0_REGION20_Msk (0x1UL << BPROT_CONFIG0_REGION20_Pos) /*!< Bit mask of REGION20 field. */ 244*150812a8SEvalZero #define BPROT_CONFIG0_REGION20_Disabled (0UL) /*!< Protection disabled */ 245*150812a8SEvalZero #define BPROT_CONFIG0_REGION20_Enabled (1UL) /*!< Protection enabled */ 246*150812a8SEvalZero 247*150812a8SEvalZero /* Bit 19 : Enable protection for region 19. Write '0' has no effect. */ 248*150812a8SEvalZero #define BPROT_CONFIG0_REGION19_Pos (19UL) /*!< Position of REGION19 field. */ 249*150812a8SEvalZero #define BPROT_CONFIG0_REGION19_Msk (0x1UL << BPROT_CONFIG0_REGION19_Pos) /*!< Bit mask of REGION19 field. */ 250*150812a8SEvalZero #define BPROT_CONFIG0_REGION19_Disabled (0UL) /*!< Protection disabled */ 251*150812a8SEvalZero #define BPROT_CONFIG0_REGION19_Enabled (1UL) /*!< Protection enabled */ 252*150812a8SEvalZero 253*150812a8SEvalZero /* Bit 18 : Enable protection for region 18. Write '0' has no effect. */ 254*150812a8SEvalZero #define BPROT_CONFIG0_REGION18_Pos (18UL) /*!< Position of REGION18 field. */ 255*150812a8SEvalZero #define BPROT_CONFIG0_REGION18_Msk (0x1UL << BPROT_CONFIG0_REGION18_Pos) /*!< Bit mask of REGION18 field. */ 256*150812a8SEvalZero #define BPROT_CONFIG0_REGION18_Disabled (0UL) /*!< Protection disabled */ 257*150812a8SEvalZero #define BPROT_CONFIG0_REGION18_Enabled (1UL) /*!< Protection enabled */ 258*150812a8SEvalZero 259*150812a8SEvalZero /* Bit 17 : Enable protection for region 17. Write '0' has no effect. */ 260*150812a8SEvalZero #define BPROT_CONFIG0_REGION17_Pos (17UL) /*!< Position of REGION17 field. */ 261*150812a8SEvalZero #define BPROT_CONFIG0_REGION17_Msk (0x1UL << BPROT_CONFIG0_REGION17_Pos) /*!< Bit mask of REGION17 field. */ 262*150812a8SEvalZero #define BPROT_CONFIG0_REGION17_Disabled (0UL) /*!< Protection disabled */ 263*150812a8SEvalZero #define BPROT_CONFIG0_REGION17_Enabled (1UL) /*!< Protection enabled */ 264*150812a8SEvalZero 265*150812a8SEvalZero /* Bit 16 : Enable protection for region 16. Write '0' has no effect. */ 266*150812a8SEvalZero #define BPROT_CONFIG0_REGION16_Pos (16UL) /*!< Position of REGION16 field. */ 267*150812a8SEvalZero #define BPROT_CONFIG0_REGION16_Msk (0x1UL << BPROT_CONFIG0_REGION16_Pos) /*!< Bit mask of REGION16 field. */ 268*150812a8SEvalZero #define BPROT_CONFIG0_REGION16_Disabled (0UL) /*!< Protection disabled */ 269*150812a8SEvalZero #define BPROT_CONFIG0_REGION16_Enabled (1UL) /*!< Protection enabled */ 270*150812a8SEvalZero 271*150812a8SEvalZero /* Bit 15 : Enable protection for region 15. Write '0' has no effect. */ 272*150812a8SEvalZero #define BPROT_CONFIG0_REGION15_Pos (15UL) /*!< Position of REGION15 field. */ 273*150812a8SEvalZero #define BPROT_CONFIG0_REGION15_Msk (0x1UL << BPROT_CONFIG0_REGION15_Pos) /*!< Bit mask of REGION15 field. */ 274*150812a8SEvalZero #define BPROT_CONFIG0_REGION15_Disabled (0UL) /*!< Protection disabled */ 275*150812a8SEvalZero #define BPROT_CONFIG0_REGION15_Enabled (1UL) /*!< Protection enabled */ 276*150812a8SEvalZero 277*150812a8SEvalZero /* Bit 14 : Enable protection for region 14. Write '0' has no effect. */ 278*150812a8SEvalZero #define BPROT_CONFIG0_REGION14_Pos (14UL) /*!< Position of REGION14 field. */ 279*150812a8SEvalZero #define BPROT_CONFIG0_REGION14_Msk (0x1UL << BPROT_CONFIG0_REGION14_Pos) /*!< Bit mask of REGION14 field. */ 280*150812a8SEvalZero #define BPROT_CONFIG0_REGION14_Disabled (0UL) /*!< Protection disabled */ 281*150812a8SEvalZero #define BPROT_CONFIG0_REGION14_Enabled (1UL) /*!< Protection enabled */ 282*150812a8SEvalZero 283*150812a8SEvalZero /* Bit 13 : Enable protection for region 13. Write '0' has no effect. */ 284*150812a8SEvalZero #define BPROT_CONFIG0_REGION13_Pos (13UL) /*!< Position of REGION13 field. */ 285*150812a8SEvalZero #define BPROT_CONFIG0_REGION13_Msk (0x1UL << BPROT_CONFIG0_REGION13_Pos) /*!< Bit mask of REGION13 field. */ 286*150812a8SEvalZero #define BPROT_CONFIG0_REGION13_Disabled (0UL) /*!< Protection disabled */ 287*150812a8SEvalZero #define BPROT_CONFIG0_REGION13_Enabled (1UL) /*!< Protection enabled */ 288*150812a8SEvalZero 289*150812a8SEvalZero /* Bit 12 : Enable protection for region 12. Write '0' has no effect. */ 290*150812a8SEvalZero #define BPROT_CONFIG0_REGION12_Pos (12UL) /*!< Position of REGION12 field. */ 291*150812a8SEvalZero #define BPROT_CONFIG0_REGION12_Msk (0x1UL << BPROT_CONFIG0_REGION12_Pos) /*!< Bit mask of REGION12 field. */ 292*150812a8SEvalZero #define BPROT_CONFIG0_REGION12_Disabled (0UL) /*!< Protection disabled */ 293*150812a8SEvalZero #define BPROT_CONFIG0_REGION12_Enabled (1UL) /*!< Protection enabled */ 294*150812a8SEvalZero 295*150812a8SEvalZero /* Bit 11 : Enable protection for region 11. Write '0' has no effect. */ 296*150812a8SEvalZero #define BPROT_CONFIG0_REGION11_Pos (11UL) /*!< Position of REGION11 field. */ 297*150812a8SEvalZero #define BPROT_CONFIG0_REGION11_Msk (0x1UL << BPROT_CONFIG0_REGION11_Pos) /*!< Bit mask of REGION11 field. */ 298*150812a8SEvalZero #define BPROT_CONFIG0_REGION11_Disabled (0UL) /*!< Protection disabled */ 299*150812a8SEvalZero #define BPROT_CONFIG0_REGION11_Enabled (1UL) /*!< Protection enabled */ 300*150812a8SEvalZero 301*150812a8SEvalZero /* Bit 10 : Enable protection for region 10. Write '0' has no effect. */ 302*150812a8SEvalZero #define BPROT_CONFIG0_REGION10_Pos (10UL) /*!< Position of REGION10 field. */ 303*150812a8SEvalZero #define BPROT_CONFIG0_REGION10_Msk (0x1UL << BPROT_CONFIG0_REGION10_Pos) /*!< Bit mask of REGION10 field. */ 304*150812a8SEvalZero #define BPROT_CONFIG0_REGION10_Disabled (0UL) /*!< Protection disabled */ 305*150812a8SEvalZero #define BPROT_CONFIG0_REGION10_Enabled (1UL) /*!< Protection enabled */ 306*150812a8SEvalZero 307*150812a8SEvalZero /* Bit 9 : Enable protection for region 9. Write '0' has no effect. */ 308*150812a8SEvalZero #define BPROT_CONFIG0_REGION9_Pos (9UL) /*!< Position of REGION9 field. */ 309*150812a8SEvalZero #define BPROT_CONFIG0_REGION9_Msk (0x1UL << BPROT_CONFIG0_REGION9_Pos) /*!< Bit mask of REGION9 field. */ 310*150812a8SEvalZero #define BPROT_CONFIG0_REGION9_Disabled (0UL) /*!< Protection disabled */ 311*150812a8SEvalZero #define BPROT_CONFIG0_REGION9_Enabled (1UL) /*!< Protection enabled */ 312*150812a8SEvalZero 313*150812a8SEvalZero /* Bit 8 : Enable protection for region 8. Write '0' has no effect. */ 314*150812a8SEvalZero #define BPROT_CONFIG0_REGION8_Pos (8UL) /*!< Position of REGION8 field. */ 315*150812a8SEvalZero #define BPROT_CONFIG0_REGION8_Msk (0x1UL << BPROT_CONFIG0_REGION8_Pos) /*!< Bit mask of REGION8 field. */ 316*150812a8SEvalZero #define BPROT_CONFIG0_REGION8_Disabled (0UL) /*!< Protection disabled */ 317*150812a8SEvalZero #define BPROT_CONFIG0_REGION8_Enabled (1UL) /*!< Protection enabled */ 318*150812a8SEvalZero 319*150812a8SEvalZero /* Bit 7 : Enable protection for region 7. Write '0' has no effect. */ 320*150812a8SEvalZero #define BPROT_CONFIG0_REGION7_Pos (7UL) /*!< Position of REGION7 field. */ 321*150812a8SEvalZero #define BPROT_CONFIG0_REGION7_Msk (0x1UL << BPROT_CONFIG0_REGION7_Pos) /*!< Bit mask of REGION7 field. */ 322*150812a8SEvalZero #define BPROT_CONFIG0_REGION7_Disabled (0UL) /*!< Protection disabled */ 323*150812a8SEvalZero #define BPROT_CONFIG0_REGION7_Enabled (1UL) /*!< Protection enabled */ 324*150812a8SEvalZero 325*150812a8SEvalZero /* Bit 6 : Enable protection for region 6. Write '0' has no effect. */ 326*150812a8SEvalZero #define BPROT_CONFIG0_REGION6_Pos (6UL) /*!< Position of REGION6 field. */ 327*150812a8SEvalZero #define BPROT_CONFIG0_REGION6_Msk (0x1UL << BPROT_CONFIG0_REGION6_Pos) /*!< Bit mask of REGION6 field. */ 328*150812a8SEvalZero #define BPROT_CONFIG0_REGION6_Disabled (0UL) /*!< Protection disabled */ 329*150812a8SEvalZero #define BPROT_CONFIG0_REGION6_Enabled (1UL) /*!< Protection enabled */ 330*150812a8SEvalZero 331*150812a8SEvalZero /* Bit 5 : Enable protection for region 5. Write '0' has no effect. */ 332*150812a8SEvalZero #define BPROT_CONFIG0_REGION5_Pos (5UL) /*!< Position of REGION5 field. */ 333*150812a8SEvalZero #define BPROT_CONFIG0_REGION5_Msk (0x1UL << BPROT_CONFIG0_REGION5_Pos) /*!< Bit mask of REGION5 field. */ 334*150812a8SEvalZero #define BPROT_CONFIG0_REGION5_Disabled (0UL) /*!< Protection disabled */ 335*150812a8SEvalZero #define BPROT_CONFIG0_REGION5_Enabled (1UL) /*!< Protection enabled */ 336*150812a8SEvalZero 337*150812a8SEvalZero /* Bit 4 : Enable protection for region 4. Write '0' has no effect. */ 338*150812a8SEvalZero #define BPROT_CONFIG0_REGION4_Pos (4UL) /*!< Position of REGION4 field. */ 339*150812a8SEvalZero #define BPROT_CONFIG0_REGION4_Msk (0x1UL << BPROT_CONFIG0_REGION4_Pos) /*!< Bit mask of REGION4 field. */ 340*150812a8SEvalZero #define BPROT_CONFIG0_REGION4_Disabled (0UL) /*!< Protection disabled */ 341*150812a8SEvalZero #define BPROT_CONFIG0_REGION4_Enabled (1UL) /*!< Protection enabled */ 342*150812a8SEvalZero 343*150812a8SEvalZero /* Bit 3 : Enable protection for region 3. Write '0' has no effect. */ 344*150812a8SEvalZero #define BPROT_CONFIG0_REGION3_Pos (3UL) /*!< Position of REGION3 field. */ 345*150812a8SEvalZero #define BPROT_CONFIG0_REGION3_Msk (0x1UL << BPROT_CONFIG0_REGION3_Pos) /*!< Bit mask of REGION3 field. */ 346*150812a8SEvalZero #define BPROT_CONFIG0_REGION3_Disabled (0UL) /*!< Protection disabled */ 347*150812a8SEvalZero #define BPROT_CONFIG0_REGION3_Enabled (1UL) /*!< Protection enabled */ 348*150812a8SEvalZero 349*150812a8SEvalZero /* Bit 2 : Enable protection for region 2. Write '0' has no effect. */ 350*150812a8SEvalZero #define BPROT_CONFIG0_REGION2_Pos (2UL) /*!< Position of REGION2 field. */ 351*150812a8SEvalZero #define BPROT_CONFIG0_REGION2_Msk (0x1UL << BPROT_CONFIG0_REGION2_Pos) /*!< Bit mask of REGION2 field. */ 352*150812a8SEvalZero #define BPROT_CONFIG0_REGION2_Disabled (0UL) /*!< Protection disabled */ 353*150812a8SEvalZero #define BPROT_CONFIG0_REGION2_Enabled (1UL) /*!< Protection enabled */ 354*150812a8SEvalZero 355*150812a8SEvalZero /* Bit 1 : Enable protection for region 1. Write '0' has no effect. */ 356*150812a8SEvalZero #define BPROT_CONFIG0_REGION1_Pos (1UL) /*!< Position of REGION1 field. */ 357*150812a8SEvalZero #define BPROT_CONFIG0_REGION1_Msk (0x1UL << BPROT_CONFIG0_REGION1_Pos) /*!< Bit mask of REGION1 field. */ 358*150812a8SEvalZero #define BPROT_CONFIG0_REGION1_Disabled (0UL) /*!< Protection disabled */ 359*150812a8SEvalZero #define BPROT_CONFIG0_REGION1_Enabled (1UL) /*!< Protection enabled */ 360*150812a8SEvalZero 361*150812a8SEvalZero /* Bit 0 : Enable protection for region 0. Write '0' has no effect. */ 362*150812a8SEvalZero #define BPROT_CONFIG0_REGION0_Pos (0UL) /*!< Position of REGION0 field. */ 363*150812a8SEvalZero #define BPROT_CONFIG0_REGION0_Msk (0x1UL << BPROT_CONFIG0_REGION0_Pos) /*!< Bit mask of REGION0 field. */ 364*150812a8SEvalZero #define BPROT_CONFIG0_REGION0_Disabled (0UL) /*!< Protection disabled */ 365*150812a8SEvalZero #define BPROT_CONFIG0_REGION0_Enabled (1UL) /*!< Protection enabled */ 366*150812a8SEvalZero 367*150812a8SEvalZero /* Register: BPROT_CONFIG1 */ 368*150812a8SEvalZero /* Description: Block protect configuration register 1 */ 369*150812a8SEvalZero 370*150812a8SEvalZero /* Bit 15 : Enable protection for region 47. Write '0' has no effect. */ 371*150812a8SEvalZero #define BPROT_CONFIG1_REGION47_Pos (15UL) /*!< Position of REGION47 field. */ 372*150812a8SEvalZero #define BPROT_CONFIG1_REGION47_Msk (0x1UL << BPROT_CONFIG1_REGION47_Pos) /*!< Bit mask of REGION47 field. */ 373*150812a8SEvalZero #define BPROT_CONFIG1_REGION47_Disabled (0UL) /*!< Protection disabled */ 374*150812a8SEvalZero #define BPROT_CONFIG1_REGION47_Enabled (1UL) /*!< Protection enabled */ 375*150812a8SEvalZero 376*150812a8SEvalZero /* Bit 14 : Enable protection for region 46. Write '0' has no effect. */ 377*150812a8SEvalZero #define BPROT_CONFIG1_REGION46_Pos (14UL) /*!< Position of REGION46 field. */ 378*150812a8SEvalZero #define BPROT_CONFIG1_REGION46_Msk (0x1UL << BPROT_CONFIG1_REGION46_Pos) /*!< Bit mask of REGION46 field. */ 379*150812a8SEvalZero #define BPROT_CONFIG1_REGION46_Disabled (0UL) /*!< Protection disabled */ 380*150812a8SEvalZero #define BPROT_CONFIG1_REGION46_Enabled (1UL) /*!< Protection enabled */ 381*150812a8SEvalZero 382*150812a8SEvalZero /* Bit 13 : Enable protection for region 45. Write '0' has no effect. */ 383*150812a8SEvalZero #define BPROT_CONFIG1_REGION45_Pos (13UL) /*!< Position of REGION45 field. */ 384*150812a8SEvalZero #define BPROT_CONFIG1_REGION45_Msk (0x1UL << BPROT_CONFIG1_REGION45_Pos) /*!< Bit mask of REGION45 field. */ 385*150812a8SEvalZero #define BPROT_CONFIG1_REGION45_Disabled (0UL) /*!< Protection disabled */ 386*150812a8SEvalZero #define BPROT_CONFIG1_REGION45_Enabled (1UL) /*!< Protection enabled */ 387*150812a8SEvalZero 388*150812a8SEvalZero /* Bit 12 : Enable protection for region 44. Write '0' has no effect. */ 389*150812a8SEvalZero #define BPROT_CONFIG1_REGION44_Pos (12UL) /*!< Position of REGION44 field. */ 390*150812a8SEvalZero #define BPROT_CONFIG1_REGION44_Msk (0x1UL << BPROT_CONFIG1_REGION44_Pos) /*!< Bit mask of REGION44 field. */ 391*150812a8SEvalZero #define BPROT_CONFIG1_REGION44_Disabled (0UL) /*!< Protection disabled */ 392*150812a8SEvalZero #define BPROT_CONFIG1_REGION44_Enabled (1UL) /*!< Protection enabled */ 393*150812a8SEvalZero 394*150812a8SEvalZero /* Bit 11 : Enable protection for region 43. Write '0' has no effect. */ 395*150812a8SEvalZero #define BPROT_CONFIG1_REGION43_Pos (11UL) /*!< Position of REGION43 field. */ 396*150812a8SEvalZero #define BPROT_CONFIG1_REGION43_Msk (0x1UL << BPROT_CONFIG1_REGION43_Pos) /*!< Bit mask of REGION43 field. */ 397*150812a8SEvalZero #define BPROT_CONFIG1_REGION43_Disabled (0UL) /*!< Protection disabled */ 398*150812a8SEvalZero #define BPROT_CONFIG1_REGION43_Enabled (1UL) /*!< Protection enabled */ 399*150812a8SEvalZero 400*150812a8SEvalZero /* Bit 10 : Enable protection for region 42. Write '0' has no effect. */ 401*150812a8SEvalZero #define BPROT_CONFIG1_REGION42_Pos (10UL) /*!< Position of REGION42 field. */ 402*150812a8SEvalZero #define BPROT_CONFIG1_REGION42_Msk (0x1UL << BPROT_CONFIG1_REGION42_Pos) /*!< Bit mask of REGION42 field. */ 403*150812a8SEvalZero #define BPROT_CONFIG1_REGION42_Disabled (0UL) /*!< Protection disabled */ 404*150812a8SEvalZero #define BPROT_CONFIG1_REGION42_Enabled (1UL) /*!< Protection enabled */ 405*150812a8SEvalZero 406*150812a8SEvalZero /* Bit 9 : Enable protection for region 41. Write '0' has no effect. */ 407*150812a8SEvalZero #define BPROT_CONFIG1_REGION41_Pos (9UL) /*!< Position of REGION41 field. */ 408*150812a8SEvalZero #define BPROT_CONFIG1_REGION41_Msk (0x1UL << BPROT_CONFIG1_REGION41_Pos) /*!< Bit mask of REGION41 field. */ 409*150812a8SEvalZero #define BPROT_CONFIG1_REGION41_Disabled (0UL) /*!< Protection disabled */ 410*150812a8SEvalZero #define BPROT_CONFIG1_REGION41_Enabled (1UL) /*!< Protection enabled */ 411*150812a8SEvalZero 412*150812a8SEvalZero /* Bit 8 : Enable protection for region 40. Write '0' has no effect. */ 413*150812a8SEvalZero #define BPROT_CONFIG1_REGION40_Pos (8UL) /*!< Position of REGION40 field. */ 414*150812a8SEvalZero #define BPROT_CONFIG1_REGION40_Msk (0x1UL << BPROT_CONFIG1_REGION40_Pos) /*!< Bit mask of REGION40 field. */ 415*150812a8SEvalZero #define BPROT_CONFIG1_REGION40_Disabled (0UL) /*!< Protection disabled */ 416*150812a8SEvalZero #define BPROT_CONFIG1_REGION40_Enabled (1UL) /*!< Protection enabled */ 417*150812a8SEvalZero 418*150812a8SEvalZero /* Bit 7 : Enable protection for region 39. Write '0' has no effect. */ 419*150812a8SEvalZero #define BPROT_CONFIG1_REGION39_Pos (7UL) /*!< Position of REGION39 field. */ 420*150812a8SEvalZero #define BPROT_CONFIG1_REGION39_Msk (0x1UL << BPROT_CONFIG1_REGION39_Pos) /*!< Bit mask of REGION39 field. */ 421*150812a8SEvalZero #define BPROT_CONFIG1_REGION39_Disabled (0UL) /*!< Protection disabled */ 422*150812a8SEvalZero #define BPROT_CONFIG1_REGION39_Enabled (1UL) /*!< Protection enabled */ 423*150812a8SEvalZero 424*150812a8SEvalZero /* Bit 6 : Enable protection for region 38. Write '0' has no effect. */ 425*150812a8SEvalZero #define BPROT_CONFIG1_REGION38_Pos (6UL) /*!< Position of REGION38 field. */ 426*150812a8SEvalZero #define BPROT_CONFIG1_REGION38_Msk (0x1UL << BPROT_CONFIG1_REGION38_Pos) /*!< Bit mask of REGION38 field. */ 427*150812a8SEvalZero #define BPROT_CONFIG1_REGION38_Disabled (0UL) /*!< Protection disabled */ 428*150812a8SEvalZero #define BPROT_CONFIG1_REGION38_Enabled (1UL) /*!< Protection enabled */ 429*150812a8SEvalZero 430*150812a8SEvalZero /* Bit 5 : Enable protection for region 37. Write '0' has no effect. */ 431*150812a8SEvalZero #define BPROT_CONFIG1_REGION37_Pos (5UL) /*!< Position of REGION37 field. */ 432*150812a8SEvalZero #define BPROT_CONFIG1_REGION37_Msk (0x1UL << BPROT_CONFIG1_REGION37_Pos) /*!< Bit mask of REGION37 field. */ 433*150812a8SEvalZero #define BPROT_CONFIG1_REGION37_Disabled (0UL) /*!< Protection disabled */ 434*150812a8SEvalZero #define BPROT_CONFIG1_REGION37_Enabled (1UL) /*!< Protection enabled */ 435*150812a8SEvalZero 436*150812a8SEvalZero /* Bit 4 : Enable protection for region 36. Write '0' has no effect. */ 437*150812a8SEvalZero #define BPROT_CONFIG1_REGION36_Pos (4UL) /*!< Position of REGION36 field. */ 438*150812a8SEvalZero #define BPROT_CONFIG1_REGION36_Msk (0x1UL << BPROT_CONFIG1_REGION36_Pos) /*!< Bit mask of REGION36 field. */ 439*150812a8SEvalZero #define BPROT_CONFIG1_REGION36_Disabled (0UL) /*!< Protection disabled */ 440*150812a8SEvalZero #define BPROT_CONFIG1_REGION36_Enabled (1UL) /*!< Protection enabled */ 441*150812a8SEvalZero 442*150812a8SEvalZero /* Bit 3 : Enable protection for region 35. Write '0' has no effect. */ 443*150812a8SEvalZero #define BPROT_CONFIG1_REGION35_Pos (3UL) /*!< Position of REGION35 field. */ 444*150812a8SEvalZero #define BPROT_CONFIG1_REGION35_Msk (0x1UL << BPROT_CONFIG1_REGION35_Pos) /*!< Bit mask of REGION35 field. */ 445*150812a8SEvalZero #define BPROT_CONFIG1_REGION35_Disabled (0UL) /*!< Protection disabled */ 446*150812a8SEvalZero #define BPROT_CONFIG1_REGION35_Enabled (1UL) /*!< Protection enabled */ 447*150812a8SEvalZero 448*150812a8SEvalZero /* Bit 2 : Enable protection for region 34. Write '0' has no effect. */ 449*150812a8SEvalZero #define BPROT_CONFIG1_REGION34_Pos (2UL) /*!< Position of REGION34 field. */ 450*150812a8SEvalZero #define BPROT_CONFIG1_REGION34_Msk (0x1UL << BPROT_CONFIG1_REGION34_Pos) /*!< Bit mask of REGION34 field. */ 451*150812a8SEvalZero #define BPROT_CONFIG1_REGION34_Disabled (0UL) /*!< Protection disabled */ 452*150812a8SEvalZero #define BPROT_CONFIG1_REGION34_Enabled (1UL) /*!< Protection enabled */ 453*150812a8SEvalZero 454*150812a8SEvalZero /* Bit 1 : Enable protection for region 33. Write '0' has no effect. */ 455*150812a8SEvalZero #define BPROT_CONFIG1_REGION33_Pos (1UL) /*!< Position of REGION33 field. */ 456*150812a8SEvalZero #define BPROT_CONFIG1_REGION33_Msk (0x1UL << BPROT_CONFIG1_REGION33_Pos) /*!< Bit mask of REGION33 field. */ 457*150812a8SEvalZero #define BPROT_CONFIG1_REGION33_Disabled (0UL) /*!< Protection disabled */ 458*150812a8SEvalZero #define BPROT_CONFIG1_REGION33_Enabled (1UL) /*!< Protection enabled */ 459*150812a8SEvalZero 460*150812a8SEvalZero /* Bit 0 : Enable protection for region 32. Write '0' has no effect. */ 461*150812a8SEvalZero #define BPROT_CONFIG1_REGION32_Pos (0UL) /*!< Position of REGION32 field. */ 462*150812a8SEvalZero #define BPROT_CONFIG1_REGION32_Msk (0x1UL << BPROT_CONFIG1_REGION32_Pos) /*!< Bit mask of REGION32 field. */ 463*150812a8SEvalZero #define BPROT_CONFIG1_REGION32_Disabled (0UL) /*!< Protection disabled */ 464*150812a8SEvalZero #define BPROT_CONFIG1_REGION32_Enabled (1UL) /*!< Protection enabled */ 465*150812a8SEvalZero 466*150812a8SEvalZero /* Register: BPROT_DISABLEINDEBUG */ 467*150812a8SEvalZero /* Description: Disable protection mechanism in debug mode */ 468*150812a8SEvalZero 469*150812a8SEvalZero /* Bit 0 : Disable the protection mechanism for NVM regions while in debug mode. This register will only disable the protection mechanism if the device is in debug mode. */ 470*150812a8SEvalZero #define BPROT_DISABLEINDEBUG_DISABLEINDEBUG_Pos (0UL) /*!< Position of DISABLEINDEBUG field. */ 471*150812a8SEvalZero #define BPROT_DISABLEINDEBUG_DISABLEINDEBUG_Msk (0x1UL << BPROT_DISABLEINDEBUG_DISABLEINDEBUG_Pos) /*!< Bit mask of DISABLEINDEBUG field. */ 472*150812a8SEvalZero #define BPROT_DISABLEINDEBUG_DISABLEINDEBUG_Enabled (0UL) /*!< Enabled in debug */ 473*150812a8SEvalZero #define BPROT_DISABLEINDEBUG_DISABLEINDEBUG_Disabled (1UL) /*!< Disabled in debug */ 474*150812a8SEvalZero 475*150812a8SEvalZero 476*150812a8SEvalZero /* Peripheral: CCM */ 477*150812a8SEvalZero /* Description: AES CCM Mode Encryption */ 478*150812a8SEvalZero 479*150812a8SEvalZero /* Register: CCM_TASKS_KSGEN */ 480*150812a8SEvalZero /* Description: Start generation of key-stream. This operation will stop by itself when completed. */ 481*150812a8SEvalZero 482*150812a8SEvalZero /* Bit 0 : */ 483*150812a8SEvalZero #define CCM_TASKS_KSGEN_TASKS_KSGEN_Pos (0UL) /*!< Position of TASKS_KSGEN field. */ 484*150812a8SEvalZero #define CCM_TASKS_KSGEN_TASKS_KSGEN_Msk (0x1UL << CCM_TASKS_KSGEN_TASKS_KSGEN_Pos) /*!< Bit mask of TASKS_KSGEN field. */ 485*150812a8SEvalZero 486*150812a8SEvalZero /* Register: CCM_TASKS_CRYPT */ 487*150812a8SEvalZero /* Description: Start encryption/decryption. This operation will stop by itself when completed. */ 488*150812a8SEvalZero 489*150812a8SEvalZero /* Bit 0 : */ 490*150812a8SEvalZero #define CCM_TASKS_CRYPT_TASKS_CRYPT_Pos (0UL) /*!< Position of TASKS_CRYPT field. */ 491*150812a8SEvalZero #define CCM_TASKS_CRYPT_TASKS_CRYPT_Msk (0x1UL << CCM_TASKS_CRYPT_TASKS_CRYPT_Pos) /*!< Bit mask of TASKS_CRYPT field. */ 492*150812a8SEvalZero 493*150812a8SEvalZero /* Register: CCM_TASKS_STOP */ 494*150812a8SEvalZero /* Description: Stop encryption/decryption */ 495*150812a8SEvalZero 496*150812a8SEvalZero /* Bit 0 : */ 497*150812a8SEvalZero #define CCM_TASKS_STOP_TASKS_STOP_Pos (0UL) /*!< Position of TASKS_STOP field. */ 498*150812a8SEvalZero #define CCM_TASKS_STOP_TASKS_STOP_Msk (0x1UL << CCM_TASKS_STOP_TASKS_STOP_Pos) /*!< Bit mask of TASKS_STOP field. */ 499*150812a8SEvalZero 500*150812a8SEvalZero /* Register: CCM_TASKS_RATEOVERRIDE */ 501*150812a8SEvalZero /* Description: Override DATARATE setting in MODE register with the contents of the RATEOVERRIDE register for any ongoing encryption/decryption */ 502*150812a8SEvalZero 503*150812a8SEvalZero /* Bit 0 : */ 504*150812a8SEvalZero #define CCM_TASKS_RATEOVERRIDE_TASKS_RATEOVERRIDE_Pos (0UL) /*!< Position of TASKS_RATEOVERRIDE field. */ 505*150812a8SEvalZero #define CCM_TASKS_RATEOVERRIDE_TASKS_RATEOVERRIDE_Msk (0x1UL << CCM_TASKS_RATEOVERRIDE_TASKS_RATEOVERRIDE_Pos) /*!< Bit mask of TASKS_RATEOVERRIDE field. */ 506*150812a8SEvalZero 507*150812a8SEvalZero /* Register: CCM_EVENTS_ENDKSGEN */ 508*150812a8SEvalZero /* Description: Key-stream generation complete */ 509*150812a8SEvalZero 510*150812a8SEvalZero /* Bit 0 : */ 511*150812a8SEvalZero #define CCM_EVENTS_ENDKSGEN_EVENTS_ENDKSGEN_Pos (0UL) /*!< Position of EVENTS_ENDKSGEN field. */ 512*150812a8SEvalZero #define CCM_EVENTS_ENDKSGEN_EVENTS_ENDKSGEN_Msk (0x1UL << CCM_EVENTS_ENDKSGEN_EVENTS_ENDKSGEN_Pos) /*!< Bit mask of EVENTS_ENDKSGEN field. */ 513*150812a8SEvalZero 514*150812a8SEvalZero /* Register: CCM_EVENTS_ENDCRYPT */ 515*150812a8SEvalZero /* Description: Encrypt/decrypt complete */ 516*150812a8SEvalZero 517*150812a8SEvalZero /* Bit 0 : */ 518*150812a8SEvalZero #define CCM_EVENTS_ENDCRYPT_EVENTS_ENDCRYPT_Pos (0UL) /*!< Position of EVENTS_ENDCRYPT field. */ 519*150812a8SEvalZero #define CCM_EVENTS_ENDCRYPT_EVENTS_ENDCRYPT_Msk (0x1UL << CCM_EVENTS_ENDCRYPT_EVENTS_ENDCRYPT_Pos) /*!< Bit mask of EVENTS_ENDCRYPT field. */ 520*150812a8SEvalZero 521*150812a8SEvalZero /* Register: CCM_EVENTS_ERROR */ 522*150812a8SEvalZero /* Description: Deprecated register - CCM error event */ 523*150812a8SEvalZero 524*150812a8SEvalZero /* Bit 0 : */ 525*150812a8SEvalZero #define CCM_EVENTS_ERROR_EVENTS_ERROR_Pos (0UL) /*!< Position of EVENTS_ERROR field. */ 526*150812a8SEvalZero #define CCM_EVENTS_ERROR_EVENTS_ERROR_Msk (0x1UL << CCM_EVENTS_ERROR_EVENTS_ERROR_Pos) /*!< Bit mask of EVENTS_ERROR field. */ 527*150812a8SEvalZero 528*150812a8SEvalZero /* Register: CCM_SHORTS */ 529*150812a8SEvalZero /* Description: Shortcut register */ 530*150812a8SEvalZero 531*150812a8SEvalZero /* Bit 0 : Shortcut between ENDKSGEN event and CRYPT task */ 532*150812a8SEvalZero #define CCM_SHORTS_ENDKSGEN_CRYPT_Pos (0UL) /*!< Position of ENDKSGEN_CRYPT field. */ 533*150812a8SEvalZero #define CCM_SHORTS_ENDKSGEN_CRYPT_Msk (0x1UL << CCM_SHORTS_ENDKSGEN_CRYPT_Pos) /*!< Bit mask of ENDKSGEN_CRYPT field. */ 534*150812a8SEvalZero #define CCM_SHORTS_ENDKSGEN_CRYPT_Disabled (0UL) /*!< Disable shortcut */ 535*150812a8SEvalZero #define CCM_SHORTS_ENDKSGEN_CRYPT_Enabled (1UL) /*!< Enable shortcut */ 536*150812a8SEvalZero 537*150812a8SEvalZero /* Register: CCM_INTENSET */ 538*150812a8SEvalZero /* Description: Enable interrupt */ 539*150812a8SEvalZero 540*150812a8SEvalZero /* Bit 2 : Write '1' to enable interrupt for ERROR event */ 541*150812a8SEvalZero #define CCM_INTENSET_ERROR_Pos (2UL) /*!< Position of ERROR field. */ 542*150812a8SEvalZero #define CCM_INTENSET_ERROR_Msk (0x1UL << CCM_INTENSET_ERROR_Pos) /*!< Bit mask of ERROR field. */ 543*150812a8SEvalZero #define CCM_INTENSET_ERROR_Disabled (0UL) /*!< Read: Disabled */ 544*150812a8SEvalZero #define CCM_INTENSET_ERROR_Enabled (1UL) /*!< Read: Enabled */ 545*150812a8SEvalZero #define CCM_INTENSET_ERROR_Set (1UL) /*!< Enable */ 546*150812a8SEvalZero 547*150812a8SEvalZero /* Bit 1 : Write '1' to enable interrupt for ENDCRYPT event */ 548*150812a8SEvalZero #define CCM_INTENSET_ENDCRYPT_Pos (1UL) /*!< Position of ENDCRYPT field. */ 549*150812a8SEvalZero #define CCM_INTENSET_ENDCRYPT_Msk (0x1UL << CCM_INTENSET_ENDCRYPT_Pos) /*!< Bit mask of ENDCRYPT field. */ 550*150812a8SEvalZero #define CCM_INTENSET_ENDCRYPT_Disabled (0UL) /*!< Read: Disabled */ 551*150812a8SEvalZero #define CCM_INTENSET_ENDCRYPT_Enabled (1UL) /*!< Read: Enabled */ 552*150812a8SEvalZero #define CCM_INTENSET_ENDCRYPT_Set (1UL) /*!< Enable */ 553*150812a8SEvalZero 554*150812a8SEvalZero /* Bit 0 : Write '1' to enable interrupt for ENDKSGEN event */ 555*150812a8SEvalZero #define CCM_INTENSET_ENDKSGEN_Pos (0UL) /*!< Position of ENDKSGEN field. */ 556*150812a8SEvalZero #define CCM_INTENSET_ENDKSGEN_Msk (0x1UL << CCM_INTENSET_ENDKSGEN_Pos) /*!< Bit mask of ENDKSGEN field. */ 557*150812a8SEvalZero #define CCM_INTENSET_ENDKSGEN_Disabled (0UL) /*!< Read: Disabled */ 558*150812a8SEvalZero #define CCM_INTENSET_ENDKSGEN_Enabled (1UL) /*!< Read: Enabled */ 559*150812a8SEvalZero #define CCM_INTENSET_ENDKSGEN_Set (1UL) /*!< Enable */ 560*150812a8SEvalZero 561*150812a8SEvalZero /* Register: CCM_INTENCLR */ 562*150812a8SEvalZero /* Description: Disable interrupt */ 563*150812a8SEvalZero 564*150812a8SEvalZero /* Bit 2 : Write '1' to disable interrupt for ERROR event */ 565*150812a8SEvalZero #define CCM_INTENCLR_ERROR_Pos (2UL) /*!< Position of ERROR field. */ 566*150812a8SEvalZero #define CCM_INTENCLR_ERROR_Msk (0x1UL << CCM_INTENCLR_ERROR_Pos) /*!< Bit mask of ERROR field. */ 567*150812a8SEvalZero #define CCM_INTENCLR_ERROR_Disabled (0UL) /*!< Read: Disabled */ 568*150812a8SEvalZero #define CCM_INTENCLR_ERROR_Enabled (1UL) /*!< Read: Enabled */ 569*150812a8SEvalZero #define CCM_INTENCLR_ERROR_Clear (1UL) /*!< Disable */ 570*150812a8SEvalZero 571*150812a8SEvalZero /* Bit 1 : Write '1' to disable interrupt for ENDCRYPT event */ 572*150812a8SEvalZero #define CCM_INTENCLR_ENDCRYPT_Pos (1UL) /*!< Position of ENDCRYPT field. */ 573*150812a8SEvalZero #define CCM_INTENCLR_ENDCRYPT_Msk (0x1UL << CCM_INTENCLR_ENDCRYPT_Pos) /*!< Bit mask of ENDCRYPT field. */ 574*150812a8SEvalZero #define CCM_INTENCLR_ENDCRYPT_Disabled (0UL) /*!< Read: Disabled */ 575*150812a8SEvalZero #define CCM_INTENCLR_ENDCRYPT_Enabled (1UL) /*!< Read: Enabled */ 576*150812a8SEvalZero #define CCM_INTENCLR_ENDCRYPT_Clear (1UL) /*!< Disable */ 577*150812a8SEvalZero 578*150812a8SEvalZero /* Bit 0 : Write '1' to disable interrupt for ENDKSGEN event */ 579*150812a8SEvalZero #define CCM_INTENCLR_ENDKSGEN_Pos (0UL) /*!< Position of ENDKSGEN field. */ 580*150812a8SEvalZero #define CCM_INTENCLR_ENDKSGEN_Msk (0x1UL << CCM_INTENCLR_ENDKSGEN_Pos) /*!< Bit mask of ENDKSGEN field. */ 581*150812a8SEvalZero #define CCM_INTENCLR_ENDKSGEN_Disabled (0UL) /*!< Read: Disabled */ 582*150812a8SEvalZero #define CCM_INTENCLR_ENDKSGEN_Enabled (1UL) /*!< Read: Enabled */ 583*150812a8SEvalZero #define CCM_INTENCLR_ENDKSGEN_Clear (1UL) /*!< Disable */ 584*150812a8SEvalZero 585*150812a8SEvalZero /* Register: CCM_MICSTATUS */ 586*150812a8SEvalZero /* Description: MIC check result */ 587*150812a8SEvalZero 588*150812a8SEvalZero /* Bit 0 : The result of the MIC check performed during the previous decryption operation */ 589*150812a8SEvalZero #define CCM_MICSTATUS_MICSTATUS_Pos (0UL) /*!< Position of MICSTATUS field. */ 590*150812a8SEvalZero #define CCM_MICSTATUS_MICSTATUS_Msk (0x1UL << CCM_MICSTATUS_MICSTATUS_Pos) /*!< Bit mask of MICSTATUS field. */ 591*150812a8SEvalZero #define CCM_MICSTATUS_MICSTATUS_CheckFailed (0UL) /*!< MIC check failed */ 592*150812a8SEvalZero #define CCM_MICSTATUS_MICSTATUS_CheckPassed (1UL) /*!< MIC check passed */ 593*150812a8SEvalZero 594*150812a8SEvalZero /* Register: CCM_ENABLE */ 595*150812a8SEvalZero /* Description: Enable */ 596*150812a8SEvalZero 597*150812a8SEvalZero /* Bits 1..0 : Enable or disable CCM */ 598*150812a8SEvalZero #define CCM_ENABLE_ENABLE_Pos (0UL) /*!< Position of ENABLE field. */ 599*150812a8SEvalZero #define CCM_ENABLE_ENABLE_Msk (0x3UL << CCM_ENABLE_ENABLE_Pos) /*!< Bit mask of ENABLE field. */ 600*150812a8SEvalZero #define CCM_ENABLE_ENABLE_Disabled (0UL) /*!< Disable */ 601*150812a8SEvalZero #define CCM_ENABLE_ENABLE_Enabled (2UL) /*!< Enable */ 602*150812a8SEvalZero 603*150812a8SEvalZero /* Register: CCM_MODE */ 604*150812a8SEvalZero /* Description: Operation mode */ 605*150812a8SEvalZero 606*150812a8SEvalZero /* Bit 24 : Packet length configuration */ 607*150812a8SEvalZero #define CCM_MODE_LENGTH_Pos (24UL) /*!< Position of LENGTH field. */ 608*150812a8SEvalZero #define CCM_MODE_LENGTH_Msk (0x1UL << CCM_MODE_LENGTH_Pos) /*!< Bit mask of LENGTH field. */ 609*150812a8SEvalZero #define CCM_MODE_LENGTH_Default (0UL) /*!< Default length. Effective length of LENGTH field in encrypted/decrypted packet is 5 bits. A key-stream for packet payloads up to 27 bytes will be generated. */ 610*150812a8SEvalZero #define CCM_MODE_LENGTH_Extended (1UL) /*!< Extended length. Effective length of LENGTH field in encrypted/decrypted packet is 8 bits. A key-stream for packet payloads up to MAXPACKETSIZE bytes will be generated. */ 611*150812a8SEvalZero 612*150812a8SEvalZero /* Bits 17..16 : Radio data rate that the CCM shall run synchronous with */ 613*150812a8SEvalZero #define CCM_MODE_DATARATE_Pos (16UL) /*!< Position of DATARATE field. */ 614*150812a8SEvalZero #define CCM_MODE_DATARATE_Msk (0x3UL << CCM_MODE_DATARATE_Pos) /*!< Bit mask of DATARATE field. */ 615*150812a8SEvalZero #define CCM_MODE_DATARATE_1Mbit (0UL) /*!< 1 Mbps */ 616*150812a8SEvalZero #define CCM_MODE_DATARATE_2Mbit (1UL) /*!< 2 Mbps */ 617*150812a8SEvalZero #define CCM_MODE_DATARATE_125Kbps (2UL) /*!< 125 Kbps */ 618*150812a8SEvalZero #define CCM_MODE_DATARATE_500Kbps (3UL) /*!< 500 Kbps */ 619*150812a8SEvalZero 620*150812a8SEvalZero /* Bit 0 : The mode of operation to be used. The settings in this register apply whenever either the KSGEN or CRYPT tasks are triggered. */ 621*150812a8SEvalZero #define CCM_MODE_MODE_Pos (0UL) /*!< Position of MODE field. */ 622*150812a8SEvalZero #define CCM_MODE_MODE_Msk (0x1UL << CCM_MODE_MODE_Pos) /*!< Bit mask of MODE field. */ 623*150812a8SEvalZero #define CCM_MODE_MODE_Encryption (0UL) /*!< AES CCM packet encryption mode */ 624*150812a8SEvalZero #define CCM_MODE_MODE_Decryption (1UL) /*!< AES CCM packet decryption mode */ 625*150812a8SEvalZero 626*150812a8SEvalZero /* Register: CCM_CNFPTR */ 627*150812a8SEvalZero /* Description: Pointer to data structure holding AES key and NONCE vector */ 628*150812a8SEvalZero 629*150812a8SEvalZero /* Bits 31..0 : Pointer to the data structure holding the AES key and the CCM NONCE vector (see Table 1 CCM data structure overview) */ 630*150812a8SEvalZero #define CCM_CNFPTR_CNFPTR_Pos (0UL) /*!< Position of CNFPTR field. */ 631*150812a8SEvalZero #define CCM_CNFPTR_CNFPTR_Msk (0xFFFFFFFFUL << CCM_CNFPTR_CNFPTR_Pos) /*!< Bit mask of CNFPTR field. */ 632*150812a8SEvalZero 633*150812a8SEvalZero /* Register: CCM_INPTR */ 634*150812a8SEvalZero /* Description: Input pointer */ 635*150812a8SEvalZero 636*150812a8SEvalZero /* Bits 31..0 : Input pointer */ 637*150812a8SEvalZero #define CCM_INPTR_INPTR_Pos (0UL) /*!< Position of INPTR field. */ 638*150812a8SEvalZero #define CCM_INPTR_INPTR_Msk (0xFFFFFFFFUL << CCM_INPTR_INPTR_Pos) /*!< Bit mask of INPTR field. */ 639*150812a8SEvalZero 640*150812a8SEvalZero /* Register: CCM_OUTPTR */ 641*150812a8SEvalZero /* Description: Output pointer */ 642*150812a8SEvalZero 643*150812a8SEvalZero /* Bits 31..0 : Output pointer */ 644*150812a8SEvalZero #define CCM_OUTPTR_OUTPTR_Pos (0UL) /*!< Position of OUTPTR field. */ 645*150812a8SEvalZero #define CCM_OUTPTR_OUTPTR_Msk (0xFFFFFFFFUL << CCM_OUTPTR_OUTPTR_Pos) /*!< Bit mask of OUTPTR field. */ 646*150812a8SEvalZero 647*150812a8SEvalZero /* Register: CCM_SCRATCHPTR */ 648*150812a8SEvalZero /* Description: Pointer to data area used for temporary storage */ 649*150812a8SEvalZero 650*150812a8SEvalZero /* Bits 31..0 : Pointer to a scratch data area used for temporary storage during key-stream generation, 651*150812a8SEvalZero MIC generation and encryption/decryption. */ 652*150812a8SEvalZero #define CCM_SCRATCHPTR_SCRATCHPTR_Pos (0UL) /*!< Position of SCRATCHPTR field. */ 653*150812a8SEvalZero #define CCM_SCRATCHPTR_SCRATCHPTR_Msk (0xFFFFFFFFUL << CCM_SCRATCHPTR_SCRATCHPTR_Pos) /*!< Bit mask of SCRATCHPTR field. */ 654*150812a8SEvalZero 655*150812a8SEvalZero /* Register: CCM_MAXPACKETSIZE */ 656*150812a8SEvalZero /* Description: Length of key-stream generated when MODE.LENGTH = Extended. */ 657*150812a8SEvalZero 658*150812a8SEvalZero /* Bits 7..0 : Length of key-stream generated when MODE.LENGTH = Extended. This value must be greater or equal to the subsequent packet payload to be encrypted/decrypted. */ 659*150812a8SEvalZero #define CCM_MAXPACKETSIZE_MAXPACKETSIZE_Pos (0UL) /*!< Position of MAXPACKETSIZE field. */ 660*150812a8SEvalZero #define CCM_MAXPACKETSIZE_MAXPACKETSIZE_Msk (0xFFUL << CCM_MAXPACKETSIZE_MAXPACKETSIZE_Pos) /*!< Bit mask of MAXPACKETSIZE field. */ 661*150812a8SEvalZero 662*150812a8SEvalZero /* Register: CCM_RATEOVERRIDE */ 663*150812a8SEvalZero /* Description: Data rate override setting. */ 664*150812a8SEvalZero 665*150812a8SEvalZero /* Bits 1..0 : Data rate override setting. */ 666*150812a8SEvalZero #define CCM_RATEOVERRIDE_RATEOVERRIDE_Pos (0UL) /*!< Position of RATEOVERRIDE field. */ 667*150812a8SEvalZero #define CCM_RATEOVERRIDE_RATEOVERRIDE_Msk (0x3UL << CCM_RATEOVERRIDE_RATEOVERRIDE_Pos) /*!< Bit mask of RATEOVERRIDE field. */ 668*150812a8SEvalZero #define CCM_RATEOVERRIDE_RATEOVERRIDE_1Mbit (0UL) /*!< 1 Mbps */ 669*150812a8SEvalZero #define CCM_RATEOVERRIDE_RATEOVERRIDE_2Mbit (1UL) /*!< 2 Mbps */ 670*150812a8SEvalZero #define CCM_RATEOVERRIDE_RATEOVERRIDE_125Kbps (2UL) /*!< 125 Kbps */ 671*150812a8SEvalZero #define CCM_RATEOVERRIDE_RATEOVERRIDE_500Kbps (3UL) /*!< 500 Kbps */ 672*150812a8SEvalZero 673*150812a8SEvalZero 674*150812a8SEvalZero /* Peripheral: CLOCK */ 675*150812a8SEvalZero /* Description: Clock control */ 676*150812a8SEvalZero 677*150812a8SEvalZero /* Register: CLOCK_TASKS_HFCLKSTART */ 678*150812a8SEvalZero /* Description: Start HFCLK crystal oscillator */ 679*150812a8SEvalZero 680*150812a8SEvalZero /* Bit 0 : */ 681*150812a8SEvalZero #define CLOCK_TASKS_HFCLKSTART_TASKS_HFCLKSTART_Pos (0UL) /*!< Position of TASKS_HFCLKSTART field. */ 682*150812a8SEvalZero #define CLOCK_TASKS_HFCLKSTART_TASKS_HFCLKSTART_Msk (0x1UL << CLOCK_TASKS_HFCLKSTART_TASKS_HFCLKSTART_Pos) /*!< Bit mask of TASKS_HFCLKSTART field. */ 683*150812a8SEvalZero 684*150812a8SEvalZero /* Register: CLOCK_TASKS_HFCLKSTOP */ 685*150812a8SEvalZero /* Description: Stop HFCLK crystal oscillator */ 686*150812a8SEvalZero 687*150812a8SEvalZero /* Bit 0 : */ 688*150812a8SEvalZero #define CLOCK_TASKS_HFCLKSTOP_TASKS_HFCLKSTOP_Pos (0UL) /*!< Position of TASKS_HFCLKSTOP field. */ 689*150812a8SEvalZero #define CLOCK_TASKS_HFCLKSTOP_TASKS_HFCLKSTOP_Msk (0x1UL << CLOCK_TASKS_HFCLKSTOP_TASKS_HFCLKSTOP_Pos) /*!< Bit mask of TASKS_HFCLKSTOP field. */ 690*150812a8SEvalZero 691*150812a8SEvalZero /* Register: CLOCK_TASKS_LFCLKSTART */ 692*150812a8SEvalZero /* Description: Start LFCLK source */ 693*150812a8SEvalZero 694*150812a8SEvalZero /* Bit 0 : */ 695*150812a8SEvalZero #define CLOCK_TASKS_LFCLKSTART_TASKS_LFCLKSTART_Pos (0UL) /*!< Position of TASKS_LFCLKSTART field. */ 696*150812a8SEvalZero #define CLOCK_TASKS_LFCLKSTART_TASKS_LFCLKSTART_Msk (0x1UL << CLOCK_TASKS_LFCLKSTART_TASKS_LFCLKSTART_Pos) /*!< Bit mask of TASKS_LFCLKSTART field. */ 697*150812a8SEvalZero 698*150812a8SEvalZero /* Register: CLOCK_TASKS_LFCLKSTOP */ 699*150812a8SEvalZero /* Description: Stop LFCLK source */ 700*150812a8SEvalZero 701*150812a8SEvalZero /* Bit 0 : */ 702*150812a8SEvalZero #define CLOCK_TASKS_LFCLKSTOP_TASKS_LFCLKSTOP_Pos (0UL) /*!< Position of TASKS_LFCLKSTOP field. */ 703*150812a8SEvalZero #define CLOCK_TASKS_LFCLKSTOP_TASKS_LFCLKSTOP_Msk (0x1UL << CLOCK_TASKS_LFCLKSTOP_TASKS_LFCLKSTOP_Pos) /*!< Bit mask of TASKS_LFCLKSTOP field. */ 704*150812a8SEvalZero 705*150812a8SEvalZero /* Register: CLOCK_TASKS_CAL */ 706*150812a8SEvalZero /* Description: Start calibration of LFRC oscillator */ 707*150812a8SEvalZero 708*150812a8SEvalZero /* Bit 0 : */ 709*150812a8SEvalZero #define CLOCK_TASKS_CAL_TASKS_CAL_Pos (0UL) /*!< Position of TASKS_CAL field. */ 710*150812a8SEvalZero #define CLOCK_TASKS_CAL_TASKS_CAL_Msk (0x1UL << CLOCK_TASKS_CAL_TASKS_CAL_Pos) /*!< Bit mask of TASKS_CAL field. */ 711*150812a8SEvalZero 712*150812a8SEvalZero /* Register: CLOCK_TASKS_CTSTART */ 713*150812a8SEvalZero /* Description: Start calibration timer */ 714*150812a8SEvalZero 715*150812a8SEvalZero /* Bit 0 : */ 716*150812a8SEvalZero #define CLOCK_TASKS_CTSTART_TASKS_CTSTART_Pos (0UL) /*!< Position of TASKS_CTSTART field. */ 717*150812a8SEvalZero #define CLOCK_TASKS_CTSTART_TASKS_CTSTART_Msk (0x1UL << CLOCK_TASKS_CTSTART_TASKS_CTSTART_Pos) /*!< Bit mask of TASKS_CTSTART field. */ 718*150812a8SEvalZero 719*150812a8SEvalZero /* Register: CLOCK_TASKS_CTSTOP */ 720*150812a8SEvalZero /* Description: Stop calibration timer */ 721*150812a8SEvalZero 722*150812a8SEvalZero /* Bit 0 : */ 723*150812a8SEvalZero #define CLOCK_TASKS_CTSTOP_TASKS_CTSTOP_Pos (0UL) /*!< Position of TASKS_CTSTOP field. */ 724*150812a8SEvalZero #define CLOCK_TASKS_CTSTOP_TASKS_CTSTOP_Msk (0x1UL << CLOCK_TASKS_CTSTOP_TASKS_CTSTOP_Pos) /*!< Bit mask of TASKS_CTSTOP field. */ 725*150812a8SEvalZero 726*150812a8SEvalZero /* Register: CLOCK_EVENTS_HFCLKSTARTED */ 727*150812a8SEvalZero /* Description: HFCLK oscillator started */ 728*150812a8SEvalZero 729*150812a8SEvalZero /* Bit 0 : */ 730*150812a8SEvalZero #define CLOCK_EVENTS_HFCLKSTARTED_EVENTS_HFCLKSTARTED_Pos (0UL) /*!< Position of EVENTS_HFCLKSTARTED field. */ 731*150812a8SEvalZero #define CLOCK_EVENTS_HFCLKSTARTED_EVENTS_HFCLKSTARTED_Msk (0x1UL << CLOCK_EVENTS_HFCLKSTARTED_EVENTS_HFCLKSTARTED_Pos) /*!< Bit mask of EVENTS_HFCLKSTARTED field. */ 732*150812a8SEvalZero 733*150812a8SEvalZero /* Register: CLOCK_EVENTS_LFCLKSTARTED */ 734*150812a8SEvalZero /* Description: LFCLK started */ 735*150812a8SEvalZero 736*150812a8SEvalZero /* Bit 0 : */ 737*150812a8SEvalZero #define CLOCK_EVENTS_LFCLKSTARTED_EVENTS_LFCLKSTARTED_Pos (0UL) /*!< Position of EVENTS_LFCLKSTARTED field. */ 738*150812a8SEvalZero #define CLOCK_EVENTS_LFCLKSTARTED_EVENTS_LFCLKSTARTED_Msk (0x1UL << CLOCK_EVENTS_LFCLKSTARTED_EVENTS_LFCLKSTARTED_Pos) /*!< Bit mask of EVENTS_LFCLKSTARTED field. */ 739*150812a8SEvalZero 740*150812a8SEvalZero /* Register: CLOCK_EVENTS_DONE */ 741*150812a8SEvalZero /* Description: Calibration of LFCLK RC oscillator complete event */ 742*150812a8SEvalZero 743*150812a8SEvalZero /* Bit 0 : */ 744*150812a8SEvalZero #define CLOCK_EVENTS_DONE_EVENTS_DONE_Pos (0UL) /*!< Position of EVENTS_DONE field. */ 745*150812a8SEvalZero #define CLOCK_EVENTS_DONE_EVENTS_DONE_Msk (0x1UL << CLOCK_EVENTS_DONE_EVENTS_DONE_Pos) /*!< Bit mask of EVENTS_DONE field. */ 746*150812a8SEvalZero 747*150812a8SEvalZero /* Register: CLOCK_EVENTS_CTTO */ 748*150812a8SEvalZero /* Description: Calibration timer timeout */ 749*150812a8SEvalZero 750*150812a8SEvalZero /* Bit 0 : */ 751*150812a8SEvalZero #define CLOCK_EVENTS_CTTO_EVENTS_CTTO_Pos (0UL) /*!< Position of EVENTS_CTTO field. */ 752*150812a8SEvalZero #define CLOCK_EVENTS_CTTO_EVENTS_CTTO_Msk (0x1UL << CLOCK_EVENTS_CTTO_EVENTS_CTTO_Pos) /*!< Bit mask of EVENTS_CTTO field. */ 753*150812a8SEvalZero 754*150812a8SEvalZero /* Register: CLOCK_INTENSET */ 755*150812a8SEvalZero /* Description: Enable interrupt */ 756*150812a8SEvalZero 757*150812a8SEvalZero /* Bit 4 : Write '1' to enable interrupt for CTTO event */ 758*150812a8SEvalZero #define CLOCK_INTENSET_CTTO_Pos (4UL) /*!< Position of CTTO field. */ 759*150812a8SEvalZero #define CLOCK_INTENSET_CTTO_Msk (0x1UL << CLOCK_INTENSET_CTTO_Pos) /*!< Bit mask of CTTO field. */ 760*150812a8SEvalZero #define CLOCK_INTENSET_CTTO_Disabled (0UL) /*!< Read: Disabled */ 761*150812a8SEvalZero #define CLOCK_INTENSET_CTTO_Enabled (1UL) /*!< Read: Enabled */ 762*150812a8SEvalZero #define CLOCK_INTENSET_CTTO_Set (1UL) /*!< Enable */ 763*150812a8SEvalZero 764*150812a8SEvalZero /* Bit 3 : Write '1' to enable interrupt for DONE event */ 765*150812a8SEvalZero #define CLOCK_INTENSET_DONE_Pos (3UL) /*!< Position of DONE field. */ 766*150812a8SEvalZero #define CLOCK_INTENSET_DONE_Msk (0x1UL << CLOCK_INTENSET_DONE_Pos) /*!< Bit mask of DONE field. */ 767*150812a8SEvalZero #define CLOCK_INTENSET_DONE_Disabled (0UL) /*!< Read: Disabled */ 768*150812a8SEvalZero #define CLOCK_INTENSET_DONE_Enabled (1UL) /*!< Read: Enabled */ 769*150812a8SEvalZero #define CLOCK_INTENSET_DONE_Set (1UL) /*!< Enable */ 770*150812a8SEvalZero 771*150812a8SEvalZero /* Bit 1 : Write '1' to enable interrupt for LFCLKSTARTED event */ 772*150812a8SEvalZero #define CLOCK_INTENSET_LFCLKSTARTED_Pos (1UL) /*!< Position of LFCLKSTARTED field. */ 773*150812a8SEvalZero #define CLOCK_INTENSET_LFCLKSTARTED_Msk (0x1UL << CLOCK_INTENSET_LFCLKSTARTED_Pos) /*!< Bit mask of LFCLKSTARTED field. */ 774*150812a8SEvalZero #define CLOCK_INTENSET_LFCLKSTARTED_Disabled (0UL) /*!< Read: Disabled */ 775*150812a8SEvalZero #define CLOCK_INTENSET_LFCLKSTARTED_Enabled (1UL) /*!< Read: Enabled */ 776*150812a8SEvalZero #define CLOCK_INTENSET_LFCLKSTARTED_Set (1UL) /*!< Enable */ 777*150812a8SEvalZero 778*150812a8SEvalZero /* Bit 0 : Write '1' to enable interrupt for HFCLKSTARTED event */ 779*150812a8SEvalZero #define CLOCK_INTENSET_HFCLKSTARTED_Pos (0UL) /*!< Position of HFCLKSTARTED field. */ 780*150812a8SEvalZero #define CLOCK_INTENSET_HFCLKSTARTED_Msk (0x1UL << CLOCK_INTENSET_HFCLKSTARTED_Pos) /*!< Bit mask of HFCLKSTARTED field. */ 781*150812a8SEvalZero #define CLOCK_INTENSET_HFCLKSTARTED_Disabled (0UL) /*!< Read: Disabled */ 782*150812a8SEvalZero #define CLOCK_INTENSET_HFCLKSTARTED_Enabled (1UL) /*!< Read: Enabled */ 783*150812a8SEvalZero #define CLOCK_INTENSET_HFCLKSTARTED_Set (1UL) /*!< Enable */ 784*150812a8SEvalZero 785*150812a8SEvalZero /* Register: CLOCK_INTENCLR */ 786*150812a8SEvalZero /* Description: Disable interrupt */ 787*150812a8SEvalZero 788*150812a8SEvalZero /* Bit 4 : Write '1' to disable interrupt for CTTO event */ 789*150812a8SEvalZero #define CLOCK_INTENCLR_CTTO_Pos (4UL) /*!< Position of CTTO field. */ 790*150812a8SEvalZero #define CLOCK_INTENCLR_CTTO_Msk (0x1UL << CLOCK_INTENCLR_CTTO_Pos) /*!< Bit mask of CTTO field. */ 791*150812a8SEvalZero #define CLOCK_INTENCLR_CTTO_Disabled (0UL) /*!< Read: Disabled */ 792*150812a8SEvalZero #define CLOCK_INTENCLR_CTTO_Enabled (1UL) /*!< Read: Enabled */ 793*150812a8SEvalZero #define CLOCK_INTENCLR_CTTO_Clear (1UL) /*!< Disable */ 794*150812a8SEvalZero 795*150812a8SEvalZero /* Bit 3 : Write '1' to disable interrupt for DONE event */ 796*150812a8SEvalZero #define CLOCK_INTENCLR_DONE_Pos (3UL) /*!< Position of DONE field. */ 797*150812a8SEvalZero #define CLOCK_INTENCLR_DONE_Msk (0x1UL << CLOCK_INTENCLR_DONE_Pos) /*!< Bit mask of DONE field. */ 798*150812a8SEvalZero #define CLOCK_INTENCLR_DONE_Disabled (0UL) /*!< Read: Disabled */ 799*150812a8SEvalZero #define CLOCK_INTENCLR_DONE_Enabled (1UL) /*!< Read: Enabled */ 800*150812a8SEvalZero #define CLOCK_INTENCLR_DONE_Clear (1UL) /*!< Disable */ 801*150812a8SEvalZero 802*150812a8SEvalZero /* Bit 1 : Write '1' to disable interrupt for LFCLKSTARTED event */ 803*150812a8SEvalZero #define CLOCK_INTENCLR_LFCLKSTARTED_Pos (1UL) /*!< Position of LFCLKSTARTED field. */ 804*150812a8SEvalZero #define CLOCK_INTENCLR_LFCLKSTARTED_Msk (0x1UL << CLOCK_INTENCLR_LFCLKSTARTED_Pos) /*!< Bit mask of LFCLKSTARTED field. */ 805*150812a8SEvalZero #define CLOCK_INTENCLR_LFCLKSTARTED_Disabled (0UL) /*!< Read: Disabled */ 806*150812a8SEvalZero #define CLOCK_INTENCLR_LFCLKSTARTED_Enabled (1UL) /*!< Read: Enabled */ 807*150812a8SEvalZero #define CLOCK_INTENCLR_LFCLKSTARTED_Clear (1UL) /*!< Disable */ 808*150812a8SEvalZero 809*150812a8SEvalZero /* Bit 0 : Write '1' to disable interrupt for HFCLKSTARTED event */ 810*150812a8SEvalZero #define CLOCK_INTENCLR_HFCLKSTARTED_Pos (0UL) /*!< Position of HFCLKSTARTED field. */ 811*150812a8SEvalZero #define CLOCK_INTENCLR_HFCLKSTARTED_Msk (0x1UL << CLOCK_INTENCLR_HFCLKSTARTED_Pos) /*!< Bit mask of HFCLKSTARTED field. */ 812*150812a8SEvalZero #define CLOCK_INTENCLR_HFCLKSTARTED_Disabled (0UL) /*!< Read: Disabled */ 813*150812a8SEvalZero #define CLOCK_INTENCLR_HFCLKSTARTED_Enabled (1UL) /*!< Read: Enabled */ 814*150812a8SEvalZero #define CLOCK_INTENCLR_HFCLKSTARTED_Clear (1UL) /*!< Disable */ 815*150812a8SEvalZero 816*150812a8SEvalZero /* Register: CLOCK_HFCLKRUN */ 817*150812a8SEvalZero /* Description: Status indicating that HFCLKSTART task has been triggered */ 818*150812a8SEvalZero 819*150812a8SEvalZero /* Bit 0 : HFCLKSTART task triggered or not */ 820*150812a8SEvalZero #define CLOCK_HFCLKRUN_STATUS_Pos (0UL) /*!< Position of STATUS field. */ 821*150812a8SEvalZero #define CLOCK_HFCLKRUN_STATUS_Msk (0x1UL << CLOCK_HFCLKRUN_STATUS_Pos) /*!< Bit mask of STATUS field. */ 822*150812a8SEvalZero #define CLOCK_HFCLKRUN_STATUS_NotTriggered (0UL) /*!< Task not triggered */ 823*150812a8SEvalZero #define CLOCK_HFCLKRUN_STATUS_Triggered (1UL) /*!< Task triggered */ 824*150812a8SEvalZero 825*150812a8SEvalZero /* Register: CLOCK_HFCLKSTAT */ 826*150812a8SEvalZero /* Description: HFCLK status */ 827*150812a8SEvalZero 828*150812a8SEvalZero /* Bit 16 : HFCLK state */ 829*150812a8SEvalZero #define CLOCK_HFCLKSTAT_STATE_Pos (16UL) /*!< Position of STATE field. */ 830*150812a8SEvalZero #define CLOCK_HFCLKSTAT_STATE_Msk (0x1UL << CLOCK_HFCLKSTAT_STATE_Pos) /*!< Bit mask of STATE field. */ 831*150812a8SEvalZero #define CLOCK_HFCLKSTAT_STATE_NotRunning (0UL) /*!< HFCLK not running */ 832*150812a8SEvalZero #define CLOCK_HFCLKSTAT_STATE_Running (1UL) /*!< HFCLK running */ 833*150812a8SEvalZero 834*150812a8SEvalZero /* Bit 0 : Source of HFCLK */ 835*150812a8SEvalZero #define CLOCK_HFCLKSTAT_SRC_Pos (0UL) /*!< Position of SRC field. */ 836*150812a8SEvalZero #define CLOCK_HFCLKSTAT_SRC_Msk (0x1UL << CLOCK_HFCLKSTAT_SRC_Pos) /*!< Bit mask of SRC field. */ 837*150812a8SEvalZero #define CLOCK_HFCLKSTAT_SRC_RC (0UL) /*!< 64 MHz internal oscillator (HFINT) */ 838*150812a8SEvalZero #define CLOCK_HFCLKSTAT_SRC_Xtal (1UL) /*!< 64 MHz crystal oscillator (HFXO) */ 839*150812a8SEvalZero 840*150812a8SEvalZero /* Register: CLOCK_LFCLKRUN */ 841*150812a8SEvalZero /* Description: Status indicating that LFCLKSTART task has been triggered */ 842*150812a8SEvalZero 843*150812a8SEvalZero /* Bit 0 : LFCLKSTART task triggered or not */ 844*150812a8SEvalZero #define CLOCK_LFCLKRUN_STATUS_Pos (0UL) /*!< Position of STATUS field. */ 845*150812a8SEvalZero #define CLOCK_LFCLKRUN_STATUS_Msk (0x1UL << CLOCK_LFCLKRUN_STATUS_Pos) /*!< Bit mask of STATUS field. */ 846*150812a8SEvalZero #define CLOCK_LFCLKRUN_STATUS_NotTriggered (0UL) /*!< Task not triggered */ 847*150812a8SEvalZero #define CLOCK_LFCLKRUN_STATUS_Triggered (1UL) /*!< Task triggered */ 848*150812a8SEvalZero 849*150812a8SEvalZero /* Register: CLOCK_LFCLKSTAT */ 850*150812a8SEvalZero /* Description: LFCLK status */ 851*150812a8SEvalZero 852*150812a8SEvalZero /* Bit 16 : LFCLK state */ 853*150812a8SEvalZero #define CLOCK_LFCLKSTAT_STATE_Pos (16UL) /*!< Position of STATE field. */ 854*150812a8SEvalZero #define CLOCK_LFCLKSTAT_STATE_Msk (0x1UL << CLOCK_LFCLKSTAT_STATE_Pos) /*!< Bit mask of STATE field. */ 855*150812a8SEvalZero #define CLOCK_LFCLKSTAT_STATE_NotRunning (0UL) /*!< LFCLK not running */ 856*150812a8SEvalZero #define CLOCK_LFCLKSTAT_STATE_Running (1UL) /*!< LFCLK running */ 857*150812a8SEvalZero 858*150812a8SEvalZero /* Bits 1..0 : Source of LFCLK */ 859*150812a8SEvalZero #define CLOCK_LFCLKSTAT_SRC_Pos (0UL) /*!< Position of SRC field. */ 860*150812a8SEvalZero #define CLOCK_LFCLKSTAT_SRC_Msk (0x3UL << CLOCK_LFCLKSTAT_SRC_Pos) /*!< Bit mask of SRC field. */ 861*150812a8SEvalZero #define CLOCK_LFCLKSTAT_SRC_RC (0UL) /*!< 32.768 kHz RC oscillator */ 862*150812a8SEvalZero #define CLOCK_LFCLKSTAT_SRC_Xtal (1UL) /*!< 32.768 kHz crystal oscillator */ 863*150812a8SEvalZero #define CLOCK_LFCLKSTAT_SRC_Synth (2UL) /*!< 32.768 kHz synthesized from HFCLK */ 864*150812a8SEvalZero 865*150812a8SEvalZero /* Register: CLOCK_LFCLKSRCCOPY */ 866*150812a8SEvalZero /* Description: Copy of LFCLKSRC register, set when LFCLKSTART task was triggered */ 867*150812a8SEvalZero 868*150812a8SEvalZero /* Bits 1..0 : Clock source */ 869*150812a8SEvalZero #define CLOCK_LFCLKSRCCOPY_SRC_Pos (0UL) /*!< Position of SRC field. */ 870*150812a8SEvalZero #define CLOCK_LFCLKSRCCOPY_SRC_Msk (0x3UL << CLOCK_LFCLKSRCCOPY_SRC_Pos) /*!< Bit mask of SRC field. */ 871*150812a8SEvalZero #define CLOCK_LFCLKSRCCOPY_SRC_RC (0UL) /*!< 32.768 kHz RC oscillator */ 872*150812a8SEvalZero #define CLOCK_LFCLKSRCCOPY_SRC_Xtal (1UL) /*!< 32.768 kHz crystal oscillator */ 873*150812a8SEvalZero #define CLOCK_LFCLKSRCCOPY_SRC_Synth (2UL) /*!< 32.768 kHz synthesized from HFCLK */ 874*150812a8SEvalZero 875*150812a8SEvalZero /* Register: CLOCK_LFCLKSRC */ 876*150812a8SEvalZero /* Description: Clock source for the LFCLK */ 877*150812a8SEvalZero 878*150812a8SEvalZero /* Bit 17 : Enable or disable external source for LFCLK */ 879*150812a8SEvalZero #define CLOCK_LFCLKSRC_EXTERNAL_Pos (17UL) /*!< Position of EXTERNAL field. */ 880*150812a8SEvalZero #define CLOCK_LFCLKSRC_EXTERNAL_Msk (0x1UL << CLOCK_LFCLKSRC_EXTERNAL_Pos) /*!< Bit mask of EXTERNAL field. */ 881*150812a8SEvalZero #define CLOCK_LFCLKSRC_EXTERNAL_Disabled (0UL) /*!< Disable external source (use with Xtal) */ 882*150812a8SEvalZero #define CLOCK_LFCLKSRC_EXTERNAL_Enabled (1UL) /*!< Enable use of external source instead of Xtal (SRC needs to be set to Xtal) */ 883*150812a8SEvalZero 884*150812a8SEvalZero /* Bit 16 : Enable or disable bypass of LFCLK crystal oscillator with external clock source */ 885*150812a8SEvalZero #define CLOCK_LFCLKSRC_BYPASS_Pos (16UL) /*!< Position of BYPASS field. */ 886*150812a8SEvalZero #define CLOCK_LFCLKSRC_BYPASS_Msk (0x1UL << CLOCK_LFCLKSRC_BYPASS_Pos) /*!< Bit mask of BYPASS field. */ 887*150812a8SEvalZero #define CLOCK_LFCLKSRC_BYPASS_Disabled (0UL) /*!< Disable (use with Xtal or low-swing external source) */ 888*150812a8SEvalZero #define CLOCK_LFCLKSRC_BYPASS_Enabled (1UL) /*!< Enable (use with rail-to-rail external source) */ 889*150812a8SEvalZero 890*150812a8SEvalZero /* Bits 1..0 : Clock source */ 891*150812a8SEvalZero #define CLOCK_LFCLKSRC_SRC_Pos (0UL) /*!< Position of SRC field. */ 892*150812a8SEvalZero #define CLOCK_LFCLKSRC_SRC_Msk (0x3UL << CLOCK_LFCLKSRC_SRC_Pos) /*!< Bit mask of SRC field. */ 893*150812a8SEvalZero #define CLOCK_LFCLKSRC_SRC_RC (0UL) /*!< 32.768 kHz RC oscillator */ 894*150812a8SEvalZero #define CLOCK_LFCLKSRC_SRC_Xtal (1UL) /*!< 32.768 kHz crystal oscillator */ 895*150812a8SEvalZero #define CLOCK_LFCLKSRC_SRC_Synth (2UL) /*!< 32.768 kHz synthesized from HFCLK */ 896*150812a8SEvalZero 897*150812a8SEvalZero /* Register: CLOCK_CTIV */ 898*150812a8SEvalZero /* Description: Calibration timer interval */ 899*150812a8SEvalZero 900*150812a8SEvalZero /* Bits 6..0 : Calibration timer interval in multiple of 0.25 seconds. Range: 0.25 seconds to 31.75 seconds. */ 901*150812a8SEvalZero #define CLOCK_CTIV_CTIV_Pos (0UL) /*!< Position of CTIV field. */ 902*150812a8SEvalZero #define CLOCK_CTIV_CTIV_Msk (0x7FUL << CLOCK_CTIV_CTIV_Pos) /*!< Bit mask of CTIV field. */ 903*150812a8SEvalZero 904*150812a8SEvalZero 905*150812a8SEvalZero /* Peripheral: COMP */ 906*150812a8SEvalZero /* Description: Comparator */ 907*150812a8SEvalZero 908*150812a8SEvalZero /* Register: COMP_TASKS_START */ 909*150812a8SEvalZero /* Description: Start comparator */ 910*150812a8SEvalZero 911*150812a8SEvalZero /* Bit 0 : */ 912*150812a8SEvalZero #define COMP_TASKS_START_TASKS_START_Pos (0UL) /*!< Position of TASKS_START field. */ 913*150812a8SEvalZero #define COMP_TASKS_START_TASKS_START_Msk (0x1UL << COMP_TASKS_START_TASKS_START_Pos) /*!< Bit mask of TASKS_START field. */ 914*150812a8SEvalZero 915*150812a8SEvalZero /* Register: COMP_TASKS_STOP */ 916*150812a8SEvalZero /* Description: Stop comparator */ 917*150812a8SEvalZero 918*150812a8SEvalZero /* Bit 0 : */ 919*150812a8SEvalZero #define COMP_TASKS_STOP_TASKS_STOP_Pos (0UL) /*!< Position of TASKS_STOP field. */ 920*150812a8SEvalZero #define COMP_TASKS_STOP_TASKS_STOP_Msk (0x1UL << COMP_TASKS_STOP_TASKS_STOP_Pos) /*!< Bit mask of TASKS_STOP field. */ 921*150812a8SEvalZero 922*150812a8SEvalZero /* Register: COMP_TASKS_SAMPLE */ 923*150812a8SEvalZero /* Description: Sample comparator value */ 924*150812a8SEvalZero 925*150812a8SEvalZero /* Bit 0 : */ 926*150812a8SEvalZero #define COMP_TASKS_SAMPLE_TASKS_SAMPLE_Pos (0UL) /*!< Position of TASKS_SAMPLE field. */ 927*150812a8SEvalZero #define COMP_TASKS_SAMPLE_TASKS_SAMPLE_Msk (0x1UL << COMP_TASKS_SAMPLE_TASKS_SAMPLE_Pos) /*!< Bit mask of TASKS_SAMPLE field. */ 928*150812a8SEvalZero 929*150812a8SEvalZero /* Register: COMP_EVENTS_READY */ 930*150812a8SEvalZero /* Description: COMP is ready and output is valid */ 931*150812a8SEvalZero 932*150812a8SEvalZero /* Bit 0 : */ 933*150812a8SEvalZero #define COMP_EVENTS_READY_EVENTS_READY_Pos (0UL) /*!< Position of EVENTS_READY field. */ 934*150812a8SEvalZero #define COMP_EVENTS_READY_EVENTS_READY_Msk (0x1UL << COMP_EVENTS_READY_EVENTS_READY_Pos) /*!< Bit mask of EVENTS_READY field. */ 935*150812a8SEvalZero 936*150812a8SEvalZero /* Register: COMP_EVENTS_DOWN */ 937*150812a8SEvalZero /* Description: Downward crossing */ 938*150812a8SEvalZero 939*150812a8SEvalZero /* Bit 0 : */ 940*150812a8SEvalZero #define COMP_EVENTS_DOWN_EVENTS_DOWN_Pos (0UL) /*!< Position of EVENTS_DOWN field. */ 941*150812a8SEvalZero #define COMP_EVENTS_DOWN_EVENTS_DOWN_Msk (0x1UL << COMP_EVENTS_DOWN_EVENTS_DOWN_Pos) /*!< Bit mask of EVENTS_DOWN field. */ 942*150812a8SEvalZero 943*150812a8SEvalZero /* Register: COMP_EVENTS_UP */ 944*150812a8SEvalZero /* Description: Upward crossing */ 945*150812a8SEvalZero 946*150812a8SEvalZero /* Bit 0 : */ 947*150812a8SEvalZero #define COMP_EVENTS_UP_EVENTS_UP_Pos (0UL) /*!< Position of EVENTS_UP field. */ 948*150812a8SEvalZero #define COMP_EVENTS_UP_EVENTS_UP_Msk (0x1UL << COMP_EVENTS_UP_EVENTS_UP_Pos) /*!< Bit mask of EVENTS_UP field. */ 949*150812a8SEvalZero 950*150812a8SEvalZero /* Register: COMP_EVENTS_CROSS */ 951*150812a8SEvalZero /* Description: Downward or upward crossing */ 952*150812a8SEvalZero 953*150812a8SEvalZero /* Bit 0 : */ 954*150812a8SEvalZero #define COMP_EVENTS_CROSS_EVENTS_CROSS_Pos (0UL) /*!< Position of EVENTS_CROSS field. */ 955*150812a8SEvalZero #define COMP_EVENTS_CROSS_EVENTS_CROSS_Msk (0x1UL << COMP_EVENTS_CROSS_EVENTS_CROSS_Pos) /*!< Bit mask of EVENTS_CROSS field. */ 956*150812a8SEvalZero 957*150812a8SEvalZero /* Register: COMP_SHORTS */ 958*150812a8SEvalZero /* Description: Shortcut register */ 959*150812a8SEvalZero 960*150812a8SEvalZero /* Bit 4 : Shortcut between CROSS event and STOP task */ 961*150812a8SEvalZero #define COMP_SHORTS_CROSS_STOP_Pos (4UL) /*!< Position of CROSS_STOP field. */ 962*150812a8SEvalZero #define COMP_SHORTS_CROSS_STOP_Msk (0x1UL << COMP_SHORTS_CROSS_STOP_Pos) /*!< Bit mask of CROSS_STOP field. */ 963*150812a8SEvalZero #define COMP_SHORTS_CROSS_STOP_Disabled (0UL) /*!< Disable shortcut */ 964*150812a8SEvalZero #define COMP_SHORTS_CROSS_STOP_Enabled (1UL) /*!< Enable shortcut */ 965*150812a8SEvalZero 966*150812a8SEvalZero /* Bit 3 : Shortcut between UP event and STOP task */ 967*150812a8SEvalZero #define COMP_SHORTS_UP_STOP_Pos (3UL) /*!< Position of UP_STOP field. */ 968*150812a8SEvalZero #define COMP_SHORTS_UP_STOP_Msk (0x1UL << COMP_SHORTS_UP_STOP_Pos) /*!< Bit mask of UP_STOP field. */ 969*150812a8SEvalZero #define COMP_SHORTS_UP_STOP_Disabled (0UL) /*!< Disable shortcut */ 970*150812a8SEvalZero #define COMP_SHORTS_UP_STOP_Enabled (1UL) /*!< Enable shortcut */ 971*150812a8SEvalZero 972*150812a8SEvalZero /* Bit 2 : Shortcut between DOWN event and STOP task */ 973*150812a8SEvalZero #define COMP_SHORTS_DOWN_STOP_Pos (2UL) /*!< Position of DOWN_STOP field. */ 974*150812a8SEvalZero #define COMP_SHORTS_DOWN_STOP_Msk (0x1UL << COMP_SHORTS_DOWN_STOP_Pos) /*!< Bit mask of DOWN_STOP field. */ 975*150812a8SEvalZero #define COMP_SHORTS_DOWN_STOP_Disabled (0UL) /*!< Disable shortcut */ 976*150812a8SEvalZero #define COMP_SHORTS_DOWN_STOP_Enabled (1UL) /*!< Enable shortcut */ 977*150812a8SEvalZero 978*150812a8SEvalZero /* Bit 1 : Shortcut between READY event and STOP task */ 979*150812a8SEvalZero #define COMP_SHORTS_READY_STOP_Pos (1UL) /*!< Position of READY_STOP field. */ 980*150812a8SEvalZero #define COMP_SHORTS_READY_STOP_Msk (0x1UL << COMP_SHORTS_READY_STOP_Pos) /*!< Bit mask of READY_STOP field. */ 981*150812a8SEvalZero #define COMP_SHORTS_READY_STOP_Disabled (0UL) /*!< Disable shortcut */ 982*150812a8SEvalZero #define COMP_SHORTS_READY_STOP_Enabled (1UL) /*!< Enable shortcut */ 983*150812a8SEvalZero 984*150812a8SEvalZero /* Bit 0 : Shortcut between READY event and SAMPLE task */ 985*150812a8SEvalZero #define COMP_SHORTS_READY_SAMPLE_Pos (0UL) /*!< Position of READY_SAMPLE field. */ 986*150812a8SEvalZero #define COMP_SHORTS_READY_SAMPLE_Msk (0x1UL << COMP_SHORTS_READY_SAMPLE_Pos) /*!< Bit mask of READY_SAMPLE field. */ 987*150812a8SEvalZero #define COMP_SHORTS_READY_SAMPLE_Disabled (0UL) /*!< Disable shortcut */ 988*150812a8SEvalZero #define COMP_SHORTS_READY_SAMPLE_Enabled (1UL) /*!< Enable shortcut */ 989*150812a8SEvalZero 990*150812a8SEvalZero /* Register: COMP_INTEN */ 991*150812a8SEvalZero /* Description: Enable or disable interrupt */ 992*150812a8SEvalZero 993*150812a8SEvalZero /* Bit 3 : Enable or disable interrupt for CROSS event */ 994*150812a8SEvalZero #define COMP_INTEN_CROSS_Pos (3UL) /*!< Position of CROSS field. */ 995*150812a8SEvalZero #define COMP_INTEN_CROSS_Msk (0x1UL << COMP_INTEN_CROSS_Pos) /*!< Bit mask of CROSS field. */ 996*150812a8SEvalZero #define COMP_INTEN_CROSS_Disabled (0UL) /*!< Disable */ 997*150812a8SEvalZero #define COMP_INTEN_CROSS_Enabled (1UL) /*!< Enable */ 998*150812a8SEvalZero 999*150812a8SEvalZero /* Bit 2 : Enable or disable interrupt for UP event */ 1000*150812a8SEvalZero #define COMP_INTEN_UP_Pos (2UL) /*!< Position of UP field. */ 1001*150812a8SEvalZero #define COMP_INTEN_UP_Msk (0x1UL << COMP_INTEN_UP_Pos) /*!< Bit mask of UP field. */ 1002*150812a8SEvalZero #define COMP_INTEN_UP_Disabled (0UL) /*!< Disable */ 1003*150812a8SEvalZero #define COMP_INTEN_UP_Enabled (1UL) /*!< Enable */ 1004*150812a8SEvalZero 1005*150812a8SEvalZero /* Bit 1 : Enable or disable interrupt for DOWN event */ 1006*150812a8SEvalZero #define COMP_INTEN_DOWN_Pos (1UL) /*!< Position of DOWN field. */ 1007*150812a8SEvalZero #define COMP_INTEN_DOWN_Msk (0x1UL << COMP_INTEN_DOWN_Pos) /*!< Bit mask of DOWN field. */ 1008*150812a8SEvalZero #define COMP_INTEN_DOWN_Disabled (0UL) /*!< Disable */ 1009*150812a8SEvalZero #define COMP_INTEN_DOWN_Enabled (1UL) /*!< Enable */ 1010*150812a8SEvalZero 1011*150812a8SEvalZero /* Bit 0 : Enable or disable interrupt for READY event */ 1012*150812a8SEvalZero #define COMP_INTEN_READY_Pos (0UL) /*!< Position of READY field. */ 1013*150812a8SEvalZero #define COMP_INTEN_READY_Msk (0x1UL << COMP_INTEN_READY_Pos) /*!< Bit mask of READY field. */ 1014*150812a8SEvalZero #define COMP_INTEN_READY_Disabled (0UL) /*!< Disable */ 1015*150812a8SEvalZero #define COMP_INTEN_READY_Enabled (1UL) /*!< Enable */ 1016*150812a8SEvalZero 1017*150812a8SEvalZero /* Register: COMP_INTENSET */ 1018*150812a8SEvalZero /* Description: Enable interrupt */ 1019*150812a8SEvalZero 1020*150812a8SEvalZero /* Bit 3 : Write '1' to enable interrupt for CROSS event */ 1021*150812a8SEvalZero #define COMP_INTENSET_CROSS_Pos (3UL) /*!< Position of CROSS field. */ 1022*150812a8SEvalZero #define COMP_INTENSET_CROSS_Msk (0x1UL << COMP_INTENSET_CROSS_Pos) /*!< Bit mask of CROSS field. */ 1023*150812a8SEvalZero #define COMP_INTENSET_CROSS_Disabled (0UL) /*!< Read: Disabled */ 1024*150812a8SEvalZero #define COMP_INTENSET_CROSS_Enabled (1UL) /*!< Read: Enabled */ 1025*150812a8SEvalZero #define COMP_INTENSET_CROSS_Set (1UL) /*!< Enable */ 1026*150812a8SEvalZero 1027*150812a8SEvalZero /* Bit 2 : Write '1' to enable interrupt for UP event */ 1028*150812a8SEvalZero #define COMP_INTENSET_UP_Pos (2UL) /*!< Position of UP field. */ 1029*150812a8SEvalZero #define COMP_INTENSET_UP_Msk (0x1UL << COMP_INTENSET_UP_Pos) /*!< Bit mask of UP field. */ 1030*150812a8SEvalZero #define COMP_INTENSET_UP_Disabled (0UL) /*!< Read: Disabled */ 1031*150812a8SEvalZero #define COMP_INTENSET_UP_Enabled (1UL) /*!< Read: Enabled */ 1032*150812a8SEvalZero #define COMP_INTENSET_UP_Set (1UL) /*!< Enable */ 1033*150812a8SEvalZero 1034*150812a8SEvalZero /* Bit 1 : Write '1' to enable interrupt for DOWN event */ 1035*150812a8SEvalZero #define COMP_INTENSET_DOWN_Pos (1UL) /*!< Position of DOWN field. */ 1036*150812a8SEvalZero #define COMP_INTENSET_DOWN_Msk (0x1UL << COMP_INTENSET_DOWN_Pos) /*!< Bit mask of DOWN field. */ 1037*150812a8SEvalZero #define COMP_INTENSET_DOWN_Disabled (0UL) /*!< Read: Disabled */ 1038*150812a8SEvalZero #define COMP_INTENSET_DOWN_Enabled (1UL) /*!< Read: Enabled */ 1039*150812a8SEvalZero #define COMP_INTENSET_DOWN_Set (1UL) /*!< Enable */ 1040*150812a8SEvalZero 1041*150812a8SEvalZero /* Bit 0 : Write '1' to enable interrupt for READY event */ 1042*150812a8SEvalZero #define COMP_INTENSET_READY_Pos (0UL) /*!< Position of READY field. */ 1043*150812a8SEvalZero #define COMP_INTENSET_READY_Msk (0x1UL << COMP_INTENSET_READY_Pos) /*!< Bit mask of READY field. */ 1044*150812a8SEvalZero #define COMP_INTENSET_READY_Disabled (0UL) /*!< Read: Disabled */ 1045*150812a8SEvalZero #define COMP_INTENSET_READY_Enabled (1UL) /*!< Read: Enabled */ 1046*150812a8SEvalZero #define COMP_INTENSET_READY_Set (1UL) /*!< Enable */ 1047*150812a8SEvalZero 1048*150812a8SEvalZero /* Register: COMP_INTENCLR */ 1049*150812a8SEvalZero /* Description: Disable interrupt */ 1050*150812a8SEvalZero 1051*150812a8SEvalZero /* Bit 3 : Write '1' to disable interrupt for CROSS event */ 1052*150812a8SEvalZero #define COMP_INTENCLR_CROSS_Pos (3UL) /*!< Position of CROSS field. */ 1053*150812a8SEvalZero #define COMP_INTENCLR_CROSS_Msk (0x1UL << COMP_INTENCLR_CROSS_Pos) /*!< Bit mask of CROSS field. */ 1054*150812a8SEvalZero #define COMP_INTENCLR_CROSS_Disabled (0UL) /*!< Read: Disabled */ 1055*150812a8SEvalZero #define COMP_INTENCLR_CROSS_Enabled (1UL) /*!< Read: Enabled */ 1056*150812a8SEvalZero #define COMP_INTENCLR_CROSS_Clear (1UL) /*!< Disable */ 1057*150812a8SEvalZero 1058*150812a8SEvalZero /* Bit 2 : Write '1' to disable interrupt for UP event */ 1059*150812a8SEvalZero #define COMP_INTENCLR_UP_Pos (2UL) /*!< Position of UP field. */ 1060*150812a8SEvalZero #define COMP_INTENCLR_UP_Msk (0x1UL << COMP_INTENCLR_UP_Pos) /*!< Bit mask of UP field. */ 1061*150812a8SEvalZero #define COMP_INTENCLR_UP_Disabled (0UL) /*!< Read: Disabled */ 1062*150812a8SEvalZero #define COMP_INTENCLR_UP_Enabled (1UL) /*!< Read: Enabled */ 1063*150812a8SEvalZero #define COMP_INTENCLR_UP_Clear (1UL) /*!< Disable */ 1064*150812a8SEvalZero 1065*150812a8SEvalZero /* Bit 1 : Write '1' to disable interrupt for DOWN event */ 1066*150812a8SEvalZero #define COMP_INTENCLR_DOWN_Pos (1UL) /*!< Position of DOWN field. */ 1067*150812a8SEvalZero #define COMP_INTENCLR_DOWN_Msk (0x1UL << COMP_INTENCLR_DOWN_Pos) /*!< Bit mask of DOWN field. */ 1068*150812a8SEvalZero #define COMP_INTENCLR_DOWN_Disabled (0UL) /*!< Read: Disabled */ 1069*150812a8SEvalZero #define COMP_INTENCLR_DOWN_Enabled (1UL) /*!< Read: Enabled */ 1070*150812a8SEvalZero #define COMP_INTENCLR_DOWN_Clear (1UL) /*!< Disable */ 1071*150812a8SEvalZero 1072*150812a8SEvalZero /* Bit 0 : Write '1' to disable interrupt for READY event */ 1073*150812a8SEvalZero #define COMP_INTENCLR_READY_Pos (0UL) /*!< Position of READY field. */ 1074*150812a8SEvalZero #define COMP_INTENCLR_READY_Msk (0x1UL << COMP_INTENCLR_READY_Pos) /*!< Bit mask of READY field. */ 1075*150812a8SEvalZero #define COMP_INTENCLR_READY_Disabled (0UL) /*!< Read: Disabled */ 1076*150812a8SEvalZero #define COMP_INTENCLR_READY_Enabled (1UL) /*!< Read: Enabled */ 1077*150812a8SEvalZero #define COMP_INTENCLR_READY_Clear (1UL) /*!< Disable */ 1078*150812a8SEvalZero 1079*150812a8SEvalZero /* Register: COMP_RESULT */ 1080*150812a8SEvalZero /* Description: Compare result */ 1081*150812a8SEvalZero 1082*150812a8SEvalZero /* Bit 0 : Result of last compare. Decision point SAMPLE task. */ 1083*150812a8SEvalZero #define COMP_RESULT_RESULT_Pos (0UL) /*!< Position of RESULT field. */ 1084*150812a8SEvalZero #define COMP_RESULT_RESULT_Msk (0x1UL << COMP_RESULT_RESULT_Pos) /*!< Bit mask of RESULT field. */ 1085*150812a8SEvalZero #define COMP_RESULT_RESULT_Below (0UL) /*!< Input voltage is below the threshold (VIN+ < VIN-) */ 1086*150812a8SEvalZero #define COMP_RESULT_RESULT_Above (1UL) /*!< Input voltage is above the threshold (VIN+ > VIN-) */ 1087*150812a8SEvalZero 1088*150812a8SEvalZero /* Register: COMP_ENABLE */ 1089*150812a8SEvalZero /* Description: COMP enable */ 1090*150812a8SEvalZero 1091*150812a8SEvalZero /* Bits 1..0 : Enable or disable COMP */ 1092*150812a8SEvalZero #define COMP_ENABLE_ENABLE_Pos (0UL) /*!< Position of ENABLE field. */ 1093*150812a8SEvalZero #define COMP_ENABLE_ENABLE_Msk (0x3UL << COMP_ENABLE_ENABLE_Pos) /*!< Bit mask of ENABLE field. */ 1094*150812a8SEvalZero #define COMP_ENABLE_ENABLE_Disabled (0UL) /*!< Disable */ 1095*150812a8SEvalZero #define COMP_ENABLE_ENABLE_Enabled (2UL) /*!< Enable */ 1096*150812a8SEvalZero 1097*150812a8SEvalZero /* Register: COMP_PSEL */ 1098*150812a8SEvalZero /* Description: Pin select */ 1099*150812a8SEvalZero 1100*150812a8SEvalZero /* Bits 2..0 : Analog pin select */ 1101*150812a8SEvalZero #define COMP_PSEL_PSEL_Pos (0UL) /*!< Position of PSEL field. */ 1102*150812a8SEvalZero #define COMP_PSEL_PSEL_Msk (0x7UL << COMP_PSEL_PSEL_Pos) /*!< Bit mask of PSEL field. */ 1103*150812a8SEvalZero #define COMP_PSEL_PSEL_AnalogInput0 (0UL) /*!< AIN0 selected as analog input */ 1104*150812a8SEvalZero #define COMP_PSEL_PSEL_AnalogInput1 (1UL) /*!< AIN1 selected as analog input */ 1105*150812a8SEvalZero #define COMP_PSEL_PSEL_AnalogInput2 (2UL) /*!< AIN2 selected as analog input */ 1106*150812a8SEvalZero #define COMP_PSEL_PSEL_AnalogInput3 (3UL) /*!< AIN3 selected as analog input */ 1107*150812a8SEvalZero #define COMP_PSEL_PSEL_AnalogInput4 (4UL) /*!< AIN4 selected as analog input */ 1108*150812a8SEvalZero #define COMP_PSEL_PSEL_AnalogInput5 (5UL) /*!< AIN5 selected as analog input */ 1109*150812a8SEvalZero #define COMP_PSEL_PSEL_AnalogInput6 (6UL) /*!< AIN6 selected as analog input */ 1110*150812a8SEvalZero #define COMP_PSEL_PSEL_VddDiv2 (7UL) /*!< VDD/2 selected as analog input */ 1111*150812a8SEvalZero 1112*150812a8SEvalZero /* Register: COMP_REFSEL */ 1113*150812a8SEvalZero /* Description: Reference source select for single-ended mode */ 1114*150812a8SEvalZero 1115*150812a8SEvalZero /* Bits 2..0 : Reference select */ 1116*150812a8SEvalZero #define COMP_REFSEL_REFSEL_Pos (0UL) /*!< Position of REFSEL field. */ 1117*150812a8SEvalZero #define COMP_REFSEL_REFSEL_Msk (0x7UL << COMP_REFSEL_REFSEL_Pos) /*!< Bit mask of REFSEL field. */ 1118*150812a8SEvalZero #define COMP_REFSEL_REFSEL_Int1V2 (0UL) /*!< VREF = internal 1.2 V reference (VDD >= 1.7 V) */ 1119*150812a8SEvalZero #define COMP_REFSEL_REFSEL_Int1V8 (1UL) /*!< VREF = internal 1.8 V reference (VDD >= VREF + 0.2 V) */ 1120*150812a8SEvalZero #define COMP_REFSEL_REFSEL_Int2V4 (2UL) /*!< VREF = internal 2.4 V reference (VDD >= VREF + 0.2 V) */ 1121*150812a8SEvalZero #define COMP_REFSEL_REFSEL_VDD (4UL) /*!< VREF = VDD */ 1122*150812a8SEvalZero #define COMP_REFSEL_REFSEL_ARef (5UL) /*!< VREF = AREF (VDD >= VREF >= AREFMIN) */ 1123*150812a8SEvalZero 1124*150812a8SEvalZero /* Register: COMP_EXTREFSEL */ 1125*150812a8SEvalZero /* Description: External reference select */ 1126*150812a8SEvalZero 1127*150812a8SEvalZero /* Bits 2..0 : External analog reference select */ 1128*150812a8SEvalZero #define COMP_EXTREFSEL_EXTREFSEL_Pos (0UL) /*!< Position of EXTREFSEL field. */ 1129*150812a8SEvalZero #define COMP_EXTREFSEL_EXTREFSEL_Msk (0x7UL << COMP_EXTREFSEL_EXTREFSEL_Pos) /*!< Bit mask of EXTREFSEL field. */ 1130*150812a8SEvalZero #define COMP_EXTREFSEL_EXTREFSEL_AnalogReference0 (0UL) /*!< Use AIN0 as external analog reference */ 1131*150812a8SEvalZero #define COMP_EXTREFSEL_EXTREFSEL_AnalogReference1 (1UL) /*!< Use AIN1 as external analog reference */ 1132*150812a8SEvalZero #define COMP_EXTREFSEL_EXTREFSEL_AnalogReference2 (2UL) /*!< Use AIN2 as external analog reference */ 1133*150812a8SEvalZero #define COMP_EXTREFSEL_EXTREFSEL_AnalogReference3 (3UL) /*!< Use AIN3 as external analog reference */ 1134*150812a8SEvalZero #define COMP_EXTREFSEL_EXTREFSEL_AnalogReference4 (4UL) /*!< Use AIN4 as external analog reference */ 1135*150812a8SEvalZero #define COMP_EXTREFSEL_EXTREFSEL_AnalogReference5 (5UL) /*!< Use AIN5 as external analog reference */ 1136*150812a8SEvalZero #define COMP_EXTREFSEL_EXTREFSEL_AnalogReference6 (6UL) /*!< Use AIN6 as external analog reference */ 1137*150812a8SEvalZero #define COMP_EXTREFSEL_EXTREFSEL_AnalogReference7 (7UL) /*!< Use AIN7 as external analog reference */ 1138*150812a8SEvalZero 1139*150812a8SEvalZero /* Register: COMP_TH */ 1140*150812a8SEvalZero /* Description: Threshold configuration for hysteresis unit */ 1141*150812a8SEvalZero 1142*150812a8SEvalZero /* Bits 13..8 : VUP = (THUP+1)/64*VREF */ 1143*150812a8SEvalZero #define COMP_TH_THUP_Pos (8UL) /*!< Position of THUP field. */ 1144*150812a8SEvalZero #define COMP_TH_THUP_Msk (0x3FUL << COMP_TH_THUP_Pos) /*!< Bit mask of THUP field. */ 1145*150812a8SEvalZero 1146*150812a8SEvalZero /* Bits 5..0 : VDOWN = (THDOWN+1)/64*VREF */ 1147*150812a8SEvalZero #define COMP_TH_THDOWN_Pos (0UL) /*!< Position of THDOWN field. */ 1148*150812a8SEvalZero #define COMP_TH_THDOWN_Msk (0x3FUL << COMP_TH_THDOWN_Pos) /*!< Bit mask of THDOWN field. */ 1149*150812a8SEvalZero 1150*150812a8SEvalZero /* Register: COMP_MODE */ 1151*150812a8SEvalZero /* Description: Mode configuration */ 1152*150812a8SEvalZero 1153*150812a8SEvalZero /* Bit 8 : Main operation modes */ 1154*150812a8SEvalZero #define COMP_MODE_MAIN_Pos (8UL) /*!< Position of MAIN field. */ 1155*150812a8SEvalZero #define COMP_MODE_MAIN_Msk (0x1UL << COMP_MODE_MAIN_Pos) /*!< Bit mask of MAIN field. */ 1156*150812a8SEvalZero #define COMP_MODE_MAIN_SE (0UL) /*!< Single-ended mode */ 1157*150812a8SEvalZero #define COMP_MODE_MAIN_Diff (1UL) /*!< Differential mode */ 1158*150812a8SEvalZero 1159*150812a8SEvalZero /* Bits 1..0 : Speed and power modes */ 1160*150812a8SEvalZero #define COMP_MODE_SP_Pos (0UL) /*!< Position of SP field. */ 1161*150812a8SEvalZero #define COMP_MODE_SP_Msk (0x3UL << COMP_MODE_SP_Pos) /*!< Bit mask of SP field. */ 1162*150812a8SEvalZero #define COMP_MODE_SP_Low (0UL) /*!< Low-power mode */ 1163*150812a8SEvalZero #define COMP_MODE_SP_Normal (1UL) /*!< Normal mode */ 1164*150812a8SEvalZero #define COMP_MODE_SP_High (2UL) /*!< High-speed mode */ 1165*150812a8SEvalZero 1166*150812a8SEvalZero /* Register: COMP_HYST */ 1167*150812a8SEvalZero /* Description: Comparator hysteresis enable */ 1168*150812a8SEvalZero 1169*150812a8SEvalZero /* Bit 0 : Comparator hysteresis */ 1170*150812a8SEvalZero #define COMP_HYST_HYST_Pos (0UL) /*!< Position of HYST field. */ 1171*150812a8SEvalZero #define COMP_HYST_HYST_Msk (0x1UL << COMP_HYST_HYST_Pos) /*!< Bit mask of HYST field. */ 1172*150812a8SEvalZero #define COMP_HYST_HYST_NoHyst (0UL) /*!< Comparator hysteresis disabled */ 1173*150812a8SEvalZero #define COMP_HYST_HYST_Hyst50mV (1UL) /*!< Comparator hysteresis enabled */ 1174*150812a8SEvalZero 1175*150812a8SEvalZero 1176*150812a8SEvalZero /* Peripheral: ECB */ 1177*150812a8SEvalZero /* Description: AES ECB Mode Encryption */ 1178*150812a8SEvalZero 1179*150812a8SEvalZero /* Register: ECB_TASKS_STARTECB */ 1180*150812a8SEvalZero /* Description: Start ECB block encrypt */ 1181*150812a8SEvalZero 1182*150812a8SEvalZero /* Bit 0 : */ 1183*150812a8SEvalZero #define ECB_TASKS_STARTECB_TASKS_STARTECB_Pos (0UL) /*!< Position of TASKS_STARTECB field. */ 1184*150812a8SEvalZero #define ECB_TASKS_STARTECB_TASKS_STARTECB_Msk (0x1UL << ECB_TASKS_STARTECB_TASKS_STARTECB_Pos) /*!< Bit mask of TASKS_STARTECB field. */ 1185*150812a8SEvalZero 1186*150812a8SEvalZero /* Register: ECB_TASKS_STOPECB */ 1187*150812a8SEvalZero /* Description: Abort a possible executing ECB operation */ 1188*150812a8SEvalZero 1189*150812a8SEvalZero /* Bit 0 : */ 1190*150812a8SEvalZero #define ECB_TASKS_STOPECB_TASKS_STOPECB_Pos (0UL) /*!< Position of TASKS_STOPECB field. */ 1191*150812a8SEvalZero #define ECB_TASKS_STOPECB_TASKS_STOPECB_Msk (0x1UL << ECB_TASKS_STOPECB_TASKS_STOPECB_Pos) /*!< Bit mask of TASKS_STOPECB field. */ 1192*150812a8SEvalZero 1193*150812a8SEvalZero /* Register: ECB_EVENTS_ENDECB */ 1194*150812a8SEvalZero /* Description: ECB block encrypt complete */ 1195*150812a8SEvalZero 1196*150812a8SEvalZero /* Bit 0 : */ 1197*150812a8SEvalZero #define ECB_EVENTS_ENDECB_EVENTS_ENDECB_Pos (0UL) /*!< Position of EVENTS_ENDECB field. */ 1198*150812a8SEvalZero #define ECB_EVENTS_ENDECB_EVENTS_ENDECB_Msk (0x1UL << ECB_EVENTS_ENDECB_EVENTS_ENDECB_Pos) /*!< Bit mask of EVENTS_ENDECB field. */ 1199*150812a8SEvalZero 1200*150812a8SEvalZero /* Register: ECB_EVENTS_ERRORECB */ 1201*150812a8SEvalZero /* Description: ECB block encrypt aborted because of a STOPECB task or due to an error */ 1202*150812a8SEvalZero 1203*150812a8SEvalZero /* Bit 0 : */ 1204*150812a8SEvalZero #define ECB_EVENTS_ERRORECB_EVENTS_ERRORECB_Pos (0UL) /*!< Position of EVENTS_ERRORECB field. */ 1205*150812a8SEvalZero #define ECB_EVENTS_ERRORECB_EVENTS_ERRORECB_Msk (0x1UL << ECB_EVENTS_ERRORECB_EVENTS_ERRORECB_Pos) /*!< Bit mask of EVENTS_ERRORECB field. */ 1206*150812a8SEvalZero 1207*150812a8SEvalZero /* Register: ECB_INTENSET */ 1208*150812a8SEvalZero /* Description: Enable interrupt */ 1209*150812a8SEvalZero 1210*150812a8SEvalZero /* Bit 1 : Write '1' to enable interrupt for ERRORECB event */ 1211*150812a8SEvalZero #define ECB_INTENSET_ERRORECB_Pos (1UL) /*!< Position of ERRORECB field. */ 1212*150812a8SEvalZero #define ECB_INTENSET_ERRORECB_Msk (0x1UL << ECB_INTENSET_ERRORECB_Pos) /*!< Bit mask of ERRORECB field. */ 1213*150812a8SEvalZero #define ECB_INTENSET_ERRORECB_Disabled (0UL) /*!< Read: Disabled */ 1214*150812a8SEvalZero #define ECB_INTENSET_ERRORECB_Enabled (1UL) /*!< Read: Enabled */ 1215*150812a8SEvalZero #define ECB_INTENSET_ERRORECB_Set (1UL) /*!< Enable */ 1216*150812a8SEvalZero 1217*150812a8SEvalZero /* Bit 0 : Write '1' to enable interrupt for ENDECB event */ 1218*150812a8SEvalZero #define ECB_INTENSET_ENDECB_Pos (0UL) /*!< Position of ENDECB field. */ 1219*150812a8SEvalZero #define ECB_INTENSET_ENDECB_Msk (0x1UL << ECB_INTENSET_ENDECB_Pos) /*!< Bit mask of ENDECB field. */ 1220*150812a8SEvalZero #define ECB_INTENSET_ENDECB_Disabled (0UL) /*!< Read: Disabled */ 1221*150812a8SEvalZero #define ECB_INTENSET_ENDECB_Enabled (1UL) /*!< Read: Enabled */ 1222*150812a8SEvalZero #define ECB_INTENSET_ENDECB_Set (1UL) /*!< Enable */ 1223*150812a8SEvalZero 1224*150812a8SEvalZero /* Register: ECB_INTENCLR */ 1225*150812a8SEvalZero /* Description: Disable interrupt */ 1226*150812a8SEvalZero 1227*150812a8SEvalZero /* Bit 1 : Write '1' to disable interrupt for ERRORECB event */ 1228*150812a8SEvalZero #define ECB_INTENCLR_ERRORECB_Pos (1UL) /*!< Position of ERRORECB field. */ 1229*150812a8SEvalZero #define ECB_INTENCLR_ERRORECB_Msk (0x1UL << ECB_INTENCLR_ERRORECB_Pos) /*!< Bit mask of ERRORECB field. */ 1230*150812a8SEvalZero #define ECB_INTENCLR_ERRORECB_Disabled (0UL) /*!< Read: Disabled */ 1231*150812a8SEvalZero #define ECB_INTENCLR_ERRORECB_Enabled (1UL) /*!< Read: Enabled */ 1232*150812a8SEvalZero #define ECB_INTENCLR_ERRORECB_Clear (1UL) /*!< Disable */ 1233*150812a8SEvalZero 1234*150812a8SEvalZero /* Bit 0 : Write '1' to disable interrupt for ENDECB event */ 1235*150812a8SEvalZero #define ECB_INTENCLR_ENDECB_Pos (0UL) /*!< Position of ENDECB field. */ 1236*150812a8SEvalZero #define ECB_INTENCLR_ENDECB_Msk (0x1UL << ECB_INTENCLR_ENDECB_Pos) /*!< Bit mask of ENDECB field. */ 1237*150812a8SEvalZero #define ECB_INTENCLR_ENDECB_Disabled (0UL) /*!< Read: Disabled */ 1238*150812a8SEvalZero #define ECB_INTENCLR_ENDECB_Enabled (1UL) /*!< Read: Enabled */ 1239*150812a8SEvalZero #define ECB_INTENCLR_ENDECB_Clear (1UL) /*!< Disable */ 1240*150812a8SEvalZero 1241*150812a8SEvalZero /* Register: ECB_ECBDATAPTR */ 1242*150812a8SEvalZero /* Description: ECB block encrypt memory pointers */ 1243*150812a8SEvalZero 1244*150812a8SEvalZero /* Bits 31..0 : Pointer to the ECB data structure (see Table 1 ECB data structure overview) */ 1245*150812a8SEvalZero #define ECB_ECBDATAPTR_ECBDATAPTR_Pos (0UL) /*!< Position of ECBDATAPTR field. */ 1246*150812a8SEvalZero #define ECB_ECBDATAPTR_ECBDATAPTR_Msk (0xFFFFFFFFUL << ECB_ECBDATAPTR_ECBDATAPTR_Pos) /*!< Bit mask of ECBDATAPTR field. */ 1247*150812a8SEvalZero 1248*150812a8SEvalZero 1249*150812a8SEvalZero /* Peripheral: EGU */ 1250*150812a8SEvalZero /* Description: Event Generator Unit 0 */ 1251*150812a8SEvalZero 1252*150812a8SEvalZero /* Register: EGU_TASKS_TRIGGER */ 1253*150812a8SEvalZero /* Description: Description collection[n]: Trigger n for triggering the corresponding TRIGGERED[n] event */ 1254*150812a8SEvalZero 1255*150812a8SEvalZero /* Bit 0 : */ 1256*150812a8SEvalZero #define EGU_TASKS_TRIGGER_TASKS_TRIGGER_Pos (0UL) /*!< Position of TASKS_TRIGGER field. */ 1257*150812a8SEvalZero #define EGU_TASKS_TRIGGER_TASKS_TRIGGER_Msk (0x1UL << EGU_TASKS_TRIGGER_TASKS_TRIGGER_Pos) /*!< Bit mask of TASKS_TRIGGER field. */ 1258*150812a8SEvalZero 1259*150812a8SEvalZero /* Register: EGU_EVENTS_TRIGGERED */ 1260*150812a8SEvalZero /* Description: Description collection[n]: Event number n generated by triggering the corresponding TRIGGER[n] task */ 1261*150812a8SEvalZero 1262*150812a8SEvalZero /* Bit 0 : */ 1263*150812a8SEvalZero #define EGU_EVENTS_TRIGGERED_EVENTS_TRIGGERED_Pos (0UL) /*!< Position of EVENTS_TRIGGERED field. */ 1264*150812a8SEvalZero #define EGU_EVENTS_TRIGGERED_EVENTS_TRIGGERED_Msk (0x1UL << EGU_EVENTS_TRIGGERED_EVENTS_TRIGGERED_Pos) /*!< Bit mask of EVENTS_TRIGGERED field. */ 1265*150812a8SEvalZero 1266*150812a8SEvalZero /* Register: EGU_INTEN */ 1267*150812a8SEvalZero /* Description: Enable or disable interrupt */ 1268*150812a8SEvalZero 1269*150812a8SEvalZero /* Bit 15 : Enable or disable interrupt for TRIGGERED[15] event */ 1270*150812a8SEvalZero #define EGU_INTEN_TRIGGERED15_Pos (15UL) /*!< Position of TRIGGERED15 field. */ 1271*150812a8SEvalZero #define EGU_INTEN_TRIGGERED15_Msk (0x1UL << EGU_INTEN_TRIGGERED15_Pos) /*!< Bit mask of TRIGGERED15 field. */ 1272*150812a8SEvalZero #define EGU_INTEN_TRIGGERED15_Disabled (0UL) /*!< Disable */ 1273*150812a8SEvalZero #define EGU_INTEN_TRIGGERED15_Enabled (1UL) /*!< Enable */ 1274*150812a8SEvalZero 1275*150812a8SEvalZero /* Bit 14 : Enable or disable interrupt for TRIGGERED[14] event */ 1276*150812a8SEvalZero #define EGU_INTEN_TRIGGERED14_Pos (14UL) /*!< Position of TRIGGERED14 field. */ 1277*150812a8SEvalZero #define EGU_INTEN_TRIGGERED14_Msk (0x1UL << EGU_INTEN_TRIGGERED14_Pos) /*!< Bit mask of TRIGGERED14 field. */ 1278*150812a8SEvalZero #define EGU_INTEN_TRIGGERED14_Disabled (0UL) /*!< Disable */ 1279*150812a8SEvalZero #define EGU_INTEN_TRIGGERED14_Enabled (1UL) /*!< Enable */ 1280*150812a8SEvalZero 1281*150812a8SEvalZero /* Bit 13 : Enable or disable interrupt for TRIGGERED[13] event */ 1282*150812a8SEvalZero #define EGU_INTEN_TRIGGERED13_Pos (13UL) /*!< Position of TRIGGERED13 field. */ 1283*150812a8SEvalZero #define EGU_INTEN_TRIGGERED13_Msk (0x1UL << EGU_INTEN_TRIGGERED13_Pos) /*!< Bit mask of TRIGGERED13 field. */ 1284*150812a8SEvalZero #define EGU_INTEN_TRIGGERED13_Disabled (0UL) /*!< Disable */ 1285*150812a8SEvalZero #define EGU_INTEN_TRIGGERED13_Enabled (1UL) /*!< Enable */ 1286*150812a8SEvalZero 1287*150812a8SEvalZero /* Bit 12 : Enable or disable interrupt for TRIGGERED[12] event */ 1288*150812a8SEvalZero #define EGU_INTEN_TRIGGERED12_Pos (12UL) /*!< Position of TRIGGERED12 field. */ 1289*150812a8SEvalZero #define EGU_INTEN_TRIGGERED12_Msk (0x1UL << EGU_INTEN_TRIGGERED12_Pos) /*!< Bit mask of TRIGGERED12 field. */ 1290*150812a8SEvalZero #define EGU_INTEN_TRIGGERED12_Disabled (0UL) /*!< Disable */ 1291*150812a8SEvalZero #define EGU_INTEN_TRIGGERED12_Enabled (1UL) /*!< Enable */ 1292*150812a8SEvalZero 1293*150812a8SEvalZero /* Bit 11 : Enable or disable interrupt for TRIGGERED[11] event */ 1294*150812a8SEvalZero #define EGU_INTEN_TRIGGERED11_Pos (11UL) /*!< Position of TRIGGERED11 field. */ 1295*150812a8SEvalZero #define EGU_INTEN_TRIGGERED11_Msk (0x1UL << EGU_INTEN_TRIGGERED11_Pos) /*!< Bit mask of TRIGGERED11 field. */ 1296*150812a8SEvalZero #define EGU_INTEN_TRIGGERED11_Disabled (0UL) /*!< Disable */ 1297*150812a8SEvalZero #define EGU_INTEN_TRIGGERED11_Enabled (1UL) /*!< Enable */ 1298*150812a8SEvalZero 1299*150812a8SEvalZero /* Bit 10 : Enable or disable interrupt for TRIGGERED[10] event */ 1300*150812a8SEvalZero #define EGU_INTEN_TRIGGERED10_Pos (10UL) /*!< Position of TRIGGERED10 field. */ 1301*150812a8SEvalZero #define EGU_INTEN_TRIGGERED10_Msk (0x1UL << EGU_INTEN_TRIGGERED10_Pos) /*!< Bit mask of TRIGGERED10 field. */ 1302*150812a8SEvalZero #define EGU_INTEN_TRIGGERED10_Disabled (0UL) /*!< Disable */ 1303*150812a8SEvalZero #define EGU_INTEN_TRIGGERED10_Enabled (1UL) /*!< Enable */ 1304*150812a8SEvalZero 1305*150812a8SEvalZero /* Bit 9 : Enable or disable interrupt for TRIGGERED[9] event */ 1306*150812a8SEvalZero #define EGU_INTEN_TRIGGERED9_Pos (9UL) /*!< Position of TRIGGERED9 field. */ 1307*150812a8SEvalZero #define EGU_INTEN_TRIGGERED9_Msk (0x1UL << EGU_INTEN_TRIGGERED9_Pos) /*!< Bit mask of TRIGGERED9 field. */ 1308*150812a8SEvalZero #define EGU_INTEN_TRIGGERED9_Disabled (0UL) /*!< Disable */ 1309*150812a8SEvalZero #define EGU_INTEN_TRIGGERED9_Enabled (1UL) /*!< Enable */ 1310*150812a8SEvalZero 1311*150812a8SEvalZero /* Bit 8 : Enable or disable interrupt for TRIGGERED[8] event */ 1312*150812a8SEvalZero #define EGU_INTEN_TRIGGERED8_Pos (8UL) /*!< Position of TRIGGERED8 field. */ 1313*150812a8SEvalZero #define EGU_INTEN_TRIGGERED8_Msk (0x1UL << EGU_INTEN_TRIGGERED8_Pos) /*!< Bit mask of TRIGGERED8 field. */ 1314*150812a8SEvalZero #define EGU_INTEN_TRIGGERED8_Disabled (0UL) /*!< Disable */ 1315*150812a8SEvalZero #define EGU_INTEN_TRIGGERED8_Enabled (1UL) /*!< Enable */ 1316*150812a8SEvalZero 1317*150812a8SEvalZero /* Bit 7 : Enable or disable interrupt for TRIGGERED[7] event */ 1318*150812a8SEvalZero #define EGU_INTEN_TRIGGERED7_Pos (7UL) /*!< Position of TRIGGERED7 field. */ 1319*150812a8SEvalZero #define EGU_INTEN_TRIGGERED7_Msk (0x1UL << EGU_INTEN_TRIGGERED7_Pos) /*!< Bit mask of TRIGGERED7 field. */ 1320*150812a8SEvalZero #define EGU_INTEN_TRIGGERED7_Disabled (0UL) /*!< Disable */ 1321*150812a8SEvalZero #define EGU_INTEN_TRIGGERED7_Enabled (1UL) /*!< Enable */ 1322*150812a8SEvalZero 1323*150812a8SEvalZero /* Bit 6 : Enable or disable interrupt for TRIGGERED[6] event */ 1324*150812a8SEvalZero #define EGU_INTEN_TRIGGERED6_Pos (6UL) /*!< Position of TRIGGERED6 field. */ 1325*150812a8SEvalZero #define EGU_INTEN_TRIGGERED6_Msk (0x1UL << EGU_INTEN_TRIGGERED6_Pos) /*!< Bit mask of TRIGGERED6 field. */ 1326*150812a8SEvalZero #define EGU_INTEN_TRIGGERED6_Disabled (0UL) /*!< Disable */ 1327*150812a8SEvalZero #define EGU_INTEN_TRIGGERED6_Enabled (1UL) /*!< Enable */ 1328*150812a8SEvalZero 1329*150812a8SEvalZero /* Bit 5 : Enable or disable interrupt for TRIGGERED[5] event */ 1330*150812a8SEvalZero #define EGU_INTEN_TRIGGERED5_Pos (5UL) /*!< Position of TRIGGERED5 field. */ 1331*150812a8SEvalZero #define EGU_INTEN_TRIGGERED5_Msk (0x1UL << EGU_INTEN_TRIGGERED5_Pos) /*!< Bit mask of TRIGGERED5 field. */ 1332*150812a8SEvalZero #define EGU_INTEN_TRIGGERED5_Disabled (0UL) /*!< Disable */ 1333*150812a8SEvalZero #define EGU_INTEN_TRIGGERED5_Enabled (1UL) /*!< Enable */ 1334*150812a8SEvalZero 1335*150812a8SEvalZero /* Bit 4 : Enable or disable interrupt for TRIGGERED[4] event */ 1336*150812a8SEvalZero #define EGU_INTEN_TRIGGERED4_Pos (4UL) /*!< Position of TRIGGERED4 field. */ 1337*150812a8SEvalZero #define EGU_INTEN_TRIGGERED4_Msk (0x1UL << EGU_INTEN_TRIGGERED4_Pos) /*!< Bit mask of TRIGGERED4 field. */ 1338*150812a8SEvalZero #define EGU_INTEN_TRIGGERED4_Disabled (0UL) /*!< Disable */ 1339*150812a8SEvalZero #define EGU_INTEN_TRIGGERED4_Enabled (1UL) /*!< Enable */ 1340*150812a8SEvalZero 1341*150812a8SEvalZero /* Bit 3 : Enable or disable interrupt for TRIGGERED[3] event */ 1342*150812a8SEvalZero #define EGU_INTEN_TRIGGERED3_Pos (3UL) /*!< Position of TRIGGERED3 field. */ 1343*150812a8SEvalZero #define EGU_INTEN_TRIGGERED3_Msk (0x1UL << EGU_INTEN_TRIGGERED3_Pos) /*!< Bit mask of TRIGGERED3 field. */ 1344*150812a8SEvalZero #define EGU_INTEN_TRIGGERED3_Disabled (0UL) /*!< Disable */ 1345*150812a8SEvalZero #define EGU_INTEN_TRIGGERED3_Enabled (1UL) /*!< Enable */ 1346*150812a8SEvalZero 1347*150812a8SEvalZero /* Bit 2 : Enable or disable interrupt for TRIGGERED[2] event */ 1348*150812a8SEvalZero #define EGU_INTEN_TRIGGERED2_Pos (2UL) /*!< Position of TRIGGERED2 field. */ 1349*150812a8SEvalZero #define EGU_INTEN_TRIGGERED2_Msk (0x1UL << EGU_INTEN_TRIGGERED2_Pos) /*!< Bit mask of TRIGGERED2 field. */ 1350*150812a8SEvalZero #define EGU_INTEN_TRIGGERED2_Disabled (0UL) /*!< Disable */ 1351*150812a8SEvalZero #define EGU_INTEN_TRIGGERED2_Enabled (1UL) /*!< Enable */ 1352*150812a8SEvalZero 1353*150812a8SEvalZero /* Bit 1 : Enable or disable interrupt for TRIGGERED[1] event */ 1354*150812a8SEvalZero #define EGU_INTEN_TRIGGERED1_Pos (1UL) /*!< Position of TRIGGERED1 field. */ 1355*150812a8SEvalZero #define EGU_INTEN_TRIGGERED1_Msk (0x1UL << EGU_INTEN_TRIGGERED1_Pos) /*!< Bit mask of TRIGGERED1 field. */ 1356*150812a8SEvalZero #define EGU_INTEN_TRIGGERED1_Disabled (0UL) /*!< Disable */ 1357*150812a8SEvalZero #define EGU_INTEN_TRIGGERED1_Enabled (1UL) /*!< Enable */ 1358*150812a8SEvalZero 1359*150812a8SEvalZero /* Bit 0 : Enable or disable interrupt for TRIGGERED[0] event */ 1360*150812a8SEvalZero #define EGU_INTEN_TRIGGERED0_Pos (0UL) /*!< Position of TRIGGERED0 field. */ 1361*150812a8SEvalZero #define EGU_INTEN_TRIGGERED0_Msk (0x1UL << EGU_INTEN_TRIGGERED0_Pos) /*!< Bit mask of TRIGGERED0 field. */ 1362*150812a8SEvalZero #define EGU_INTEN_TRIGGERED0_Disabled (0UL) /*!< Disable */ 1363*150812a8SEvalZero #define EGU_INTEN_TRIGGERED0_Enabled (1UL) /*!< Enable */ 1364*150812a8SEvalZero 1365*150812a8SEvalZero /* Register: EGU_INTENSET */ 1366*150812a8SEvalZero /* Description: Enable interrupt */ 1367*150812a8SEvalZero 1368*150812a8SEvalZero /* Bit 15 : Write '1' to enable interrupt for TRIGGERED[15] event */ 1369*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED15_Pos (15UL) /*!< Position of TRIGGERED15 field. */ 1370*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED15_Msk (0x1UL << EGU_INTENSET_TRIGGERED15_Pos) /*!< Bit mask of TRIGGERED15 field. */ 1371*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED15_Disabled (0UL) /*!< Read: Disabled */ 1372*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED15_Enabled (1UL) /*!< Read: Enabled */ 1373*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED15_Set (1UL) /*!< Enable */ 1374*150812a8SEvalZero 1375*150812a8SEvalZero /* Bit 14 : Write '1' to enable interrupt for TRIGGERED[14] event */ 1376*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED14_Pos (14UL) /*!< Position of TRIGGERED14 field. */ 1377*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED14_Msk (0x1UL << EGU_INTENSET_TRIGGERED14_Pos) /*!< Bit mask of TRIGGERED14 field. */ 1378*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED14_Disabled (0UL) /*!< Read: Disabled */ 1379*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED14_Enabled (1UL) /*!< Read: Enabled */ 1380*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED14_Set (1UL) /*!< Enable */ 1381*150812a8SEvalZero 1382*150812a8SEvalZero /* Bit 13 : Write '1' to enable interrupt for TRIGGERED[13] event */ 1383*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED13_Pos (13UL) /*!< Position of TRIGGERED13 field. */ 1384*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED13_Msk (0x1UL << EGU_INTENSET_TRIGGERED13_Pos) /*!< Bit mask of TRIGGERED13 field. */ 1385*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED13_Disabled (0UL) /*!< Read: Disabled */ 1386*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED13_Enabled (1UL) /*!< Read: Enabled */ 1387*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED13_Set (1UL) /*!< Enable */ 1388*150812a8SEvalZero 1389*150812a8SEvalZero /* Bit 12 : Write '1' to enable interrupt for TRIGGERED[12] event */ 1390*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED12_Pos (12UL) /*!< Position of TRIGGERED12 field. */ 1391*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED12_Msk (0x1UL << EGU_INTENSET_TRIGGERED12_Pos) /*!< Bit mask of TRIGGERED12 field. */ 1392*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED12_Disabled (0UL) /*!< Read: Disabled */ 1393*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED12_Enabled (1UL) /*!< Read: Enabled */ 1394*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED12_Set (1UL) /*!< Enable */ 1395*150812a8SEvalZero 1396*150812a8SEvalZero /* Bit 11 : Write '1' to enable interrupt for TRIGGERED[11] event */ 1397*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED11_Pos (11UL) /*!< Position of TRIGGERED11 field. */ 1398*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED11_Msk (0x1UL << EGU_INTENSET_TRIGGERED11_Pos) /*!< Bit mask of TRIGGERED11 field. */ 1399*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED11_Disabled (0UL) /*!< Read: Disabled */ 1400*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED11_Enabled (1UL) /*!< Read: Enabled */ 1401*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED11_Set (1UL) /*!< Enable */ 1402*150812a8SEvalZero 1403*150812a8SEvalZero /* Bit 10 : Write '1' to enable interrupt for TRIGGERED[10] event */ 1404*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED10_Pos (10UL) /*!< Position of TRIGGERED10 field. */ 1405*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED10_Msk (0x1UL << EGU_INTENSET_TRIGGERED10_Pos) /*!< Bit mask of TRIGGERED10 field. */ 1406*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED10_Disabled (0UL) /*!< Read: Disabled */ 1407*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED10_Enabled (1UL) /*!< Read: Enabled */ 1408*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED10_Set (1UL) /*!< Enable */ 1409*150812a8SEvalZero 1410*150812a8SEvalZero /* Bit 9 : Write '1' to enable interrupt for TRIGGERED[9] event */ 1411*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED9_Pos (9UL) /*!< Position of TRIGGERED9 field. */ 1412*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED9_Msk (0x1UL << EGU_INTENSET_TRIGGERED9_Pos) /*!< Bit mask of TRIGGERED9 field. */ 1413*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED9_Disabled (0UL) /*!< Read: Disabled */ 1414*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED9_Enabled (1UL) /*!< Read: Enabled */ 1415*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED9_Set (1UL) /*!< Enable */ 1416*150812a8SEvalZero 1417*150812a8SEvalZero /* Bit 8 : Write '1' to enable interrupt for TRIGGERED[8] event */ 1418*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED8_Pos (8UL) /*!< Position of TRIGGERED8 field. */ 1419*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED8_Msk (0x1UL << EGU_INTENSET_TRIGGERED8_Pos) /*!< Bit mask of TRIGGERED8 field. */ 1420*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED8_Disabled (0UL) /*!< Read: Disabled */ 1421*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED8_Enabled (1UL) /*!< Read: Enabled */ 1422*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED8_Set (1UL) /*!< Enable */ 1423*150812a8SEvalZero 1424*150812a8SEvalZero /* Bit 7 : Write '1' to enable interrupt for TRIGGERED[7] event */ 1425*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED7_Pos (7UL) /*!< Position of TRIGGERED7 field. */ 1426*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED7_Msk (0x1UL << EGU_INTENSET_TRIGGERED7_Pos) /*!< Bit mask of TRIGGERED7 field. */ 1427*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED7_Disabled (0UL) /*!< Read: Disabled */ 1428*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED7_Enabled (1UL) /*!< Read: Enabled */ 1429*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED7_Set (1UL) /*!< Enable */ 1430*150812a8SEvalZero 1431*150812a8SEvalZero /* Bit 6 : Write '1' to enable interrupt for TRIGGERED[6] event */ 1432*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED6_Pos (6UL) /*!< Position of TRIGGERED6 field. */ 1433*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED6_Msk (0x1UL << EGU_INTENSET_TRIGGERED6_Pos) /*!< Bit mask of TRIGGERED6 field. */ 1434*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED6_Disabled (0UL) /*!< Read: Disabled */ 1435*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED6_Enabled (1UL) /*!< Read: Enabled */ 1436*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED6_Set (1UL) /*!< Enable */ 1437*150812a8SEvalZero 1438*150812a8SEvalZero /* Bit 5 : Write '1' to enable interrupt for TRIGGERED[5] event */ 1439*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED5_Pos (5UL) /*!< Position of TRIGGERED5 field. */ 1440*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED5_Msk (0x1UL << EGU_INTENSET_TRIGGERED5_Pos) /*!< Bit mask of TRIGGERED5 field. */ 1441*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED5_Disabled (0UL) /*!< Read: Disabled */ 1442*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED5_Enabled (1UL) /*!< Read: Enabled */ 1443*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED5_Set (1UL) /*!< Enable */ 1444*150812a8SEvalZero 1445*150812a8SEvalZero /* Bit 4 : Write '1' to enable interrupt for TRIGGERED[4] event */ 1446*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED4_Pos (4UL) /*!< Position of TRIGGERED4 field. */ 1447*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED4_Msk (0x1UL << EGU_INTENSET_TRIGGERED4_Pos) /*!< Bit mask of TRIGGERED4 field. */ 1448*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED4_Disabled (0UL) /*!< Read: Disabled */ 1449*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED4_Enabled (1UL) /*!< Read: Enabled */ 1450*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED4_Set (1UL) /*!< Enable */ 1451*150812a8SEvalZero 1452*150812a8SEvalZero /* Bit 3 : Write '1' to enable interrupt for TRIGGERED[3] event */ 1453*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED3_Pos (3UL) /*!< Position of TRIGGERED3 field. */ 1454*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED3_Msk (0x1UL << EGU_INTENSET_TRIGGERED3_Pos) /*!< Bit mask of TRIGGERED3 field. */ 1455*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED3_Disabled (0UL) /*!< Read: Disabled */ 1456*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED3_Enabled (1UL) /*!< Read: Enabled */ 1457*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED3_Set (1UL) /*!< Enable */ 1458*150812a8SEvalZero 1459*150812a8SEvalZero /* Bit 2 : Write '1' to enable interrupt for TRIGGERED[2] event */ 1460*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED2_Pos (2UL) /*!< Position of TRIGGERED2 field. */ 1461*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED2_Msk (0x1UL << EGU_INTENSET_TRIGGERED2_Pos) /*!< Bit mask of TRIGGERED2 field. */ 1462*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED2_Disabled (0UL) /*!< Read: Disabled */ 1463*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED2_Enabled (1UL) /*!< Read: Enabled */ 1464*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED2_Set (1UL) /*!< Enable */ 1465*150812a8SEvalZero 1466*150812a8SEvalZero /* Bit 1 : Write '1' to enable interrupt for TRIGGERED[1] event */ 1467*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED1_Pos (1UL) /*!< Position of TRIGGERED1 field. */ 1468*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED1_Msk (0x1UL << EGU_INTENSET_TRIGGERED1_Pos) /*!< Bit mask of TRIGGERED1 field. */ 1469*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED1_Disabled (0UL) /*!< Read: Disabled */ 1470*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED1_Enabled (1UL) /*!< Read: Enabled */ 1471*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED1_Set (1UL) /*!< Enable */ 1472*150812a8SEvalZero 1473*150812a8SEvalZero /* Bit 0 : Write '1' to enable interrupt for TRIGGERED[0] event */ 1474*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED0_Pos (0UL) /*!< Position of TRIGGERED0 field. */ 1475*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED0_Msk (0x1UL << EGU_INTENSET_TRIGGERED0_Pos) /*!< Bit mask of TRIGGERED0 field. */ 1476*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED0_Disabled (0UL) /*!< Read: Disabled */ 1477*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED0_Enabled (1UL) /*!< Read: Enabled */ 1478*150812a8SEvalZero #define EGU_INTENSET_TRIGGERED0_Set (1UL) /*!< Enable */ 1479*150812a8SEvalZero 1480*150812a8SEvalZero /* Register: EGU_INTENCLR */ 1481*150812a8SEvalZero /* Description: Disable interrupt */ 1482*150812a8SEvalZero 1483*150812a8SEvalZero /* Bit 15 : Write '1' to disable interrupt for TRIGGERED[15] event */ 1484*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED15_Pos (15UL) /*!< Position of TRIGGERED15 field. */ 1485*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED15_Msk (0x1UL << EGU_INTENCLR_TRIGGERED15_Pos) /*!< Bit mask of TRIGGERED15 field. */ 1486*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED15_Disabled (0UL) /*!< Read: Disabled */ 1487*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED15_Enabled (1UL) /*!< Read: Enabled */ 1488*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED15_Clear (1UL) /*!< Disable */ 1489*150812a8SEvalZero 1490*150812a8SEvalZero /* Bit 14 : Write '1' to disable interrupt for TRIGGERED[14] event */ 1491*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED14_Pos (14UL) /*!< Position of TRIGGERED14 field. */ 1492*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED14_Msk (0x1UL << EGU_INTENCLR_TRIGGERED14_Pos) /*!< Bit mask of TRIGGERED14 field. */ 1493*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED14_Disabled (0UL) /*!< Read: Disabled */ 1494*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED14_Enabled (1UL) /*!< Read: Enabled */ 1495*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED14_Clear (1UL) /*!< Disable */ 1496*150812a8SEvalZero 1497*150812a8SEvalZero /* Bit 13 : Write '1' to disable interrupt for TRIGGERED[13] event */ 1498*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED13_Pos (13UL) /*!< Position of TRIGGERED13 field. */ 1499*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED13_Msk (0x1UL << EGU_INTENCLR_TRIGGERED13_Pos) /*!< Bit mask of TRIGGERED13 field. */ 1500*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED13_Disabled (0UL) /*!< Read: Disabled */ 1501*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED13_Enabled (1UL) /*!< Read: Enabled */ 1502*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED13_Clear (1UL) /*!< Disable */ 1503*150812a8SEvalZero 1504*150812a8SEvalZero /* Bit 12 : Write '1' to disable interrupt for TRIGGERED[12] event */ 1505*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED12_Pos (12UL) /*!< Position of TRIGGERED12 field. */ 1506*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED12_Msk (0x1UL << EGU_INTENCLR_TRIGGERED12_Pos) /*!< Bit mask of TRIGGERED12 field. */ 1507*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED12_Disabled (0UL) /*!< Read: Disabled */ 1508*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED12_Enabled (1UL) /*!< Read: Enabled */ 1509*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED12_Clear (1UL) /*!< Disable */ 1510*150812a8SEvalZero 1511*150812a8SEvalZero /* Bit 11 : Write '1' to disable interrupt for TRIGGERED[11] event */ 1512*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED11_Pos (11UL) /*!< Position of TRIGGERED11 field. */ 1513*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED11_Msk (0x1UL << EGU_INTENCLR_TRIGGERED11_Pos) /*!< Bit mask of TRIGGERED11 field. */ 1514*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED11_Disabled (0UL) /*!< Read: Disabled */ 1515*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED11_Enabled (1UL) /*!< Read: Enabled */ 1516*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED11_Clear (1UL) /*!< Disable */ 1517*150812a8SEvalZero 1518*150812a8SEvalZero /* Bit 10 : Write '1' to disable interrupt for TRIGGERED[10] event */ 1519*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED10_Pos (10UL) /*!< Position of TRIGGERED10 field. */ 1520*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED10_Msk (0x1UL << EGU_INTENCLR_TRIGGERED10_Pos) /*!< Bit mask of TRIGGERED10 field. */ 1521*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED10_Disabled (0UL) /*!< Read: Disabled */ 1522*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED10_Enabled (1UL) /*!< Read: Enabled */ 1523*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED10_Clear (1UL) /*!< Disable */ 1524*150812a8SEvalZero 1525*150812a8SEvalZero /* Bit 9 : Write '1' to disable interrupt for TRIGGERED[9] event */ 1526*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED9_Pos (9UL) /*!< Position of TRIGGERED9 field. */ 1527*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED9_Msk (0x1UL << EGU_INTENCLR_TRIGGERED9_Pos) /*!< Bit mask of TRIGGERED9 field. */ 1528*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED9_Disabled (0UL) /*!< Read: Disabled */ 1529*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED9_Enabled (1UL) /*!< Read: Enabled */ 1530*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED9_Clear (1UL) /*!< Disable */ 1531*150812a8SEvalZero 1532*150812a8SEvalZero /* Bit 8 : Write '1' to disable interrupt for TRIGGERED[8] event */ 1533*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED8_Pos (8UL) /*!< Position of TRIGGERED8 field. */ 1534*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED8_Msk (0x1UL << EGU_INTENCLR_TRIGGERED8_Pos) /*!< Bit mask of TRIGGERED8 field. */ 1535*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED8_Disabled (0UL) /*!< Read: Disabled */ 1536*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED8_Enabled (1UL) /*!< Read: Enabled */ 1537*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED8_Clear (1UL) /*!< Disable */ 1538*150812a8SEvalZero 1539*150812a8SEvalZero /* Bit 7 : Write '1' to disable interrupt for TRIGGERED[7] event */ 1540*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED7_Pos (7UL) /*!< Position of TRIGGERED7 field. */ 1541*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED7_Msk (0x1UL << EGU_INTENCLR_TRIGGERED7_Pos) /*!< Bit mask of TRIGGERED7 field. */ 1542*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED7_Disabled (0UL) /*!< Read: Disabled */ 1543*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED7_Enabled (1UL) /*!< Read: Enabled */ 1544*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED7_Clear (1UL) /*!< Disable */ 1545*150812a8SEvalZero 1546*150812a8SEvalZero /* Bit 6 : Write '1' to disable interrupt for TRIGGERED[6] event */ 1547*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED6_Pos (6UL) /*!< Position of TRIGGERED6 field. */ 1548*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED6_Msk (0x1UL << EGU_INTENCLR_TRIGGERED6_Pos) /*!< Bit mask of TRIGGERED6 field. */ 1549*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED6_Disabled (0UL) /*!< Read: Disabled */ 1550*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED6_Enabled (1UL) /*!< Read: Enabled */ 1551*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED6_Clear (1UL) /*!< Disable */ 1552*150812a8SEvalZero 1553*150812a8SEvalZero /* Bit 5 : Write '1' to disable interrupt for TRIGGERED[5] event */ 1554*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED5_Pos (5UL) /*!< Position of TRIGGERED5 field. */ 1555*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED5_Msk (0x1UL << EGU_INTENCLR_TRIGGERED5_Pos) /*!< Bit mask of TRIGGERED5 field. */ 1556*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED5_Disabled (0UL) /*!< Read: Disabled */ 1557*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED5_Enabled (1UL) /*!< Read: Enabled */ 1558*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED5_Clear (1UL) /*!< Disable */ 1559*150812a8SEvalZero 1560*150812a8SEvalZero /* Bit 4 : Write '1' to disable interrupt for TRIGGERED[4] event */ 1561*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED4_Pos (4UL) /*!< Position of TRIGGERED4 field. */ 1562*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED4_Msk (0x1UL << EGU_INTENCLR_TRIGGERED4_Pos) /*!< Bit mask of TRIGGERED4 field. */ 1563*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED4_Disabled (0UL) /*!< Read: Disabled */ 1564*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED4_Enabled (1UL) /*!< Read: Enabled */ 1565*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED4_Clear (1UL) /*!< Disable */ 1566*150812a8SEvalZero 1567*150812a8SEvalZero /* Bit 3 : Write '1' to disable interrupt for TRIGGERED[3] event */ 1568*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED3_Pos (3UL) /*!< Position of TRIGGERED3 field. */ 1569*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED3_Msk (0x1UL << EGU_INTENCLR_TRIGGERED3_Pos) /*!< Bit mask of TRIGGERED3 field. */ 1570*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED3_Disabled (0UL) /*!< Read: Disabled */ 1571*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED3_Enabled (1UL) /*!< Read: Enabled */ 1572*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED3_Clear (1UL) /*!< Disable */ 1573*150812a8SEvalZero 1574*150812a8SEvalZero /* Bit 2 : Write '1' to disable interrupt for TRIGGERED[2] event */ 1575*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED2_Pos (2UL) /*!< Position of TRIGGERED2 field. */ 1576*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED2_Msk (0x1UL << EGU_INTENCLR_TRIGGERED2_Pos) /*!< Bit mask of TRIGGERED2 field. */ 1577*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED2_Disabled (0UL) /*!< Read: Disabled */ 1578*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED2_Enabled (1UL) /*!< Read: Enabled */ 1579*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED2_Clear (1UL) /*!< Disable */ 1580*150812a8SEvalZero 1581*150812a8SEvalZero /* Bit 1 : Write '1' to disable interrupt for TRIGGERED[1] event */ 1582*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED1_Pos (1UL) /*!< Position of TRIGGERED1 field. */ 1583*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED1_Msk (0x1UL << EGU_INTENCLR_TRIGGERED1_Pos) /*!< Bit mask of TRIGGERED1 field. */ 1584*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED1_Disabled (0UL) /*!< Read: Disabled */ 1585*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED1_Enabled (1UL) /*!< Read: Enabled */ 1586*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED1_Clear (1UL) /*!< Disable */ 1587*150812a8SEvalZero 1588*150812a8SEvalZero /* Bit 0 : Write '1' to disable interrupt for TRIGGERED[0] event */ 1589*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED0_Pos (0UL) /*!< Position of TRIGGERED0 field. */ 1590*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED0_Msk (0x1UL << EGU_INTENCLR_TRIGGERED0_Pos) /*!< Bit mask of TRIGGERED0 field. */ 1591*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED0_Disabled (0UL) /*!< Read: Disabled */ 1592*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED0_Enabled (1UL) /*!< Read: Enabled */ 1593*150812a8SEvalZero #define EGU_INTENCLR_TRIGGERED0_Clear (1UL) /*!< Disable */ 1594*150812a8SEvalZero 1595*150812a8SEvalZero 1596*150812a8SEvalZero /* Peripheral: FICR */ 1597*150812a8SEvalZero /* Description: Factory information configuration registers */ 1598*150812a8SEvalZero 1599*150812a8SEvalZero /* Register: FICR_CODEPAGESIZE */ 1600*150812a8SEvalZero /* Description: Code memory page size */ 1601*150812a8SEvalZero 1602*150812a8SEvalZero /* Bits 31..0 : Code memory page size */ 1603*150812a8SEvalZero #define FICR_CODEPAGESIZE_CODEPAGESIZE_Pos (0UL) /*!< Position of CODEPAGESIZE field. */ 1604*150812a8SEvalZero #define FICR_CODEPAGESIZE_CODEPAGESIZE_Msk (0xFFFFFFFFUL << FICR_CODEPAGESIZE_CODEPAGESIZE_Pos) /*!< Bit mask of CODEPAGESIZE field. */ 1605*150812a8SEvalZero 1606*150812a8SEvalZero /* Register: FICR_CODESIZE */ 1607*150812a8SEvalZero /* Description: Code memory size */ 1608*150812a8SEvalZero 1609*150812a8SEvalZero /* Bits 31..0 : Code memory size in number of pages */ 1610*150812a8SEvalZero #define FICR_CODESIZE_CODESIZE_Pos (0UL) /*!< Position of CODESIZE field. */ 1611*150812a8SEvalZero #define FICR_CODESIZE_CODESIZE_Msk (0xFFFFFFFFUL << FICR_CODESIZE_CODESIZE_Pos) /*!< Bit mask of CODESIZE field. */ 1612*150812a8SEvalZero 1613*150812a8SEvalZero /* Register: FICR_DEVICEID */ 1614*150812a8SEvalZero /* Description: Description collection[n]: Device identifier */ 1615*150812a8SEvalZero 1616*150812a8SEvalZero /* Bits 31..0 : 64 bit unique device identifier */ 1617*150812a8SEvalZero #define FICR_DEVICEID_DEVICEID_Pos (0UL) /*!< Position of DEVICEID field. */ 1618*150812a8SEvalZero #define FICR_DEVICEID_DEVICEID_Msk (0xFFFFFFFFUL << FICR_DEVICEID_DEVICEID_Pos) /*!< Bit mask of DEVICEID field. */ 1619*150812a8SEvalZero 1620*150812a8SEvalZero /* Register: FICR_ER */ 1621*150812a8SEvalZero /* Description: Description collection[n]: Encryption root, word n */ 1622*150812a8SEvalZero 1623*150812a8SEvalZero /* Bits 31..0 : Encryption root, word n */ 1624*150812a8SEvalZero #define FICR_ER_ER_Pos (0UL) /*!< Position of ER field. */ 1625*150812a8SEvalZero #define FICR_ER_ER_Msk (0xFFFFFFFFUL << FICR_ER_ER_Pos) /*!< Bit mask of ER field. */ 1626*150812a8SEvalZero 1627*150812a8SEvalZero /* Register: FICR_IR */ 1628*150812a8SEvalZero /* Description: Description collection[n]: Identity root, word n */ 1629*150812a8SEvalZero 1630*150812a8SEvalZero /* Bits 31..0 : Identity root, word n */ 1631*150812a8SEvalZero #define FICR_IR_IR_Pos (0UL) /*!< Position of IR field. */ 1632*150812a8SEvalZero #define FICR_IR_IR_Msk (0xFFFFFFFFUL << FICR_IR_IR_Pos) /*!< Bit mask of IR field. */ 1633*150812a8SEvalZero 1634*150812a8SEvalZero /* Register: FICR_DEVICEADDRTYPE */ 1635*150812a8SEvalZero /* Description: Device address type */ 1636*150812a8SEvalZero 1637*150812a8SEvalZero /* Bit 0 : Device address type */ 1638*150812a8SEvalZero #define FICR_DEVICEADDRTYPE_DEVICEADDRTYPE_Pos (0UL) /*!< Position of DEVICEADDRTYPE field. */ 1639*150812a8SEvalZero #define FICR_DEVICEADDRTYPE_DEVICEADDRTYPE_Msk (0x1UL << FICR_DEVICEADDRTYPE_DEVICEADDRTYPE_Pos) /*!< Bit mask of DEVICEADDRTYPE field. */ 1640*150812a8SEvalZero #define FICR_DEVICEADDRTYPE_DEVICEADDRTYPE_Public (0UL) /*!< Public address */ 1641*150812a8SEvalZero #define FICR_DEVICEADDRTYPE_DEVICEADDRTYPE_Random (1UL) /*!< Random address */ 1642*150812a8SEvalZero 1643*150812a8SEvalZero /* Register: FICR_DEVICEADDR */ 1644*150812a8SEvalZero /* Description: Description collection[n]: Device address n */ 1645*150812a8SEvalZero 1646*150812a8SEvalZero /* Bits 31..0 : 48 bit device address */ 1647*150812a8SEvalZero #define FICR_DEVICEADDR_DEVICEADDR_Pos (0UL) /*!< Position of DEVICEADDR field. */ 1648*150812a8SEvalZero #define FICR_DEVICEADDR_DEVICEADDR_Msk (0xFFFFFFFFUL << FICR_DEVICEADDR_DEVICEADDR_Pos) /*!< Bit mask of DEVICEADDR field. */ 1649*150812a8SEvalZero 1650*150812a8SEvalZero /* Register: FICR_INFO_PART */ 1651*150812a8SEvalZero /* Description: Part code */ 1652*150812a8SEvalZero 1653*150812a8SEvalZero /* Bits 31..0 : Part code */ 1654*150812a8SEvalZero #define FICR_INFO_PART_PART_Pos (0UL) /*!< Position of PART field. */ 1655*150812a8SEvalZero #define FICR_INFO_PART_PART_Msk (0xFFFFFFFFUL << FICR_INFO_PART_PART_Pos) /*!< Bit mask of PART field. */ 1656*150812a8SEvalZero #define FICR_INFO_PART_PART_N52810 (0x52810UL) /*!< nRF52810 */ 1657*150812a8SEvalZero #define FICR_INFO_PART_PART_Unspecified (0xFFFFFFFFUL) /*!< Unspecified */ 1658*150812a8SEvalZero 1659*150812a8SEvalZero /* Register: FICR_INFO_VARIANT */ 1660*150812a8SEvalZero /* Description: Part variant, hardware version and production configuration */ 1661*150812a8SEvalZero 1662*150812a8SEvalZero /* Bits 31..0 : Part variant, hardware version and production configuration, encoded as ASCII */ 1663*150812a8SEvalZero #define FICR_INFO_VARIANT_VARIANT_Pos (0UL) /*!< Position of VARIANT field. */ 1664*150812a8SEvalZero #define FICR_INFO_VARIANT_VARIANT_Msk (0xFFFFFFFFUL << FICR_INFO_VARIANT_VARIANT_Pos) /*!< Bit mask of VARIANT field. */ 1665*150812a8SEvalZero #define FICR_INFO_VARIANT_VARIANT_AAA0 (0x41414130UL) /*!< AAA0 */ 1666*150812a8SEvalZero #define FICR_INFO_VARIANT_VARIANT_AAAA (0x41414141UL) /*!< AAAA */ 1667*150812a8SEvalZero #define FICR_INFO_VARIANT_VARIANT_AAB0 (0x41414230UL) /*!< AAB0 */ 1668*150812a8SEvalZero #define FICR_INFO_VARIANT_VARIANT_AABA (0x41414241UL) /*!< AABA */ 1669*150812a8SEvalZero #define FICR_INFO_VARIANT_VARIANT_AABB (0x41414242UL) /*!< AABB */ 1670*150812a8SEvalZero #define FICR_INFO_VARIANT_VARIANT_AAC0 (0x41414330UL) /*!< AAC0 */ 1671*150812a8SEvalZero #define FICR_INFO_VARIANT_VARIANT_AACA (0x41414341UL) /*!< AACA */ 1672*150812a8SEvalZero #define FICR_INFO_VARIANT_VARIANT_AACB (0x41414342UL) /*!< AACB */ 1673*150812a8SEvalZero #define FICR_INFO_VARIANT_VARIANT_Unspecified (0xFFFFFFFFUL) /*!< Unspecified */ 1674*150812a8SEvalZero 1675*150812a8SEvalZero /* Register: FICR_INFO_PACKAGE */ 1676*150812a8SEvalZero /* Description: Package option */ 1677*150812a8SEvalZero 1678*150812a8SEvalZero /* Bits 31..0 : Package option */ 1679*150812a8SEvalZero #define FICR_INFO_PACKAGE_PACKAGE_Pos (0UL) /*!< Position of PACKAGE field. */ 1680*150812a8SEvalZero #define FICR_INFO_PACKAGE_PACKAGE_Msk (0xFFFFFFFFUL << FICR_INFO_PACKAGE_PACKAGE_Pos) /*!< Bit mask of PACKAGE field. */ 1681*150812a8SEvalZero #define FICR_INFO_PACKAGE_PACKAGE_QF (0x2000UL) /*!< QFxx - 48-pin QFN */ 1682*150812a8SEvalZero #define FICR_INFO_PACKAGE_PACKAGE_QC (0x2003UL) /*!< QCxx - 32-pin QFN */ 1683*150812a8SEvalZero #define FICR_INFO_PACKAGE_PACKAGE_Unspecified (0xFFFFFFFFUL) /*!< Unspecified */ 1684*150812a8SEvalZero 1685*150812a8SEvalZero /* Register: FICR_INFO_RAM */ 1686*150812a8SEvalZero /* Description: RAM variant */ 1687*150812a8SEvalZero 1688*150812a8SEvalZero /* Bits 31..0 : RAM variant */ 1689*150812a8SEvalZero #define FICR_INFO_RAM_RAM_Pos (0UL) /*!< Position of RAM field. */ 1690*150812a8SEvalZero #define FICR_INFO_RAM_RAM_Msk (0xFFFFFFFFUL << FICR_INFO_RAM_RAM_Pos) /*!< Bit mask of RAM field. */ 1691*150812a8SEvalZero #define FICR_INFO_RAM_RAM_K24 (0x18UL) /*!< 24 kByte RAM */ 1692*150812a8SEvalZero #define FICR_INFO_RAM_RAM_Unspecified (0xFFFFFFFFUL) /*!< Unspecified */ 1693*150812a8SEvalZero 1694*150812a8SEvalZero /* Register: FICR_INFO_FLASH */ 1695*150812a8SEvalZero /* Description: Flash variant */ 1696*150812a8SEvalZero 1697*150812a8SEvalZero /* Bits 31..0 : Flash variant */ 1698*150812a8SEvalZero #define FICR_INFO_FLASH_FLASH_Pos (0UL) /*!< Position of FLASH field. */ 1699*150812a8SEvalZero #define FICR_INFO_FLASH_FLASH_Msk (0xFFFFFFFFUL << FICR_INFO_FLASH_FLASH_Pos) /*!< Bit mask of FLASH field. */ 1700*150812a8SEvalZero #define FICR_INFO_FLASH_FLASH_K192 (0xC0UL) /*!< 192 kByte flash */ 1701*150812a8SEvalZero #define FICR_INFO_FLASH_FLASH_Unspecified (0xFFFFFFFFUL) /*!< Unspecified */ 1702*150812a8SEvalZero 1703*150812a8SEvalZero /* Register: FICR_TEMP_A0 */ 1704*150812a8SEvalZero /* Description: Slope definition A0 */ 1705*150812a8SEvalZero 1706*150812a8SEvalZero /* Bits 11..0 : A (slope definition) register */ 1707*150812a8SEvalZero #define FICR_TEMP_A0_A_Pos (0UL) /*!< Position of A field. */ 1708*150812a8SEvalZero #define FICR_TEMP_A0_A_Msk (0xFFFUL << FICR_TEMP_A0_A_Pos) /*!< Bit mask of A field. */ 1709*150812a8SEvalZero 1710*150812a8SEvalZero /* Register: FICR_TEMP_A1 */ 1711*150812a8SEvalZero /* Description: Slope definition A1 */ 1712*150812a8SEvalZero 1713*150812a8SEvalZero /* Bits 11..0 : A (slope definition) register */ 1714*150812a8SEvalZero #define FICR_TEMP_A1_A_Pos (0UL) /*!< Position of A field. */ 1715*150812a8SEvalZero #define FICR_TEMP_A1_A_Msk (0xFFFUL << FICR_TEMP_A1_A_Pos) /*!< Bit mask of A field. */ 1716*150812a8SEvalZero 1717*150812a8SEvalZero /* Register: FICR_TEMP_A2 */ 1718*150812a8SEvalZero /* Description: Slope definition A2 */ 1719*150812a8SEvalZero 1720*150812a8SEvalZero /* Bits 11..0 : A (slope definition) register */ 1721*150812a8SEvalZero #define FICR_TEMP_A2_A_Pos (0UL) /*!< Position of A field. */ 1722*150812a8SEvalZero #define FICR_TEMP_A2_A_Msk (0xFFFUL << FICR_TEMP_A2_A_Pos) /*!< Bit mask of A field. */ 1723*150812a8SEvalZero 1724*150812a8SEvalZero /* Register: FICR_TEMP_A3 */ 1725*150812a8SEvalZero /* Description: Slope definition A3 */ 1726*150812a8SEvalZero 1727*150812a8SEvalZero /* Bits 11..0 : A (slope definition) register */ 1728*150812a8SEvalZero #define FICR_TEMP_A3_A_Pos (0UL) /*!< Position of A field. */ 1729*150812a8SEvalZero #define FICR_TEMP_A3_A_Msk (0xFFFUL << FICR_TEMP_A3_A_Pos) /*!< Bit mask of A field. */ 1730*150812a8SEvalZero 1731*150812a8SEvalZero /* Register: FICR_TEMP_A4 */ 1732*150812a8SEvalZero /* Description: Slope definition A4 */ 1733*150812a8SEvalZero 1734*150812a8SEvalZero /* Bits 11..0 : A (slope definition) register */ 1735*150812a8SEvalZero #define FICR_TEMP_A4_A_Pos (0UL) /*!< Position of A field. */ 1736*150812a8SEvalZero #define FICR_TEMP_A4_A_Msk (0xFFFUL << FICR_TEMP_A4_A_Pos) /*!< Bit mask of A field. */ 1737*150812a8SEvalZero 1738*150812a8SEvalZero /* Register: FICR_TEMP_A5 */ 1739*150812a8SEvalZero /* Description: Slope definition A5 */ 1740*150812a8SEvalZero 1741*150812a8SEvalZero /* Bits 11..0 : A (slope definition) register */ 1742*150812a8SEvalZero #define FICR_TEMP_A5_A_Pos (0UL) /*!< Position of A field. */ 1743*150812a8SEvalZero #define FICR_TEMP_A5_A_Msk (0xFFFUL << FICR_TEMP_A5_A_Pos) /*!< Bit mask of A field. */ 1744*150812a8SEvalZero 1745*150812a8SEvalZero /* Register: FICR_TEMP_B0 */ 1746*150812a8SEvalZero /* Description: Y-intercept B0 */ 1747*150812a8SEvalZero 1748*150812a8SEvalZero /* Bits 13..0 : B (y-intercept) */ 1749*150812a8SEvalZero #define FICR_TEMP_B0_B_Pos (0UL) /*!< Position of B field. */ 1750*150812a8SEvalZero #define FICR_TEMP_B0_B_Msk (0x3FFFUL << FICR_TEMP_B0_B_Pos) /*!< Bit mask of B field. */ 1751*150812a8SEvalZero 1752*150812a8SEvalZero /* Register: FICR_TEMP_B1 */ 1753*150812a8SEvalZero /* Description: Y-intercept B1 */ 1754*150812a8SEvalZero 1755*150812a8SEvalZero /* Bits 13..0 : B (y-intercept) */ 1756*150812a8SEvalZero #define FICR_TEMP_B1_B_Pos (0UL) /*!< Position of B field. */ 1757*150812a8SEvalZero #define FICR_TEMP_B1_B_Msk (0x3FFFUL << FICR_TEMP_B1_B_Pos) /*!< Bit mask of B field. */ 1758*150812a8SEvalZero 1759*150812a8SEvalZero /* Register: FICR_TEMP_B2 */ 1760*150812a8SEvalZero /* Description: Y-intercept B2 */ 1761*150812a8SEvalZero 1762*150812a8SEvalZero /* Bits 13..0 : B (y-intercept) */ 1763*150812a8SEvalZero #define FICR_TEMP_B2_B_Pos (0UL) /*!< Position of B field. */ 1764*150812a8SEvalZero #define FICR_TEMP_B2_B_Msk (0x3FFFUL << FICR_TEMP_B2_B_Pos) /*!< Bit mask of B field. */ 1765*150812a8SEvalZero 1766*150812a8SEvalZero /* Register: FICR_TEMP_B3 */ 1767*150812a8SEvalZero /* Description: Y-intercept B3 */ 1768*150812a8SEvalZero 1769*150812a8SEvalZero /* Bits 13..0 : B (y-intercept) */ 1770*150812a8SEvalZero #define FICR_TEMP_B3_B_Pos (0UL) /*!< Position of B field. */ 1771*150812a8SEvalZero #define FICR_TEMP_B3_B_Msk (0x3FFFUL << FICR_TEMP_B3_B_Pos) /*!< Bit mask of B field. */ 1772*150812a8SEvalZero 1773*150812a8SEvalZero /* Register: FICR_TEMP_B4 */ 1774*150812a8SEvalZero /* Description: Y-intercept B4 */ 1775*150812a8SEvalZero 1776*150812a8SEvalZero /* Bits 13..0 : B (y-intercept) */ 1777*150812a8SEvalZero #define FICR_TEMP_B4_B_Pos (0UL) /*!< Position of B field. */ 1778*150812a8SEvalZero #define FICR_TEMP_B4_B_Msk (0x3FFFUL << FICR_TEMP_B4_B_Pos) /*!< Bit mask of B field. */ 1779*150812a8SEvalZero 1780*150812a8SEvalZero /* Register: FICR_TEMP_B5 */ 1781*150812a8SEvalZero /* Description: Y-intercept B5 */ 1782*150812a8SEvalZero 1783*150812a8SEvalZero /* Bits 13..0 : B (y-intercept) */ 1784*150812a8SEvalZero #define FICR_TEMP_B5_B_Pos (0UL) /*!< Position of B field. */ 1785*150812a8SEvalZero #define FICR_TEMP_B5_B_Msk (0x3FFFUL << FICR_TEMP_B5_B_Pos) /*!< Bit mask of B field. */ 1786*150812a8SEvalZero 1787*150812a8SEvalZero /* Register: FICR_TEMP_T0 */ 1788*150812a8SEvalZero /* Description: Segment end T0 */ 1789*150812a8SEvalZero 1790*150812a8SEvalZero /* Bits 7..0 : T (segment end) register */ 1791*150812a8SEvalZero #define FICR_TEMP_T0_T_Pos (0UL) /*!< Position of T field. */ 1792*150812a8SEvalZero #define FICR_TEMP_T0_T_Msk (0xFFUL << FICR_TEMP_T0_T_Pos) /*!< Bit mask of T field. */ 1793*150812a8SEvalZero 1794*150812a8SEvalZero /* Register: FICR_TEMP_T1 */ 1795*150812a8SEvalZero /* Description: Segment end T1 */ 1796*150812a8SEvalZero 1797*150812a8SEvalZero /* Bits 7..0 : T (segment end) register */ 1798*150812a8SEvalZero #define FICR_TEMP_T1_T_Pos (0UL) /*!< Position of T field. */ 1799*150812a8SEvalZero #define FICR_TEMP_T1_T_Msk (0xFFUL << FICR_TEMP_T1_T_Pos) /*!< Bit mask of T field. */ 1800*150812a8SEvalZero 1801*150812a8SEvalZero /* Register: FICR_TEMP_T2 */ 1802*150812a8SEvalZero /* Description: Segment end T2 */ 1803*150812a8SEvalZero 1804*150812a8SEvalZero /* Bits 7..0 : T (segment end) register */ 1805*150812a8SEvalZero #define FICR_TEMP_T2_T_Pos (0UL) /*!< Position of T field. */ 1806*150812a8SEvalZero #define FICR_TEMP_T2_T_Msk (0xFFUL << FICR_TEMP_T2_T_Pos) /*!< Bit mask of T field. */ 1807*150812a8SEvalZero 1808*150812a8SEvalZero /* Register: FICR_TEMP_T3 */ 1809*150812a8SEvalZero /* Description: Segment end T3 */ 1810*150812a8SEvalZero 1811*150812a8SEvalZero /* Bits 7..0 : T (segment end) register */ 1812*150812a8SEvalZero #define FICR_TEMP_T3_T_Pos (0UL) /*!< Position of T field. */ 1813*150812a8SEvalZero #define FICR_TEMP_T3_T_Msk (0xFFUL << FICR_TEMP_T3_T_Pos) /*!< Bit mask of T field. */ 1814*150812a8SEvalZero 1815*150812a8SEvalZero /* Register: FICR_TEMP_T4 */ 1816*150812a8SEvalZero /* Description: Segment end T4 */ 1817*150812a8SEvalZero 1818*150812a8SEvalZero /* Bits 7..0 : T (segment end) register */ 1819*150812a8SEvalZero #define FICR_TEMP_T4_T_Pos (0UL) /*!< Position of T field. */ 1820*150812a8SEvalZero #define FICR_TEMP_T4_T_Msk (0xFFUL << FICR_TEMP_T4_T_Pos) /*!< Bit mask of T field. */ 1821*150812a8SEvalZero 1822*150812a8SEvalZero 1823*150812a8SEvalZero /* Peripheral: GPIOTE */ 1824*150812a8SEvalZero /* Description: GPIO Tasks and Events */ 1825*150812a8SEvalZero 1826*150812a8SEvalZero /* Register: GPIOTE_TASKS_OUT */ 1827*150812a8SEvalZero /* Description: Description collection[n]: Task for writing to pin specified in CONFIG[n].PSEL. Action on pin is configured in CONFIG[n].POLARITY. */ 1828*150812a8SEvalZero 1829*150812a8SEvalZero /* Bit 0 : */ 1830*150812a8SEvalZero #define GPIOTE_TASKS_OUT_TASKS_OUT_Pos (0UL) /*!< Position of TASKS_OUT field. */ 1831*150812a8SEvalZero #define GPIOTE_TASKS_OUT_TASKS_OUT_Msk (0x1UL << GPIOTE_TASKS_OUT_TASKS_OUT_Pos) /*!< Bit mask of TASKS_OUT field. */ 1832*150812a8SEvalZero 1833*150812a8SEvalZero /* Register: GPIOTE_TASKS_SET */ 1834*150812a8SEvalZero /* Description: Description collection[n]: Task for writing to pin specified in CONFIG[n].PSEL. Action on pin is to set it high. */ 1835*150812a8SEvalZero 1836*150812a8SEvalZero /* Bit 0 : */ 1837*150812a8SEvalZero #define GPIOTE_TASKS_SET_TASKS_SET_Pos (0UL) /*!< Position of TASKS_SET field. */ 1838*150812a8SEvalZero #define GPIOTE_TASKS_SET_TASKS_SET_Msk (0x1UL << GPIOTE_TASKS_SET_TASKS_SET_Pos) /*!< Bit mask of TASKS_SET field. */ 1839*150812a8SEvalZero 1840*150812a8SEvalZero /* Register: GPIOTE_TASKS_CLR */ 1841*150812a8SEvalZero /* Description: Description collection[n]: Task for writing to pin specified in CONFIG[n].PSEL. Action on pin is to set it low. */ 1842*150812a8SEvalZero 1843*150812a8SEvalZero /* Bit 0 : */ 1844*150812a8SEvalZero #define GPIOTE_TASKS_CLR_TASKS_CLR_Pos (0UL) /*!< Position of TASKS_CLR field. */ 1845*150812a8SEvalZero #define GPIOTE_TASKS_CLR_TASKS_CLR_Msk (0x1UL << GPIOTE_TASKS_CLR_TASKS_CLR_Pos) /*!< Bit mask of TASKS_CLR field. */ 1846*150812a8SEvalZero 1847*150812a8SEvalZero /* Register: GPIOTE_EVENTS_IN */ 1848*150812a8SEvalZero /* Description: Description collection[n]: Event generated from pin specified in CONFIG[n].PSEL */ 1849*150812a8SEvalZero 1850*150812a8SEvalZero /* Bit 0 : */ 1851*150812a8SEvalZero #define GPIOTE_EVENTS_IN_EVENTS_IN_Pos (0UL) /*!< Position of EVENTS_IN field. */ 1852*150812a8SEvalZero #define GPIOTE_EVENTS_IN_EVENTS_IN_Msk (0x1UL << GPIOTE_EVENTS_IN_EVENTS_IN_Pos) /*!< Bit mask of EVENTS_IN field. */ 1853*150812a8SEvalZero 1854*150812a8SEvalZero /* Register: GPIOTE_EVENTS_PORT */ 1855*150812a8SEvalZero /* Description: Event generated from multiple input GPIO pins with SENSE mechanism enabled */ 1856*150812a8SEvalZero 1857*150812a8SEvalZero /* Bit 0 : */ 1858*150812a8SEvalZero #define GPIOTE_EVENTS_PORT_EVENTS_PORT_Pos (0UL) /*!< Position of EVENTS_PORT field. */ 1859*150812a8SEvalZero #define GPIOTE_EVENTS_PORT_EVENTS_PORT_Msk (0x1UL << GPIOTE_EVENTS_PORT_EVENTS_PORT_Pos) /*!< Bit mask of EVENTS_PORT field. */ 1860*150812a8SEvalZero 1861*150812a8SEvalZero /* Register: GPIOTE_INTENSET */ 1862*150812a8SEvalZero /* Description: Enable interrupt */ 1863*150812a8SEvalZero 1864*150812a8SEvalZero /* Bit 31 : Write '1' to enable interrupt for PORT event */ 1865*150812a8SEvalZero #define GPIOTE_INTENSET_PORT_Pos (31UL) /*!< Position of PORT field. */ 1866*150812a8SEvalZero #define GPIOTE_INTENSET_PORT_Msk (0x1UL << GPIOTE_INTENSET_PORT_Pos) /*!< Bit mask of PORT field. */ 1867*150812a8SEvalZero #define GPIOTE_INTENSET_PORT_Disabled (0UL) /*!< Read: Disabled */ 1868*150812a8SEvalZero #define GPIOTE_INTENSET_PORT_Enabled (1UL) /*!< Read: Enabled */ 1869*150812a8SEvalZero #define GPIOTE_INTENSET_PORT_Set (1UL) /*!< Enable */ 1870*150812a8SEvalZero 1871*150812a8SEvalZero /* Bit 7 : Write '1' to enable interrupt for IN[7] event */ 1872*150812a8SEvalZero #define GPIOTE_INTENSET_IN7_Pos (7UL) /*!< Position of IN7 field. */ 1873*150812a8SEvalZero #define GPIOTE_INTENSET_IN7_Msk (0x1UL << GPIOTE_INTENSET_IN7_Pos) /*!< Bit mask of IN7 field. */ 1874*150812a8SEvalZero #define GPIOTE_INTENSET_IN7_Disabled (0UL) /*!< Read: Disabled */ 1875*150812a8SEvalZero #define GPIOTE_INTENSET_IN7_Enabled (1UL) /*!< Read: Enabled */ 1876*150812a8SEvalZero #define GPIOTE_INTENSET_IN7_Set (1UL) /*!< Enable */ 1877*150812a8SEvalZero 1878*150812a8SEvalZero /* Bit 6 : Write '1' to enable interrupt for IN[6] event */ 1879*150812a8SEvalZero #define GPIOTE_INTENSET_IN6_Pos (6UL) /*!< Position of IN6 field. */ 1880*150812a8SEvalZero #define GPIOTE_INTENSET_IN6_Msk (0x1UL << GPIOTE_INTENSET_IN6_Pos) /*!< Bit mask of IN6 field. */ 1881*150812a8SEvalZero #define GPIOTE_INTENSET_IN6_Disabled (0UL) /*!< Read: Disabled */ 1882*150812a8SEvalZero #define GPIOTE_INTENSET_IN6_Enabled (1UL) /*!< Read: Enabled */ 1883*150812a8SEvalZero #define GPIOTE_INTENSET_IN6_Set (1UL) /*!< Enable */ 1884*150812a8SEvalZero 1885*150812a8SEvalZero /* Bit 5 : Write '1' to enable interrupt for IN[5] event */ 1886*150812a8SEvalZero #define GPIOTE_INTENSET_IN5_Pos (5UL) /*!< Position of IN5 field. */ 1887*150812a8SEvalZero #define GPIOTE_INTENSET_IN5_Msk (0x1UL << GPIOTE_INTENSET_IN5_Pos) /*!< Bit mask of IN5 field. */ 1888*150812a8SEvalZero #define GPIOTE_INTENSET_IN5_Disabled (0UL) /*!< Read: Disabled */ 1889*150812a8SEvalZero #define GPIOTE_INTENSET_IN5_Enabled (1UL) /*!< Read: Enabled */ 1890*150812a8SEvalZero #define GPIOTE_INTENSET_IN5_Set (1UL) /*!< Enable */ 1891*150812a8SEvalZero 1892*150812a8SEvalZero /* Bit 4 : Write '1' to enable interrupt for IN[4] event */ 1893*150812a8SEvalZero #define GPIOTE_INTENSET_IN4_Pos (4UL) /*!< Position of IN4 field. */ 1894*150812a8SEvalZero #define GPIOTE_INTENSET_IN4_Msk (0x1UL << GPIOTE_INTENSET_IN4_Pos) /*!< Bit mask of IN4 field. */ 1895*150812a8SEvalZero #define GPIOTE_INTENSET_IN4_Disabled (0UL) /*!< Read: Disabled */ 1896*150812a8SEvalZero #define GPIOTE_INTENSET_IN4_Enabled (1UL) /*!< Read: Enabled */ 1897*150812a8SEvalZero #define GPIOTE_INTENSET_IN4_Set (1UL) /*!< Enable */ 1898*150812a8SEvalZero 1899*150812a8SEvalZero /* Bit 3 : Write '1' to enable interrupt for IN[3] event */ 1900*150812a8SEvalZero #define GPIOTE_INTENSET_IN3_Pos (3UL) /*!< Position of IN3 field. */ 1901*150812a8SEvalZero #define GPIOTE_INTENSET_IN3_Msk (0x1UL << GPIOTE_INTENSET_IN3_Pos) /*!< Bit mask of IN3 field. */ 1902*150812a8SEvalZero #define GPIOTE_INTENSET_IN3_Disabled (0UL) /*!< Read: Disabled */ 1903*150812a8SEvalZero #define GPIOTE_INTENSET_IN3_Enabled (1UL) /*!< Read: Enabled */ 1904*150812a8SEvalZero #define GPIOTE_INTENSET_IN3_Set (1UL) /*!< Enable */ 1905*150812a8SEvalZero 1906*150812a8SEvalZero /* Bit 2 : Write '1' to enable interrupt for IN[2] event */ 1907*150812a8SEvalZero #define GPIOTE_INTENSET_IN2_Pos (2UL) /*!< Position of IN2 field. */ 1908*150812a8SEvalZero #define GPIOTE_INTENSET_IN2_Msk (0x1UL << GPIOTE_INTENSET_IN2_Pos) /*!< Bit mask of IN2 field. */ 1909*150812a8SEvalZero #define GPIOTE_INTENSET_IN2_Disabled (0UL) /*!< Read: Disabled */ 1910*150812a8SEvalZero #define GPIOTE_INTENSET_IN2_Enabled (1UL) /*!< Read: Enabled */ 1911*150812a8SEvalZero #define GPIOTE_INTENSET_IN2_Set (1UL) /*!< Enable */ 1912*150812a8SEvalZero 1913*150812a8SEvalZero /* Bit 1 : Write '1' to enable interrupt for IN[1] event */ 1914*150812a8SEvalZero #define GPIOTE_INTENSET_IN1_Pos (1UL) /*!< Position of IN1 field. */ 1915*150812a8SEvalZero #define GPIOTE_INTENSET_IN1_Msk (0x1UL << GPIOTE_INTENSET_IN1_Pos) /*!< Bit mask of IN1 field. */ 1916*150812a8SEvalZero #define GPIOTE_INTENSET_IN1_Disabled (0UL) /*!< Read: Disabled */ 1917*150812a8SEvalZero #define GPIOTE_INTENSET_IN1_Enabled (1UL) /*!< Read: Enabled */ 1918*150812a8SEvalZero #define GPIOTE_INTENSET_IN1_Set (1UL) /*!< Enable */ 1919*150812a8SEvalZero 1920*150812a8SEvalZero /* Bit 0 : Write '1' to enable interrupt for IN[0] event */ 1921*150812a8SEvalZero #define GPIOTE_INTENSET_IN0_Pos (0UL) /*!< Position of IN0 field. */ 1922*150812a8SEvalZero #define GPIOTE_INTENSET_IN0_Msk (0x1UL << GPIOTE_INTENSET_IN0_Pos) /*!< Bit mask of IN0 field. */ 1923*150812a8SEvalZero #define GPIOTE_INTENSET_IN0_Disabled (0UL) /*!< Read: Disabled */ 1924*150812a8SEvalZero #define GPIOTE_INTENSET_IN0_Enabled (1UL) /*!< Read: Enabled */ 1925*150812a8SEvalZero #define GPIOTE_INTENSET_IN0_Set (1UL) /*!< Enable */ 1926*150812a8SEvalZero 1927*150812a8SEvalZero /* Register: GPIOTE_INTENCLR */ 1928*150812a8SEvalZero /* Description: Disable interrupt */ 1929*150812a8SEvalZero 1930*150812a8SEvalZero /* Bit 31 : Write '1' to disable interrupt for PORT event */ 1931*150812a8SEvalZero #define GPIOTE_INTENCLR_PORT_Pos (31UL) /*!< Position of PORT field. */ 1932*150812a8SEvalZero #define GPIOTE_INTENCLR_PORT_Msk (0x1UL << GPIOTE_INTENCLR_PORT_Pos) /*!< Bit mask of PORT field. */ 1933*150812a8SEvalZero #define GPIOTE_INTENCLR_PORT_Disabled (0UL) /*!< Read: Disabled */ 1934*150812a8SEvalZero #define GPIOTE_INTENCLR_PORT_Enabled (1UL) /*!< Read: Enabled */ 1935*150812a8SEvalZero #define GPIOTE_INTENCLR_PORT_Clear (1UL) /*!< Disable */ 1936*150812a8SEvalZero 1937*150812a8SEvalZero /* Bit 7 : Write '1' to disable interrupt for IN[7] event */ 1938*150812a8SEvalZero #define GPIOTE_INTENCLR_IN7_Pos (7UL) /*!< Position of IN7 field. */ 1939*150812a8SEvalZero #define GPIOTE_INTENCLR_IN7_Msk (0x1UL << GPIOTE_INTENCLR_IN7_Pos) /*!< Bit mask of IN7 field. */ 1940*150812a8SEvalZero #define GPIOTE_INTENCLR_IN7_Disabled (0UL) /*!< Read: Disabled */ 1941*150812a8SEvalZero #define GPIOTE_INTENCLR_IN7_Enabled (1UL) /*!< Read: Enabled */ 1942*150812a8SEvalZero #define GPIOTE_INTENCLR_IN7_Clear (1UL) /*!< Disable */ 1943*150812a8SEvalZero 1944*150812a8SEvalZero /* Bit 6 : Write '1' to disable interrupt for IN[6] event */ 1945*150812a8SEvalZero #define GPIOTE_INTENCLR_IN6_Pos (6UL) /*!< Position of IN6 field. */ 1946*150812a8SEvalZero #define GPIOTE_INTENCLR_IN6_Msk (0x1UL << GPIOTE_INTENCLR_IN6_Pos) /*!< Bit mask of IN6 field. */ 1947*150812a8SEvalZero #define GPIOTE_INTENCLR_IN6_Disabled (0UL) /*!< Read: Disabled */ 1948*150812a8SEvalZero #define GPIOTE_INTENCLR_IN6_Enabled (1UL) /*!< Read: Enabled */ 1949*150812a8SEvalZero #define GPIOTE_INTENCLR_IN6_Clear (1UL) /*!< Disable */ 1950*150812a8SEvalZero 1951*150812a8SEvalZero /* Bit 5 : Write '1' to disable interrupt for IN[5] event */ 1952*150812a8SEvalZero #define GPIOTE_INTENCLR_IN5_Pos (5UL) /*!< Position of IN5 field. */ 1953*150812a8SEvalZero #define GPIOTE_INTENCLR_IN5_Msk (0x1UL << GPIOTE_INTENCLR_IN5_Pos) /*!< Bit mask of IN5 field. */ 1954*150812a8SEvalZero #define GPIOTE_INTENCLR_IN5_Disabled (0UL) /*!< Read: Disabled */ 1955*150812a8SEvalZero #define GPIOTE_INTENCLR_IN5_Enabled (1UL) /*!< Read: Enabled */ 1956*150812a8SEvalZero #define GPIOTE_INTENCLR_IN5_Clear (1UL) /*!< Disable */ 1957*150812a8SEvalZero 1958*150812a8SEvalZero /* Bit 4 : Write '1' to disable interrupt for IN[4] event */ 1959*150812a8SEvalZero #define GPIOTE_INTENCLR_IN4_Pos (4UL) /*!< Position of IN4 field. */ 1960*150812a8SEvalZero #define GPIOTE_INTENCLR_IN4_Msk (0x1UL << GPIOTE_INTENCLR_IN4_Pos) /*!< Bit mask of IN4 field. */ 1961*150812a8SEvalZero #define GPIOTE_INTENCLR_IN4_Disabled (0UL) /*!< Read: Disabled */ 1962*150812a8SEvalZero #define GPIOTE_INTENCLR_IN4_Enabled (1UL) /*!< Read: Enabled */ 1963*150812a8SEvalZero #define GPIOTE_INTENCLR_IN4_Clear (1UL) /*!< Disable */ 1964*150812a8SEvalZero 1965*150812a8SEvalZero /* Bit 3 : Write '1' to disable interrupt for IN[3] event */ 1966*150812a8SEvalZero #define GPIOTE_INTENCLR_IN3_Pos (3UL) /*!< Position of IN3 field. */ 1967*150812a8SEvalZero #define GPIOTE_INTENCLR_IN3_Msk (0x1UL << GPIOTE_INTENCLR_IN3_Pos) /*!< Bit mask of IN3 field. */ 1968*150812a8SEvalZero #define GPIOTE_INTENCLR_IN3_Disabled (0UL) /*!< Read: Disabled */ 1969*150812a8SEvalZero #define GPIOTE_INTENCLR_IN3_Enabled (1UL) /*!< Read: Enabled */ 1970*150812a8SEvalZero #define GPIOTE_INTENCLR_IN3_Clear (1UL) /*!< Disable */ 1971*150812a8SEvalZero 1972*150812a8SEvalZero /* Bit 2 : Write '1' to disable interrupt for IN[2] event */ 1973*150812a8SEvalZero #define GPIOTE_INTENCLR_IN2_Pos (2UL) /*!< Position of IN2 field. */ 1974*150812a8SEvalZero #define GPIOTE_INTENCLR_IN2_Msk (0x1UL << GPIOTE_INTENCLR_IN2_Pos) /*!< Bit mask of IN2 field. */ 1975*150812a8SEvalZero #define GPIOTE_INTENCLR_IN2_Disabled (0UL) /*!< Read: Disabled */ 1976*150812a8SEvalZero #define GPIOTE_INTENCLR_IN2_Enabled (1UL) /*!< Read: Enabled */ 1977*150812a8SEvalZero #define GPIOTE_INTENCLR_IN2_Clear (1UL) /*!< Disable */ 1978*150812a8SEvalZero 1979*150812a8SEvalZero /* Bit 1 : Write '1' to disable interrupt for IN[1] event */ 1980*150812a8SEvalZero #define GPIOTE_INTENCLR_IN1_Pos (1UL) /*!< Position of IN1 field. */ 1981*150812a8SEvalZero #define GPIOTE_INTENCLR_IN1_Msk (0x1UL << GPIOTE_INTENCLR_IN1_Pos) /*!< Bit mask of IN1 field. */ 1982*150812a8SEvalZero #define GPIOTE_INTENCLR_IN1_Disabled (0UL) /*!< Read: Disabled */ 1983*150812a8SEvalZero #define GPIOTE_INTENCLR_IN1_Enabled (1UL) /*!< Read: Enabled */ 1984*150812a8SEvalZero #define GPIOTE_INTENCLR_IN1_Clear (1UL) /*!< Disable */ 1985*150812a8SEvalZero 1986*150812a8SEvalZero /* Bit 0 : Write '1' to disable interrupt for IN[0] event */ 1987*150812a8SEvalZero #define GPIOTE_INTENCLR_IN0_Pos (0UL) /*!< Position of IN0 field. */ 1988*150812a8SEvalZero #define GPIOTE_INTENCLR_IN0_Msk (0x1UL << GPIOTE_INTENCLR_IN0_Pos) /*!< Bit mask of IN0 field. */ 1989*150812a8SEvalZero #define GPIOTE_INTENCLR_IN0_Disabled (0UL) /*!< Read: Disabled */ 1990*150812a8SEvalZero #define GPIOTE_INTENCLR_IN0_Enabled (1UL) /*!< Read: Enabled */ 1991*150812a8SEvalZero #define GPIOTE_INTENCLR_IN0_Clear (1UL) /*!< Disable */ 1992*150812a8SEvalZero 1993*150812a8SEvalZero /* Register: GPIOTE_CONFIG */ 1994*150812a8SEvalZero /* Description: Description collection[n]: Configuration for OUT[n], SET[n] and CLR[n] tasks and IN[n] event */ 1995*150812a8SEvalZero 1996*150812a8SEvalZero /* Bit 20 : When in task mode: Initial value of the output when the GPIOTE channel is configured. When in event mode: No effect. */ 1997*150812a8SEvalZero #define GPIOTE_CONFIG_OUTINIT_Pos (20UL) /*!< Position of OUTINIT field. */ 1998*150812a8SEvalZero #define GPIOTE_CONFIG_OUTINIT_Msk (0x1UL << GPIOTE_CONFIG_OUTINIT_Pos) /*!< Bit mask of OUTINIT field. */ 1999*150812a8SEvalZero #define GPIOTE_CONFIG_OUTINIT_Low (0UL) /*!< Task mode: Initial value of pin before task triggering is low */ 2000*150812a8SEvalZero #define GPIOTE_CONFIG_OUTINIT_High (1UL) /*!< Task mode: Initial value of pin before task triggering is high */ 2001*150812a8SEvalZero 2002*150812a8SEvalZero /* Bits 17..16 : When In task mode: Operation to be performed on output when OUT[n] task is triggered. When In event mode: Operation on input that shall trigger IN[n] event. */ 2003*150812a8SEvalZero #define GPIOTE_CONFIG_POLARITY_Pos (16UL) /*!< Position of POLARITY field. */ 2004*150812a8SEvalZero #define GPIOTE_CONFIG_POLARITY_Msk (0x3UL << GPIOTE_CONFIG_POLARITY_Pos) /*!< Bit mask of POLARITY field. */ 2005*150812a8SEvalZero #define GPIOTE_CONFIG_POLARITY_None (0UL) /*!< Task mode: No effect on pin from OUT[n] task. Event mode: no IN[n] event generated on pin activity. */ 2006*150812a8SEvalZero #define GPIOTE_CONFIG_POLARITY_LoToHi (1UL) /*!< Task mode: Set pin from OUT[n] task. Event mode: Generate IN[n] event when rising edge on pin. */ 2007*150812a8SEvalZero #define GPIOTE_CONFIG_POLARITY_HiToLo (2UL) /*!< Task mode: Clear pin from OUT[n] task. Event mode: Generate IN[n] event when falling edge on pin. */ 2008*150812a8SEvalZero #define GPIOTE_CONFIG_POLARITY_Toggle (3UL) /*!< Task mode: Toggle pin from OUT[n]. Event mode: Generate IN[n] when any change on pin. */ 2009*150812a8SEvalZero 2010*150812a8SEvalZero /* Bits 12..8 : GPIO number associated with SET[n], CLR[n] and OUT[n] tasks and IN[n] event */ 2011*150812a8SEvalZero #define GPIOTE_CONFIG_PSEL_Pos (8UL) /*!< Position of PSEL field. */ 2012*150812a8SEvalZero #define GPIOTE_CONFIG_PSEL_Msk (0x1FUL << GPIOTE_CONFIG_PSEL_Pos) /*!< Bit mask of PSEL field. */ 2013*150812a8SEvalZero 2014*150812a8SEvalZero /* Bits 1..0 : Mode */ 2015*150812a8SEvalZero #define GPIOTE_CONFIG_MODE_Pos (0UL) /*!< Position of MODE field. */ 2016*150812a8SEvalZero #define GPIOTE_CONFIG_MODE_Msk (0x3UL << GPIOTE_CONFIG_MODE_Pos) /*!< Bit mask of MODE field. */ 2017*150812a8SEvalZero #define GPIOTE_CONFIG_MODE_Disabled (0UL) /*!< Disabled. Pin specified by PSEL will not be acquired by the GPIOTE module. */ 2018*150812a8SEvalZero #define GPIOTE_CONFIG_MODE_Event (1UL) /*!< Event mode */ 2019*150812a8SEvalZero #define GPIOTE_CONFIG_MODE_Task (3UL) /*!< Task mode */ 2020*150812a8SEvalZero 2021*150812a8SEvalZero 2022*150812a8SEvalZero /* Peripheral: NVMC */ 2023*150812a8SEvalZero /* Description: Non-volatile memory controller */ 2024*150812a8SEvalZero 2025*150812a8SEvalZero /* Register: NVMC_READY */ 2026*150812a8SEvalZero /* Description: Ready flag */ 2027*150812a8SEvalZero 2028*150812a8SEvalZero /* Bit 0 : NVMC is ready or busy */ 2029*150812a8SEvalZero #define NVMC_READY_READY_Pos (0UL) /*!< Position of READY field. */ 2030*150812a8SEvalZero #define NVMC_READY_READY_Msk (0x1UL << NVMC_READY_READY_Pos) /*!< Bit mask of READY field. */ 2031*150812a8SEvalZero #define NVMC_READY_READY_Busy (0UL) /*!< NVMC is busy (ongoing write or erase operation) */ 2032*150812a8SEvalZero #define NVMC_READY_READY_Ready (1UL) /*!< NVMC is ready */ 2033*150812a8SEvalZero 2034*150812a8SEvalZero /* Register: NVMC_CONFIG */ 2035*150812a8SEvalZero /* Description: Configuration register */ 2036*150812a8SEvalZero 2037*150812a8SEvalZero /* Bits 1..0 : Program memory access mode. It is strongly recommended to activate erase and write modes only when they are actively used. */ 2038*150812a8SEvalZero #define NVMC_CONFIG_WEN_Pos (0UL) /*!< Position of WEN field. */ 2039*150812a8SEvalZero #define NVMC_CONFIG_WEN_Msk (0x3UL << NVMC_CONFIG_WEN_Pos) /*!< Bit mask of WEN field. */ 2040*150812a8SEvalZero #define NVMC_CONFIG_WEN_Ren (0UL) /*!< Read only access */ 2041*150812a8SEvalZero #define NVMC_CONFIG_WEN_Wen (1UL) /*!< Write enabled */ 2042*150812a8SEvalZero #define NVMC_CONFIG_WEN_Een (2UL) /*!< Erase enabled */ 2043*150812a8SEvalZero 2044*150812a8SEvalZero /* Register: NVMC_ERASEPAGE */ 2045*150812a8SEvalZero /* Description: Register for erasing a page in code area */ 2046*150812a8SEvalZero 2047*150812a8SEvalZero /* Bits 31..0 : Register for starting erase of a page in code area. */ 2048*150812a8SEvalZero #define NVMC_ERASEPAGE_ERASEPAGE_Pos (0UL) /*!< Position of ERASEPAGE field. */ 2049*150812a8SEvalZero #define NVMC_ERASEPAGE_ERASEPAGE_Msk (0xFFFFFFFFUL << NVMC_ERASEPAGE_ERASEPAGE_Pos) /*!< Bit mask of ERASEPAGE field. */ 2050*150812a8SEvalZero 2051*150812a8SEvalZero /* Register: NVMC_ERASEPCR1 */ 2052*150812a8SEvalZero /* Description: Deprecated register - Register for erasing a page in code area. Equivalent to ERASEPAGE. */ 2053*150812a8SEvalZero 2054*150812a8SEvalZero /* Bits 31..0 : Register for erasing a page in code area. Equivalent to ERASEPAGE. */ 2055*150812a8SEvalZero #define NVMC_ERASEPCR1_ERASEPCR1_Pos (0UL) /*!< Position of ERASEPCR1 field. */ 2056*150812a8SEvalZero #define NVMC_ERASEPCR1_ERASEPCR1_Msk (0xFFFFFFFFUL << NVMC_ERASEPCR1_ERASEPCR1_Pos) /*!< Bit mask of ERASEPCR1 field. */ 2057*150812a8SEvalZero 2058*150812a8SEvalZero /* Register: NVMC_ERASEALL */ 2059*150812a8SEvalZero /* Description: Register for erasing all non-volatile user memory */ 2060*150812a8SEvalZero 2061*150812a8SEvalZero /* Bit 0 : Erase all non-volatile memory including UICR registers. Note that the erase must be enabled using CONFIG.WEN before the non-volatile memory can be erased. */ 2062*150812a8SEvalZero #define NVMC_ERASEALL_ERASEALL_Pos (0UL) /*!< Position of ERASEALL field. */ 2063*150812a8SEvalZero #define NVMC_ERASEALL_ERASEALL_Msk (0x1UL << NVMC_ERASEALL_ERASEALL_Pos) /*!< Bit mask of ERASEALL field. */ 2064*150812a8SEvalZero #define NVMC_ERASEALL_ERASEALL_NoOperation (0UL) /*!< No operation */ 2065*150812a8SEvalZero #define NVMC_ERASEALL_ERASEALL_Erase (1UL) /*!< Start erase of chip */ 2066*150812a8SEvalZero 2067*150812a8SEvalZero /* Register: NVMC_ERASEPCR0 */ 2068*150812a8SEvalZero /* Description: Deprecated register - Register for erasing a page in code area. Equivalent to ERASEPAGE. */ 2069*150812a8SEvalZero 2070*150812a8SEvalZero /* Bits 31..0 : Register for starting erase of a page in code area. Equivalent to ERASEPAGE. */ 2071*150812a8SEvalZero #define NVMC_ERASEPCR0_ERASEPCR0_Pos (0UL) /*!< Position of ERASEPCR0 field. */ 2072*150812a8SEvalZero #define NVMC_ERASEPCR0_ERASEPCR0_Msk (0xFFFFFFFFUL << NVMC_ERASEPCR0_ERASEPCR0_Pos) /*!< Bit mask of ERASEPCR0 field. */ 2073*150812a8SEvalZero 2074*150812a8SEvalZero /* Register: NVMC_ERASEUICR */ 2075*150812a8SEvalZero /* Description: Register for erasing user information configuration registers */ 2076*150812a8SEvalZero 2077*150812a8SEvalZero /* Bit 0 : Register starting erase of all user information configuration registers. Note that the erase must be enabled using CONFIG.WEN before the UICR can be erased. */ 2078*150812a8SEvalZero #define NVMC_ERASEUICR_ERASEUICR_Pos (0UL) /*!< Position of ERASEUICR field. */ 2079*150812a8SEvalZero #define NVMC_ERASEUICR_ERASEUICR_Msk (0x1UL << NVMC_ERASEUICR_ERASEUICR_Pos) /*!< Bit mask of ERASEUICR field. */ 2080*150812a8SEvalZero #define NVMC_ERASEUICR_ERASEUICR_NoOperation (0UL) /*!< No operation */ 2081*150812a8SEvalZero #define NVMC_ERASEUICR_ERASEUICR_Erase (1UL) /*!< Start erase of UICR */ 2082*150812a8SEvalZero 2083*150812a8SEvalZero /* Register: NVMC_ERASEPAGEPARTIAL */ 2084*150812a8SEvalZero /* Description: Register for partial erase of a page in code area */ 2085*150812a8SEvalZero 2086*150812a8SEvalZero /* Bits 31..0 : Register for starting partial erase of a page in code area */ 2087*150812a8SEvalZero #define NVMC_ERASEPAGEPARTIAL_ERASEPAGEPARTIAL_Pos (0UL) /*!< Position of ERASEPAGEPARTIAL field. */ 2088*150812a8SEvalZero #define NVMC_ERASEPAGEPARTIAL_ERASEPAGEPARTIAL_Msk (0xFFFFFFFFUL << NVMC_ERASEPAGEPARTIAL_ERASEPAGEPARTIAL_Pos) /*!< Bit mask of ERASEPAGEPARTIAL field. */ 2089*150812a8SEvalZero 2090*150812a8SEvalZero /* Register: NVMC_ERASEPAGEPARTIALCFG */ 2091*150812a8SEvalZero /* Description: Register for partial erase configuration */ 2092*150812a8SEvalZero 2093*150812a8SEvalZero /* Bits 6..0 : Duration of the partial erase in milliseconds */ 2094*150812a8SEvalZero #define NVMC_ERASEPAGEPARTIALCFG_DURATION_Pos (0UL) /*!< Position of DURATION field. */ 2095*150812a8SEvalZero #define NVMC_ERASEPAGEPARTIALCFG_DURATION_Msk (0x7FUL << NVMC_ERASEPAGEPARTIALCFG_DURATION_Pos) /*!< Bit mask of DURATION field. */ 2096*150812a8SEvalZero 2097*150812a8SEvalZero 2098*150812a8SEvalZero /* Peripheral: GPIO */ 2099*150812a8SEvalZero /* Description: GPIO Port */ 2100*150812a8SEvalZero 2101*150812a8SEvalZero /* Register: GPIO_OUT */ 2102*150812a8SEvalZero /* Description: Write GPIO port */ 2103*150812a8SEvalZero 2104*150812a8SEvalZero /* Bit 31 : Pin 31 */ 2105*150812a8SEvalZero #define GPIO_OUT_PIN31_Pos (31UL) /*!< Position of PIN31 field. */ 2106*150812a8SEvalZero #define GPIO_OUT_PIN31_Msk (0x1UL << GPIO_OUT_PIN31_Pos) /*!< Bit mask of PIN31 field. */ 2107*150812a8SEvalZero #define GPIO_OUT_PIN31_Low (0UL) /*!< Pin driver is low */ 2108*150812a8SEvalZero #define GPIO_OUT_PIN31_High (1UL) /*!< Pin driver is high */ 2109*150812a8SEvalZero 2110*150812a8SEvalZero /* Bit 30 : Pin 30 */ 2111*150812a8SEvalZero #define GPIO_OUT_PIN30_Pos (30UL) /*!< Position of PIN30 field. */ 2112*150812a8SEvalZero #define GPIO_OUT_PIN30_Msk (0x1UL << GPIO_OUT_PIN30_Pos) /*!< Bit mask of PIN30 field. */ 2113*150812a8SEvalZero #define GPIO_OUT_PIN30_Low (0UL) /*!< Pin driver is low */ 2114*150812a8SEvalZero #define GPIO_OUT_PIN30_High (1UL) /*!< Pin driver is high */ 2115*150812a8SEvalZero 2116*150812a8SEvalZero /* Bit 29 : Pin 29 */ 2117*150812a8SEvalZero #define GPIO_OUT_PIN29_Pos (29UL) /*!< Position of PIN29 field. */ 2118*150812a8SEvalZero #define GPIO_OUT_PIN29_Msk (0x1UL << GPIO_OUT_PIN29_Pos) /*!< Bit mask of PIN29 field. */ 2119*150812a8SEvalZero #define GPIO_OUT_PIN29_Low (0UL) /*!< Pin driver is low */ 2120*150812a8SEvalZero #define GPIO_OUT_PIN29_High (1UL) /*!< Pin driver is high */ 2121*150812a8SEvalZero 2122*150812a8SEvalZero /* Bit 28 : Pin 28 */ 2123*150812a8SEvalZero #define GPIO_OUT_PIN28_Pos (28UL) /*!< Position of PIN28 field. */ 2124*150812a8SEvalZero #define GPIO_OUT_PIN28_Msk (0x1UL << GPIO_OUT_PIN28_Pos) /*!< Bit mask of PIN28 field. */ 2125*150812a8SEvalZero #define GPIO_OUT_PIN28_Low (0UL) /*!< Pin driver is low */ 2126*150812a8SEvalZero #define GPIO_OUT_PIN28_High (1UL) /*!< Pin driver is high */ 2127*150812a8SEvalZero 2128*150812a8SEvalZero /* Bit 27 : Pin 27 */ 2129*150812a8SEvalZero #define GPIO_OUT_PIN27_Pos (27UL) /*!< Position of PIN27 field. */ 2130*150812a8SEvalZero #define GPIO_OUT_PIN27_Msk (0x1UL << GPIO_OUT_PIN27_Pos) /*!< Bit mask of PIN27 field. */ 2131*150812a8SEvalZero #define GPIO_OUT_PIN27_Low (0UL) /*!< Pin driver is low */ 2132*150812a8SEvalZero #define GPIO_OUT_PIN27_High (1UL) /*!< Pin driver is high */ 2133*150812a8SEvalZero 2134*150812a8SEvalZero /* Bit 26 : Pin 26 */ 2135*150812a8SEvalZero #define GPIO_OUT_PIN26_Pos (26UL) /*!< Position of PIN26 field. */ 2136*150812a8SEvalZero #define GPIO_OUT_PIN26_Msk (0x1UL << GPIO_OUT_PIN26_Pos) /*!< Bit mask of PIN26 field. */ 2137*150812a8SEvalZero #define GPIO_OUT_PIN26_Low (0UL) /*!< Pin driver is low */ 2138*150812a8SEvalZero #define GPIO_OUT_PIN26_High (1UL) /*!< Pin driver is high */ 2139*150812a8SEvalZero 2140*150812a8SEvalZero /* Bit 25 : Pin 25 */ 2141*150812a8SEvalZero #define GPIO_OUT_PIN25_Pos (25UL) /*!< Position of PIN25 field. */ 2142*150812a8SEvalZero #define GPIO_OUT_PIN25_Msk (0x1UL << GPIO_OUT_PIN25_Pos) /*!< Bit mask of PIN25 field. */ 2143*150812a8SEvalZero #define GPIO_OUT_PIN25_Low (0UL) /*!< Pin driver is low */ 2144*150812a8SEvalZero #define GPIO_OUT_PIN25_High (1UL) /*!< Pin driver is high */ 2145*150812a8SEvalZero 2146*150812a8SEvalZero /* Bit 24 : Pin 24 */ 2147*150812a8SEvalZero #define GPIO_OUT_PIN24_Pos (24UL) /*!< Position of PIN24 field. */ 2148*150812a8SEvalZero #define GPIO_OUT_PIN24_Msk (0x1UL << GPIO_OUT_PIN24_Pos) /*!< Bit mask of PIN24 field. */ 2149*150812a8SEvalZero #define GPIO_OUT_PIN24_Low (0UL) /*!< Pin driver is low */ 2150*150812a8SEvalZero #define GPIO_OUT_PIN24_High (1UL) /*!< Pin driver is high */ 2151*150812a8SEvalZero 2152*150812a8SEvalZero /* Bit 23 : Pin 23 */ 2153*150812a8SEvalZero #define GPIO_OUT_PIN23_Pos (23UL) /*!< Position of PIN23 field. */ 2154*150812a8SEvalZero #define GPIO_OUT_PIN23_Msk (0x1UL << GPIO_OUT_PIN23_Pos) /*!< Bit mask of PIN23 field. */ 2155*150812a8SEvalZero #define GPIO_OUT_PIN23_Low (0UL) /*!< Pin driver is low */ 2156*150812a8SEvalZero #define GPIO_OUT_PIN23_High (1UL) /*!< Pin driver is high */ 2157*150812a8SEvalZero 2158*150812a8SEvalZero /* Bit 22 : Pin 22 */ 2159*150812a8SEvalZero #define GPIO_OUT_PIN22_Pos (22UL) /*!< Position of PIN22 field. */ 2160*150812a8SEvalZero #define GPIO_OUT_PIN22_Msk (0x1UL << GPIO_OUT_PIN22_Pos) /*!< Bit mask of PIN22 field. */ 2161*150812a8SEvalZero #define GPIO_OUT_PIN22_Low (0UL) /*!< Pin driver is low */ 2162*150812a8SEvalZero #define GPIO_OUT_PIN22_High (1UL) /*!< Pin driver is high */ 2163*150812a8SEvalZero 2164*150812a8SEvalZero /* Bit 21 : Pin 21 */ 2165*150812a8SEvalZero #define GPIO_OUT_PIN21_Pos (21UL) /*!< Position of PIN21 field. */ 2166*150812a8SEvalZero #define GPIO_OUT_PIN21_Msk (0x1UL << GPIO_OUT_PIN21_Pos) /*!< Bit mask of PIN21 field. */ 2167*150812a8SEvalZero #define GPIO_OUT_PIN21_Low (0UL) /*!< Pin driver is low */ 2168*150812a8SEvalZero #define GPIO_OUT_PIN21_High (1UL) /*!< Pin driver is high */ 2169*150812a8SEvalZero 2170*150812a8SEvalZero /* Bit 20 : Pin 20 */ 2171*150812a8SEvalZero #define GPIO_OUT_PIN20_Pos (20UL) /*!< Position of PIN20 field. */ 2172*150812a8SEvalZero #define GPIO_OUT_PIN20_Msk (0x1UL << GPIO_OUT_PIN20_Pos) /*!< Bit mask of PIN20 field. */ 2173*150812a8SEvalZero #define GPIO_OUT_PIN20_Low (0UL) /*!< Pin driver is low */ 2174*150812a8SEvalZero #define GPIO_OUT_PIN20_High (1UL) /*!< Pin driver is high */ 2175*150812a8SEvalZero 2176*150812a8SEvalZero /* Bit 19 : Pin 19 */ 2177*150812a8SEvalZero #define GPIO_OUT_PIN19_Pos (19UL) /*!< Position of PIN19 field. */ 2178*150812a8SEvalZero #define GPIO_OUT_PIN19_Msk (0x1UL << GPIO_OUT_PIN19_Pos) /*!< Bit mask of PIN19 field. */ 2179*150812a8SEvalZero #define GPIO_OUT_PIN19_Low (0UL) /*!< Pin driver is low */ 2180*150812a8SEvalZero #define GPIO_OUT_PIN19_High (1UL) /*!< Pin driver is high */ 2181*150812a8SEvalZero 2182*150812a8SEvalZero /* Bit 18 : Pin 18 */ 2183*150812a8SEvalZero #define GPIO_OUT_PIN18_Pos (18UL) /*!< Position of PIN18 field. */ 2184*150812a8SEvalZero #define GPIO_OUT_PIN18_Msk (0x1UL << GPIO_OUT_PIN18_Pos) /*!< Bit mask of PIN18 field. */ 2185*150812a8SEvalZero #define GPIO_OUT_PIN18_Low (0UL) /*!< Pin driver is low */ 2186*150812a8SEvalZero #define GPIO_OUT_PIN18_High (1UL) /*!< Pin driver is high */ 2187*150812a8SEvalZero 2188*150812a8SEvalZero /* Bit 17 : Pin 17 */ 2189*150812a8SEvalZero #define GPIO_OUT_PIN17_Pos (17UL) /*!< Position of PIN17 field. */ 2190*150812a8SEvalZero #define GPIO_OUT_PIN17_Msk (0x1UL << GPIO_OUT_PIN17_Pos) /*!< Bit mask of PIN17 field. */ 2191*150812a8SEvalZero #define GPIO_OUT_PIN17_Low (0UL) /*!< Pin driver is low */ 2192*150812a8SEvalZero #define GPIO_OUT_PIN17_High (1UL) /*!< Pin driver is high */ 2193*150812a8SEvalZero 2194*150812a8SEvalZero /* Bit 16 : Pin 16 */ 2195*150812a8SEvalZero #define GPIO_OUT_PIN16_Pos (16UL) /*!< Position of PIN16 field. */ 2196*150812a8SEvalZero #define GPIO_OUT_PIN16_Msk (0x1UL << GPIO_OUT_PIN16_Pos) /*!< Bit mask of PIN16 field. */ 2197*150812a8SEvalZero #define GPIO_OUT_PIN16_Low (0UL) /*!< Pin driver is low */ 2198*150812a8SEvalZero #define GPIO_OUT_PIN16_High (1UL) /*!< Pin driver is high */ 2199*150812a8SEvalZero 2200*150812a8SEvalZero /* Bit 15 : Pin 15 */ 2201*150812a8SEvalZero #define GPIO_OUT_PIN15_Pos (15UL) /*!< Position of PIN15 field. */ 2202*150812a8SEvalZero #define GPIO_OUT_PIN15_Msk (0x1UL << GPIO_OUT_PIN15_Pos) /*!< Bit mask of PIN15 field. */ 2203*150812a8SEvalZero #define GPIO_OUT_PIN15_Low (0UL) /*!< Pin driver is low */ 2204*150812a8SEvalZero #define GPIO_OUT_PIN15_High (1UL) /*!< Pin driver is high */ 2205*150812a8SEvalZero 2206*150812a8SEvalZero /* Bit 14 : Pin 14 */ 2207*150812a8SEvalZero #define GPIO_OUT_PIN14_Pos (14UL) /*!< Position of PIN14 field. */ 2208*150812a8SEvalZero #define GPIO_OUT_PIN14_Msk (0x1UL << GPIO_OUT_PIN14_Pos) /*!< Bit mask of PIN14 field. */ 2209*150812a8SEvalZero #define GPIO_OUT_PIN14_Low (0UL) /*!< Pin driver is low */ 2210*150812a8SEvalZero #define GPIO_OUT_PIN14_High (1UL) /*!< Pin driver is high */ 2211*150812a8SEvalZero 2212*150812a8SEvalZero /* Bit 13 : Pin 13 */ 2213*150812a8SEvalZero #define GPIO_OUT_PIN13_Pos (13UL) /*!< Position of PIN13 field. */ 2214*150812a8SEvalZero #define GPIO_OUT_PIN13_Msk (0x1UL << GPIO_OUT_PIN13_Pos) /*!< Bit mask of PIN13 field. */ 2215*150812a8SEvalZero #define GPIO_OUT_PIN13_Low (0UL) /*!< Pin driver is low */ 2216*150812a8SEvalZero #define GPIO_OUT_PIN13_High (1UL) /*!< Pin driver is high */ 2217*150812a8SEvalZero 2218*150812a8SEvalZero /* Bit 12 : Pin 12 */ 2219*150812a8SEvalZero #define GPIO_OUT_PIN12_Pos (12UL) /*!< Position of PIN12 field. */ 2220*150812a8SEvalZero #define GPIO_OUT_PIN12_Msk (0x1UL << GPIO_OUT_PIN12_Pos) /*!< Bit mask of PIN12 field. */ 2221*150812a8SEvalZero #define GPIO_OUT_PIN12_Low (0UL) /*!< Pin driver is low */ 2222*150812a8SEvalZero #define GPIO_OUT_PIN12_High (1UL) /*!< Pin driver is high */ 2223*150812a8SEvalZero 2224*150812a8SEvalZero /* Bit 11 : Pin 11 */ 2225*150812a8SEvalZero #define GPIO_OUT_PIN11_Pos (11UL) /*!< Position of PIN11 field. */ 2226*150812a8SEvalZero #define GPIO_OUT_PIN11_Msk (0x1UL << GPIO_OUT_PIN11_Pos) /*!< Bit mask of PIN11 field. */ 2227*150812a8SEvalZero #define GPIO_OUT_PIN11_Low (0UL) /*!< Pin driver is low */ 2228*150812a8SEvalZero #define GPIO_OUT_PIN11_High (1UL) /*!< Pin driver is high */ 2229*150812a8SEvalZero 2230*150812a8SEvalZero /* Bit 10 : Pin 10 */ 2231*150812a8SEvalZero #define GPIO_OUT_PIN10_Pos (10UL) /*!< Position of PIN10 field. */ 2232*150812a8SEvalZero #define GPIO_OUT_PIN10_Msk (0x1UL << GPIO_OUT_PIN10_Pos) /*!< Bit mask of PIN10 field. */ 2233*150812a8SEvalZero #define GPIO_OUT_PIN10_Low (0UL) /*!< Pin driver is low */ 2234*150812a8SEvalZero #define GPIO_OUT_PIN10_High (1UL) /*!< Pin driver is high */ 2235*150812a8SEvalZero 2236*150812a8SEvalZero /* Bit 9 : Pin 9 */ 2237*150812a8SEvalZero #define GPIO_OUT_PIN9_Pos (9UL) /*!< Position of PIN9 field. */ 2238*150812a8SEvalZero #define GPIO_OUT_PIN9_Msk (0x1UL << GPIO_OUT_PIN9_Pos) /*!< Bit mask of PIN9 field. */ 2239*150812a8SEvalZero #define GPIO_OUT_PIN9_Low (0UL) /*!< Pin driver is low */ 2240*150812a8SEvalZero #define GPIO_OUT_PIN9_High (1UL) /*!< Pin driver is high */ 2241*150812a8SEvalZero 2242*150812a8SEvalZero /* Bit 8 : Pin 8 */ 2243*150812a8SEvalZero #define GPIO_OUT_PIN8_Pos (8UL) /*!< Position of PIN8 field. */ 2244*150812a8SEvalZero #define GPIO_OUT_PIN8_Msk (0x1UL << GPIO_OUT_PIN8_Pos) /*!< Bit mask of PIN8 field. */ 2245*150812a8SEvalZero #define GPIO_OUT_PIN8_Low (0UL) /*!< Pin driver is low */ 2246*150812a8SEvalZero #define GPIO_OUT_PIN8_High (1UL) /*!< Pin driver is high */ 2247*150812a8SEvalZero 2248*150812a8SEvalZero /* Bit 7 : Pin 7 */ 2249*150812a8SEvalZero #define GPIO_OUT_PIN7_Pos (7UL) /*!< Position of PIN7 field. */ 2250*150812a8SEvalZero #define GPIO_OUT_PIN7_Msk (0x1UL << GPIO_OUT_PIN7_Pos) /*!< Bit mask of PIN7 field. */ 2251*150812a8SEvalZero #define GPIO_OUT_PIN7_Low (0UL) /*!< Pin driver is low */ 2252*150812a8SEvalZero #define GPIO_OUT_PIN7_High (1UL) /*!< Pin driver is high */ 2253*150812a8SEvalZero 2254*150812a8SEvalZero /* Bit 6 : Pin 6 */ 2255*150812a8SEvalZero #define GPIO_OUT_PIN6_Pos (6UL) /*!< Position of PIN6 field. */ 2256*150812a8SEvalZero #define GPIO_OUT_PIN6_Msk (0x1UL << GPIO_OUT_PIN6_Pos) /*!< Bit mask of PIN6 field. */ 2257*150812a8SEvalZero #define GPIO_OUT_PIN6_Low (0UL) /*!< Pin driver is low */ 2258*150812a8SEvalZero #define GPIO_OUT_PIN6_High (1UL) /*!< Pin driver is high */ 2259*150812a8SEvalZero 2260*150812a8SEvalZero /* Bit 5 : Pin 5 */ 2261*150812a8SEvalZero #define GPIO_OUT_PIN5_Pos (5UL) /*!< Position of PIN5 field. */ 2262*150812a8SEvalZero #define GPIO_OUT_PIN5_Msk (0x1UL << GPIO_OUT_PIN5_Pos) /*!< Bit mask of PIN5 field. */ 2263*150812a8SEvalZero #define GPIO_OUT_PIN5_Low (0UL) /*!< Pin driver is low */ 2264*150812a8SEvalZero #define GPIO_OUT_PIN5_High (1UL) /*!< Pin driver is high */ 2265*150812a8SEvalZero 2266*150812a8SEvalZero /* Bit 4 : Pin 4 */ 2267*150812a8SEvalZero #define GPIO_OUT_PIN4_Pos (4UL) /*!< Position of PIN4 field. */ 2268*150812a8SEvalZero #define GPIO_OUT_PIN4_Msk (0x1UL << GPIO_OUT_PIN4_Pos) /*!< Bit mask of PIN4 field. */ 2269*150812a8SEvalZero #define GPIO_OUT_PIN4_Low (0UL) /*!< Pin driver is low */ 2270*150812a8SEvalZero #define GPIO_OUT_PIN4_High (1UL) /*!< Pin driver is high */ 2271*150812a8SEvalZero 2272*150812a8SEvalZero /* Bit 3 : Pin 3 */ 2273*150812a8SEvalZero #define GPIO_OUT_PIN3_Pos (3UL) /*!< Position of PIN3 field. */ 2274*150812a8SEvalZero #define GPIO_OUT_PIN3_Msk (0x1UL << GPIO_OUT_PIN3_Pos) /*!< Bit mask of PIN3 field. */ 2275*150812a8SEvalZero #define GPIO_OUT_PIN3_Low (0UL) /*!< Pin driver is low */ 2276*150812a8SEvalZero #define GPIO_OUT_PIN3_High (1UL) /*!< Pin driver is high */ 2277*150812a8SEvalZero 2278*150812a8SEvalZero /* Bit 2 : Pin 2 */ 2279*150812a8SEvalZero #define GPIO_OUT_PIN2_Pos (2UL) /*!< Position of PIN2 field. */ 2280*150812a8SEvalZero #define GPIO_OUT_PIN2_Msk (0x1UL << GPIO_OUT_PIN2_Pos) /*!< Bit mask of PIN2 field. */ 2281*150812a8SEvalZero #define GPIO_OUT_PIN2_Low (0UL) /*!< Pin driver is low */ 2282*150812a8SEvalZero #define GPIO_OUT_PIN2_High (1UL) /*!< Pin driver is high */ 2283*150812a8SEvalZero 2284*150812a8SEvalZero /* Bit 1 : Pin 1 */ 2285*150812a8SEvalZero #define GPIO_OUT_PIN1_Pos (1UL) /*!< Position of PIN1 field. */ 2286*150812a8SEvalZero #define GPIO_OUT_PIN1_Msk (0x1UL << GPIO_OUT_PIN1_Pos) /*!< Bit mask of PIN1 field. */ 2287*150812a8SEvalZero #define GPIO_OUT_PIN1_Low (0UL) /*!< Pin driver is low */ 2288*150812a8SEvalZero #define GPIO_OUT_PIN1_High (1UL) /*!< Pin driver is high */ 2289*150812a8SEvalZero 2290*150812a8SEvalZero /* Bit 0 : Pin 0 */ 2291*150812a8SEvalZero #define GPIO_OUT_PIN0_Pos (0UL) /*!< Position of PIN0 field. */ 2292*150812a8SEvalZero #define GPIO_OUT_PIN0_Msk (0x1UL << GPIO_OUT_PIN0_Pos) /*!< Bit mask of PIN0 field. */ 2293*150812a8SEvalZero #define GPIO_OUT_PIN0_Low (0UL) /*!< Pin driver is low */ 2294*150812a8SEvalZero #define GPIO_OUT_PIN0_High (1UL) /*!< Pin driver is high */ 2295*150812a8SEvalZero 2296*150812a8SEvalZero /* Register: GPIO_OUTSET */ 2297*150812a8SEvalZero /* Description: Set individual bits in GPIO port */ 2298*150812a8SEvalZero 2299*150812a8SEvalZero /* Bit 31 : Pin 31 */ 2300*150812a8SEvalZero #define GPIO_OUTSET_PIN31_Pos (31UL) /*!< Position of PIN31 field. */ 2301*150812a8SEvalZero #define GPIO_OUTSET_PIN31_Msk (0x1UL << GPIO_OUTSET_PIN31_Pos) /*!< Bit mask of PIN31 field. */ 2302*150812a8SEvalZero #define GPIO_OUTSET_PIN31_Low (0UL) /*!< Read: pin driver is low */ 2303*150812a8SEvalZero #define GPIO_OUTSET_PIN31_High (1UL) /*!< Read: pin driver is high */ 2304*150812a8SEvalZero #define GPIO_OUTSET_PIN31_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */ 2305*150812a8SEvalZero 2306*150812a8SEvalZero /* Bit 30 : Pin 30 */ 2307*150812a8SEvalZero #define GPIO_OUTSET_PIN30_Pos (30UL) /*!< Position of PIN30 field. */ 2308*150812a8SEvalZero #define GPIO_OUTSET_PIN30_Msk (0x1UL << GPIO_OUTSET_PIN30_Pos) /*!< Bit mask of PIN30 field. */ 2309*150812a8SEvalZero #define GPIO_OUTSET_PIN30_Low (0UL) /*!< Read: pin driver is low */ 2310*150812a8SEvalZero #define GPIO_OUTSET_PIN30_High (1UL) /*!< Read: pin driver is high */ 2311*150812a8SEvalZero #define GPIO_OUTSET_PIN30_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */ 2312*150812a8SEvalZero 2313*150812a8SEvalZero /* Bit 29 : Pin 29 */ 2314*150812a8SEvalZero #define GPIO_OUTSET_PIN29_Pos (29UL) /*!< Position of PIN29 field. */ 2315*150812a8SEvalZero #define GPIO_OUTSET_PIN29_Msk (0x1UL << GPIO_OUTSET_PIN29_Pos) /*!< Bit mask of PIN29 field. */ 2316*150812a8SEvalZero #define GPIO_OUTSET_PIN29_Low (0UL) /*!< Read: pin driver is low */ 2317*150812a8SEvalZero #define GPIO_OUTSET_PIN29_High (1UL) /*!< Read: pin driver is high */ 2318*150812a8SEvalZero #define GPIO_OUTSET_PIN29_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */ 2319*150812a8SEvalZero 2320*150812a8SEvalZero /* Bit 28 : Pin 28 */ 2321*150812a8SEvalZero #define GPIO_OUTSET_PIN28_Pos (28UL) /*!< Position of PIN28 field. */ 2322*150812a8SEvalZero #define GPIO_OUTSET_PIN28_Msk (0x1UL << GPIO_OUTSET_PIN28_Pos) /*!< Bit mask of PIN28 field. */ 2323*150812a8SEvalZero #define GPIO_OUTSET_PIN28_Low (0UL) /*!< Read: pin driver is low */ 2324*150812a8SEvalZero #define GPIO_OUTSET_PIN28_High (1UL) /*!< Read: pin driver is high */ 2325*150812a8SEvalZero #define GPIO_OUTSET_PIN28_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */ 2326*150812a8SEvalZero 2327*150812a8SEvalZero /* Bit 27 : Pin 27 */ 2328*150812a8SEvalZero #define GPIO_OUTSET_PIN27_Pos (27UL) /*!< Position of PIN27 field. */ 2329*150812a8SEvalZero #define GPIO_OUTSET_PIN27_Msk (0x1UL << GPIO_OUTSET_PIN27_Pos) /*!< Bit mask of PIN27 field. */ 2330*150812a8SEvalZero #define GPIO_OUTSET_PIN27_Low (0UL) /*!< Read: pin driver is low */ 2331*150812a8SEvalZero #define GPIO_OUTSET_PIN27_High (1UL) /*!< Read: pin driver is high */ 2332*150812a8SEvalZero #define GPIO_OUTSET_PIN27_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */ 2333*150812a8SEvalZero 2334*150812a8SEvalZero /* Bit 26 : Pin 26 */ 2335*150812a8SEvalZero #define GPIO_OUTSET_PIN26_Pos (26UL) /*!< Position of PIN26 field. */ 2336*150812a8SEvalZero #define GPIO_OUTSET_PIN26_Msk (0x1UL << GPIO_OUTSET_PIN26_Pos) /*!< Bit mask of PIN26 field. */ 2337*150812a8SEvalZero #define GPIO_OUTSET_PIN26_Low (0UL) /*!< Read: pin driver is low */ 2338*150812a8SEvalZero #define GPIO_OUTSET_PIN26_High (1UL) /*!< Read: pin driver is high */ 2339*150812a8SEvalZero #define GPIO_OUTSET_PIN26_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */ 2340*150812a8SEvalZero 2341*150812a8SEvalZero /* Bit 25 : Pin 25 */ 2342*150812a8SEvalZero #define GPIO_OUTSET_PIN25_Pos (25UL) /*!< Position of PIN25 field. */ 2343*150812a8SEvalZero #define GPIO_OUTSET_PIN25_Msk (0x1UL << GPIO_OUTSET_PIN25_Pos) /*!< Bit mask of PIN25 field. */ 2344*150812a8SEvalZero #define GPIO_OUTSET_PIN25_Low (0UL) /*!< Read: pin driver is low */ 2345*150812a8SEvalZero #define GPIO_OUTSET_PIN25_High (1UL) /*!< Read: pin driver is high */ 2346*150812a8SEvalZero #define GPIO_OUTSET_PIN25_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */ 2347*150812a8SEvalZero 2348*150812a8SEvalZero /* Bit 24 : Pin 24 */ 2349*150812a8SEvalZero #define GPIO_OUTSET_PIN24_Pos (24UL) /*!< Position of PIN24 field. */ 2350*150812a8SEvalZero #define GPIO_OUTSET_PIN24_Msk (0x1UL << GPIO_OUTSET_PIN24_Pos) /*!< Bit mask of PIN24 field. */ 2351*150812a8SEvalZero #define GPIO_OUTSET_PIN24_Low (0UL) /*!< Read: pin driver is low */ 2352*150812a8SEvalZero #define GPIO_OUTSET_PIN24_High (1UL) /*!< Read: pin driver is high */ 2353*150812a8SEvalZero #define GPIO_OUTSET_PIN24_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */ 2354*150812a8SEvalZero 2355*150812a8SEvalZero /* Bit 23 : Pin 23 */ 2356*150812a8SEvalZero #define GPIO_OUTSET_PIN23_Pos (23UL) /*!< Position of PIN23 field. */ 2357*150812a8SEvalZero #define GPIO_OUTSET_PIN23_Msk (0x1UL << GPIO_OUTSET_PIN23_Pos) /*!< Bit mask of PIN23 field. */ 2358*150812a8SEvalZero #define GPIO_OUTSET_PIN23_Low (0UL) /*!< Read: pin driver is low */ 2359*150812a8SEvalZero #define GPIO_OUTSET_PIN23_High (1UL) /*!< Read: pin driver is high */ 2360*150812a8SEvalZero #define GPIO_OUTSET_PIN23_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */ 2361*150812a8SEvalZero 2362*150812a8SEvalZero /* Bit 22 : Pin 22 */ 2363*150812a8SEvalZero #define GPIO_OUTSET_PIN22_Pos (22UL) /*!< Position of PIN22 field. */ 2364*150812a8SEvalZero #define GPIO_OUTSET_PIN22_Msk (0x1UL << GPIO_OUTSET_PIN22_Pos) /*!< Bit mask of PIN22 field. */ 2365*150812a8SEvalZero #define GPIO_OUTSET_PIN22_Low (0UL) /*!< Read: pin driver is low */ 2366*150812a8SEvalZero #define GPIO_OUTSET_PIN22_High (1UL) /*!< Read: pin driver is high */ 2367*150812a8SEvalZero #define GPIO_OUTSET_PIN22_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */ 2368*150812a8SEvalZero 2369*150812a8SEvalZero /* Bit 21 : Pin 21 */ 2370*150812a8SEvalZero #define GPIO_OUTSET_PIN21_Pos (21UL) /*!< Position of PIN21 field. */ 2371*150812a8SEvalZero #define GPIO_OUTSET_PIN21_Msk (0x1UL << GPIO_OUTSET_PIN21_Pos) /*!< Bit mask of PIN21 field. */ 2372*150812a8SEvalZero #define GPIO_OUTSET_PIN21_Low (0UL) /*!< Read: pin driver is low */ 2373*150812a8SEvalZero #define GPIO_OUTSET_PIN21_High (1UL) /*!< Read: pin driver is high */ 2374*150812a8SEvalZero #define GPIO_OUTSET_PIN21_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */ 2375*150812a8SEvalZero 2376*150812a8SEvalZero /* Bit 20 : Pin 20 */ 2377*150812a8SEvalZero #define GPIO_OUTSET_PIN20_Pos (20UL) /*!< Position of PIN20 field. */ 2378*150812a8SEvalZero #define GPIO_OUTSET_PIN20_Msk (0x1UL << GPIO_OUTSET_PIN20_Pos) /*!< Bit mask of PIN20 field. */ 2379*150812a8SEvalZero #define GPIO_OUTSET_PIN20_Low (0UL) /*!< Read: pin driver is low */ 2380*150812a8SEvalZero #define GPIO_OUTSET_PIN20_High (1UL) /*!< Read: pin driver is high */ 2381*150812a8SEvalZero #define GPIO_OUTSET_PIN20_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */ 2382*150812a8SEvalZero 2383*150812a8SEvalZero /* Bit 19 : Pin 19 */ 2384*150812a8SEvalZero #define GPIO_OUTSET_PIN19_Pos (19UL) /*!< Position of PIN19 field. */ 2385*150812a8SEvalZero #define GPIO_OUTSET_PIN19_Msk (0x1UL << GPIO_OUTSET_PIN19_Pos) /*!< Bit mask of PIN19 field. */ 2386*150812a8SEvalZero #define GPIO_OUTSET_PIN19_Low (0UL) /*!< Read: pin driver is low */ 2387*150812a8SEvalZero #define GPIO_OUTSET_PIN19_High (1UL) /*!< Read: pin driver is high */ 2388*150812a8SEvalZero #define GPIO_OUTSET_PIN19_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */ 2389*150812a8SEvalZero 2390*150812a8SEvalZero /* Bit 18 : Pin 18 */ 2391*150812a8SEvalZero #define GPIO_OUTSET_PIN18_Pos (18UL) /*!< Position of PIN18 field. */ 2392*150812a8SEvalZero #define GPIO_OUTSET_PIN18_Msk (0x1UL << GPIO_OUTSET_PIN18_Pos) /*!< Bit mask of PIN18 field. */ 2393*150812a8SEvalZero #define GPIO_OUTSET_PIN18_Low (0UL) /*!< Read: pin driver is low */ 2394*150812a8SEvalZero #define GPIO_OUTSET_PIN18_High (1UL) /*!< Read: pin driver is high */ 2395*150812a8SEvalZero #define GPIO_OUTSET_PIN18_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */ 2396*150812a8SEvalZero 2397*150812a8SEvalZero /* Bit 17 : Pin 17 */ 2398*150812a8SEvalZero #define GPIO_OUTSET_PIN17_Pos (17UL) /*!< Position of PIN17 field. */ 2399*150812a8SEvalZero #define GPIO_OUTSET_PIN17_Msk (0x1UL << GPIO_OUTSET_PIN17_Pos) /*!< Bit mask of PIN17 field. */ 2400*150812a8SEvalZero #define GPIO_OUTSET_PIN17_Low (0UL) /*!< Read: pin driver is low */ 2401*150812a8SEvalZero #define GPIO_OUTSET_PIN17_High (1UL) /*!< Read: pin driver is high */ 2402*150812a8SEvalZero #define GPIO_OUTSET_PIN17_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */ 2403*150812a8SEvalZero 2404*150812a8SEvalZero /* Bit 16 : Pin 16 */ 2405*150812a8SEvalZero #define GPIO_OUTSET_PIN16_Pos (16UL) /*!< Position of PIN16 field. */ 2406*150812a8SEvalZero #define GPIO_OUTSET_PIN16_Msk (0x1UL << GPIO_OUTSET_PIN16_Pos) /*!< Bit mask of PIN16 field. */ 2407*150812a8SEvalZero #define GPIO_OUTSET_PIN16_Low (0UL) /*!< Read: pin driver is low */ 2408*150812a8SEvalZero #define GPIO_OUTSET_PIN16_High (1UL) /*!< Read: pin driver is high */ 2409*150812a8SEvalZero #define GPIO_OUTSET_PIN16_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */ 2410*150812a8SEvalZero 2411*150812a8SEvalZero /* Bit 15 : Pin 15 */ 2412*150812a8SEvalZero #define GPIO_OUTSET_PIN15_Pos (15UL) /*!< Position of PIN15 field. */ 2413*150812a8SEvalZero #define GPIO_OUTSET_PIN15_Msk (0x1UL << GPIO_OUTSET_PIN15_Pos) /*!< Bit mask of PIN15 field. */ 2414*150812a8SEvalZero #define GPIO_OUTSET_PIN15_Low (0UL) /*!< Read: pin driver is low */ 2415*150812a8SEvalZero #define GPIO_OUTSET_PIN15_High (1UL) /*!< Read: pin driver is high */ 2416*150812a8SEvalZero #define GPIO_OUTSET_PIN15_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */ 2417*150812a8SEvalZero 2418*150812a8SEvalZero /* Bit 14 : Pin 14 */ 2419*150812a8SEvalZero #define GPIO_OUTSET_PIN14_Pos (14UL) /*!< Position of PIN14 field. */ 2420*150812a8SEvalZero #define GPIO_OUTSET_PIN14_Msk (0x1UL << GPIO_OUTSET_PIN14_Pos) /*!< Bit mask of PIN14 field. */ 2421*150812a8SEvalZero #define GPIO_OUTSET_PIN14_Low (0UL) /*!< Read: pin driver is low */ 2422*150812a8SEvalZero #define GPIO_OUTSET_PIN14_High (1UL) /*!< Read: pin driver is high */ 2423*150812a8SEvalZero #define GPIO_OUTSET_PIN14_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */ 2424*150812a8SEvalZero 2425*150812a8SEvalZero /* Bit 13 : Pin 13 */ 2426*150812a8SEvalZero #define GPIO_OUTSET_PIN13_Pos (13UL) /*!< Position of PIN13 field. */ 2427*150812a8SEvalZero #define GPIO_OUTSET_PIN13_Msk (0x1UL << GPIO_OUTSET_PIN13_Pos) /*!< Bit mask of PIN13 field. */ 2428*150812a8SEvalZero #define GPIO_OUTSET_PIN13_Low (0UL) /*!< Read: pin driver is low */ 2429*150812a8SEvalZero #define GPIO_OUTSET_PIN13_High (1UL) /*!< Read: pin driver is high */ 2430*150812a8SEvalZero #define GPIO_OUTSET_PIN13_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */ 2431*150812a8SEvalZero 2432*150812a8SEvalZero /* Bit 12 : Pin 12 */ 2433*150812a8SEvalZero #define GPIO_OUTSET_PIN12_Pos (12UL) /*!< Position of PIN12 field. */ 2434*150812a8SEvalZero #define GPIO_OUTSET_PIN12_Msk (0x1UL << GPIO_OUTSET_PIN12_Pos) /*!< Bit mask of PIN12 field. */ 2435*150812a8SEvalZero #define GPIO_OUTSET_PIN12_Low (0UL) /*!< Read: pin driver is low */ 2436*150812a8SEvalZero #define GPIO_OUTSET_PIN12_High (1UL) /*!< Read: pin driver is high */ 2437*150812a8SEvalZero #define GPIO_OUTSET_PIN12_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */ 2438*150812a8SEvalZero 2439*150812a8SEvalZero /* Bit 11 : Pin 11 */ 2440*150812a8SEvalZero #define GPIO_OUTSET_PIN11_Pos (11UL) /*!< Position of PIN11 field. */ 2441*150812a8SEvalZero #define GPIO_OUTSET_PIN11_Msk (0x1UL << GPIO_OUTSET_PIN11_Pos) /*!< Bit mask of PIN11 field. */ 2442*150812a8SEvalZero #define GPIO_OUTSET_PIN11_Low (0UL) /*!< Read: pin driver is low */ 2443*150812a8SEvalZero #define GPIO_OUTSET_PIN11_High (1UL) /*!< Read: pin driver is high */ 2444*150812a8SEvalZero #define GPIO_OUTSET_PIN11_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */ 2445*150812a8SEvalZero 2446*150812a8SEvalZero /* Bit 10 : Pin 10 */ 2447*150812a8SEvalZero #define GPIO_OUTSET_PIN10_Pos (10UL) /*!< Position of PIN10 field. */ 2448*150812a8SEvalZero #define GPIO_OUTSET_PIN10_Msk (0x1UL << GPIO_OUTSET_PIN10_Pos) /*!< Bit mask of PIN10 field. */ 2449*150812a8SEvalZero #define GPIO_OUTSET_PIN10_Low (0UL) /*!< Read: pin driver is low */ 2450*150812a8SEvalZero #define GPIO_OUTSET_PIN10_High (1UL) /*!< Read: pin driver is high */ 2451*150812a8SEvalZero #define GPIO_OUTSET_PIN10_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */ 2452*150812a8SEvalZero 2453*150812a8SEvalZero /* Bit 9 : Pin 9 */ 2454*150812a8SEvalZero #define GPIO_OUTSET_PIN9_Pos (9UL) /*!< Position of PIN9 field. */ 2455*150812a8SEvalZero #define GPIO_OUTSET_PIN9_Msk (0x1UL << GPIO_OUTSET_PIN9_Pos) /*!< Bit mask of PIN9 field. */ 2456*150812a8SEvalZero #define GPIO_OUTSET_PIN9_Low (0UL) /*!< Read: pin driver is low */ 2457*150812a8SEvalZero #define GPIO_OUTSET_PIN9_High (1UL) /*!< Read: pin driver is high */ 2458*150812a8SEvalZero #define GPIO_OUTSET_PIN9_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */ 2459*150812a8SEvalZero 2460*150812a8SEvalZero /* Bit 8 : Pin 8 */ 2461*150812a8SEvalZero #define GPIO_OUTSET_PIN8_Pos (8UL) /*!< Position of PIN8 field. */ 2462*150812a8SEvalZero #define GPIO_OUTSET_PIN8_Msk (0x1UL << GPIO_OUTSET_PIN8_Pos) /*!< Bit mask of PIN8 field. */ 2463*150812a8SEvalZero #define GPIO_OUTSET_PIN8_Low (0UL) /*!< Read: pin driver is low */ 2464*150812a8SEvalZero #define GPIO_OUTSET_PIN8_High (1UL) /*!< Read: pin driver is high */ 2465*150812a8SEvalZero #define GPIO_OUTSET_PIN8_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */ 2466*150812a8SEvalZero 2467*150812a8SEvalZero /* Bit 7 : Pin 7 */ 2468*150812a8SEvalZero #define GPIO_OUTSET_PIN7_Pos (7UL) /*!< Position of PIN7 field. */ 2469*150812a8SEvalZero #define GPIO_OUTSET_PIN7_Msk (0x1UL << GPIO_OUTSET_PIN7_Pos) /*!< Bit mask of PIN7 field. */ 2470*150812a8SEvalZero #define GPIO_OUTSET_PIN7_Low (0UL) /*!< Read: pin driver is low */ 2471*150812a8SEvalZero #define GPIO_OUTSET_PIN7_High (1UL) /*!< Read: pin driver is high */ 2472*150812a8SEvalZero #define GPIO_OUTSET_PIN7_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */ 2473*150812a8SEvalZero 2474*150812a8SEvalZero /* Bit 6 : Pin 6 */ 2475*150812a8SEvalZero #define GPIO_OUTSET_PIN6_Pos (6UL) /*!< Position of PIN6 field. */ 2476*150812a8SEvalZero #define GPIO_OUTSET_PIN6_Msk (0x1UL << GPIO_OUTSET_PIN6_Pos) /*!< Bit mask of PIN6 field. */ 2477*150812a8SEvalZero #define GPIO_OUTSET_PIN6_Low (0UL) /*!< Read: pin driver is low */ 2478*150812a8SEvalZero #define GPIO_OUTSET_PIN6_High (1UL) /*!< Read: pin driver is high */ 2479*150812a8SEvalZero #define GPIO_OUTSET_PIN6_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */ 2480*150812a8SEvalZero 2481*150812a8SEvalZero /* Bit 5 : Pin 5 */ 2482*150812a8SEvalZero #define GPIO_OUTSET_PIN5_Pos (5UL) /*!< Position of PIN5 field. */ 2483*150812a8SEvalZero #define GPIO_OUTSET_PIN5_Msk (0x1UL << GPIO_OUTSET_PIN5_Pos) /*!< Bit mask of PIN5 field. */ 2484*150812a8SEvalZero #define GPIO_OUTSET_PIN5_Low (0UL) /*!< Read: pin driver is low */ 2485*150812a8SEvalZero #define GPIO_OUTSET_PIN5_High (1UL) /*!< Read: pin driver is high */ 2486*150812a8SEvalZero #define GPIO_OUTSET_PIN5_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */ 2487*150812a8SEvalZero 2488*150812a8SEvalZero /* Bit 4 : Pin 4 */ 2489*150812a8SEvalZero #define GPIO_OUTSET_PIN4_Pos (4UL) /*!< Position of PIN4 field. */ 2490*150812a8SEvalZero #define GPIO_OUTSET_PIN4_Msk (0x1UL << GPIO_OUTSET_PIN4_Pos) /*!< Bit mask of PIN4 field. */ 2491*150812a8SEvalZero #define GPIO_OUTSET_PIN4_Low (0UL) /*!< Read: pin driver is low */ 2492*150812a8SEvalZero #define GPIO_OUTSET_PIN4_High (1UL) /*!< Read: pin driver is high */ 2493*150812a8SEvalZero #define GPIO_OUTSET_PIN4_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */ 2494*150812a8SEvalZero 2495*150812a8SEvalZero /* Bit 3 : Pin 3 */ 2496*150812a8SEvalZero #define GPIO_OUTSET_PIN3_Pos (3UL) /*!< Position of PIN3 field. */ 2497*150812a8SEvalZero #define GPIO_OUTSET_PIN3_Msk (0x1UL << GPIO_OUTSET_PIN3_Pos) /*!< Bit mask of PIN3 field. */ 2498*150812a8SEvalZero #define GPIO_OUTSET_PIN3_Low (0UL) /*!< Read: pin driver is low */ 2499*150812a8SEvalZero #define GPIO_OUTSET_PIN3_High (1UL) /*!< Read: pin driver is high */ 2500*150812a8SEvalZero #define GPIO_OUTSET_PIN3_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */ 2501*150812a8SEvalZero 2502*150812a8SEvalZero /* Bit 2 : Pin 2 */ 2503*150812a8SEvalZero #define GPIO_OUTSET_PIN2_Pos (2UL) /*!< Position of PIN2 field. */ 2504*150812a8SEvalZero #define GPIO_OUTSET_PIN2_Msk (0x1UL << GPIO_OUTSET_PIN2_Pos) /*!< Bit mask of PIN2 field. */ 2505*150812a8SEvalZero #define GPIO_OUTSET_PIN2_Low (0UL) /*!< Read: pin driver is low */ 2506*150812a8SEvalZero #define GPIO_OUTSET_PIN2_High (1UL) /*!< Read: pin driver is high */ 2507*150812a8SEvalZero #define GPIO_OUTSET_PIN2_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */ 2508*150812a8SEvalZero 2509*150812a8SEvalZero /* Bit 1 : Pin 1 */ 2510*150812a8SEvalZero #define GPIO_OUTSET_PIN1_Pos (1UL) /*!< Position of PIN1 field. */ 2511*150812a8SEvalZero #define GPIO_OUTSET_PIN1_Msk (0x1UL << GPIO_OUTSET_PIN1_Pos) /*!< Bit mask of PIN1 field. */ 2512*150812a8SEvalZero #define GPIO_OUTSET_PIN1_Low (0UL) /*!< Read: pin driver is low */ 2513*150812a8SEvalZero #define GPIO_OUTSET_PIN1_High (1UL) /*!< Read: pin driver is high */ 2514*150812a8SEvalZero #define GPIO_OUTSET_PIN1_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */ 2515*150812a8SEvalZero 2516*150812a8SEvalZero /* Bit 0 : Pin 0 */ 2517*150812a8SEvalZero #define GPIO_OUTSET_PIN0_Pos (0UL) /*!< Position of PIN0 field. */ 2518*150812a8SEvalZero #define GPIO_OUTSET_PIN0_Msk (0x1UL << GPIO_OUTSET_PIN0_Pos) /*!< Bit mask of PIN0 field. */ 2519*150812a8SEvalZero #define GPIO_OUTSET_PIN0_Low (0UL) /*!< Read: pin driver is low */ 2520*150812a8SEvalZero #define GPIO_OUTSET_PIN0_High (1UL) /*!< Read: pin driver is high */ 2521*150812a8SEvalZero #define GPIO_OUTSET_PIN0_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */ 2522*150812a8SEvalZero 2523*150812a8SEvalZero /* Register: GPIO_OUTCLR */ 2524*150812a8SEvalZero /* Description: Clear individual bits in GPIO port */ 2525*150812a8SEvalZero 2526*150812a8SEvalZero /* Bit 31 : Pin 31 */ 2527*150812a8SEvalZero #define GPIO_OUTCLR_PIN31_Pos (31UL) /*!< Position of PIN31 field. */ 2528*150812a8SEvalZero #define GPIO_OUTCLR_PIN31_Msk (0x1UL << GPIO_OUTCLR_PIN31_Pos) /*!< Bit mask of PIN31 field. */ 2529*150812a8SEvalZero #define GPIO_OUTCLR_PIN31_Low (0UL) /*!< Read: pin driver is low */ 2530*150812a8SEvalZero #define GPIO_OUTCLR_PIN31_High (1UL) /*!< Read: pin driver is high */ 2531*150812a8SEvalZero #define GPIO_OUTCLR_PIN31_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */ 2532*150812a8SEvalZero 2533*150812a8SEvalZero /* Bit 30 : Pin 30 */ 2534*150812a8SEvalZero #define GPIO_OUTCLR_PIN30_Pos (30UL) /*!< Position of PIN30 field. */ 2535*150812a8SEvalZero #define GPIO_OUTCLR_PIN30_Msk (0x1UL << GPIO_OUTCLR_PIN30_Pos) /*!< Bit mask of PIN30 field. */ 2536*150812a8SEvalZero #define GPIO_OUTCLR_PIN30_Low (0UL) /*!< Read: pin driver is low */ 2537*150812a8SEvalZero #define GPIO_OUTCLR_PIN30_High (1UL) /*!< Read: pin driver is high */ 2538*150812a8SEvalZero #define GPIO_OUTCLR_PIN30_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */ 2539*150812a8SEvalZero 2540*150812a8SEvalZero /* Bit 29 : Pin 29 */ 2541*150812a8SEvalZero #define GPIO_OUTCLR_PIN29_Pos (29UL) /*!< Position of PIN29 field. */ 2542*150812a8SEvalZero #define GPIO_OUTCLR_PIN29_Msk (0x1UL << GPIO_OUTCLR_PIN29_Pos) /*!< Bit mask of PIN29 field. */ 2543*150812a8SEvalZero #define GPIO_OUTCLR_PIN29_Low (0UL) /*!< Read: pin driver is low */ 2544*150812a8SEvalZero #define GPIO_OUTCLR_PIN29_High (1UL) /*!< Read: pin driver is high */ 2545*150812a8SEvalZero #define GPIO_OUTCLR_PIN29_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */ 2546*150812a8SEvalZero 2547*150812a8SEvalZero /* Bit 28 : Pin 28 */ 2548*150812a8SEvalZero #define GPIO_OUTCLR_PIN28_Pos (28UL) /*!< Position of PIN28 field. */ 2549*150812a8SEvalZero #define GPIO_OUTCLR_PIN28_Msk (0x1UL << GPIO_OUTCLR_PIN28_Pos) /*!< Bit mask of PIN28 field. */ 2550*150812a8SEvalZero #define GPIO_OUTCLR_PIN28_Low (0UL) /*!< Read: pin driver is low */ 2551*150812a8SEvalZero #define GPIO_OUTCLR_PIN28_High (1UL) /*!< Read: pin driver is high */ 2552*150812a8SEvalZero #define GPIO_OUTCLR_PIN28_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */ 2553*150812a8SEvalZero 2554*150812a8SEvalZero /* Bit 27 : Pin 27 */ 2555*150812a8SEvalZero #define GPIO_OUTCLR_PIN27_Pos (27UL) /*!< Position of PIN27 field. */ 2556*150812a8SEvalZero #define GPIO_OUTCLR_PIN27_Msk (0x1UL << GPIO_OUTCLR_PIN27_Pos) /*!< Bit mask of PIN27 field. */ 2557*150812a8SEvalZero #define GPIO_OUTCLR_PIN27_Low (0UL) /*!< Read: pin driver is low */ 2558*150812a8SEvalZero #define GPIO_OUTCLR_PIN27_High (1UL) /*!< Read: pin driver is high */ 2559*150812a8SEvalZero #define GPIO_OUTCLR_PIN27_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */ 2560*150812a8SEvalZero 2561*150812a8SEvalZero /* Bit 26 : Pin 26 */ 2562*150812a8SEvalZero #define GPIO_OUTCLR_PIN26_Pos (26UL) /*!< Position of PIN26 field. */ 2563*150812a8SEvalZero #define GPIO_OUTCLR_PIN26_Msk (0x1UL << GPIO_OUTCLR_PIN26_Pos) /*!< Bit mask of PIN26 field. */ 2564*150812a8SEvalZero #define GPIO_OUTCLR_PIN26_Low (0UL) /*!< Read: pin driver is low */ 2565*150812a8SEvalZero #define GPIO_OUTCLR_PIN26_High (1UL) /*!< Read: pin driver is high */ 2566*150812a8SEvalZero #define GPIO_OUTCLR_PIN26_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */ 2567*150812a8SEvalZero 2568*150812a8SEvalZero /* Bit 25 : Pin 25 */ 2569*150812a8SEvalZero #define GPIO_OUTCLR_PIN25_Pos (25UL) /*!< Position of PIN25 field. */ 2570*150812a8SEvalZero #define GPIO_OUTCLR_PIN25_Msk (0x1UL << GPIO_OUTCLR_PIN25_Pos) /*!< Bit mask of PIN25 field. */ 2571*150812a8SEvalZero #define GPIO_OUTCLR_PIN25_Low (0UL) /*!< Read: pin driver is low */ 2572*150812a8SEvalZero #define GPIO_OUTCLR_PIN25_High (1UL) /*!< Read: pin driver is high */ 2573*150812a8SEvalZero #define GPIO_OUTCLR_PIN25_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */ 2574*150812a8SEvalZero 2575*150812a8SEvalZero /* Bit 24 : Pin 24 */ 2576*150812a8SEvalZero #define GPIO_OUTCLR_PIN24_Pos (24UL) /*!< Position of PIN24 field. */ 2577*150812a8SEvalZero #define GPIO_OUTCLR_PIN24_Msk (0x1UL << GPIO_OUTCLR_PIN24_Pos) /*!< Bit mask of PIN24 field. */ 2578*150812a8SEvalZero #define GPIO_OUTCLR_PIN24_Low (0UL) /*!< Read: pin driver is low */ 2579*150812a8SEvalZero #define GPIO_OUTCLR_PIN24_High (1UL) /*!< Read: pin driver is high */ 2580*150812a8SEvalZero #define GPIO_OUTCLR_PIN24_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */ 2581*150812a8SEvalZero 2582*150812a8SEvalZero /* Bit 23 : Pin 23 */ 2583*150812a8SEvalZero #define GPIO_OUTCLR_PIN23_Pos (23UL) /*!< Position of PIN23 field. */ 2584*150812a8SEvalZero #define GPIO_OUTCLR_PIN23_Msk (0x1UL << GPIO_OUTCLR_PIN23_Pos) /*!< Bit mask of PIN23 field. */ 2585*150812a8SEvalZero #define GPIO_OUTCLR_PIN23_Low (0UL) /*!< Read: pin driver is low */ 2586*150812a8SEvalZero #define GPIO_OUTCLR_PIN23_High (1UL) /*!< Read: pin driver is high */ 2587*150812a8SEvalZero #define GPIO_OUTCLR_PIN23_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */ 2588*150812a8SEvalZero 2589*150812a8SEvalZero /* Bit 22 : Pin 22 */ 2590*150812a8SEvalZero #define GPIO_OUTCLR_PIN22_Pos (22UL) /*!< Position of PIN22 field. */ 2591*150812a8SEvalZero #define GPIO_OUTCLR_PIN22_Msk (0x1UL << GPIO_OUTCLR_PIN22_Pos) /*!< Bit mask of PIN22 field. */ 2592*150812a8SEvalZero #define GPIO_OUTCLR_PIN22_Low (0UL) /*!< Read: pin driver is low */ 2593*150812a8SEvalZero #define GPIO_OUTCLR_PIN22_High (1UL) /*!< Read: pin driver is high */ 2594*150812a8SEvalZero #define GPIO_OUTCLR_PIN22_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */ 2595*150812a8SEvalZero 2596*150812a8SEvalZero /* Bit 21 : Pin 21 */ 2597*150812a8SEvalZero #define GPIO_OUTCLR_PIN21_Pos (21UL) /*!< Position of PIN21 field. */ 2598*150812a8SEvalZero #define GPIO_OUTCLR_PIN21_Msk (0x1UL << GPIO_OUTCLR_PIN21_Pos) /*!< Bit mask of PIN21 field. */ 2599*150812a8SEvalZero #define GPIO_OUTCLR_PIN21_Low (0UL) /*!< Read: pin driver is low */ 2600*150812a8SEvalZero #define GPIO_OUTCLR_PIN21_High (1UL) /*!< Read: pin driver is high */ 2601*150812a8SEvalZero #define GPIO_OUTCLR_PIN21_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */ 2602*150812a8SEvalZero 2603*150812a8SEvalZero /* Bit 20 : Pin 20 */ 2604*150812a8SEvalZero #define GPIO_OUTCLR_PIN20_Pos (20UL) /*!< Position of PIN20 field. */ 2605*150812a8SEvalZero #define GPIO_OUTCLR_PIN20_Msk (0x1UL << GPIO_OUTCLR_PIN20_Pos) /*!< Bit mask of PIN20 field. */ 2606*150812a8SEvalZero #define GPIO_OUTCLR_PIN20_Low (0UL) /*!< Read: pin driver is low */ 2607*150812a8SEvalZero #define GPIO_OUTCLR_PIN20_High (1UL) /*!< Read: pin driver is high */ 2608*150812a8SEvalZero #define GPIO_OUTCLR_PIN20_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */ 2609*150812a8SEvalZero 2610*150812a8SEvalZero /* Bit 19 : Pin 19 */ 2611*150812a8SEvalZero #define GPIO_OUTCLR_PIN19_Pos (19UL) /*!< Position of PIN19 field. */ 2612*150812a8SEvalZero #define GPIO_OUTCLR_PIN19_Msk (0x1UL << GPIO_OUTCLR_PIN19_Pos) /*!< Bit mask of PIN19 field. */ 2613*150812a8SEvalZero #define GPIO_OUTCLR_PIN19_Low (0UL) /*!< Read: pin driver is low */ 2614*150812a8SEvalZero #define GPIO_OUTCLR_PIN19_High (1UL) /*!< Read: pin driver is high */ 2615*150812a8SEvalZero #define GPIO_OUTCLR_PIN19_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */ 2616*150812a8SEvalZero 2617*150812a8SEvalZero /* Bit 18 : Pin 18 */ 2618*150812a8SEvalZero #define GPIO_OUTCLR_PIN18_Pos (18UL) /*!< Position of PIN18 field. */ 2619*150812a8SEvalZero #define GPIO_OUTCLR_PIN18_Msk (0x1UL << GPIO_OUTCLR_PIN18_Pos) /*!< Bit mask of PIN18 field. */ 2620*150812a8SEvalZero #define GPIO_OUTCLR_PIN18_Low (0UL) /*!< Read: pin driver is low */ 2621*150812a8SEvalZero #define GPIO_OUTCLR_PIN18_High (1UL) /*!< Read: pin driver is high */ 2622*150812a8SEvalZero #define GPIO_OUTCLR_PIN18_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */ 2623*150812a8SEvalZero 2624*150812a8SEvalZero /* Bit 17 : Pin 17 */ 2625*150812a8SEvalZero #define GPIO_OUTCLR_PIN17_Pos (17UL) /*!< Position of PIN17 field. */ 2626*150812a8SEvalZero #define GPIO_OUTCLR_PIN17_Msk (0x1UL << GPIO_OUTCLR_PIN17_Pos) /*!< Bit mask of PIN17 field. */ 2627*150812a8SEvalZero #define GPIO_OUTCLR_PIN17_Low (0UL) /*!< Read: pin driver is low */ 2628*150812a8SEvalZero #define GPIO_OUTCLR_PIN17_High (1UL) /*!< Read: pin driver is high */ 2629*150812a8SEvalZero #define GPIO_OUTCLR_PIN17_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */ 2630*150812a8SEvalZero 2631*150812a8SEvalZero /* Bit 16 : Pin 16 */ 2632*150812a8SEvalZero #define GPIO_OUTCLR_PIN16_Pos (16UL) /*!< Position of PIN16 field. */ 2633*150812a8SEvalZero #define GPIO_OUTCLR_PIN16_Msk (0x1UL << GPIO_OUTCLR_PIN16_Pos) /*!< Bit mask of PIN16 field. */ 2634*150812a8SEvalZero #define GPIO_OUTCLR_PIN16_Low (0UL) /*!< Read: pin driver is low */ 2635*150812a8SEvalZero #define GPIO_OUTCLR_PIN16_High (1UL) /*!< Read: pin driver is high */ 2636*150812a8SEvalZero #define GPIO_OUTCLR_PIN16_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */ 2637*150812a8SEvalZero 2638*150812a8SEvalZero /* Bit 15 : Pin 15 */ 2639*150812a8SEvalZero #define GPIO_OUTCLR_PIN15_Pos (15UL) /*!< Position of PIN15 field. */ 2640*150812a8SEvalZero #define GPIO_OUTCLR_PIN15_Msk (0x1UL << GPIO_OUTCLR_PIN15_Pos) /*!< Bit mask of PIN15 field. */ 2641*150812a8SEvalZero #define GPIO_OUTCLR_PIN15_Low (0UL) /*!< Read: pin driver is low */ 2642*150812a8SEvalZero #define GPIO_OUTCLR_PIN15_High (1UL) /*!< Read: pin driver is high */ 2643*150812a8SEvalZero #define GPIO_OUTCLR_PIN15_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */ 2644*150812a8SEvalZero 2645*150812a8SEvalZero /* Bit 14 : Pin 14 */ 2646*150812a8SEvalZero #define GPIO_OUTCLR_PIN14_Pos (14UL) /*!< Position of PIN14 field. */ 2647*150812a8SEvalZero #define GPIO_OUTCLR_PIN14_Msk (0x1UL << GPIO_OUTCLR_PIN14_Pos) /*!< Bit mask of PIN14 field. */ 2648*150812a8SEvalZero #define GPIO_OUTCLR_PIN14_Low (0UL) /*!< Read: pin driver is low */ 2649*150812a8SEvalZero #define GPIO_OUTCLR_PIN14_High (1UL) /*!< Read: pin driver is high */ 2650*150812a8SEvalZero #define GPIO_OUTCLR_PIN14_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */ 2651*150812a8SEvalZero 2652*150812a8SEvalZero /* Bit 13 : Pin 13 */ 2653*150812a8SEvalZero #define GPIO_OUTCLR_PIN13_Pos (13UL) /*!< Position of PIN13 field. */ 2654*150812a8SEvalZero #define GPIO_OUTCLR_PIN13_Msk (0x1UL << GPIO_OUTCLR_PIN13_Pos) /*!< Bit mask of PIN13 field. */ 2655*150812a8SEvalZero #define GPIO_OUTCLR_PIN13_Low (0UL) /*!< Read: pin driver is low */ 2656*150812a8SEvalZero #define GPIO_OUTCLR_PIN13_High (1UL) /*!< Read: pin driver is high */ 2657*150812a8SEvalZero #define GPIO_OUTCLR_PIN13_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */ 2658*150812a8SEvalZero 2659*150812a8SEvalZero /* Bit 12 : Pin 12 */ 2660*150812a8SEvalZero #define GPIO_OUTCLR_PIN12_Pos (12UL) /*!< Position of PIN12 field. */ 2661*150812a8SEvalZero #define GPIO_OUTCLR_PIN12_Msk (0x1UL << GPIO_OUTCLR_PIN12_Pos) /*!< Bit mask of PIN12 field. */ 2662*150812a8SEvalZero #define GPIO_OUTCLR_PIN12_Low (0UL) /*!< Read: pin driver is low */ 2663*150812a8SEvalZero #define GPIO_OUTCLR_PIN12_High (1UL) /*!< Read: pin driver is high */ 2664*150812a8SEvalZero #define GPIO_OUTCLR_PIN12_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */ 2665*150812a8SEvalZero 2666*150812a8SEvalZero /* Bit 11 : Pin 11 */ 2667*150812a8SEvalZero #define GPIO_OUTCLR_PIN11_Pos (11UL) /*!< Position of PIN11 field. */ 2668*150812a8SEvalZero #define GPIO_OUTCLR_PIN11_Msk (0x1UL << GPIO_OUTCLR_PIN11_Pos) /*!< Bit mask of PIN11 field. */ 2669*150812a8SEvalZero #define GPIO_OUTCLR_PIN11_Low (0UL) /*!< Read: pin driver is low */ 2670*150812a8SEvalZero #define GPIO_OUTCLR_PIN11_High (1UL) /*!< Read: pin driver is high */ 2671*150812a8SEvalZero #define GPIO_OUTCLR_PIN11_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */ 2672*150812a8SEvalZero 2673*150812a8SEvalZero /* Bit 10 : Pin 10 */ 2674*150812a8SEvalZero #define GPIO_OUTCLR_PIN10_Pos (10UL) /*!< Position of PIN10 field. */ 2675*150812a8SEvalZero #define GPIO_OUTCLR_PIN10_Msk (0x1UL << GPIO_OUTCLR_PIN10_Pos) /*!< Bit mask of PIN10 field. */ 2676*150812a8SEvalZero #define GPIO_OUTCLR_PIN10_Low (0UL) /*!< Read: pin driver is low */ 2677*150812a8SEvalZero #define GPIO_OUTCLR_PIN10_High (1UL) /*!< Read: pin driver is high */ 2678*150812a8SEvalZero #define GPIO_OUTCLR_PIN10_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */ 2679*150812a8SEvalZero 2680*150812a8SEvalZero /* Bit 9 : Pin 9 */ 2681*150812a8SEvalZero #define GPIO_OUTCLR_PIN9_Pos (9UL) /*!< Position of PIN9 field. */ 2682*150812a8SEvalZero #define GPIO_OUTCLR_PIN9_Msk (0x1UL << GPIO_OUTCLR_PIN9_Pos) /*!< Bit mask of PIN9 field. */ 2683*150812a8SEvalZero #define GPIO_OUTCLR_PIN9_Low (0UL) /*!< Read: pin driver is low */ 2684*150812a8SEvalZero #define GPIO_OUTCLR_PIN9_High (1UL) /*!< Read: pin driver is high */ 2685*150812a8SEvalZero #define GPIO_OUTCLR_PIN9_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */ 2686*150812a8SEvalZero 2687*150812a8SEvalZero /* Bit 8 : Pin 8 */ 2688*150812a8SEvalZero #define GPIO_OUTCLR_PIN8_Pos (8UL) /*!< Position of PIN8 field. */ 2689*150812a8SEvalZero #define GPIO_OUTCLR_PIN8_Msk (0x1UL << GPIO_OUTCLR_PIN8_Pos) /*!< Bit mask of PIN8 field. */ 2690*150812a8SEvalZero #define GPIO_OUTCLR_PIN8_Low (0UL) /*!< Read: pin driver is low */ 2691*150812a8SEvalZero #define GPIO_OUTCLR_PIN8_High (1UL) /*!< Read: pin driver is high */ 2692*150812a8SEvalZero #define GPIO_OUTCLR_PIN8_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */ 2693*150812a8SEvalZero 2694*150812a8SEvalZero /* Bit 7 : Pin 7 */ 2695*150812a8SEvalZero #define GPIO_OUTCLR_PIN7_Pos (7UL) /*!< Position of PIN7 field. */ 2696*150812a8SEvalZero #define GPIO_OUTCLR_PIN7_Msk (0x1UL << GPIO_OUTCLR_PIN7_Pos) /*!< Bit mask of PIN7 field. */ 2697*150812a8SEvalZero #define GPIO_OUTCLR_PIN7_Low (0UL) /*!< Read: pin driver is low */ 2698*150812a8SEvalZero #define GPIO_OUTCLR_PIN7_High (1UL) /*!< Read: pin driver is high */ 2699*150812a8SEvalZero #define GPIO_OUTCLR_PIN7_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */ 2700*150812a8SEvalZero 2701*150812a8SEvalZero /* Bit 6 : Pin 6 */ 2702*150812a8SEvalZero #define GPIO_OUTCLR_PIN6_Pos (6UL) /*!< Position of PIN6 field. */ 2703*150812a8SEvalZero #define GPIO_OUTCLR_PIN6_Msk (0x1UL << GPIO_OUTCLR_PIN6_Pos) /*!< Bit mask of PIN6 field. */ 2704*150812a8SEvalZero #define GPIO_OUTCLR_PIN6_Low (0UL) /*!< Read: pin driver is low */ 2705*150812a8SEvalZero #define GPIO_OUTCLR_PIN6_High (1UL) /*!< Read: pin driver is high */ 2706*150812a8SEvalZero #define GPIO_OUTCLR_PIN6_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */ 2707*150812a8SEvalZero 2708*150812a8SEvalZero /* Bit 5 : Pin 5 */ 2709*150812a8SEvalZero #define GPIO_OUTCLR_PIN5_Pos (5UL) /*!< Position of PIN5 field. */ 2710*150812a8SEvalZero #define GPIO_OUTCLR_PIN5_Msk (0x1UL << GPIO_OUTCLR_PIN5_Pos) /*!< Bit mask of PIN5 field. */ 2711*150812a8SEvalZero #define GPIO_OUTCLR_PIN5_Low (0UL) /*!< Read: pin driver is low */ 2712*150812a8SEvalZero #define GPIO_OUTCLR_PIN5_High (1UL) /*!< Read: pin driver is high */ 2713*150812a8SEvalZero #define GPIO_OUTCLR_PIN5_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */ 2714*150812a8SEvalZero 2715*150812a8SEvalZero /* Bit 4 : Pin 4 */ 2716*150812a8SEvalZero #define GPIO_OUTCLR_PIN4_Pos (4UL) /*!< Position of PIN4 field. */ 2717*150812a8SEvalZero #define GPIO_OUTCLR_PIN4_Msk (0x1UL << GPIO_OUTCLR_PIN4_Pos) /*!< Bit mask of PIN4 field. */ 2718*150812a8SEvalZero #define GPIO_OUTCLR_PIN4_Low (0UL) /*!< Read: pin driver is low */ 2719*150812a8SEvalZero #define GPIO_OUTCLR_PIN4_High (1UL) /*!< Read: pin driver is high */ 2720*150812a8SEvalZero #define GPIO_OUTCLR_PIN4_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */ 2721*150812a8SEvalZero 2722*150812a8SEvalZero /* Bit 3 : Pin 3 */ 2723*150812a8SEvalZero #define GPIO_OUTCLR_PIN3_Pos (3UL) /*!< Position of PIN3 field. */ 2724*150812a8SEvalZero #define GPIO_OUTCLR_PIN3_Msk (0x1UL << GPIO_OUTCLR_PIN3_Pos) /*!< Bit mask of PIN3 field. */ 2725*150812a8SEvalZero #define GPIO_OUTCLR_PIN3_Low (0UL) /*!< Read: pin driver is low */ 2726*150812a8SEvalZero #define GPIO_OUTCLR_PIN3_High (1UL) /*!< Read: pin driver is high */ 2727*150812a8SEvalZero #define GPIO_OUTCLR_PIN3_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */ 2728*150812a8SEvalZero 2729*150812a8SEvalZero /* Bit 2 : Pin 2 */ 2730*150812a8SEvalZero #define GPIO_OUTCLR_PIN2_Pos (2UL) /*!< Position of PIN2 field. */ 2731*150812a8SEvalZero #define GPIO_OUTCLR_PIN2_Msk (0x1UL << GPIO_OUTCLR_PIN2_Pos) /*!< Bit mask of PIN2 field. */ 2732*150812a8SEvalZero #define GPIO_OUTCLR_PIN2_Low (0UL) /*!< Read: pin driver is low */ 2733*150812a8SEvalZero #define GPIO_OUTCLR_PIN2_High (1UL) /*!< Read: pin driver is high */ 2734*150812a8SEvalZero #define GPIO_OUTCLR_PIN2_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */ 2735*150812a8SEvalZero 2736*150812a8SEvalZero /* Bit 1 : Pin 1 */ 2737*150812a8SEvalZero #define GPIO_OUTCLR_PIN1_Pos (1UL) /*!< Position of PIN1 field. */ 2738*150812a8SEvalZero #define GPIO_OUTCLR_PIN1_Msk (0x1UL << GPIO_OUTCLR_PIN1_Pos) /*!< Bit mask of PIN1 field. */ 2739*150812a8SEvalZero #define GPIO_OUTCLR_PIN1_Low (0UL) /*!< Read: pin driver is low */ 2740*150812a8SEvalZero #define GPIO_OUTCLR_PIN1_High (1UL) /*!< Read: pin driver is high */ 2741*150812a8SEvalZero #define GPIO_OUTCLR_PIN1_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */ 2742*150812a8SEvalZero 2743*150812a8SEvalZero /* Bit 0 : Pin 0 */ 2744*150812a8SEvalZero #define GPIO_OUTCLR_PIN0_Pos (0UL) /*!< Position of PIN0 field. */ 2745*150812a8SEvalZero #define GPIO_OUTCLR_PIN0_Msk (0x1UL << GPIO_OUTCLR_PIN0_Pos) /*!< Bit mask of PIN0 field. */ 2746*150812a8SEvalZero #define GPIO_OUTCLR_PIN0_Low (0UL) /*!< Read: pin driver is low */ 2747*150812a8SEvalZero #define GPIO_OUTCLR_PIN0_High (1UL) /*!< Read: pin driver is high */ 2748*150812a8SEvalZero #define GPIO_OUTCLR_PIN0_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */ 2749*150812a8SEvalZero 2750*150812a8SEvalZero /* Register: GPIO_IN */ 2751*150812a8SEvalZero /* Description: Read GPIO port */ 2752*150812a8SEvalZero 2753*150812a8SEvalZero /* Bit 31 : Pin 31 */ 2754*150812a8SEvalZero #define GPIO_IN_PIN31_Pos (31UL) /*!< Position of PIN31 field. */ 2755*150812a8SEvalZero #define GPIO_IN_PIN31_Msk (0x1UL << GPIO_IN_PIN31_Pos) /*!< Bit mask of PIN31 field. */ 2756*150812a8SEvalZero #define GPIO_IN_PIN31_Low (0UL) /*!< Pin input is low */ 2757*150812a8SEvalZero #define GPIO_IN_PIN31_High (1UL) /*!< Pin input is high */ 2758*150812a8SEvalZero 2759*150812a8SEvalZero /* Bit 30 : Pin 30 */ 2760*150812a8SEvalZero #define GPIO_IN_PIN30_Pos (30UL) /*!< Position of PIN30 field. */ 2761*150812a8SEvalZero #define GPIO_IN_PIN30_Msk (0x1UL << GPIO_IN_PIN30_Pos) /*!< Bit mask of PIN30 field. */ 2762*150812a8SEvalZero #define GPIO_IN_PIN30_Low (0UL) /*!< Pin input is low */ 2763*150812a8SEvalZero #define GPIO_IN_PIN30_High (1UL) /*!< Pin input is high */ 2764*150812a8SEvalZero 2765*150812a8SEvalZero /* Bit 29 : Pin 29 */ 2766*150812a8SEvalZero #define GPIO_IN_PIN29_Pos (29UL) /*!< Position of PIN29 field. */ 2767*150812a8SEvalZero #define GPIO_IN_PIN29_Msk (0x1UL << GPIO_IN_PIN29_Pos) /*!< Bit mask of PIN29 field. */ 2768*150812a8SEvalZero #define GPIO_IN_PIN29_Low (0UL) /*!< Pin input is low */ 2769*150812a8SEvalZero #define GPIO_IN_PIN29_High (1UL) /*!< Pin input is high */ 2770*150812a8SEvalZero 2771*150812a8SEvalZero /* Bit 28 : Pin 28 */ 2772*150812a8SEvalZero #define GPIO_IN_PIN28_Pos (28UL) /*!< Position of PIN28 field. */ 2773*150812a8SEvalZero #define GPIO_IN_PIN28_Msk (0x1UL << GPIO_IN_PIN28_Pos) /*!< Bit mask of PIN28 field. */ 2774*150812a8SEvalZero #define GPIO_IN_PIN28_Low (0UL) /*!< Pin input is low */ 2775*150812a8SEvalZero #define GPIO_IN_PIN28_High (1UL) /*!< Pin input is high */ 2776*150812a8SEvalZero 2777*150812a8SEvalZero /* Bit 27 : Pin 27 */ 2778*150812a8SEvalZero #define GPIO_IN_PIN27_Pos (27UL) /*!< Position of PIN27 field. */ 2779*150812a8SEvalZero #define GPIO_IN_PIN27_Msk (0x1UL << GPIO_IN_PIN27_Pos) /*!< Bit mask of PIN27 field. */ 2780*150812a8SEvalZero #define GPIO_IN_PIN27_Low (0UL) /*!< Pin input is low */ 2781*150812a8SEvalZero #define GPIO_IN_PIN27_High (1UL) /*!< Pin input is high */ 2782*150812a8SEvalZero 2783*150812a8SEvalZero /* Bit 26 : Pin 26 */ 2784*150812a8SEvalZero #define GPIO_IN_PIN26_Pos (26UL) /*!< Position of PIN26 field. */ 2785*150812a8SEvalZero #define GPIO_IN_PIN26_Msk (0x1UL << GPIO_IN_PIN26_Pos) /*!< Bit mask of PIN26 field. */ 2786*150812a8SEvalZero #define GPIO_IN_PIN26_Low (0UL) /*!< Pin input is low */ 2787*150812a8SEvalZero #define GPIO_IN_PIN26_High (1UL) /*!< Pin input is high */ 2788*150812a8SEvalZero 2789*150812a8SEvalZero /* Bit 25 : Pin 25 */ 2790*150812a8SEvalZero #define GPIO_IN_PIN25_Pos (25UL) /*!< Position of PIN25 field. */ 2791*150812a8SEvalZero #define GPIO_IN_PIN25_Msk (0x1UL << GPIO_IN_PIN25_Pos) /*!< Bit mask of PIN25 field. */ 2792*150812a8SEvalZero #define GPIO_IN_PIN25_Low (0UL) /*!< Pin input is low */ 2793*150812a8SEvalZero #define GPIO_IN_PIN25_High (1UL) /*!< Pin input is high */ 2794*150812a8SEvalZero 2795*150812a8SEvalZero /* Bit 24 : Pin 24 */ 2796*150812a8SEvalZero #define GPIO_IN_PIN24_Pos (24UL) /*!< Position of PIN24 field. */ 2797*150812a8SEvalZero #define GPIO_IN_PIN24_Msk (0x1UL << GPIO_IN_PIN24_Pos) /*!< Bit mask of PIN24 field. */ 2798*150812a8SEvalZero #define GPIO_IN_PIN24_Low (0UL) /*!< Pin input is low */ 2799*150812a8SEvalZero #define GPIO_IN_PIN24_High (1UL) /*!< Pin input is high */ 2800*150812a8SEvalZero 2801*150812a8SEvalZero /* Bit 23 : Pin 23 */ 2802*150812a8SEvalZero #define GPIO_IN_PIN23_Pos (23UL) /*!< Position of PIN23 field. */ 2803*150812a8SEvalZero #define GPIO_IN_PIN23_Msk (0x1UL << GPIO_IN_PIN23_Pos) /*!< Bit mask of PIN23 field. */ 2804*150812a8SEvalZero #define GPIO_IN_PIN23_Low (0UL) /*!< Pin input is low */ 2805*150812a8SEvalZero #define GPIO_IN_PIN23_High (1UL) /*!< Pin input is high */ 2806*150812a8SEvalZero 2807*150812a8SEvalZero /* Bit 22 : Pin 22 */ 2808*150812a8SEvalZero #define GPIO_IN_PIN22_Pos (22UL) /*!< Position of PIN22 field. */ 2809*150812a8SEvalZero #define GPIO_IN_PIN22_Msk (0x1UL << GPIO_IN_PIN22_Pos) /*!< Bit mask of PIN22 field. */ 2810*150812a8SEvalZero #define GPIO_IN_PIN22_Low (0UL) /*!< Pin input is low */ 2811*150812a8SEvalZero #define GPIO_IN_PIN22_High (1UL) /*!< Pin input is high */ 2812*150812a8SEvalZero 2813*150812a8SEvalZero /* Bit 21 : Pin 21 */ 2814*150812a8SEvalZero #define GPIO_IN_PIN21_Pos (21UL) /*!< Position of PIN21 field. */ 2815*150812a8SEvalZero #define GPIO_IN_PIN21_Msk (0x1UL << GPIO_IN_PIN21_Pos) /*!< Bit mask of PIN21 field. */ 2816*150812a8SEvalZero #define GPIO_IN_PIN21_Low (0UL) /*!< Pin input is low */ 2817*150812a8SEvalZero #define GPIO_IN_PIN21_High (1UL) /*!< Pin input is high */ 2818*150812a8SEvalZero 2819*150812a8SEvalZero /* Bit 20 : Pin 20 */ 2820*150812a8SEvalZero #define GPIO_IN_PIN20_Pos (20UL) /*!< Position of PIN20 field. */ 2821*150812a8SEvalZero #define GPIO_IN_PIN20_Msk (0x1UL << GPIO_IN_PIN20_Pos) /*!< Bit mask of PIN20 field. */ 2822*150812a8SEvalZero #define GPIO_IN_PIN20_Low (0UL) /*!< Pin input is low */ 2823*150812a8SEvalZero #define GPIO_IN_PIN20_High (1UL) /*!< Pin input is high */ 2824*150812a8SEvalZero 2825*150812a8SEvalZero /* Bit 19 : Pin 19 */ 2826*150812a8SEvalZero #define GPIO_IN_PIN19_Pos (19UL) /*!< Position of PIN19 field. */ 2827*150812a8SEvalZero #define GPIO_IN_PIN19_Msk (0x1UL << GPIO_IN_PIN19_Pos) /*!< Bit mask of PIN19 field. */ 2828*150812a8SEvalZero #define GPIO_IN_PIN19_Low (0UL) /*!< Pin input is low */ 2829*150812a8SEvalZero #define GPIO_IN_PIN19_High (1UL) /*!< Pin input is high */ 2830*150812a8SEvalZero 2831*150812a8SEvalZero /* Bit 18 : Pin 18 */ 2832*150812a8SEvalZero #define GPIO_IN_PIN18_Pos (18UL) /*!< Position of PIN18 field. */ 2833*150812a8SEvalZero #define GPIO_IN_PIN18_Msk (0x1UL << GPIO_IN_PIN18_Pos) /*!< Bit mask of PIN18 field. */ 2834*150812a8SEvalZero #define GPIO_IN_PIN18_Low (0UL) /*!< Pin input is low */ 2835*150812a8SEvalZero #define GPIO_IN_PIN18_High (1UL) /*!< Pin input is high */ 2836*150812a8SEvalZero 2837*150812a8SEvalZero /* Bit 17 : Pin 17 */ 2838*150812a8SEvalZero #define GPIO_IN_PIN17_Pos (17UL) /*!< Position of PIN17 field. */ 2839*150812a8SEvalZero #define GPIO_IN_PIN17_Msk (0x1UL << GPIO_IN_PIN17_Pos) /*!< Bit mask of PIN17 field. */ 2840*150812a8SEvalZero #define GPIO_IN_PIN17_Low (0UL) /*!< Pin input is low */ 2841*150812a8SEvalZero #define GPIO_IN_PIN17_High (1UL) /*!< Pin input is high */ 2842*150812a8SEvalZero 2843*150812a8SEvalZero /* Bit 16 : Pin 16 */ 2844*150812a8SEvalZero #define GPIO_IN_PIN16_Pos (16UL) /*!< Position of PIN16 field. */ 2845*150812a8SEvalZero #define GPIO_IN_PIN16_Msk (0x1UL << GPIO_IN_PIN16_Pos) /*!< Bit mask of PIN16 field. */ 2846*150812a8SEvalZero #define GPIO_IN_PIN16_Low (0UL) /*!< Pin input is low */ 2847*150812a8SEvalZero #define GPIO_IN_PIN16_High (1UL) /*!< Pin input is high */ 2848*150812a8SEvalZero 2849*150812a8SEvalZero /* Bit 15 : Pin 15 */ 2850*150812a8SEvalZero #define GPIO_IN_PIN15_Pos (15UL) /*!< Position of PIN15 field. */ 2851*150812a8SEvalZero #define GPIO_IN_PIN15_Msk (0x1UL << GPIO_IN_PIN15_Pos) /*!< Bit mask of PIN15 field. */ 2852*150812a8SEvalZero #define GPIO_IN_PIN15_Low (0UL) /*!< Pin input is low */ 2853*150812a8SEvalZero #define GPIO_IN_PIN15_High (1UL) /*!< Pin input is high */ 2854*150812a8SEvalZero 2855*150812a8SEvalZero /* Bit 14 : Pin 14 */ 2856*150812a8SEvalZero #define GPIO_IN_PIN14_Pos (14UL) /*!< Position of PIN14 field. */ 2857*150812a8SEvalZero #define GPIO_IN_PIN14_Msk (0x1UL << GPIO_IN_PIN14_Pos) /*!< Bit mask of PIN14 field. */ 2858*150812a8SEvalZero #define GPIO_IN_PIN14_Low (0UL) /*!< Pin input is low */ 2859*150812a8SEvalZero #define GPIO_IN_PIN14_High (1UL) /*!< Pin input is high */ 2860*150812a8SEvalZero 2861*150812a8SEvalZero /* Bit 13 : Pin 13 */ 2862*150812a8SEvalZero #define GPIO_IN_PIN13_Pos (13UL) /*!< Position of PIN13 field. */ 2863*150812a8SEvalZero #define GPIO_IN_PIN13_Msk (0x1UL << GPIO_IN_PIN13_Pos) /*!< Bit mask of PIN13 field. */ 2864*150812a8SEvalZero #define GPIO_IN_PIN13_Low (0UL) /*!< Pin input is low */ 2865*150812a8SEvalZero #define GPIO_IN_PIN13_High (1UL) /*!< Pin input is high */ 2866*150812a8SEvalZero 2867*150812a8SEvalZero /* Bit 12 : Pin 12 */ 2868*150812a8SEvalZero #define GPIO_IN_PIN12_Pos (12UL) /*!< Position of PIN12 field. */ 2869*150812a8SEvalZero #define GPIO_IN_PIN12_Msk (0x1UL << GPIO_IN_PIN12_Pos) /*!< Bit mask of PIN12 field. */ 2870*150812a8SEvalZero #define GPIO_IN_PIN12_Low (0UL) /*!< Pin input is low */ 2871*150812a8SEvalZero #define GPIO_IN_PIN12_High (1UL) /*!< Pin input is high */ 2872*150812a8SEvalZero 2873*150812a8SEvalZero /* Bit 11 : Pin 11 */ 2874*150812a8SEvalZero #define GPIO_IN_PIN11_Pos (11UL) /*!< Position of PIN11 field. */ 2875*150812a8SEvalZero #define GPIO_IN_PIN11_Msk (0x1UL << GPIO_IN_PIN11_Pos) /*!< Bit mask of PIN11 field. */ 2876*150812a8SEvalZero #define GPIO_IN_PIN11_Low (0UL) /*!< Pin input is low */ 2877*150812a8SEvalZero #define GPIO_IN_PIN11_High (1UL) /*!< Pin input is high */ 2878*150812a8SEvalZero 2879*150812a8SEvalZero /* Bit 10 : Pin 10 */ 2880*150812a8SEvalZero #define GPIO_IN_PIN10_Pos (10UL) /*!< Position of PIN10 field. */ 2881*150812a8SEvalZero #define GPIO_IN_PIN10_Msk (0x1UL << GPIO_IN_PIN10_Pos) /*!< Bit mask of PIN10 field. */ 2882*150812a8SEvalZero #define GPIO_IN_PIN10_Low (0UL) /*!< Pin input is low */ 2883*150812a8SEvalZero #define GPIO_IN_PIN10_High (1UL) /*!< Pin input is high */ 2884*150812a8SEvalZero 2885*150812a8SEvalZero /* Bit 9 : Pin 9 */ 2886*150812a8SEvalZero #define GPIO_IN_PIN9_Pos (9UL) /*!< Position of PIN9 field. */ 2887*150812a8SEvalZero #define GPIO_IN_PIN9_Msk (0x1UL << GPIO_IN_PIN9_Pos) /*!< Bit mask of PIN9 field. */ 2888*150812a8SEvalZero #define GPIO_IN_PIN9_Low (0UL) /*!< Pin input is low */ 2889*150812a8SEvalZero #define GPIO_IN_PIN9_High (1UL) /*!< Pin input is high */ 2890*150812a8SEvalZero 2891*150812a8SEvalZero /* Bit 8 : Pin 8 */ 2892*150812a8SEvalZero #define GPIO_IN_PIN8_Pos (8UL) /*!< Position of PIN8 field. */ 2893*150812a8SEvalZero #define GPIO_IN_PIN8_Msk (0x1UL << GPIO_IN_PIN8_Pos) /*!< Bit mask of PIN8 field. */ 2894*150812a8SEvalZero #define GPIO_IN_PIN8_Low (0UL) /*!< Pin input is low */ 2895*150812a8SEvalZero #define GPIO_IN_PIN8_High (1UL) /*!< Pin input is high */ 2896*150812a8SEvalZero 2897*150812a8SEvalZero /* Bit 7 : Pin 7 */ 2898*150812a8SEvalZero #define GPIO_IN_PIN7_Pos (7UL) /*!< Position of PIN7 field. */ 2899*150812a8SEvalZero #define GPIO_IN_PIN7_Msk (0x1UL << GPIO_IN_PIN7_Pos) /*!< Bit mask of PIN7 field. */ 2900*150812a8SEvalZero #define GPIO_IN_PIN7_Low (0UL) /*!< Pin input is low */ 2901*150812a8SEvalZero #define GPIO_IN_PIN7_High (1UL) /*!< Pin input is high */ 2902*150812a8SEvalZero 2903*150812a8SEvalZero /* Bit 6 : Pin 6 */ 2904*150812a8SEvalZero #define GPIO_IN_PIN6_Pos (6UL) /*!< Position of PIN6 field. */ 2905*150812a8SEvalZero #define GPIO_IN_PIN6_Msk (0x1UL << GPIO_IN_PIN6_Pos) /*!< Bit mask of PIN6 field. */ 2906*150812a8SEvalZero #define GPIO_IN_PIN6_Low (0UL) /*!< Pin input is low */ 2907*150812a8SEvalZero #define GPIO_IN_PIN6_High (1UL) /*!< Pin input is high */ 2908*150812a8SEvalZero 2909*150812a8SEvalZero /* Bit 5 : Pin 5 */ 2910*150812a8SEvalZero #define GPIO_IN_PIN5_Pos (5UL) /*!< Position of PIN5 field. */ 2911*150812a8SEvalZero #define GPIO_IN_PIN5_Msk (0x1UL << GPIO_IN_PIN5_Pos) /*!< Bit mask of PIN5 field. */ 2912*150812a8SEvalZero #define GPIO_IN_PIN5_Low (0UL) /*!< Pin input is low */ 2913*150812a8SEvalZero #define GPIO_IN_PIN5_High (1UL) /*!< Pin input is high */ 2914*150812a8SEvalZero 2915*150812a8SEvalZero /* Bit 4 : Pin 4 */ 2916*150812a8SEvalZero #define GPIO_IN_PIN4_Pos (4UL) /*!< Position of PIN4 field. */ 2917*150812a8SEvalZero #define GPIO_IN_PIN4_Msk (0x1UL << GPIO_IN_PIN4_Pos) /*!< Bit mask of PIN4 field. */ 2918*150812a8SEvalZero #define GPIO_IN_PIN4_Low (0UL) /*!< Pin input is low */ 2919*150812a8SEvalZero #define GPIO_IN_PIN4_High (1UL) /*!< Pin input is high */ 2920*150812a8SEvalZero 2921*150812a8SEvalZero /* Bit 3 : Pin 3 */ 2922*150812a8SEvalZero #define GPIO_IN_PIN3_Pos (3UL) /*!< Position of PIN3 field. */ 2923*150812a8SEvalZero #define GPIO_IN_PIN3_Msk (0x1UL << GPIO_IN_PIN3_Pos) /*!< Bit mask of PIN3 field. */ 2924*150812a8SEvalZero #define GPIO_IN_PIN3_Low (0UL) /*!< Pin input is low */ 2925*150812a8SEvalZero #define GPIO_IN_PIN3_High (1UL) /*!< Pin input is high */ 2926*150812a8SEvalZero 2927*150812a8SEvalZero /* Bit 2 : Pin 2 */ 2928*150812a8SEvalZero #define GPIO_IN_PIN2_Pos (2UL) /*!< Position of PIN2 field. */ 2929*150812a8SEvalZero #define GPIO_IN_PIN2_Msk (0x1UL << GPIO_IN_PIN2_Pos) /*!< Bit mask of PIN2 field. */ 2930*150812a8SEvalZero #define GPIO_IN_PIN2_Low (0UL) /*!< Pin input is low */ 2931*150812a8SEvalZero #define GPIO_IN_PIN2_High (1UL) /*!< Pin input is high */ 2932*150812a8SEvalZero 2933*150812a8SEvalZero /* Bit 1 : Pin 1 */ 2934*150812a8SEvalZero #define GPIO_IN_PIN1_Pos (1UL) /*!< Position of PIN1 field. */ 2935*150812a8SEvalZero #define GPIO_IN_PIN1_Msk (0x1UL << GPIO_IN_PIN1_Pos) /*!< Bit mask of PIN1 field. */ 2936*150812a8SEvalZero #define GPIO_IN_PIN1_Low (0UL) /*!< Pin input is low */ 2937*150812a8SEvalZero #define GPIO_IN_PIN1_High (1UL) /*!< Pin input is high */ 2938*150812a8SEvalZero 2939*150812a8SEvalZero /* Bit 0 : Pin 0 */ 2940*150812a8SEvalZero #define GPIO_IN_PIN0_Pos (0UL) /*!< Position of PIN0 field. */ 2941*150812a8SEvalZero #define GPIO_IN_PIN0_Msk (0x1UL << GPIO_IN_PIN0_Pos) /*!< Bit mask of PIN0 field. */ 2942*150812a8SEvalZero #define GPIO_IN_PIN0_Low (0UL) /*!< Pin input is low */ 2943*150812a8SEvalZero #define GPIO_IN_PIN0_High (1UL) /*!< Pin input is high */ 2944*150812a8SEvalZero 2945*150812a8SEvalZero /* Register: GPIO_DIR */ 2946*150812a8SEvalZero /* Description: Direction of GPIO pins */ 2947*150812a8SEvalZero 2948*150812a8SEvalZero /* Bit 31 : Pin 31 */ 2949*150812a8SEvalZero #define GPIO_DIR_PIN31_Pos (31UL) /*!< Position of PIN31 field. */ 2950*150812a8SEvalZero #define GPIO_DIR_PIN31_Msk (0x1UL << GPIO_DIR_PIN31_Pos) /*!< Bit mask of PIN31 field. */ 2951*150812a8SEvalZero #define GPIO_DIR_PIN31_Input (0UL) /*!< Pin set as input */ 2952*150812a8SEvalZero #define GPIO_DIR_PIN31_Output (1UL) /*!< Pin set as output */ 2953*150812a8SEvalZero 2954*150812a8SEvalZero /* Bit 30 : Pin 30 */ 2955*150812a8SEvalZero #define GPIO_DIR_PIN30_Pos (30UL) /*!< Position of PIN30 field. */ 2956*150812a8SEvalZero #define GPIO_DIR_PIN30_Msk (0x1UL << GPIO_DIR_PIN30_Pos) /*!< Bit mask of PIN30 field. */ 2957*150812a8SEvalZero #define GPIO_DIR_PIN30_Input (0UL) /*!< Pin set as input */ 2958*150812a8SEvalZero #define GPIO_DIR_PIN30_Output (1UL) /*!< Pin set as output */ 2959*150812a8SEvalZero 2960*150812a8SEvalZero /* Bit 29 : Pin 29 */ 2961*150812a8SEvalZero #define GPIO_DIR_PIN29_Pos (29UL) /*!< Position of PIN29 field. */ 2962*150812a8SEvalZero #define GPIO_DIR_PIN29_Msk (0x1UL << GPIO_DIR_PIN29_Pos) /*!< Bit mask of PIN29 field. */ 2963*150812a8SEvalZero #define GPIO_DIR_PIN29_Input (0UL) /*!< Pin set as input */ 2964*150812a8SEvalZero #define GPIO_DIR_PIN29_Output (1UL) /*!< Pin set as output */ 2965*150812a8SEvalZero 2966*150812a8SEvalZero /* Bit 28 : Pin 28 */ 2967*150812a8SEvalZero #define GPIO_DIR_PIN28_Pos (28UL) /*!< Position of PIN28 field. */ 2968*150812a8SEvalZero #define GPIO_DIR_PIN28_Msk (0x1UL << GPIO_DIR_PIN28_Pos) /*!< Bit mask of PIN28 field. */ 2969*150812a8SEvalZero #define GPIO_DIR_PIN28_Input (0UL) /*!< Pin set as input */ 2970*150812a8SEvalZero #define GPIO_DIR_PIN28_Output (1UL) /*!< Pin set as output */ 2971*150812a8SEvalZero 2972*150812a8SEvalZero /* Bit 27 : Pin 27 */ 2973*150812a8SEvalZero #define GPIO_DIR_PIN27_Pos (27UL) /*!< Position of PIN27 field. */ 2974*150812a8SEvalZero #define GPIO_DIR_PIN27_Msk (0x1UL << GPIO_DIR_PIN27_Pos) /*!< Bit mask of PIN27 field. */ 2975*150812a8SEvalZero #define GPIO_DIR_PIN27_Input (0UL) /*!< Pin set as input */ 2976*150812a8SEvalZero #define GPIO_DIR_PIN27_Output (1UL) /*!< Pin set as output */ 2977*150812a8SEvalZero 2978*150812a8SEvalZero /* Bit 26 : Pin 26 */ 2979*150812a8SEvalZero #define GPIO_DIR_PIN26_Pos (26UL) /*!< Position of PIN26 field. */ 2980*150812a8SEvalZero #define GPIO_DIR_PIN26_Msk (0x1UL << GPIO_DIR_PIN26_Pos) /*!< Bit mask of PIN26 field. */ 2981*150812a8SEvalZero #define GPIO_DIR_PIN26_Input (0UL) /*!< Pin set as input */ 2982*150812a8SEvalZero #define GPIO_DIR_PIN26_Output (1UL) /*!< Pin set as output */ 2983*150812a8SEvalZero 2984*150812a8SEvalZero /* Bit 25 : Pin 25 */ 2985*150812a8SEvalZero #define GPIO_DIR_PIN25_Pos (25UL) /*!< Position of PIN25 field. */ 2986*150812a8SEvalZero #define GPIO_DIR_PIN25_Msk (0x1UL << GPIO_DIR_PIN25_Pos) /*!< Bit mask of PIN25 field. */ 2987*150812a8SEvalZero #define GPIO_DIR_PIN25_Input (0UL) /*!< Pin set as input */ 2988*150812a8SEvalZero #define GPIO_DIR_PIN25_Output (1UL) /*!< Pin set as output */ 2989*150812a8SEvalZero 2990*150812a8SEvalZero /* Bit 24 : Pin 24 */ 2991*150812a8SEvalZero #define GPIO_DIR_PIN24_Pos (24UL) /*!< Position of PIN24 field. */ 2992*150812a8SEvalZero #define GPIO_DIR_PIN24_Msk (0x1UL << GPIO_DIR_PIN24_Pos) /*!< Bit mask of PIN24 field. */ 2993*150812a8SEvalZero #define GPIO_DIR_PIN24_Input (0UL) /*!< Pin set as input */ 2994*150812a8SEvalZero #define GPIO_DIR_PIN24_Output (1UL) /*!< Pin set as output */ 2995*150812a8SEvalZero 2996*150812a8SEvalZero /* Bit 23 : Pin 23 */ 2997*150812a8SEvalZero #define GPIO_DIR_PIN23_Pos (23UL) /*!< Position of PIN23 field. */ 2998*150812a8SEvalZero #define GPIO_DIR_PIN23_Msk (0x1UL << GPIO_DIR_PIN23_Pos) /*!< Bit mask of PIN23 field. */ 2999*150812a8SEvalZero #define GPIO_DIR_PIN23_Input (0UL) /*!< Pin set as input */ 3000*150812a8SEvalZero #define GPIO_DIR_PIN23_Output (1UL) /*!< Pin set as output */ 3001*150812a8SEvalZero 3002*150812a8SEvalZero /* Bit 22 : Pin 22 */ 3003*150812a8SEvalZero #define GPIO_DIR_PIN22_Pos (22UL) /*!< Position of PIN22 field. */ 3004*150812a8SEvalZero #define GPIO_DIR_PIN22_Msk (0x1UL << GPIO_DIR_PIN22_Pos) /*!< Bit mask of PIN22 field. */ 3005*150812a8SEvalZero #define GPIO_DIR_PIN22_Input (0UL) /*!< Pin set as input */ 3006*150812a8SEvalZero #define GPIO_DIR_PIN22_Output (1UL) /*!< Pin set as output */ 3007*150812a8SEvalZero 3008*150812a8SEvalZero /* Bit 21 : Pin 21 */ 3009*150812a8SEvalZero #define GPIO_DIR_PIN21_Pos (21UL) /*!< Position of PIN21 field. */ 3010*150812a8SEvalZero #define GPIO_DIR_PIN21_Msk (0x1UL << GPIO_DIR_PIN21_Pos) /*!< Bit mask of PIN21 field. */ 3011*150812a8SEvalZero #define GPIO_DIR_PIN21_Input (0UL) /*!< Pin set as input */ 3012*150812a8SEvalZero #define GPIO_DIR_PIN21_Output (1UL) /*!< Pin set as output */ 3013*150812a8SEvalZero 3014*150812a8SEvalZero /* Bit 20 : Pin 20 */ 3015*150812a8SEvalZero #define GPIO_DIR_PIN20_Pos (20UL) /*!< Position of PIN20 field. */ 3016*150812a8SEvalZero #define GPIO_DIR_PIN20_Msk (0x1UL << GPIO_DIR_PIN20_Pos) /*!< Bit mask of PIN20 field. */ 3017*150812a8SEvalZero #define GPIO_DIR_PIN20_Input (0UL) /*!< Pin set as input */ 3018*150812a8SEvalZero #define GPIO_DIR_PIN20_Output (1UL) /*!< Pin set as output */ 3019*150812a8SEvalZero 3020*150812a8SEvalZero /* Bit 19 : Pin 19 */ 3021*150812a8SEvalZero #define GPIO_DIR_PIN19_Pos (19UL) /*!< Position of PIN19 field. */ 3022*150812a8SEvalZero #define GPIO_DIR_PIN19_Msk (0x1UL << GPIO_DIR_PIN19_Pos) /*!< Bit mask of PIN19 field. */ 3023*150812a8SEvalZero #define GPIO_DIR_PIN19_Input (0UL) /*!< Pin set as input */ 3024*150812a8SEvalZero #define GPIO_DIR_PIN19_Output (1UL) /*!< Pin set as output */ 3025*150812a8SEvalZero 3026*150812a8SEvalZero /* Bit 18 : Pin 18 */ 3027*150812a8SEvalZero #define GPIO_DIR_PIN18_Pos (18UL) /*!< Position of PIN18 field. */ 3028*150812a8SEvalZero #define GPIO_DIR_PIN18_Msk (0x1UL << GPIO_DIR_PIN18_Pos) /*!< Bit mask of PIN18 field. */ 3029*150812a8SEvalZero #define GPIO_DIR_PIN18_Input (0UL) /*!< Pin set as input */ 3030*150812a8SEvalZero #define GPIO_DIR_PIN18_Output (1UL) /*!< Pin set as output */ 3031*150812a8SEvalZero 3032*150812a8SEvalZero /* Bit 17 : Pin 17 */ 3033*150812a8SEvalZero #define GPIO_DIR_PIN17_Pos (17UL) /*!< Position of PIN17 field. */ 3034*150812a8SEvalZero #define GPIO_DIR_PIN17_Msk (0x1UL << GPIO_DIR_PIN17_Pos) /*!< Bit mask of PIN17 field. */ 3035*150812a8SEvalZero #define GPIO_DIR_PIN17_Input (0UL) /*!< Pin set as input */ 3036*150812a8SEvalZero #define GPIO_DIR_PIN17_Output (1UL) /*!< Pin set as output */ 3037*150812a8SEvalZero 3038*150812a8SEvalZero /* Bit 16 : Pin 16 */ 3039*150812a8SEvalZero #define GPIO_DIR_PIN16_Pos (16UL) /*!< Position of PIN16 field. */ 3040*150812a8SEvalZero #define GPIO_DIR_PIN16_Msk (0x1UL << GPIO_DIR_PIN16_Pos) /*!< Bit mask of PIN16 field. */ 3041*150812a8SEvalZero #define GPIO_DIR_PIN16_Input (0UL) /*!< Pin set as input */ 3042*150812a8SEvalZero #define GPIO_DIR_PIN16_Output (1UL) /*!< Pin set as output */ 3043*150812a8SEvalZero 3044*150812a8SEvalZero /* Bit 15 : Pin 15 */ 3045*150812a8SEvalZero #define GPIO_DIR_PIN15_Pos (15UL) /*!< Position of PIN15 field. */ 3046*150812a8SEvalZero #define GPIO_DIR_PIN15_Msk (0x1UL << GPIO_DIR_PIN15_Pos) /*!< Bit mask of PIN15 field. */ 3047*150812a8SEvalZero #define GPIO_DIR_PIN15_Input (0UL) /*!< Pin set as input */ 3048*150812a8SEvalZero #define GPIO_DIR_PIN15_Output (1UL) /*!< Pin set as output */ 3049*150812a8SEvalZero 3050*150812a8SEvalZero /* Bit 14 : Pin 14 */ 3051*150812a8SEvalZero #define GPIO_DIR_PIN14_Pos (14UL) /*!< Position of PIN14 field. */ 3052*150812a8SEvalZero #define GPIO_DIR_PIN14_Msk (0x1UL << GPIO_DIR_PIN14_Pos) /*!< Bit mask of PIN14 field. */ 3053*150812a8SEvalZero #define GPIO_DIR_PIN14_Input (0UL) /*!< Pin set as input */ 3054*150812a8SEvalZero #define GPIO_DIR_PIN14_Output (1UL) /*!< Pin set as output */ 3055*150812a8SEvalZero 3056*150812a8SEvalZero /* Bit 13 : Pin 13 */ 3057*150812a8SEvalZero #define GPIO_DIR_PIN13_Pos (13UL) /*!< Position of PIN13 field. */ 3058*150812a8SEvalZero #define GPIO_DIR_PIN13_Msk (0x1UL << GPIO_DIR_PIN13_Pos) /*!< Bit mask of PIN13 field. */ 3059*150812a8SEvalZero #define GPIO_DIR_PIN13_Input (0UL) /*!< Pin set as input */ 3060*150812a8SEvalZero #define GPIO_DIR_PIN13_Output (1UL) /*!< Pin set as output */ 3061*150812a8SEvalZero 3062*150812a8SEvalZero /* Bit 12 : Pin 12 */ 3063*150812a8SEvalZero #define GPIO_DIR_PIN12_Pos (12UL) /*!< Position of PIN12 field. */ 3064*150812a8SEvalZero #define GPIO_DIR_PIN12_Msk (0x1UL << GPIO_DIR_PIN12_Pos) /*!< Bit mask of PIN12 field. */ 3065*150812a8SEvalZero #define GPIO_DIR_PIN12_Input (0UL) /*!< Pin set as input */ 3066*150812a8SEvalZero #define GPIO_DIR_PIN12_Output (1UL) /*!< Pin set as output */ 3067*150812a8SEvalZero 3068*150812a8SEvalZero /* Bit 11 : Pin 11 */ 3069*150812a8SEvalZero #define GPIO_DIR_PIN11_Pos (11UL) /*!< Position of PIN11 field. */ 3070*150812a8SEvalZero #define GPIO_DIR_PIN11_Msk (0x1UL << GPIO_DIR_PIN11_Pos) /*!< Bit mask of PIN11 field. */ 3071*150812a8SEvalZero #define GPIO_DIR_PIN11_Input (0UL) /*!< Pin set as input */ 3072*150812a8SEvalZero #define GPIO_DIR_PIN11_Output (1UL) /*!< Pin set as output */ 3073*150812a8SEvalZero 3074*150812a8SEvalZero /* Bit 10 : Pin 10 */ 3075*150812a8SEvalZero #define GPIO_DIR_PIN10_Pos (10UL) /*!< Position of PIN10 field. */ 3076*150812a8SEvalZero #define GPIO_DIR_PIN10_Msk (0x1UL << GPIO_DIR_PIN10_Pos) /*!< Bit mask of PIN10 field. */ 3077*150812a8SEvalZero #define GPIO_DIR_PIN10_Input (0UL) /*!< Pin set as input */ 3078*150812a8SEvalZero #define GPIO_DIR_PIN10_Output (1UL) /*!< Pin set as output */ 3079*150812a8SEvalZero 3080*150812a8SEvalZero /* Bit 9 : Pin 9 */ 3081*150812a8SEvalZero #define GPIO_DIR_PIN9_Pos (9UL) /*!< Position of PIN9 field. */ 3082*150812a8SEvalZero #define GPIO_DIR_PIN9_Msk (0x1UL << GPIO_DIR_PIN9_Pos) /*!< Bit mask of PIN9 field. */ 3083*150812a8SEvalZero #define GPIO_DIR_PIN9_Input (0UL) /*!< Pin set as input */ 3084*150812a8SEvalZero #define GPIO_DIR_PIN9_Output (1UL) /*!< Pin set as output */ 3085*150812a8SEvalZero 3086*150812a8SEvalZero /* Bit 8 : Pin 8 */ 3087*150812a8SEvalZero #define GPIO_DIR_PIN8_Pos (8UL) /*!< Position of PIN8 field. */ 3088*150812a8SEvalZero #define GPIO_DIR_PIN8_Msk (0x1UL << GPIO_DIR_PIN8_Pos) /*!< Bit mask of PIN8 field. */ 3089*150812a8SEvalZero #define GPIO_DIR_PIN8_Input (0UL) /*!< Pin set as input */ 3090*150812a8SEvalZero #define GPIO_DIR_PIN8_Output (1UL) /*!< Pin set as output */ 3091*150812a8SEvalZero 3092*150812a8SEvalZero /* Bit 7 : Pin 7 */ 3093*150812a8SEvalZero #define GPIO_DIR_PIN7_Pos (7UL) /*!< Position of PIN7 field. */ 3094*150812a8SEvalZero #define GPIO_DIR_PIN7_Msk (0x1UL << GPIO_DIR_PIN7_Pos) /*!< Bit mask of PIN7 field. */ 3095*150812a8SEvalZero #define GPIO_DIR_PIN7_Input (0UL) /*!< Pin set as input */ 3096*150812a8SEvalZero #define GPIO_DIR_PIN7_Output (1UL) /*!< Pin set as output */ 3097*150812a8SEvalZero 3098*150812a8SEvalZero /* Bit 6 : Pin 6 */ 3099*150812a8SEvalZero #define GPIO_DIR_PIN6_Pos (6UL) /*!< Position of PIN6 field. */ 3100*150812a8SEvalZero #define GPIO_DIR_PIN6_Msk (0x1UL << GPIO_DIR_PIN6_Pos) /*!< Bit mask of PIN6 field. */ 3101*150812a8SEvalZero #define GPIO_DIR_PIN6_Input (0UL) /*!< Pin set as input */ 3102*150812a8SEvalZero #define GPIO_DIR_PIN6_Output (1UL) /*!< Pin set as output */ 3103*150812a8SEvalZero 3104*150812a8SEvalZero /* Bit 5 : Pin 5 */ 3105*150812a8SEvalZero #define GPIO_DIR_PIN5_Pos (5UL) /*!< Position of PIN5 field. */ 3106*150812a8SEvalZero #define GPIO_DIR_PIN5_Msk (0x1UL << GPIO_DIR_PIN5_Pos) /*!< Bit mask of PIN5 field. */ 3107*150812a8SEvalZero #define GPIO_DIR_PIN5_Input (0UL) /*!< Pin set as input */ 3108*150812a8SEvalZero #define GPIO_DIR_PIN5_Output (1UL) /*!< Pin set as output */ 3109*150812a8SEvalZero 3110*150812a8SEvalZero /* Bit 4 : Pin 4 */ 3111*150812a8SEvalZero #define GPIO_DIR_PIN4_Pos (4UL) /*!< Position of PIN4 field. */ 3112*150812a8SEvalZero #define GPIO_DIR_PIN4_Msk (0x1UL << GPIO_DIR_PIN4_Pos) /*!< Bit mask of PIN4 field. */ 3113*150812a8SEvalZero #define GPIO_DIR_PIN4_Input (0UL) /*!< Pin set as input */ 3114*150812a8SEvalZero #define GPIO_DIR_PIN4_Output (1UL) /*!< Pin set as output */ 3115*150812a8SEvalZero 3116*150812a8SEvalZero /* Bit 3 : Pin 3 */ 3117*150812a8SEvalZero #define GPIO_DIR_PIN3_Pos (3UL) /*!< Position of PIN3 field. */ 3118*150812a8SEvalZero #define GPIO_DIR_PIN3_Msk (0x1UL << GPIO_DIR_PIN3_Pos) /*!< Bit mask of PIN3 field. */ 3119*150812a8SEvalZero #define GPIO_DIR_PIN3_Input (0UL) /*!< Pin set as input */ 3120*150812a8SEvalZero #define GPIO_DIR_PIN3_Output (1UL) /*!< Pin set as output */ 3121*150812a8SEvalZero 3122*150812a8SEvalZero /* Bit 2 : Pin 2 */ 3123*150812a8SEvalZero #define GPIO_DIR_PIN2_Pos (2UL) /*!< Position of PIN2 field. */ 3124*150812a8SEvalZero #define GPIO_DIR_PIN2_Msk (0x1UL << GPIO_DIR_PIN2_Pos) /*!< Bit mask of PIN2 field. */ 3125*150812a8SEvalZero #define GPIO_DIR_PIN2_Input (0UL) /*!< Pin set as input */ 3126*150812a8SEvalZero #define GPIO_DIR_PIN2_Output (1UL) /*!< Pin set as output */ 3127*150812a8SEvalZero 3128*150812a8SEvalZero /* Bit 1 : Pin 1 */ 3129*150812a8SEvalZero #define GPIO_DIR_PIN1_Pos (1UL) /*!< Position of PIN1 field. */ 3130*150812a8SEvalZero #define GPIO_DIR_PIN1_Msk (0x1UL << GPIO_DIR_PIN1_Pos) /*!< Bit mask of PIN1 field. */ 3131*150812a8SEvalZero #define GPIO_DIR_PIN1_Input (0UL) /*!< Pin set as input */ 3132*150812a8SEvalZero #define GPIO_DIR_PIN1_Output (1UL) /*!< Pin set as output */ 3133*150812a8SEvalZero 3134*150812a8SEvalZero /* Bit 0 : Pin 0 */ 3135*150812a8SEvalZero #define GPIO_DIR_PIN0_Pos (0UL) /*!< Position of PIN0 field. */ 3136*150812a8SEvalZero #define GPIO_DIR_PIN0_Msk (0x1UL << GPIO_DIR_PIN0_Pos) /*!< Bit mask of PIN0 field. */ 3137*150812a8SEvalZero #define GPIO_DIR_PIN0_Input (0UL) /*!< Pin set as input */ 3138*150812a8SEvalZero #define GPIO_DIR_PIN0_Output (1UL) /*!< Pin set as output */ 3139*150812a8SEvalZero 3140*150812a8SEvalZero /* Register: GPIO_DIRSET */ 3141*150812a8SEvalZero /* Description: DIR set register */ 3142*150812a8SEvalZero 3143*150812a8SEvalZero /* Bit 31 : Set as output pin 31 */ 3144*150812a8SEvalZero #define GPIO_DIRSET_PIN31_Pos (31UL) /*!< Position of PIN31 field. */ 3145*150812a8SEvalZero #define GPIO_DIRSET_PIN31_Msk (0x1UL << GPIO_DIRSET_PIN31_Pos) /*!< Bit mask of PIN31 field. */ 3146*150812a8SEvalZero #define GPIO_DIRSET_PIN31_Input (0UL) /*!< Read: pin set as input */ 3147*150812a8SEvalZero #define GPIO_DIRSET_PIN31_Output (1UL) /*!< Read: pin set as output */ 3148*150812a8SEvalZero #define GPIO_DIRSET_PIN31_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */ 3149*150812a8SEvalZero 3150*150812a8SEvalZero /* Bit 30 : Set as output pin 30 */ 3151*150812a8SEvalZero #define GPIO_DIRSET_PIN30_Pos (30UL) /*!< Position of PIN30 field. */ 3152*150812a8SEvalZero #define GPIO_DIRSET_PIN30_Msk (0x1UL << GPIO_DIRSET_PIN30_Pos) /*!< Bit mask of PIN30 field. */ 3153*150812a8SEvalZero #define GPIO_DIRSET_PIN30_Input (0UL) /*!< Read: pin set as input */ 3154*150812a8SEvalZero #define GPIO_DIRSET_PIN30_Output (1UL) /*!< Read: pin set as output */ 3155*150812a8SEvalZero #define GPIO_DIRSET_PIN30_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */ 3156*150812a8SEvalZero 3157*150812a8SEvalZero /* Bit 29 : Set as output pin 29 */ 3158*150812a8SEvalZero #define GPIO_DIRSET_PIN29_Pos (29UL) /*!< Position of PIN29 field. */ 3159*150812a8SEvalZero #define GPIO_DIRSET_PIN29_Msk (0x1UL << GPIO_DIRSET_PIN29_Pos) /*!< Bit mask of PIN29 field. */ 3160*150812a8SEvalZero #define GPIO_DIRSET_PIN29_Input (0UL) /*!< Read: pin set as input */ 3161*150812a8SEvalZero #define GPIO_DIRSET_PIN29_Output (1UL) /*!< Read: pin set as output */ 3162*150812a8SEvalZero #define GPIO_DIRSET_PIN29_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */ 3163*150812a8SEvalZero 3164*150812a8SEvalZero /* Bit 28 : Set as output pin 28 */ 3165*150812a8SEvalZero #define GPIO_DIRSET_PIN28_Pos (28UL) /*!< Position of PIN28 field. */ 3166*150812a8SEvalZero #define GPIO_DIRSET_PIN28_Msk (0x1UL << GPIO_DIRSET_PIN28_Pos) /*!< Bit mask of PIN28 field. */ 3167*150812a8SEvalZero #define GPIO_DIRSET_PIN28_Input (0UL) /*!< Read: pin set as input */ 3168*150812a8SEvalZero #define GPIO_DIRSET_PIN28_Output (1UL) /*!< Read: pin set as output */ 3169*150812a8SEvalZero #define GPIO_DIRSET_PIN28_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */ 3170*150812a8SEvalZero 3171*150812a8SEvalZero /* Bit 27 : Set as output pin 27 */ 3172*150812a8SEvalZero #define GPIO_DIRSET_PIN27_Pos (27UL) /*!< Position of PIN27 field. */ 3173*150812a8SEvalZero #define GPIO_DIRSET_PIN27_Msk (0x1UL << GPIO_DIRSET_PIN27_Pos) /*!< Bit mask of PIN27 field. */ 3174*150812a8SEvalZero #define GPIO_DIRSET_PIN27_Input (0UL) /*!< Read: pin set as input */ 3175*150812a8SEvalZero #define GPIO_DIRSET_PIN27_Output (1UL) /*!< Read: pin set as output */ 3176*150812a8SEvalZero #define GPIO_DIRSET_PIN27_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */ 3177*150812a8SEvalZero 3178*150812a8SEvalZero /* Bit 26 : Set as output pin 26 */ 3179*150812a8SEvalZero #define GPIO_DIRSET_PIN26_Pos (26UL) /*!< Position of PIN26 field. */ 3180*150812a8SEvalZero #define GPIO_DIRSET_PIN26_Msk (0x1UL << GPIO_DIRSET_PIN26_Pos) /*!< Bit mask of PIN26 field. */ 3181*150812a8SEvalZero #define GPIO_DIRSET_PIN26_Input (0UL) /*!< Read: pin set as input */ 3182*150812a8SEvalZero #define GPIO_DIRSET_PIN26_Output (1UL) /*!< Read: pin set as output */ 3183*150812a8SEvalZero #define GPIO_DIRSET_PIN26_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */ 3184*150812a8SEvalZero 3185*150812a8SEvalZero /* Bit 25 : Set as output pin 25 */ 3186*150812a8SEvalZero #define GPIO_DIRSET_PIN25_Pos (25UL) /*!< Position of PIN25 field. */ 3187*150812a8SEvalZero #define GPIO_DIRSET_PIN25_Msk (0x1UL << GPIO_DIRSET_PIN25_Pos) /*!< Bit mask of PIN25 field. */ 3188*150812a8SEvalZero #define GPIO_DIRSET_PIN25_Input (0UL) /*!< Read: pin set as input */ 3189*150812a8SEvalZero #define GPIO_DIRSET_PIN25_Output (1UL) /*!< Read: pin set as output */ 3190*150812a8SEvalZero #define GPIO_DIRSET_PIN25_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */ 3191*150812a8SEvalZero 3192*150812a8SEvalZero /* Bit 24 : Set as output pin 24 */ 3193*150812a8SEvalZero #define GPIO_DIRSET_PIN24_Pos (24UL) /*!< Position of PIN24 field. */ 3194*150812a8SEvalZero #define GPIO_DIRSET_PIN24_Msk (0x1UL << GPIO_DIRSET_PIN24_Pos) /*!< Bit mask of PIN24 field. */ 3195*150812a8SEvalZero #define GPIO_DIRSET_PIN24_Input (0UL) /*!< Read: pin set as input */ 3196*150812a8SEvalZero #define GPIO_DIRSET_PIN24_Output (1UL) /*!< Read: pin set as output */ 3197*150812a8SEvalZero #define GPIO_DIRSET_PIN24_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */ 3198*150812a8SEvalZero 3199*150812a8SEvalZero /* Bit 23 : Set as output pin 23 */ 3200*150812a8SEvalZero #define GPIO_DIRSET_PIN23_Pos (23UL) /*!< Position of PIN23 field. */ 3201*150812a8SEvalZero #define GPIO_DIRSET_PIN23_Msk (0x1UL << GPIO_DIRSET_PIN23_Pos) /*!< Bit mask of PIN23 field. */ 3202*150812a8SEvalZero #define GPIO_DIRSET_PIN23_Input (0UL) /*!< Read: pin set as input */ 3203*150812a8SEvalZero #define GPIO_DIRSET_PIN23_Output (1UL) /*!< Read: pin set as output */ 3204*150812a8SEvalZero #define GPIO_DIRSET_PIN23_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */ 3205*150812a8SEvalZero 3206*150812a8SEvalZero /* Bit 22 : Set as output pin 22 */ 3207*150812a8SEvalZero #define GPIO_DIRSET_PIN22_Pos (22UL) /*!< Position of PIN22 field. */ 3208*150812a8SEvalZero #define GPIO_DIRSET_PIN22_Msk (0x1UL << GPIO_DIRSET_PIN22_Pos) /*!< Bit mask of PIN22 field. */ 3209*150812a8SEvalZero #define GPIO_DIRSET_PIN22_Input (0UL) /*!< Read: pin set as input */ 3210*150812a8SEvalZero #define GPIO_DIRSET_PIN22_Output (1UL) /*!< Read: pin set as output */ 3211*150812a8SEvalZero #define GPIO_DIRSET_PIN22_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */ 3212*150812a8SEvalZero 3213*150812a8SEvalZero /* Bit 21 : Set as output pin 21 */ 3214*150812a8SEvalZero #define GPIO_DIRSET_PIN21_Pos (21UL) /*!< Position of PIN21 field. */ 3215*150812a8SEvalZero #define GPIO_DIRSET_PIN21_Msk (0x1UL << GPIO_DIRSET_PIN21_Pos) /*!< Bit mask of PIN21 field. */ 3216*150812a8SEvalZero #define GPIO_DIRSET_PIN21_Input (0UL) /*!< Read: pin set as input */ 3217*150812a8SEvalZero #define GPIO_DIRSET_PIN21_Output (1UL) /*!< Read: pin set as output */ 3218*150812a8SEvalZero #define GPIO_DIRSET_PIN21_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */ 3219*150812a8SEvalZero 3220*150812a8SEvalZero /* Bit 20 : Set as output pin 20 */ 3221*150812a8SEvalZero #define GPIO_DIRSET_PIN20_Pos (20UL) /*!< Position of PIN20 field. */ 3222*150812a8SEvalZero #define GPIO_DIRSET_PIN20_Msk (0x1UL << GPIO_DIRSET_PIN20_Pos) /*!< Bit mask of PIN20 field. */ 3223*150812a8SEvalZero #define GPIO_DIRSET_PIN20_Input (0UL) /*!< Read: pin set as input */ 3224*150812a8SEvalZero #define GPIO_DIRSET_PIN20_Output (1UL) /*!< Read: pin set as output */ 3225*150812a8SEvalZero #define GPIO_DIRSET_PIN20_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */ 3226*150812a8SEvalZero 3227*150812a8SEvalZero /* Bit 19 : Set as output pin 19 */ 3228*150812a8SEvalZero #define GPIO_DIRSET_PIN19_Pos (19UL) /*!< Position of PIN19 field. */ 3229*150812a8SEvalZero #define GPIO_DIRSET_PIN19_Msk (0x1UL << GPIO_DIRSET_PIN19_Pos) /*!< Bit mask of PIN19 field. */ 3230*150812a8SEvalZero #define GPIO_DIRSET_PIN19_Input (0UL) /*!< Read: pin set as input */ 3231*150812a8SEvalZero #define GPIO_DIRSET_PIN19_Output (1UL) /*!< Read: pin set as output */ 3232*150812a8SEvalZero #define GPIO_DIRSET_PIN19_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */ 3233*150812a8SEvalZero 3234*150812a8SEvalZero /* Bit 18 : Set as output pin 18 */ 3235*150812a8SEvalZero #define GPIO_DIRSET_PIN18_Pos (18UL) /*!< Position of PIN18 field. */ 3236*150812a8SEvalZero #define GPIO_DIRSET_PIN18_Msk (0x1UL << GPIO_DIRSET_PIN18_Pos) /*!< Bit mask of PIN18 field. */ 3237*150812a8SEvalZero #define GPIO_DIRSET_PIN18_Input (0UL) /*!< Read: pin set as input */ 3238*150812a8SEvalZero #define GPIO_DIRSET_PIN18_Output (1UL) /*!< Read: pin set as output */ 3239*150812a8SEvalZero #define GPIO_DIRSET_PIN18_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */ 3240*150812a8SEvalZero 3241*150812a8SEvalZero /* Bit 17 : Set as output pin 17 */ 3242*150812a8SEvalZero #define GPIO_DIRSET_PIN17_Pos (17UL) /*!< Position of PIN17 field. */ 3243*150812a8SEvalZero #define GPIO_DIRSET_PIN17_Msk (0x1UL << GPIO_DIRSET_PIN17_Pos) /*!< Bit mask of PIN17 field. */ 3244*150812a8SEvalZero #define GPIO_DIRSET_PIN17_Input (0UL) /*!< Read: pin set as input */ 3245*150812a8SEvalZero #define GPIO_DIRSET_PIN17_Output (1UL) /*!< Read: pin set as output */ 3246*150812a8SEvalZero #define GPIO_DIRSET_PIN17_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */ 3247*150812a8SEvalZero 3248*150812a8SEvalZero /* Bit 16 : Set as output pin 16 */ 3249*150812a8SEvalZero #define GPIO_DIRSET_PIN16_Pos (16UL) /*!< Position of PIN16 field. */ 3250*150812a8SEvalZero #define GPIO_DIRSET_PIN16_Msk (0x1UL << GPIO_DIRSET_PIN16_Pos) /*!< Bit mask of PIN16 field. */ 3251*150812a8SEvalZero #define GPIO_DIRSET_PIN16_Input (0UL) /*!< Read: pin set as input */ 3252*150812a8SEvalZero #define GPIO_DIRSET_PIN16_Output (1UL) /*!< Read: pin set as output */ 3253*150812a8SEvalZero #define GPIO_DIRSET_PIN16_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */ 3254*150812a8SEvalZero 3255*150812a8SEvalZero /* Bit 15 : Set as output pin 15 */ 3256*150812a8SEvalZero #define GPIO_DIRSET_PIN15_Pos (15UL) /*!< Position of PIN15 field. */ 3257*150812a8SEvalZero #define GPIO_DIRSET_PIN15_Msk (0x1UL << GPIO_DIRSET_PIN15_Pos) /*!< Bit mask of PIN15 field. */ 3258*150812a8SEvalZero #define GPIO_DIRSET_PIN15_Input (0UL) /*!< Read: pin set as input */ 3259*150812a8SEvalZero #define GPIO_DIRSET_PIN15_Output (1UL) /*!< Read: pin set as output */ 3260*150812a8SEvalZero #define GPIO_DIRSET_PIN15_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */ 3261*150812a8SEvalZero 3262*150812a8SEvalZero /* Bit 14 : Set as output pin 14 */ 3263*150812a8SEvalZero #define GPIO_DIRSET_PIN14_Pos (14UL) /*!< Position of PIN14 field. */ 3264*150812a8SEvalZero #define GPIO_DIRSET_PIN14_Msk (0x1UL << GPIO_DIRSET_PIN14_Pos) /*!< Bit mask of PIN14 field. */ 3265*150812a8SEvalZero #define GPIO_DIRSET_PIN14_Input (0UL) /*!< Read: pin set as input */ 3266*150812a8SEvalZero #define GPIO_DIRSET_PIN14_Output (1UL) /*!< Read: pin set as output */ 3267*150812a8SEvalZero #define GPIO_DIRSET_PIN14_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */ 3268*150812a8SEvalZero 3269*150812a8SEvalZero /* Bit 13 : Set as output pin 13 */ 3270*150812a8SEvalZero #define GPIO_DIRSET_PIN13_Pos (13UL) /*!< Position of PIN13 field. */ 3271*150812a8SEvalZero #define GPIO_DIRSET_PIN13_Msk (0x1UL << GPIO_DIRSET_PIN13_Pos) /*!< Bit mask of PIN13 field. */ 3272*150812a8SEvalZero #define GPIO_DIRSET_PIN13_Input (0UL) /*!< Read: pin set as input */ 3273*150812a8SEvalZero #define GPIO_DIRSET_PIN13_Output (1UL) /*!< Read: pin set as output */ 3274*150812a8SEvalZero #define GPIO_DIRSET_PIN13_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */ 3275*150812a8SEvalZero 3276*150812a8SEvalZero /* Bit 12 : Set as output pin 12 */ 3277*150812a8SEvalZero #define GPIO_DIRSET_PIN12_Pos (12UL) /*!< Position of PIN12 field. */ 3278*150812a8SEvalZero #define GPIO_DIRSET_PIN12_Msk (0x1UL << GPIO_DIRSET_PIN12_Pos) /*!< Bit mask of PIN12 field. */ 3279*150812a8SEvalZero #define GPIO_DIRSET_PIN12_Input (0UL) /*!< Read: pin set as input */ 3280*150812a8SEvalZero #define GPIO_DIRSET_PIN12_Output (1UL) /*!< Read: pin set as output */ 3281*150812a8SEvalZero #define GPIO_DIRSET_PIN12_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */ 3282*150812a8SEvalZero 3283*150812a8SEvalZero /* Bit 11 : Set as output pin 11 */ 3284*150812a8SEvalZero #define GPIO_DIRSET_PIN11_Pos (11UL) /*!< Position of PIN11 field. */ 3285*150812a8SEvalZero #define GPIO_DIRSET_PIN11_Msk (0x1UL << GPIO_DIRSET_PIN11_Pos) /*!< Bit mask of PIN11 field. */ 3286*150812a8SEvalZero #define GPIO_DIRSET_PIN11_Input (0UL) /*!< Read: pin set as input */ 3287*150812a8SEvalZero #define GPIO_DIRSET_PIN11_Output (1UL) /*!< Read: pin set as output */ 3288*150812a8SEvalZero #define GPIO_DIRSET_PIN11_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */ 3289*150812a8SEvalZero 3290*150812a8SEvalZero /* Bit 10 : Set as output pin 10 */ 3291*150812a8SEvalZero #define GPIO_DIRSET_PIN10_Pos (10UL) /*!< Position of PIN10 field. */ 3292*150812a8SEvalZero #define GPIO_DIRSET_PIN10_Msk (0x1UL << GPIO_DIRSET_PIN10_Pos) /*!< Bit mask of PIN10 field. */ 3293*150812a8SEvalZero #define GPIO_DIRSET_PIN10_Input (0UL) /*!< Read: pin set as input */ 3294*150812a8SEvalZero #define GPIO_DIRSET_PIN10_Output (1UL) /*!< Read: pin set as output */ 3295*150812a8SEvalZero #define GPIO_DIRSET_PIN10_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */ 3296*150812a8SEvalZero 3297*150812a8SEvalZero /* Bit 9 : Set as output pin 9 */ 3298*150812a8SEvalZero #define GPIO_DIRSET_PIN9_Pos (9UL) /*!< Position of PIN9 field. */ 3299*150812a8SEvalZero #define GPIO_DIRSET_PIN9_Msk (0x1UL << GPIO_DIRSET_PIN9_Pos) /*!< Bit mask of PIN9 field. */ 3300*150812a8SEvalZero #define GPIO_DIRSET_PIN9_Input (0UL) /*!< Read: pin set as input */ 3301*150812a8SEvalZero #define GPIO_DIRSET_PIN9_Output (1UL) /*!< Read: pin set as output */ 3302*150812a8SEvalZero #define GPIO_DIRSET_PIN9_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */ 3303*150812a8SEvalZero 3304*150812a8SEvalZero /* Bit 8 : Set as output pin 8 */ 3305*150812a8SEvalZero #define GPIO_DIRSET_PIN8_Pos (8UL) /*!< Position of PIN8 field. */ 3306*150812a8SEvalZero #define GPIO_DIRSET_PIN8_Msk (0x1UL << GPIO_DIRSET_PIN8_Pos) /*!< Bit mask of PIN8 field. */ 3307*150812a8SEvalZero #define GPIO_DIRSET_PIN8_Input (0UL) /*!< Read: pin set as input */ 3308*150812a8SEvalZero #define GPIO_DIRSET_PIN8_Output (1UL) /*!< Read: pin set as output */ 3309*150812a8SEvalZero #define GPIO_DIRSET_PIN8_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */ 3310*150812a8SEvalZero 3311*150812a8SEvalZero /* Bit 7 : Set as output pin 7 */ 3312*150812a8SEvalZero #define GPIO_DIRSET_PIN7_Pos (7UL) /*!< Position of PIN7 field. */ 3313*150812a8SEvalZero #define GPIO_DIRSET_PIN7_Msk (0x1UL << GPIO_DIRSET_PIN7_Pos) /*!< Bit mask of PIN7 field. */ 3314*150812a8SEvalZero #define GPIO_DIRSET_PIN7_Input (0UL) /*!< Read: pin set as input */ 3315*150812a8SEvalZero #define GPIO_DIRSET_PIN7_Output (1UL) /*!< Read: pin set as output */ 3316*150812a8SEvalZero #define GPIO_DIRSET_PIN7_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */ 3317*150812a8SEvalZero 3318*150812a8SEvalZero /* Bit 6 : Set as output pin 6 */ 3319*150812a8SEvalZero #define GPIO_DIRSET_PIN6_Pos (6UL) /*!< Position of PIN6 field. */ 3320*150812a8SEvalZero #define GPIO_DIRSET_PIN6_Msk (0x1UL << GPIO_DIRSET_PIN6_Pos) /*!< Bit mask of PIN6 field. */ 3321*150812a8SEvalZero #define GPIO_DIRSET_PIN6_Input (0UL) /*!< Read: pin set as input */ 3322*150812a8SEvalZero #define GPIO_DIRSET_PIN6_Output (1UL) /*!< Read: pin set as output */ 3323*150812a8SEvalZero #define GPIO_DIRSET_PIN6_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */ 3324*150812a8SEvalZero 3325*150812a8SEvalZero /* Bit 5 : Set as output pin 5 */ 3326*150812a8SEvalZero #define GPIO_DIRSET_PIN5_Pos (5UL) /*!< Position of PIN5 field. */ 3327*150812a8SEvalZero #define GPIO_DIRSET_PIN5_Msk (0x1UL << GPIO_DIRSET_PIN5_Pos) /*!< Bit mask of PIN5 field. */ 3328*150812a8SEvalZero #define GPIO_DIRSET_PIN5_Input (0UL) /*!< Read: pin set as input */ 3329*150812a8SEvalZero #define GPIO_DIRSET_PIN5_Output (1UL) /*!< Read: pin set as output */ 3330*150812a8SEvalZero #define GPIO_DIRSET_PIN5_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */ 3331*150812a8SEvalZero 3332*150812a8SEvalZero /* Bit 4 : Set as output pin 4 */ 3333*150812a8SEvalZero #define GPIO_DIRSET_PIN4_Pos (4UL) /*!< Position of PIN4 field. */ 3334*150812a8SEvalZero #define GPIO_DIRSET_PIN4_Msk (0x1UL << GPIO_DIRSET_PIN4_Pos) /*!< Bit mask of PIN4 field. */ 3335*150812a8SEvalZero #define GPIO_DIRSET_PIN4_Input (0UL) /*!< Read: pin set as input */ 3336*150812a8SEvalZero #define GPIO_DIRSET_PIN4_Output (1UL) /*!< Read: pin set as output */ 3337*150812a8SEvalZero #define GPIO_DIRSET_PIN4_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */ 3338*150812a8SEvalZero 3339*150812a8SEvalZero /* Bit 3 : Set as output pin 3 */ 3340*150812a8SEvalZero #define GPIO_DIRSET_PIN3_Pos (3UL) /*!< Position of PIN3 field. */ 3341*150812a8SEvalZero #define GPIO_DIRSET_PIN3_Msk (0x1UL << GPIO_DIRSET_PIN3_Pos) /*!< Bit mask of PIN3 field. */ 3342*150812a8SEvalZero #define GPIO_DIRSET_PIN3_Input (0UL) /*!< Read: pin set as input */ 3343*150812a8SEvalZero #define GPIO_DIRSET_PIN3_Output (1UL) /*!< Read: pin set as output */ 3344*150812a8SEvalZero #define GPIO_DIRSET_PIN3_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */ 3345*150812a8SEvalZero 3346*150812a8SEvalZero /* Bit 2 : Set as output pin 2 */ 3347*150812a8SEvalZero #define GPIO_DIRSET_PIN2_Pos (2UL) /*!< Position of PIN2 field. */ 3348*150812a8SEvalZero #define GPIO_DIRSET_PIN2_Msk (0x1UL << GPIO_DIRSET_PIN2_Pos) /*!< Bit mask of PIN2 field. */ 3349*150812a8SEvalZero #define GPIO_DIRSET_PIN2_Input (0UL) /*!< Read: pin set as input */ 3350*150812a8SEvalZero #define GPIO_DIRSET_PIN2_Output (1UL) /*!< Read: pin set as output */ 3351*150812a8SEvalZero #define GPIO_DIRSET_PIN2_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */ 3352*150812a8SEvalZero 3353*150812a8SEvalZero /* Bit 1 : Set as output pin 1 */ 3354*150812a8SEvalZero #define GPIO_DIRSET_PIN1_Pos (1UL) /*!< Position of PIN1 field. */ 3355*150812a8SEvalZero #define GPIO_DIRSET_PIN1_Msk (0x1UL << GPIO_DIRSET_PIN1_Pos) /*!< Bit mask of PIN1 field. */ 3356*150812a8SEvalZero #define GPIO_DIRSET_PIN1_Input (0UL) /*!< Read: pin set as input */ 3357*150812a8SEvalZero #define GPIO_DIRSET_PIN1_Output (1UL) /*!< Read: pin set as output */ 3358*150812a8SEvalZero #define GPIO_DIRSET_PIN1_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */ 3359*150812a8SEvalZero 3360*150812a8SEvalZero /* Bit 0 : Set as output pin 0 */ 3361*150812a8SEvalZero #define GPIO_DIRSET_PIN0_Pos (0UL) /*!< Position of PIN0 field. */ 3362*150812a8SEvalZero #define GPIO_DIRSET_PIN0_Msk (0x1UL << GPIO_DIRSET_PIN0_Pos) /*!< Bit mask of PIN0 field. */ 3363*150812a8SEvalZero #define GPIO_DIRSET_PIN0_Input (0UL) /*!< Read: pin set as input */ 3364*150812a8SEvalZero #define GPIO_DIRSET_PIN0_Output (1UL) /*!< Read: pin set as output */ 3365*150812a8SEvalZero #define GPIO_DIRSET_PIN0_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */ 3366*150812a8SEvalZero 3367*150812a8SEvalZero /* Register: GPIO_DIRCLR */ 3368*150812a8SEvalZero /* Description: DIR clear register */ 3369*150812a8SEvalZero 3370*150812a8SEvalZero /* Bit 31 : Set as input pin 31 */ 3371*150812a8SEvalZero #define GPIO_DIRCLR_PIN31_Pos (31UL) /*!< Position of PIN31 field. */ 3372*150812a8SEvalZero #define GPIO_DIRCLR_PIN31_Msk (0x1UL << GPIO_DIRCLR_PIN31_Pos) /*!< Bit mask of PIN31 field. */ 3373*150812a8SEvalZero #define GPIO_DIRCLR_PIN31_Input (0UL) /*!< Read: pin set as input */ 3374*150812a8SEvalZero #define GPIO_DIRCLR_PIN31_Output (1UL) /*!< Read: pin set as output */ 3375*150812a8SEvalZero #define GPIO_DIRCLR_PIN31_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */ 3376*150812a8SEvalZero 3377*150812a8SEvalZero /* Bit 30 : Set as input pin 30 */ 3378*150812a8SEvalZero #define GPIO_DIRCLR_PIN30_Pos (30UL) /*!< Position of PIN30 field. */ 3379*150812a8SEvalZero #define GPIO_DIRCLR_PIN30_Msk (0x1UL << GPIO_DIRCLR_PIN30_Pos) /*!< Bit mask of PIN30 field. */ 3380*150812a8SEvalZero #define GPIO_DIRCLR_PIN30_Input (0UL) /*!< Read: pin set as input */ 3381*150812a8SEvalZero #define GPIO_DIRCLR_PIN30_Output (1UL) /*!< Read: pin set as output */ 3382*150812a8SEvalZero #define GPIO_DIRCLR_PIN30_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */ 3383*150812a8SEvalZero 3384*150812a8SEvalZero /* Bit 29 : Set as input pin 29 */ 3385*150812a8SEvalZero #define GPIO_DIRCLR_PIN29_Pos (29UL) /*!< Position of PIN29 field. */ 3386*150812a8SEvalZero #define GPIO_DIRCLR_PIN29_Msk (0x1UL << GPIO_DIRCLR_PIN29_Pos) /*!< Bit mask of PIN29 field. */ 3387*150812a8SEvalZero #define GPIO_DIRCLR_PIN29_Input (0UL) /*!< Read: pin set as input */ 3388*150812a8SEvalZero #define GPIO_DIRCLR_PIN29_Output (1UL) /*!< Read: pin set as output */ 3389*150812a8SEvalZero #define GPIO_DIRCLR_PIN29_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */ 3390*150812a8SEvalZero 3391*150812a8SEvalZero /* Bit 28 : Set as input pin 28 */ 3392*150812a8SEvalZero #define GPIO_DIRCLR_PIN28_Pos (28UL) /*!< Position of PIN28 field. */ 3393*150812a8SEvalZero #define GPIO_DIRCLR_PIN28_Msk (0x1UL << GPIO_DIRCLR_PIN28_Pos) /*!< Bit mask of PIN28 field. */ 3394*150812a8SEvalZero #define GPIO_DIRCLR_PIN28_Input (0UL) /*!< Read: pin set as input */ 3395*150812a8SEvalZero #define GPIO_DIRCLR_PIN28_Output (1UL) /*!< Read: pin set as output */ 3396*150812a8SEvalZero #define GPIO_DIRCLR_PIN28_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */ 3397*150812a8SEvalZero 3398*150812a8SEvalZero /* Bit 27 : Set as input pin 27 */ 3399*150812a8SEvalZero #define GPIO_DIRCLR_PIN27_Pos (27UL) /*!< Position of PIN27 field. */ 3400*150812a8SEvalZero #define GPIO_DIRCLR_PIN27_Msk (0x1UL << GPIO_DIRCLR_PIN27_Pos) /*!< Bit mask of PIN27 field. */ 3401*150812a8SEvalZero #define GPIO_DIRCLR_PIN27_Input (0UL) /*!< Read: pin set as input */ 3402*150812a8SEvalZero #define GPIO_DIRCLR_PIN27_Output (1UL) /*!< Read: pin set as output */ 3403*150812a8SEvalZero #define GPIO_DIRCLR_PIN27_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */ 3404*150812a8SEvalZero 3405*150812a8SEvalZero /* Bit 26 : Set as input pin 26 */ 3406*150812a8SEvalZero #define GPIO_DIRCLR_PIN26_Pos (26UL) /*!< Position of PIN26 field. */ 3407*150812a8SEvalZero #define GPIO_DIRCLR_PIN26_Msk (0x1UL << GPIO_DIRCLR_PIN26_Pos) /*!< Bit mask of PIN26 field. */ 3408*150812a8SEvalZero #define GPIO_DIRCLR_PIN26_Input (0UL) /*!< Read: pin set as input */ 3409*150812a8SEvalZero #define GPIO_DIRCLR_PIN26_Output (1UL) /*!< Read: pin set as output */ 3410*150812a8SEvalZero #define GPIO_DIRCLR_PIN26_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */ 3411*150812a8SEvalZero 3412*150812a8SEvalZero /* Bit 25 : Set as input pin 25 */ 3413*150812a8SEvalZero #define GPIO_DIRCLR_PIN25_Pos (25UL) /*!< Position of PIN25 field. */ 3414*150812a8SEvalZero #define GPIO_DIRCLR_PIN25_Msk (0x1UL << GPIO_DIRCLR_PIN25_Pos) /*!< Bit mask of PIN25 field. */ 3415*150812a8SEvalZero #define GPIO_DIRCLR_PIN25_Input (0UL) /*!< Read: pin set as input */ 3416*150812a8SEvalZero #define GPIO_DIRCLR_PIN25_Output (1UL) /*!< Read: pin set as output */ 3417*150812a8SEvalZero #define GPIO_DIRCLR_PIN25_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */ 3418*150812a8SEvalZero 3419*150812a8SEvalZero /* Bit 24 : Set as input pin 24 */ 3420*150812a8SEvalZero #define GPIO_DIRCLR_PIN24_Pos (24UL) /*!< Position of PIN24 field. */ 3421*150812a8SEvalZero #define GPIO_DIRCLR_PIN24_Msk (0x1UL << GPIO_DIRCLR_PIN24_Pos) /*!< Bit mask of PIN24 field. */ 3422*150812a8SEvalZero #define GPIO_DIRCLR_PIN24_Input (0UL) /*!< Read: pin set as input */ 3423*150812a8SEvalZero #define GPIO_DIRCLR_PIN24_Output (1UL) /*!< Read: pin set as output */ 3424*150812a8SEvalZero #define GPIO_DIRCLR_PIN24_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */ 3425*150812a8SEvalZero 3426*150812a8SEvalZero /* Bit 23 : Set as input pin 23 */ 3427*150812a8SEvalZero #define GPIO_DIRCLR_PIN23_Pos (23UL) /*!< Position of PIN23 field. */ 3428*150812a8SEvalZero #define GPIO_DIRCLR_PIN23_Msk (0x1UL << GPIO_DIRCLR_PIN23_Pos) /*!< Bit mask of PIN23 field. */ 3429*150812a8SEvalZero #define GPIO_DIRCLR_PIN23_Input (0UL) /*!< Read: pin set as input */ 3430*150812a8SEvalZero #define GPIO_DIRCLR_PIN23_Output (1UL) /*!< Read: pin set as output */ 3431*150812a8SEvalZero #define GPIO_DIRCLR_PIN23_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */ 3432*150812a8SEvalZero 3433*150812a8SEvalZero /* Bit 22 : Set as input pin 22 */ 3434*150812a8SEvalZero #define GPIO_DIRCLR_PIN22_Pos (22UL) /*!< Position of PIN22 field. */ 3435*150812a8SEvalZero #define GPIO_DIRCLR_PIN22_Msk (0x1UL << GPIO_DIRCLR_PIN22_Pos) /*!< Bit mask of PIN22 field. */ 3436*150812a8SEvalZero #define GPIO_DIRCLR_PIN22_Input (0UL) /*!< Read: pin set as input */ 3437*150812a8SEvalZero #define GPIO_DIRCLR_PIN22_Output (1UL) /*!< Read: pin set as output */ 3438*150812a8SEvalZero #define GPIO_DIRCLR_PIN22_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */ 3439*150812a8SEvalZero 3440*150812a8SEvalZero /* Bit 21 : Set as input pin 21 */ 3441*150812a8SEvalZero #define GPIO_DIRCLR_PIN21_Pos (21UL) /*!< Position of PIN21 field. */ 3442*150812a8SEvalZero #define GPIO_DIRCLR_PIN21_Msk (0x1UL << GPIO_DIRCLR_PIN21_Pos) /*!< Bit mask of PIN21 field. */ 3443*150812a8SEvalZero #define GPIO_DIRCLR_PIN21_Input (0UL) /*!< Read: pin set as input */ 3444*150812a8SEvalZero #define GPIO_DIRCLR_PIN21_Output (1UL) /*!< Read: pin set as output */ 3445*150812a8SEvalZero #define GPIO_DIRCLR_PIN21_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */ 3446*150812a8SEvalZero 3447*150812a8SEvalZero /* Bit 20 : Set as input pin 20 */ 3448*150812a8SEvalZero #define GPIO_DIRCLR_PIN20_Pos (20UL) /*!< Position of PIN20 field. */ 3449*150812a8SEvalZero #define GPIO_DIRCLR_PIN20_Msk (0x1UL << GPIO_DIRCLR_PIN20_Pos) /*!< Bit mask of PIN20 field. */ 3450*150812a8SEvalZero #define GPIO_DIRCLR_PIN20_Input (0UL) /*!< Read: pin set as input */ 3451*150812a8SEvalZero #define GPIO_DIRCLR_PIN20_Output (1UL) /*!< Read: pin set as output */ 3452*150812a8SEvalZero #define GPIO_DIRCLR_PIN20_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */ 3453*150812a8SEvalZero 3454*150812a8SEvalZero /* Bit 19 : Set as input pin 19 */ 3455*150812a8SEvalZero #define GPIO_DIRCLR_PIN19_Pos (19UL) /*!< Position of PIN19 field. */ 3456*150812a8SEvalZero #define GPIO_DIRCLR_PIN19_Msk (0x1UL << GPIO_DIRCLR_PIN19_Pos) /*!< Bit mask of PIN19 field. */ 3457*150812a8SEvalZero #define GPIO_DIRCLR_PIN19_Input (0UL) /*!< Read: pin set as input */ 3458*150812a8SEvalZero #define GPIO_DIRCLR_PIN19_Output (1UL) /*!< Read: pin set as output */ 3459*150812a8SEvalZero #define GPIO_DIRCLR_PIN19_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */ 3460*150812a8SEvalZero 3461*150812a8SEvalZero /* Bit 18 : Set as input pin 18 */ 3462*150812a8SEvalZero #define GPIO_DIRCLR_PIN18_Pos (18UL) /*!< Position of PIN18 field. */ 3463*150812a8SEvalZero #define GPIO_DIRCLR_PIN18_Msk (0x1UL << GPIO_DIRCLR_PIN18_Pos) /*!< Bit mask of PIN18 field. */ 3464*150812a8SEvalZero #define GPIO_DIRCLR_PIN18_Input (0UL) /*!< Read: pin set as input */ 3465*150812a8SEvalZero #define GPIO_DIRCLR_PIN18_Output (1UL) /*!< Read: pin set as output */ 3466*150812a8SEvalZero #define GPIO_DIRCLR_PIN18_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */ 3467*150812a8SEvalZero 3468*150812a8SEvalZero /* Bit 17 : Set as input pin 17 */ 3469*150812a8SEvalZero #define GPIO_DIRCLR_PIN17_Pos (17UL) /*!< Position of PIN17 field. */ 3470*150812a8SEvalZero #define GPIO_DIRCLR_PIN17_Msk (0x1UL << GPIO_DIRCLR_PIN17_Pos) /*!< Bit mask of PIN17 field. */ 3471*150812a8SEvalZero #define GPIO_DIRCLR_PIN17_Input (0UL) /*!< Read: pin set as input */ 3472*150812a8SEvalZero #define GPIO_DIRCLR_PIN17_Output (1UL) /*!< Read: pin set as output */ 3473*150812a8SEvalZero #define GPIO_DIRCLR_PIN17_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */ 3474*150812a8SEvalZero 3475*150812a8SEvalZero /* Bit 16 : Set as input pin 16 */ 3476*150812a8SEvalZero #define GPIO_DIRCLR_PIN16_Pos (16UL) /*!< Position of PIN16 field. */ 3477*150812a8SEvalZero #define GPIO_DIRCLR_PIN16_Msk (0x1UL << GPIO_DIRCLR_PIN16_Pos) /*!< Bit mask of PIN16 field. */ 3478*150812a8SEvalZero #define GPIO_DIRCLR_PIN16_Input (0UL) /*!< Read: pin set as input */ 3479*150812a8SEvalZero #define GPIO_DIRCLR_PIN16_Output (1UL) /*!< Read: pin set as output */ 3480*150812a8SEvalZero #define GPIO_DIRCLR_PIN16_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */ 3481*150812a8SEvalZero 3482*150812a8SEvalZero /* Bit 15 : Set as input pin 15 */ 3483*150812a8SEvalZero #define GPIO_DIRCLR_PIN15_Pos (15UL) /*!< Position of PIN15 field. */ 3484*150812a8SEvalZero #define GPIO_DIRCLR_PIN15_Msk (0x1UL << GPIO_DIRCLR_PIN15_Pos) /*!< Bit mask of PIN15 field. */ 3485*150812a8SEvalZero #define GPIO_DIRCLR_PIN15_Input (0UL) /*!< Read: pin set as input */ 3486*150812a8SEvalZero #define GPIO_DIRCLR_PIN15_Output (1UL) /*!< Read: pin set as output */ 3487*150812a8SEvalZero #define GPIO_DIRCLR_PIN15_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */ 3488*150812a8SEvalZero 3489*150812a8SEvalZero /* Bit 14 : Set as input pin 14 */ 3490*150812a8SEvalZero #define GPIO_DIRCLR_PIN14_Pos (14UL) /*!< Position of PIN14 field. */ 3491*150812a8SEvalZero #define GPIO_DIRCLR_PIN14_Msk (0x1UL << GPIO_DIRCLR_PIN14_Pos) /*!< Bit mask of PIN14 field. */ 3492*150812a8SEvalZero #define GPIO_DIRCLR_PIN14_Input (0UL) /*!< Read: pin set as input */ 3493*150812a8SEvalZero #define GPIO_DIRCLR_PIN14_Output (1UL) /*!< Read: pin set as output */ 3494*150812a8SEvalZero #define GPIO_DIRCLR_PIN14_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */ 3495*150812a8SEvalZero 3496*150812a8SEvalZero /* Bit 13 : Set as input pin 13 */ 3497*150812a8SEvalZero #define GPIO_DIRCLR_PIN13_Pos (13UL) /*!< Position of PIN13 field. */ 3498*150812a8SEvalZero #define GPIO_DIRCLR_PIN13_Msk (0x1UL << GPIO_DIRCLR_PIN13_Pos) /*!< Bit mask of PIN13 field. */ 3499*150812a8SEvalZero #define GPIO_DIRCLR_PIN13_Input (0UL) /*!< Read: pin set as input */ 3500*150812a8SEvalZero #define GPIO_DIRCLR_PIN13_Output (1UL) /*!< Read: pin set as output */ 3501*150812a8SEvalZero #define GPIO_DIRCLR_PIN13_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */ 3502*150812a8SEvalZero 3503*150812a8SEvalZero /* Bit 12 : Set as input pin 12 */ 3504*150812a8SEvalZero #define GPIO_DIRCLR_PIN12_Pos (12UL) /*!< Position of PIN12 field. */ 3505*150812a8SEvalZero #define GPIO_DIRCLR_PIN12_Msk (0x1UL << GPIO_DIRCLR_PIN12_Pos) /*!< Bit mask of PIN12 field. */ 3506*150812a8SEvalZero #define GPIO_DIRCLR_PIN12_Input (0UL) /*!< Read: pin set as input */ 3507*150812a8SEvalZero #define GPIO_DIRCLR_PIN12_Output (1UL) /*!< Read: pin set as output */ 3508*150812a8SEvalZero #define GPIO_DIRCLR_PIN12_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */ 3509*150812a8SEvalZero 3510*150812a8SEvalZero /* Bit 11 : Set as input pin 11 */ 3511*150812a8SEvalZero #define GPIO_DIRCLR_PIN11_Pos (11UL) /*!< Position of PIN11 field. */ 3512*150812a8SEvalZero #define GPIO_DIRCLR_PIN11_Msk (0x1UL << GPIO_DIRCLR_PIN11_Pos) /*!< Bit mask of PIN11 field. */ 3513*150812a8SEvalZero #define GPIO_DIRCLR_PIN11_Input (0UL) /*!< Read: pin set as input */ 3514*150812a8SEvalZero #define GPIO_DIRCLR_PIN11_Output (1UL) /*!< Read: pin set as output */ 3515*150812a8SEvalZero #define GPIO_DIRCLR_PIN11_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */ 3516*150812a8SEvalZero 3517*150812a8SEvalZero /* Bit 10 : Set as input pin 10 */ 3518*150812a8SEvalZero #define GPIO_DIRCLR_PIN10_Pos (10UL) /*!< Position of PIN10 field. */ 3519*150812a8SEvalZero #define GPIO_DIRCLR_PIN10_Msk (0x1UL << GPIO_DIRCLR_PIN10_Pos) /*!< Bit mask of PIN10 field. */ 3520*150812a8SEvalZero #define GPIO_DIRCLR_PIN10_Input (0UL) /*!< Read: pin set as input */ 3521*150812a8SEvalZero #define GPIO_DIRCLR_PIN10_Output (1UL) /*!< Read: pin set as output */ 3522*150812a8SEvalZero #define GPIO_DIRCLR_PIN10_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */ 3523*150812a8SEvalZero 3524*150812a8SEvalZero /* Bit 9 : Set as input pin 9 */ 3525*150812a8SEvalZero #define GPIO_DIRCLR_PIN9_Pos (9UL) /*!< Position of PIN9 field. */ 3526*150812a8SEvalZero #define GPIO_DIRCLR_PIN9_Msk (0x1UL << GPIO_DIRCLR_PIN9_Pos) /*!< Bit mask of PIN9 field. */ 3527*150812a8SEvalZero #define GPIO_DIRCLR_PIN9_Input (0UL) /*!< Read: pin set as input */ 3528*150812a8SEvalZero #define GPIO_DIRCLR_PIN9_Output (1UL) /*!< Read: pin set as output */ 3529*150812a8SEvalZero #define GPIO_DIRCLR_PIN9_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */ 3530*150812a8SEvalZero 3531*150812a8SEvalZero /* Bit 8 : Set as input pin 8 */ 3532*150812a8SEvalZero #define GPIO_DIRCLR_PIN8_Pos (8UL) /*!< Position of PIN8 field. */ 3533*150812a8SEvalZero #define GPIO_DIRCLR_PIN8_Msk (0x1UL << GPIO_DIRCLR_PIN8_Pos) /*!< Bit mask of PIN8 field. */ 3534*150812a8SEvalZero #define GPIO_DIRCLR_PIN8_Input (0UL) /*!< Read: pin set as input */ 3535*150812a8SEvalZero #define GPIO_DIRCLR_PIN8_Output (1UL) /*!< Read: pin set as output */ 3536*150812a8SEvalZero #define GPIO_DIRCLR_PIN8_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */ 3537*150812a8SEvalZero 3538*150812a8SEvalZero /* Bit 7 : Set as input pin 7 */ 3539*150812a8SEvalZero #define GPIO_DIRCLR_PIN7_Pos (7UL) /*!< Position of PIN7 field. */ 3540*150812a8SEvalZero #define GPIO_DIRCLR_PIN7_Msk (0x1UL << GPIO_DIRCLR_PIN7_Pos) /*!< Bit mask of PIN7 field. */ 3541*150812a8SEvalZero #define GPIO_DIRCLR_PIN7_Input (0UL) /*!< Read: pin set as input */ 3542*150812a8SEvalZero #define GPIO_DIRCLR_PIN7_Output (1UL) /*!< Read: pin set as output */ 3543*150812a8SEvalZero #define GPIO_DIRCLR_PIN7_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */ 3544*150812a8SEvalZero 3545*150812a8SEvalZero /* Bit 6 : Set as input pin 6 */ 3546*150812a8SEvalZero #define GPIO_DIRCLR_PIN6_Pos (6UL) /*!< Position of PIN6 field. */ 3547*150812a8SEvalZero #define GPIO_DIRCLR_PIN6_Msk (0x1UL << GPIO_DIRCLR_PIN6_Pos) /*!< Bit mask of PIN6 field. */ 3548*150812a8SEvalZero #define GPIO_DIRCLR_PIN6_Input (0UL) /*!< Read: pin set as input */ 3549*150812a8SEvalZero #define GPIO_DIRCLR_PIN6_Output (1UL) /*!< Read: pin set as output */ 3550*150812a8SEvalZero #define GPIO_DIRCLR_PIN6_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */ 3551*150812a8SEvalZero 3552*150812a8SEvalZero /* Bit 5 : Set as input pin 5 */ 3553*150812a8SEvalZero #define GPIO_DIRCLR_PIN5_Pos (5UL) /*!< Position of PIN5 field. */ 3554*150812a8SEvalZero #define GPIO_DIRCLR_PIN5_Msk (0x1UL << GPIO_DIRCLR_PIN5_Pos) /*!< Bit mask of PIN5 field. */ 3555*150812a8SEvalZero #define GPIO_DIRCLR_PIN5_Input (0UL) /*!< Read: pin set as input */ 3556*150812a8SEvalZero #define GPIO_DIRCLR_PIN5_Output (1UL) /*!< Read: pin set as output */ 3557*150812a8SEvalZero #define GPIO_DIRCLR_PIN5_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */ 3558*150812a8SEvalZero 3559*150812a8SEvalZero /* Bit 4 : Set as input pin 4 */ 3560*150812a8SEvalZero #define GPIO_DIRCLR_PIN4_Pos (4UL) /*!< Position of PIN4 field. */ 3561*150812a8SEvalZero #define GPIO_DIRCLR_PIN4_Msk (0x1UL << GPIO_DIRCLR_PIN4_Pos) /*!< Bit mask of PIN4 field. */ 3562*150812a8SEvalZero #define GPIO_DIRCLR_PIN4_Input (0UL) /*!< Read: pin set as input */ 3563*150812a8SEvalZero #define GPIO_DIRCLR_PIN4_Output (1UL) /*!< Read: pin set as output */ 3564*150812a8SEvalZero #define GPIO_DIRCLR_PIN4_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */ 3565*150812a8SEvalZero 3566*150812a8SEvalZero /* Bit 3 : Set as input pin 3 */ 3567*150812a8SEvalZero #define GPIO_DIRCLR_PIN3_Pos (3UL) /*!< Position of PIN3 field. */ 3568*150812a8SEvalZero #define GPIO_DIRCLR_PIN3_Msk (0x1UL << GPIO_DIRCLR_PIN3_Pos) /*!< Bit mask of PIN3 field. */ 3569*150812a8SEvalZero #define GPIO_DIRCLR_PIN3_Input (0UL) /*!< Read: pin set as input */ 3570*150812a8SEvalZero #define GPIO_DIRCLR_PIN3_Output (1UL) /*!< Read: pin set as output */ 3571*150812a8SEvalZero #define GPIO_DIRCLR_PIN3_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */ 3572*150812a8SEvalZero 3573*150812a8SEvalZero /* Bit 2 : Set as input pin 2 */ 3574*150812a8SEvalZero #define GPIO_DIRCLR_PIN2_Pos (2UL) /*!< Position of PIN2 field. */ 3575*150812a8SEvalZero #define GPIO_DIRCLR_PIN2_Msk (0x1UL << GPIO_DIRCLR_PIN2_Pos) /*!< Bit mask of PIN2 field. */ 3576*150812a8SEvalZero #define GPIO_DIRCLR_PIN2_Input (0UL) /*!< Read: pin set as input */ 3577*150812a8SEvalZero #define GPIO_DIRCLR_PIN2_Output (1UL) /*!< Read: pin set as output */ 3578*150812a8SEvalZero #define GPIO_DIRCLR_PIN2_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */ 3579*150812a8SEvalZero 3580*150812a8SEvalZero /* Bit 1 : Set as input pin 1 */ 3581*150812a8SEvalZero #define GPIO_DIRCLR_PIN1_Pos (1UL) /*!< Position of PIN1 field. */ 3582*150812a8SEvalZero #define GPIO_DIRCLR_PIN1_Msk (0x1UL << GPIO_DIRCLR_PIN1_Pos) /*!< Bit mask of PIN1 field. */ 3583*150812a8SEvalZero #define GPIO_DIRCLR_PIN1_Input (0UL) /*!< Read: pin set as input */ 3584*150812a8SEvalZero #define GPIO_DIRCLR_PIN1_Output (1UL) /*!< Read: pin set as output */ 3585*150812a8SEvalZero #define GPIO_DIRCLR_PIN1_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */ 3586*150812a8SEvalZero 3587*150812a8SEvalZero /* Bit 0 : Set as input pin 0 */ 3588*150812a8SEvalZero #define GPIO_DIRCLR_PIN0_Pos (0UL) /*!< Position of PIN0 field. */ 3589*150812a8SEvalZero #define GPIO_DIRCLR_PIN0_Msk (0x1UL << GPIO_DIRCLR_PIN0_Pos) /*!< Bit mask of PIN0 field. */ 3590*150812a8SEvalZero #define GPIO_DIRCLR_PIN0_Input (0UL) /*!< Read: pin set as input */ 3591*150812a8SEvalZero #define GPIO_DIRCLR_PIN0_Output (1UL) /*!< Read: pin set as output */ 3592*150812a8SEvalZero #define GPIO_DIRCLR_PIN0_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */ 3593*150812a8SEvalZero 3594*150812a8SEvalZero /* Register: GPIO_LATCH */ 3595*150812a8SEvalZero /* Description: Latch register indicating what GPIO pins that have met the criteria set in the PIN_CNF[n].SENSE registers */ 3596*150812a8SEvalZero 3597*150812a8SEvalZero /* Bit 31 : Status on whether PIN31 has met criteria set in PIN_CNF31.SENSE register. Write '1' to clear. */ 3598*150812a8SEvalZero #define GPIO_LATCH_PIN31_Pos (31UL) /*!< Position of PIN31 field. */ 3599*150812a8SEvalZero #define GPIO_LATCH_PIN31_Msk (0x1UL << GPIO_LATCH_PIN31_Pos) /*!< Bit mask of PIN31 field. */ 3600*150812a8SEvalZero #define GPIO_LATCH_PIN31_NotLatched (0UL) /*!< Criteria has not been met */ 3601*150812a8SEvalZero #define GPIO_LATCH_PIN31_Latched (1UL) /*!< Criteria has been met */ 3602*150812a8SEvalZero 3603*150812a8SEvalZero /* Bit 30 : Status on whether PIN30 has met criteria set in PIN_CNF30.SENSE register. Write '1' to clear. */ 3604*150812a8SEvalZero #define GPIO_LATCH_PIN30_Pos (30UL) /*!< Position of PIN30 field. */ 3605*150812a8SEvalZero #define GPIO_LATCH_PIN30_Msk (0x1UL << GPIO_LATCH_PIN30_Pos) /*!< Bit mask of PIN30 field. */ 3606*150812a8SEvalZero #define GPIO_LATCH_PIN30_NotLatched (0UL) /*!< Criteria has not been met */ 3607*150812a8SEvalZero #define GPIO_LATCH_PIN30_Latched (1UL) /*!< Criteria has been met */ 3608*150812a8SEvalZero 3609*150812a8SEvalZero /* Bit 29 : Status on whether PIN29 has met criteria set in PIN_CNF29.SENSE register. Write '1' to clear. */ 3610*150812a8SEvalZero #define GPIO_LATCH_PIN29_Pos (29UL) /*!< Position of PIN29 field. */ 3611*150812a8SEvalZero #define GPIO_LATCH_PIN29_Msk (0x1UL << GPIO_LATCH_PIN29_Pos) /*!< Bit mask of PIN29 field. */ 3612*150812a8SEvalZero #define GPIO_LATCH_PIN29_NotLatched (0UL) /*!< Criteria has not been met */ 3613*150812a8SEvalZero #define GPIO_LATCH_PIN29_Latched (1UL) /*!< Criteria has been met */ 3614*150812a8SEvalZero 3615*150812a8SEvalZero /* Bit 28 : Status on whether PIN28 has met criteria set in PIN_CNF28.SENSE register. Write '1' to clear. */ 3616*150812a8SEvalZero #define GPIO_LATCH_PIN28_Pos (28UL) /*!< Position of PIN28 field. */ 3617*150812a8SEvalZero #define GPIO_LATCH_PIN28_Msk (0x1UL << GPIO_LATCH_PIN28_Pos) /*!< Bit mask of PIN28 field. */ 3618*150812a8SEvalZero #define GPIO_LATCH_PIN28_NotLatched (0UL) /*!< Criteria has not been met */ 3619*150812a8SEvalZero #define GPIO_LATCH_PIN28_Latched (1UL) /*!< Criteria has been met */ 3620*150812a8SEvalZero 3621*150812a8SEvalZero /* Bit 27 : Status on whether PIN27 has met criteria set in PIN_CNF27.SENSE register. Write '1' to clear. */ 3622*150812a8SEvalZero #define GPIO_LATCH_PIN27_Pos (27UL) /*!< Position of PIN27 field. */ 3623*150812a8SEvalZero #define GPIO_LATCH_PIN27_Msk (0x1UL << GPIO_LATCH_PIN27_Pos) /*!< Bit mask of PIN27 field. */ 3624*150812a8SEvalZero #define GPIO_LATCH_PIN27_NotLatched (0UL) /*!< Criteria has not been met */ 3625*150812a8SEvalZero #define GPIO_LATCH_PIN27_Latched (1UL) /*!< Criteria has been met */ 3626*150812a8SEvalZero 3627*150812a8SEvalZero /* Bit 26 : Status on whether PIN26 has met criteria set in PIN_CNF26.SENSE register. Write '1' to clear. */ 3628*150812a8SEvalZero #define GPIO_LATCH_PIN26_Pos (26UL) /*!< Position of PIN26 field. */ 3629*150812a8SEvalZero #define GPIO_LATCH_PIN26_Msk (0x1UL << GPIO_LATCH_PIN26_Pos) /*!< Bit mask of PIN26 field. */ 3630*150812a8SEvalZero #define GPIO_LATCH_PIN26_NotLatched (0UL) /*!< Criteria has not been met */ 3631*150812a8SEvalZero #define GPIO_LATCH_PIN26_Latched (1UL) /*!< Criteria has been met */ 3632*150812a8SEvalZero 3633*150812a8SEvalZero /* Bit 25 : Status on whether PIN25 has met criteria set in PIN_CNF25.SENSE register. Write '1' to clear. */ 3634*150812a8SEvalZero #define GPIO_LATCH_PIN25_Pos (25UL) /*!< Position of PIN25 field. */ 3635*150812a8SEvalZero #define GPIO_LATCH_PIN25_Msk (0x1UL << GPIO_LATCH_PIN25_Pos) /*!< Bit mask of PIN25 field. */ 3636*150812a8SEvalZero #define GPIO_LATCH_PIN25_NotLatched (0UL) /*!< Criteria has not been met */ 3637*150812a8SEvalZero #define GPIO_LATCH_PIN25_Latched (1UL) /*!< Criteria has been met */ 3638*150812a8SEvalZero 3639*150812a8SEvalZero /* Bit 24 : Status on whether PIN24 has met criteria set in PIN_CNF24.SENSE register. Write '1' to clear. */ 3640*150812a8SEvalZero #define GPIO_LATCH_PIN24_Pos (24UL) /*!< Position of PIN24 field. */ 3641*150812a8SEvalZero #define GPIO_LATCH_PIN24_Msk (0x1UL << GPIO_LATCH_PIN24_Pos) /*!< Bit mask of PIN24 field. */ 3642*150812a8SEvalZero #define GPIO_LATCH_PIN24_NotLatched (0UL) /*!< Criteria has not been met */ 3643*150812a8SEvalZero #define GPIO_LATCH_PIN24_Latched (1UL) /*!< Criteria has been met */ 3644*150812a8SEvalZero 3645*150812a8SEvalZero /* Bit 23 : Status on whether PIN23 has met criteria set in PIN_CNF23.SENSE register. Write '1' to clear. */ 3646*150812a8SEvalZero #define GPIO_LATCH_PIN23_Pos (23UL) /*!< Position of PIN23 field. */ 3647*150812a8SEvalZero #define GPIO_LATCH_PIN23_Msk (0x1UL << GPIO_LATCH_PIN23_Pos) /*!< Bit mask of PIN23 field. */ 3648*150812a8SEvalZero #define GPIO_LATCH_PIN23_NotLatched (0UL) /*!< Criteria has not been met */ 3649*150812a8SEvalZero #define GPIO_LATCH_PIN23_Latched (1UL) /*!< Criteria has been met */ 3650*150812a8SEvalZero 3651*150812a8SEvalZero /* Bit 22 : Status on whether PIN22 has met criteria set in PIN_CNF22.SENSE register. Write '1' to clear. */ 3652*150812a8SEvalZero #define GPIO_LATCH_PIN22_Pos (22UL) /*!< Position of PIN22 field. */ 3653*150812a8SEvalZero #define GPIO_LATCH_PIN22_Msk (0x1UL << GPIO_LATCH_PIN22_Pos) /*!< Bit mask of PIN22 field. */ 3654*150812a8SEvalZero #define GPIO_LATCH_PIN22_NotLatched (0UL) /*!< Criteria has not been met */ 3655*150812a8SEvalZero #define GPIO_LATCH_PIN22_Latched (1UL) /*!< Criteria has been met */ 3656*150812a8SEvalZero 3657*150812a8SEvalZero /* Bit 21 : Status on whether PIN21 has met criteria set in PIN_CNF21.SENSE register. Write '1' to clear. */ 3658*150812a8SEvalZero #define GPIO_LATCH_PIN21_Pos (21UL) /*!< Position of PIN21 field. */ 3659*150812a8SEvalZero #define GPIO_LATCH_PIN21_Msk (0x1UL << GPIO_LATCH_PIN21_Pos) /*!< Bit mask of PIN21 field. */ 3660*150812a8SEvalZero #define GPIO_LATCH_PIN21_NotLatched (0UL) /*!< Criteria has not been met */ 3661*150812a8SEvalZero #define GPIO_LATCH_PIN21_Latched (1UL) /*!< Criteria has been met */ 3662*150812a8SEvalZero 3663*150812a8SEvalZero /* Bit 20 : Status on whether PIN20 has met criteria set in PIN_CNF20.SENSE register. Write '1' to clear. */ 3664*150812a8SEvalZero #define GPIO_LATCH_PIN20_Pos (20UL) /*!< Position of PIN20 field. */ 3665*150812a8SEvalZero #define GPIO_LATCH_PIN20_Msk (0x1UL << GPIO_LATCH_PIN20_Pos) /*!< Bit mask of PIN20 field. */ 3666*150812a8SEvalZero #define GPIO_LATCH_PIN20_NotLatched (0UL) /*!< Criteria has not been met */ 3667*150812a8SEvalZero #define GPIO_LATCH_PIN20_Latched (1UL) /*!< Criteria has been met */ 3668*150812a8SEvalZero 3669*150812a8SEvalZero /* Bit 19 : Status on whether PIN19 has met criteria set in PIN_CNF19.SENSE register. Write '1' to clear. */ 3670*150812a8SEvalZero #define GPIO_LATCH_PIN19_Pos (19UL) /*!< Position of PIN19 field. */ 3671*150812a8SEvalZero #define GPIO_LATCH_PIN19_Msk (0x1UL << GPIO_LATCH_PIN19_Pos) /*!< Bit mask of PIN19 field. */ 3672*150812a8SEvalZero #define GPIO_LATCH_PIN19_NotLatched (0UL) /*!< Criteria has not been met */ 3673*150812a8SEvalZero #define GPIO_LATCH_PIN19_Latched (1UL) /*!< Criteria has been met */ 3674*150812a8SEvalZero 3675*150812a8SEvalZero /* Bit 18 : Status on whether PIN18 has met criteria set in PIN_CNF18.SENSE register. Write '1' to clear. */ 3676*150812a8SEvalZero #define GPIO_LATCH_PIN18_Pos (18UL) /*!< Position of PIN18 field. */ 3677*150812a8SEvalZero #define GPIO_LATCH_PIN18_Msk (0x1UL << GPIO_LATCH_PIN18_Pos) /*!< Bit mask of PIN18 field. */ 3678*150812a8SEvalZero #define GPIO_LATCH_PIN18_NotLatched (0UL) /*!< Criteria has not been met */ 3679*150812a8SEvalZero #define GPIO_LATCH_PIN18_Latched (1UL) /*!< Criteria has been met */ 3680*150812a8SEvalZero 3681*150812a8SEvalZero /* Bit 17 : Status on whether PIN17 has met criteria set in PIN_CNF17.SENSE register. Write '1' to clear. */ 3682*150812a8SEvalZero #define GPIO_LATCH_PIN17_Pos (17UL) /*!< Position of PIN17 field. */ 3683*150812a8SEvalZero #define GPIO_LATCH_PIN17_Msk (0x1UL << GPIO_LATCH_PIN17_Pos) /*!< Bit mask of PIN17 field. */ 3684*150812a8SEvalZero #define GPIO_LATCH_PIN17_NotLatched (0UL) /*!< Criteria has not been met */ 3685*150812a8SEvalZero #define GPIO_LATCH_PIN17_Latched (1UL) /*!< Criteria has been met */ 3686*150812a8SEvalZero 3687*150812a8SEvalZero /* Bit 16 : Status on whether PIN16 has met criteria set in PIN_CNF16.SENSE register. Write '1' to clear. */ 3688*150812a8SEvalZero #define GPIO_LATCH_PIN16_Pos (16UL) /*!< Position of PIN16 field. */ 3689*150812a8SEvalZero #define GPIO_LATCH_PIN16_Msk (0x1UL << GPIO_LATCH_PIN16_Pos) /*!< Bit mask of PIN16 field. */ 3690*150812a8SEvalZero #define GPIO_LATCH_PIN16_NotLatched (0UL) /*!< Criteria has not been met */ 3691*150812a8SEvalZero #define GPIO_LATCH_PIN16_Latched (1UL) /*!< Criteria has been met */ 3692*150812a8SEvalZero 3693*150812a8SEvalZero /* Bit 15 : Status on whether PIN15 has met criteria set in PIN_CNF15.SENSE register. Write '1' to clear. */ 3694*150812a8SEvalZero #define GPIO_LATCH_PIN15_Pos (15UL) /*!< Position of PIN15 field. */ 3695*150812a8SEvalZero #define GPIO_LATCH_PIN15_Msk (0x1UL << GPIO_LATCH_PIN15_Pos) /*!< Bit mask of PIN15 field. */ 3696*150812a8SEvalZero #define GPIO_LATCH_PIN15_NotLatched (0UL) /*!< Criteria has not been met */ 3697*150812a8SEvalZero #define GPIO_LATCH_PIN15_Latched (1UL) /*!< Criteria has been met */ 3698*150812a8SEvalZero 3699*150812a8SEvalZero /* Bit 14 : Status on whether PIN14 has met criteria set in PIN_CNF14.SENSE register. Write '1' to clear. */ 3700*150812a8SEvalZero #define GPIO_LATCH_PIN14_Pos (14UL) /*!< Position of PIN14 field. */ 3701*150812a8SEvalZero #define GPIO_LATCH_PIN14_Msk (0x1UL << GPIO_LATCH_PIN14_Pos) /*!< Bit mask of PIN14 field. */ 3702*150812a8SEvalZero #define GPIO_LATCH_PIN14_NotLatched (0UL) /*!< Criteria has not been met */ 3703*150812a8SEvalZero #define GPIO_LATCH_PIN14_Latched (1UL) /*!< Criteria has been met */ 3704*150812a8SEvalZero 3705*150812a8SEvalZero /* Bit 13 : Status on whether PIN13 has met criteria set in PIN_CNF13.SENSE register. Write '1' to clear. */ 3706*150812a8SEvalZero #define GPIO_LATCH_PIN13_Pos (13UL) /*!< Position of PIN13 field. */ 3707*150812a8SEvalZero #define GPIO_LATCH_PIN13_Msk (0x1UL << GPIO_LATCH_PIN13_Pos) /*!< Bit mask of PIN13 field. */ 3708*150812a8SEvalZero #define GPIO_LATCH_PIN13_NotLatched (0UL) /*!< Criteria has not been met */ 3709*150812a8SEvalZero #define GPIO_LATCH_PIN13_Latched (1UL) /*!< Criteria has been met */ 3710*150812a8SEvalZero 3711*150812a8SEvalZero /* Bit 12 : Status on whether PIN12 has met criteria set in PIN_CNF12.SENSE register. Write '1' to clear. */ 3712*150812a8SEvalZero #define GPIO_LATCH_PIN12_Pos (12UL) /*!< Position of PIN12 field. */ 3713*150812a8SEvalZero #define GPIO_LATCH_PIN12_Msk (0x1UL << GPIO_LATCH_PIN12_Pos) /*!< Bit mask of PIN12 field. */ 3714*150812a8SEvalZero #define GPIO_LATCH_PIN12_NotLatched (0UL) /*!< Criteria has not been met */ 3715*150812a8SEvalZero #define GPIO_LATCH_PIN12_Latched (1UL) /*!< Criteria has been met */ 3716*150812a8SEvalZero 3717*150812a8SEvalZero /* Bit 11 : Status on whether PIN11 has met criteria set in PIN_CNF11.SENSE register. Write '1' to clear. */ 3718*150812a8SEvalZero #define GPIO_LATCH_PIN11_Pos (11UL) /*!< Position of PIN11 field. */ 3719*150812a8SEvalZero #define GPIO_LATCH_PIN11_Msk (0x1UL << GPIO_LATCH_PIN11_Pos) /*!< Bit mask of PIN11 field. */ 3720*150812a8SEvalZero #define GPIO_LATCH_PIN11_NotLatched (0UL) /*!< Criteria has not been met */ 3721*150812a8SEvalZero #define GPIO_LATCH_PIN11_Latched (1UL) /*!< Criteria has been met */ 3722*150812a8SEvalZero 3723*150812a8SEvalZero /* Bit 10 : Status on whether PIN10 has met criteria set in PIN_CNF10.SENSE register. Write '1' to clear. */ 3724*150812a8SEvalZero #define GPIO_LATCH_PIN10_Pos (10UL) /*!< Position of PIN10 field. */ 3725*150812a8SEvalZero #define GPIO_LATCH_PIN10_Msk (0x1UL << GPIO_LATCH_PIN10_Pos) /*!< Bit mask of PIN10 field. */ 3726*150812a8SEvalZero #define GPIO_LATCH_PIN10_NotLatched (0UL) /*!< Criteria has not been met */ 3727*150812a8SEvalZero #define GPIO_LATCH_PIN10_Latched (1UL) /*!< Criteria has been met */ 3728*150812a8SEvalZero 3729*150812a8SEvalZero /* Bit 9 : Status on whether PIN9 has met criteria set in PIN_CNF9.SENSE register. Write '1' to clear. */ 3730*150812a8SEvalZero #define GPIO_LATCH_PIN9_Pos (9UL) /*!< Position of PIN9 field. */ 3731*150812a8SEvalZero #define GPIO_LATCH_PIN9_Msk (0x1UL << GPIO_LATCH_PIN9_Pos) /*!< Bit mask of PIN9 field. */ 3732*150812a8SEvalZero #define GPIO_LATCH_PIN9_NotLatched (0UL) /*!< Criteria has not been met */ 3733*150812a8SEvalZero #define GPIO_LATCH_PIN9_Latched (1UL) /*!< Criteria has been met */ 3734*150812a8SEvalZero 3735*150812a8SEvalZero /* Bit 8 : Status on whether PIN8 has met criteria set in PIN_CNF8.SENSE register. Write '1' to clear. */ 3736*150812a8SEvalZero #define GPIO_LATCH_PIN8_Pos (8UL) /*!< Position of PIN8 field. */ 3737*150812a8SEvalZero #define GPIO_LATCH_PIN8_Msk (0x1UL << GPIO_LATCH_PIN8_Pos) /*!< Bit mask of PIN8 field. */ 3738*150812a8SEvalZero #define GPIO_LATCH_PIN8_NotLatched (0UL) /*!< Criteria has not been met */ 3739*150812a8SEvalZero #define GPIO_LATCH_PIN8_Latched (1UL) /*!< Criteria has been met */ 3740*150812a8SEvalZero 3741*150812a8SEvalZero /* Bit 7 : Status on whether PIN7 has met criteria set in PIN_CNF7.SENSE register. Write '1' to clear. */ 3742*150812a8SEvalZero #define GPIO_LATCH_PIN7_Pos (7UL) /*!< Position of PIN7 field. */ 3743*150812a8SEvalZero #define GPIO_LATCH_PIN7_Msk (0x1UL << GPIO_LATCH_PIN7_Pos) /*!< Bit mask of PIN7 field. */ 3744*150812a8SEvalZero #define GPIO_LATCH_PIN7_NotLatched (0UL) /*!< Criteria has not been met */ 3745*150812a8SEvalZero #define GPIO_LATCH_PIN7_Latched (1UL) /*!< Criteria has been met */ 3746*150812a8SEvalZero 3747*150812a8SEvalZero /* Bit 6 : Status on whether PIN6 has met criteria set in PIN_CNF6.SENSE register. Write '1' to clear. */ 3748*150812a8SEvalZero #define GPIO_LATCH_PIN6_Pos (6UL) /*!< Position of PIN6 field. */ 3749*150812a8SEvalZero #define GPIO_LATCH_PIN6_Msk (0x1UL << GPIO_LATCH_PIN6_Pos) /*!< Bit mask of PIN6 field. */ 3750*150812a8SEvalZero #define GPIO_LATCH_PIN6_NotLatched (0UL) /*!< Criteria has not been met */ 3751*150812a8SEvalZero #define GPIO_LATCH_PIN6_Latched (1UL) /*!< Criteria has been met */ 3752*150812a8SEvalZero 3753*150812a8SEvalZero /* Bit 5 : Status on whether PIN5 has met criteria set in PIN_CNF5.SENSE register. Write '1' to clear. */ 3754*150812a8SEvalZero #define GPIO_LATCH_PIN5_Pos (5UL) /*!< Position of PIN5 field. */ 3755*150812a8SEvalZero #define GPIO_LATCH_PIN5_Msk (0x1UL << GPIO_LATCH_PIN5_Pos) /*!< Bit mask of PIN5 field. */ 3756*150812a8SEvalZero #define GPIO_LATCH_PIN5_NotLatched (0UL) /*!< Criteria has not been met */ 3757*150812a8SEvalZero #define GPIO_LATCH_PIN5_Latched (1UL) /*!< Criteria has been met */ 3758*150812a8SEvalZero 3759*150812a8SEvalZero /* Bit 4 : Status on whether PIN4 has met criteria set in PIN_CNF4.SENSE register. Write '1' to clear. */ 3760*150812a8SEvalZero #define GPIO_LATCH_PIN4_Pos (4UL) /*!< Position of PIN4 field. */ 3761*150812a8SEvalZero #define GPIO_LATCH_PIN4_Msk (0x1UL << GPIO_LATCH_PIN4_Pos) /*!< Bit mask of PIN4 field. */ 3762*150812a8SEvalZero #define GPIO_LATCH_PIN4_NotLatched (0UL) /*!< Criteria has not been met */ 3763*150812a8SEvalZero #define GPIO_LATCH_PIN4_Latched (1UL) /*!< Criteria has been met */ 3764*150812a8SEvalZero 3765*150812a8SEvalZero /* Bit 3 : Status on whether PIN3 has met criteria set in PIN_CNF3.SENSE register. Write '1' to clear. */ 3766*150812a8SEvalZero #define GPIO_LATCH_PIN3_Pos (3UL) /*!< Position of PIN3 field. */ 3767*150812a8SEvalZero #define GPIO_LATCH_PIN3_Msk (0x1UL << GPIO_LATCH_PIN3_Pos) /*!< Bit mask of PIN3 field. */ 3768*150812a8SEvalZero #define GPIO_LATCH_PIN3_NotLatched (0UL) /*!< Criteria has not been met */ 3769*150812a8SEvalZero #define GPIO_LATCH_PIN3_Latched (1UL) /*!< Criteria has been met */ 3770*150812a8SEvalZero 3771*150812a8SEvalZero /* Bit 2 : Status on whether PIN2 has met criteria set in PIN_CNF2.SENSE register. Write '1' to clear. */ 3772*150812a8SEvalZero #define GPIO_LATCH_PIN2_Pos (2UL) /*!< Position of PIN2 field. */ 3773*150812a8SEvalZero #define GPIO_LATCH_PIN2_Msk (0x1UL << GPIO_LATCH_PIN2_Pos) /*!< Bit mask of PIN2 field. */ 3774*150812a8SEvalZero #define GPIO_LATCH_PIN2_NotLatched (0UL) /*!< Criteria has not been met */ 3775*150812a8SEvalZero #define GPIO_LATCH_PIN2_Latched (1UL) /*!< Criteria has been met */ 3776*150812a8SEvalZero 3777*150812a8SEvalZero /* Bit 1 : Status on whether PIN1 has met criteria set in PIN_CNF1.SENSE register. Write '1' to clear. */ 3778*150812a8SEvalZero #define GPIO_LATCH_PIN1_Pos (1UL) /*!< Position of PIN1 field. */ 3779*150812a8SEvalZero #define GPIO_LATCH_PIN1_Msk (0x1UL << GPIO_LATCH_PIN1_Pos) /*!< Bit mask of PIN1 field. */ 3780*150812a8SEvalZero #define GPIO_LATCH_PIN1_NotLatched (0UL) /*!< Criteria has not been met */ 3781*150812a8SEvalZero #define GPIO_LATCH_PIN1_Latched (1UL) /*!< Criteria has been met */ 3782*150812a8SEvalZero 3783*150812a8SEvalZero /* Bit 0 : Status on whether PIN0 has met criteria set in PIN_CNF0.SENSE register. Write '1' to clear. */ 3784*150812a8SEvalZero #define GPIO_LATCH_PIN0_Pos (0UL) /*!< Position of PIN0 field. */ 3785*150812a8SEvalZero #define GPIO_LATCH_PIN0_Msk (0x1UL << GPIO_LATCH_PIN0_Pos) /*!< Bit mask of PIN0 field. */ 3786*150812a8SEvalZero #define GPIO_LATCH_PIN0_NotLatched (0UL) /*!< Criteria has not been met */ 3787*150812a8SEvalZero #define GPIO_LATCH_PIN0_Latched (1UL) /*!< Criteria has been met */ 3788*150812a8SEvalZero 3789*150812a8SEvalZero /* Register: GPIO_DETECTMODE */ 3790*150812a8SEvalZero /* Description: Select between default DETECT signal behaviour and LDETECT mode */ 3791*150812a8SEvalZero 3792*150812a8SEvalZero /* Bit 0 : Select between default DETECT signal behaviour and LDETECT mode */ 3793*150812a8SEvalZero #define GPIO_DETECTMODE_DETECTMODE_Pos (0UL) /*!< Position of DETECTMODE field. */ 3794*150812a8SEvalZero #define GPIO_DETECTMODE_DETECTMODE_Msk (0x1UL << GPIO_DETECTMODE_DETECTMODE_Pos) /*!< Bit mask of DETECTMODE field. */ 3795*150812a8SEvalZero #define GPIO_DETECTMODE_DETECTMODE_Default (0UL) /*!< DETECT directly connected to PIN DETECT signals */ 3796*150812a8SEvalZero #define GPIO_DETECTMODE_DETECTMODE_LDETECT (1UL) /*!< Use the latched LDETECT behaviour */ 3797*150812a8SEvalZero 3798*150812a8SEvalZero /* Register: GPIO_PIN_CNF */ 3799*150812a8SEvalZero /* Description: Description collection[n]: Configuration of GPIO pins */ 3800*150812a8SEvalZero 3801*150812a8SEvalZero /* Bits 17..16 : Pin sensing mechanism */ 3802*150812a8SEvalZero #define GPIO_PIN_CNF_SENSE_Pos (16UL) /*!< Position of SENSE field. */ 3803*150812a8SEvalZero #define GPIO_PIN_CNF_SENSE_Msk (0x3UL << GPIO_PIN_CNF_SENSE_Pos) /*!< Bit mask of SENSE field. */ 3804*150812a8SEvalZero #define GPIO_PIN_CNF_SENSE_Disabled (0UL) /*!< Disabled */ 3805*150812a8SEvalZero #define GPIO_PIN_CNF_SENSE_High (2UL) /*!< Sense for high level */ 3806*150812a8SEvalZero #define GPIO_PIN_CNF_SENSE_Low (3UL) /*!< Sense for low level */ 3807*150812a8SEvalZero 3808*150812a8SEvalZero /* Bits 10..8 : Drive configuration */ 3809*150812a8SEvalZero #define GPIO_PIN_CNF_DRIVE_Pos (8UL) /*!< Position of DRIVE field. */ 3810*150812a8SEvalZero #define GPIO_PIN_CNF_DRIVE_Msk (0x7UL << GPIO_PIN_CNF_DRIVE_Pos) /*!< Bit mask of DRIVE field. */ 3811*150812a8SEvalZero #define GPIO_PIN_CNF_DRIVE_S0S1 (0UL) /*!< Standard '0', standard '1' */ 3812*150812a8SEvalZero #define GPIO_PIN_CNF_DRIVE_H0S1 (1UL) /*!< High drive '0', standard '1' */ 3813*150812a8SEvalZero #define GPIO_PIN_CNF_DRIVE_S0H1 (2UL) /*!< Standard '0', high drive '1' */ 3814*150812a8SEvalZero #define GPIO_PIN_CNF_DRIVE_H0H1 (3UL) /*!< High drive '0', high 'drive '1'' */ 3815*150812a8SEvalZero #define GPIO_PIN_CNF_DRIVE_D0S1 (4UL) /*!< Disconnect '0' standard '1' (normally used for wired-or connections) */ 3816*150812a8SEvalZero #define GPIO_PIN_CNF_DRIVE_D0H1 (5UL) /*!< Disconnect '0', high drive '1' (normally used for wired-or connections) */ 3817*150812a8SEvalZero #define GPIO_PIN_CNF_DRIVE_S0D1 (6UL) /*!< Standard '0'. disconnect '1' (normally used for wired-and connections) */ 3818*150812a8SEvalZero #define GPIO_PIN_CNF_DRIVE_H0D1 (7UL) /*!< High drive '0', disconnect '1' (normally used for wired-and connections) */ 3819*150812a8SEvalZero 3820*150812a8SEvalZero /* Bits 3..2 : Pull configuration */ 3821*150812a8SEvalZero #define GPIO_PIN_CNF_PULL_Pos (2UL) /*!< Position of PULL field. */ 3822*150812a8SEvalZero #define GPIO_PIN_CNF_PULL_Msk (0x3UL << GPIO_PIN_CNF_PULL_Pos) /*!< Bit mask of PULL field. */ 3823*150812a8SEvalZero #define GPIO_PIN_CNF_PULL_Disabled (0UL) /*!< No pull */ 3824*150812a8SEvalZero #define GPIO_PIN_CNF_PULL_Pulldown (1UL) /*!< Pull down on pin */ 3825*150812a8SEvalZero #define GPIO_PIN_CNF_PULL_Pullup (3UL) /*!< Pull up on pin */ 3826*150812a8SEvalZero 3827*150812a8SEvalZero /* Bit 1 : Connect or disconnect input buffer */ 3828*150812a8SEvalZero #define GPIO_PIN_CNF_INPUT_Pos (1UL) /*!< Position of INPUT field. */ 3829*150812a8SEvalZero #define GPIO_PIN_CNF_INPUT_Msk (0x1UL << GPIO_PIN_CNF_INPUT_Pos) /*!< Bit mask of INPUT field. */ 3830*150812a8SEvalZero #define GPIO_PIN_CNF_INPUT_Connect (0UL) /*!< Connect input buffer */ 3831*150812a8SEvalZero #define GPIO_PIN_CNF_INPUT_Disconnect (1UL) /*!< Disconnect input buffer */ 3832*150812a8SEvalZero 3833*150812a8SEvalZero /* Bit 0 : Pin direction. Same physical register as DIR register */ 3834*150812a8SEvalZero #define GPIO_PIN_CNF_DIR_Pos (0UL) /*!< Position of DIR field. */ 3835*150812a8SEvalZero #define GPIO_PIN_CNF_DIR_Msk (0x1UL << GPIO_PIN_CNF_DIR_Pos) /*!< Bit mask of DIR field. */ 3836*150812a8SEvalZero #define GPIO_PIN_CNF_DIR_Input (0UL) /*!< Configure pin as an input pin */ 3837*150812a8SEvalZero #define GPIO_PIN_CNF_DIR_Output (1UL) /*!< Configure pin as an output pin */ 3838*150812a8SEvalZero 3839*150812a8SEvalZero 3840*150812a8SEvalZero /* Peripheral: PDM */ 3841*150812a8SEvalZero /* Description: Pulse Density Modulation (Digital Microphone) Interface */ 3842*150812a8SEvalZero 3843*150812a8SEvalZero /* Register: PDM_TASKS_START */ 3844*150812a8SEvalZero /* Description: Starts continuous PDM transfer */ 3845*150812a8SEvalZero 3846*150812a8SEvalZero /* Bit 0 : */ 3847*150812a8SEvalZero #define PDM_TASKS_START_TASKS_START_Pos (0UL) /*!< Position of TASKS_START field. */ 3848*150812a8SEvalZero #define PDM_TASKS_START_TASKS_START_Msk (0x1UL << PDM_TASKS_START_TASKS_START_Pos) /*!< Bit mask of TASKS_START field. */ 3849*150812a8SEvalZero 3850*150812a8SEvalZero /* Register: PDM_TASKS_STOP */ 3851*150812a8SEvalZero /* Description: Stops PDM transfer */ 3852*150812a8SEvalZero 3853*150812a8SEvalZero /* Bit 0 : */ 3854*150812a8SEvalZero #define PDM_TASKS_STOP_TASKS_STOP_Pos (0UL) /*!< Position of TASKS_STOP field. */ 3855*150812a8SEvalZero #define PDM_TASKS_STOP_TASKS_STOP_Msk (0x1UL << PDM_TASKS_STOP_TASKS_STOP_Pos) /*!< Bit mask of TASKS_STOP field. */ 3856*150812a8SEvalZero 3857*150812a8SEvalZero /* Register: PDM_EVENTS_STARTED */ 3858*150812a8SEvalZero /* Description: PDM transfer has started */ 3859*150812a8SEvalZero 3860*150812a8SEvalZero /* Bit 0 : */ 3861*150812a8SEvalZero #define PDM_EVENTS_STARTED_EVENTS_STARTED_Pos (0UL) /*!< Position of EVENTS_STARTED field. */ 3862*150812a8SEvalZero #define PDM_EVENTS_STARTED_EVENTS_STARTED_Msk (0x1UL << PDM_EVENTS_STARTED_EVENTS_STARTED_Pos) /*!< Bit mask of EVENTS_STARTED field. */ 3863*150812a8SEvalZero 3864*150812a8SEvalZero /* Register: PDM_EVENTS_STOPPED */ 3865*150812a8SEvalZero /* Description: PDM transfer has finished */ 3866*150812a8SEvalZero 3867*150812a8SEvalZero /* Bit 0 : */ 3868*150812a8SEvalZero #define PDM_EVENTS_STOPPED_EVENTS_STOPPED_Pos (0UL) /*!< Position of EVENTS_STOPPED field. */ 3869*150812a8SEvalZero #define PDM_EVENTS_STOPPED_EVENTS_STOPPED_Msk (0x1UL << PDM_EVENTS_STOPPED_EVENTS_STOPPED_Pos) /*!< Bit mask of EVENTS_STOPPED field. */ 3870*150812a8SEvalZero 3871*150812a8SEvalZero /* Register: PDM_EVENTS_END */ 3872*150812a8SEvalZero /* Description: The PDM has written the last sample specified by SAMPLE.MAXCNT (or the last sample after a STOP task has been received) to Data RAM */ 3873*150812a8SEvalZero 3874*150812a8SEvalZero /* Bit 0 : */ 3875*150812a8SEvalZero #define PDM_EVENTS_END_EVENTS_END_Pos (0UL) /*!< Position of EVENTS_END field. */ 3876*150812a8SEvalZero #define PDM_EVENTS_END_EVENTS_END_Msk (0x1UL << PDM_EVENTS_END_EVENTS_END_Pos) /*!< Bit mask of EVENTS_END field. */ 3877*150812a8SEvalZero 3878*150812a8SEvalZero /* Register: PDM_INTEN */ 3879*150812a8SEvalZero /* Description: Enable or disable interrupt */ 3880*150812a8SEvalZero 3881*150812a8SEvalZero /* Bit 2 : Enable or disable interrupt for END event */ 3882*150812a8SEvalZero #define PDM_INTEN_END_Pos (2UL) /*!< Position of END field. */ 3883*150812a8SEvalZero #define PDM_INTEN_END_Msk (0x1UL << PDM_INTEN_END_Pos) /*!< Bit mask of END field. */ 3884*150812a8SEvalZero #define PDM_INTEN_END_Disabled (0UL) /*!< Disable */ 3885*150812a8SEvalZero #define PDM_INTEN_END_Enabled (1UL) /*!< Enable */ 3886*150812a8SEvalZero 3887*150812a8SEvalZero /* Bit 1 : Enable or disable interrupt for STOPPED event */ 3888*150812a8SEvalZero #define PDM_INTEN_STOPPED_Pos (1UL) /*!< Position of STOPPED field. */ 3889*150812a8SEvalZero #define PDM_INTEN_STOPPED_Msk (0x1UL << PDM_INTEN_STOPPED_Pos) /*!< Bit mask of STOPPED field. */ 3890*150812a8SEvalZero #define PDM_INTEN_STOPPED_Disabled (0UL) /*!< Disable */ 3891*150812a8SEvalZero #define PDM_INTEN_STOPPED_Enabled (1UL) /*!< Enable */ 3892*150812a8SEvalZero 3893*150812a8SEvalZero /* Bit 0 : Enable or disable interrupt for STARTED event */ 3894*150812a8SEvalZero #define PDM_INTEN_STARTED_Pos (0UL) /*!< Position of STARTED field. */ 3895*150812a8SEvalZero #define PDM_INTEN_STARTED_Msk (0x1UL << PDM_INTEN_STARTED_Pos) /*!< Bit mask of STARTED field. */ 3896*150812a8SEvalZero #define PDM_INTEN_STARTED_Disabled (0UL) /*!< Disable */ 3897*150812a8SEvalZero #define PDM_INTEN_STARTED_Enabled (1UL) /*!< Enable */ 3898*150812a8SEvalZero 3899*150812a8SEvalZero /* Register: PDM_INTENSET */ 3900*150812a8SEvalZero /* Description: Enable interrupt */ 3901*150812a8SEvalZero 3902*150812a8SEvalZero /* Bit 2 : Write '1' to enable interrupt for END event */ 3903*150812a8SEvalZero #define PDM_INTENSET_END_Pos (2UL) /*!< Position of END field. */ 3904*150812a8SEvalZero #define PDM_INTENSET_END_Msk (0x1UL << PDM_INTENSET_END_Pos) /*!< Bit mask of END field. */ 3905*150812a8SEvalZero #define PDM_INTENSET_END_Disabled (0UL) /*!< Read: Disabled */ 3906*150812a8SEvalZero #define PDM_INTENSET_END_Enabled (1UL) /*!< Read: Enabled */ 3907*150812a8SEvalZero #define PDM_INTENSET_END_Set (1UL) /*!< Enable */ 3908*150812a8SEvalZero 3909*150812a8SEvalZero /* Bit 1 : Write '1' to enable interrupt for STOPPED event */ 3910*150812a8SEvalZero #define PDM_INTENSET_STOPPED_Pos (1UL) /*!< Position of STOPPED field. */ 3911*150812a8SEvalZero #define PDM_INTENSET_STOPPED_Msk (0x1UL << PDM_INTENSET_STOPPED_Pos) /*!< Bit mask of STOPPED field. */ 3912*150812a8SEvalZero #define PDM_INTENSET_STOPPED_Disabled (0UL) /*!< Read: Disabled */ 3913*150812a8SEvalZero #define PDM_INTENSET_STOPPED_Enabled (1UL) /*!< Read: Enabled */ 3914*150812a8SEvalZero #define PDM_INTENSET_STOPPED_Set (1UL) /*!< Enable */ 3915*150812a8SEvalZero 3916*150812a8SEvalZero /* Bit 0 : Write '1' to enable interrupt for STARTED event */ 3917*150812a8SEvalZero #define PDM_INTENSET_STARTED_Pos (0UL) /*!< Position of STARTED field. */ 3918*150812a8SEvalZero #define PDM_INTENSET_STARTED_Msk (0x1UL << PDM_INTENSET_STARTED_Pos) /*!< Bit mask of STARTED field. */ 3919*150812a8SEvalZero #define PDM_INTENSET_STARTED_Disabled (0UL) /*!< Read: Disabled */ 3920*150812a8SEvalZero #define PDM_INTENSET_STARTED_Enabled (1UL) /*!< Read: Enabled */ 3921*150812a8SEvalZero #define PDM_INTENSET_STARTED_Set (1UL) /*!< Enable */ 3922*150812a8SEvalZero 3923*150812a8SEvalZero /* Register: PDM_INTENCLR */ 3924*150812a8SEvalZero /* Description: Disable interrupt */ 3925*150812a8SEvalZero 3926*150812a8SEvalZero /* Bit 2 : Write '1' to disable interrupt for END event */ 3927*150812a8SEvalZero #define PDM_INTENCLR_END_Pos (2UL) /*!< Position of END field. */ 3928*150812a8SEvalZero #define PDM_INTENCLR_END_Msk (0x1UL << PDM_INTENCLR_END_Pos) /*!< Bit mask of END field. */ 3929*150812a8SEvalZero #define PDM_INTENCLR_END_Disabled (0UL) /*!< Read: Disabled */ 3930*150812a8SEvalZero #define PDM_INTENCLR_END_Enabled (1UL) /*!< Read: Enabled */ 3931*150812a8SEvalZero #define PDM_INTENCLR_END_Clear (1UL) /*!< Disable */ 3932*150812a8SEvalZero 3933*150812a8SEvalZero /* Bit 1 : Write '1' to disable interrupt for STOPPED event */ 3934*150812a8SEvalZero #define PDM_INTENCLR_STOPPED_Pos (1UL) /*!< Position of STOPPED field. */ 3935*150812a8SEvalZero #define PDM_INTENCLR_STOPPED_Msk (0x1UL << PDM_INTENCLR_STOPPED_Pos) /*!< Bit mask of STOPPED field. */ 3936*150812a8SEvalZero #define PDM_INTENCLR_STOPPED_Disabled (0UL) /*!< Read: Disabled */ 3937*150812a8SEvalZero #define PDM_INTENCLR_STOPPED_Enabled (1UL) /*!< Read: Enabled */ 3938*150812a8SEvalZero #define PDM_INTENCLR_STOPPED_Clear (1UL) /*!< Disable */ 3939*150812a8SEvalZero 3940*150812a8SEvalZero /* Bit 0 : Write '1' to disable interrupt for STARTED event */ 3941*150812a8SEvalZero #define PDM_INTENCLR_STARTED_Pos (0UL) /*!< Position of STARTED field. */ 3942*150812a8SEvalZero #define PDM_INTENCLR_STARTED_Msk (0x1UL << PDM_INTENCLR_STARTED_Pos) /*!< Bit mask of STARTED field. */ 3943*150812a8SEvalZero #define PDM_INTENCLR_STARTED_Disabled (0UL) /*!< Read: Disabled */ 3944*150812a8SEvalZero #define PDM_INTENCLR_STARTED_Enabled (1UL) /*!< Read: Enabled */ 3945*150812a8SEvalZero #define PDM_INTENCLR_STARTED_Clear (1UL) /*!< Disable */ 3946*150812a8SEvalZero 3947*150812a8SEvalZero /* Register: PDM_ENABLE */ 3948*150812a8SEvalZero /* Description: PDM module enable register */ 3949*150812a8SEvalZero 3950*150812a8SEvalZero /* Bit 0 : Enable or disable PDM module */ 3951*150812a8SEvalZero #define PDM_ENABLE_ENABLE_Pos (0UL) /*!< Position of ENABLE field. */ 3952*150812a8SEvalZero #define PDM_ENABLE_ENABLE_Msk (0x1UL << PDM_ENABLE_ENABLE_Pos) /*!< Bit mask of ENABLE field. */ 3953*150812a8SEvalZero #define PDM_ENABLE_ENABLE_Disabled (0UL) /*!< Disable */ 3954*150812a8SEvalZero #define PDM_ENABLE_ENABLE_Enabled (1UL) /*!< Enable */ 3955*150812a8SEvalZero 3956*150812a8SEvalZero /* Register: PDM_PDMCLKCTRL */ 3957*150812a8SEvalZero /* Description: PDM clock generator control */ 3958*150812a8SEvalZero 3959*150812a8SEvalZero /* Bits 31..0 : PDM_CLK frequency */ 3960*150812a8SEvalZero #define PDM_PDMCLKCTRL_FREQ_Pos (0UL) /*!< Position of FREQ field. */ 3961*150812a8SEvalZero #define PDM_PDMCLKCTRL_FREQ_Msk (0xFFFFFFFFUL << PDM_PDMCLKCTRL_FREQ_Pos) /*!< Bit mask of FREQ field. */ 3962*150812a8SEvalZero #define PDM_PDMCLKCTRL_FREQ_1000K (0x08000000UL) /*!< PDM_CLK = 32 MHz / 32 = 1.000 MHz */ 3963*150812a8SEvalZero #define PDM_PDMCLKCTRL_FREQ_Default (0x08400000UL) /*!< PDM_CLK = 32 MHz / 31 = 1.032 MHz */ 3964*150812a8SEvalZero #define PDM_PDMCLKCTRL_FREQ_1067K (0x08800000UL) /*!< PDM_CLK = 32 MHz / 30 = 1.067 MHz */ 3965*150812a8SEvalZero 3966*150812a8SEvalZero /* Register: PDM_MODE */ 3967*150812a8SEvalZero /* Description: Defines the routing of the connected PDM microphones' signals */ 3968*150812a8SEvalZero 3969*150812a8SEvalZero /* Bit 1 : Defines on which PDM_CLK edge Left (or mono) is sampled */ 3970*150812a8SEvalZero #define PDM_MODE_EDGE_Pos (1UL) /*!< Position of EDGE field. */ 3971*150812a8SEvalZero #define PDM_MODE_EDGE_Msk (0x1UL << PDM_MODE_EDGE_Pos) /*!< Bit mask of EDGE field. */ 3972*150812a8SEvalZero #define PDM_MODE_EDGE_LeftFalling (0UL) /*!< Left (or mono) is sampled on falling edge of PDM_CLK */ 3973*150812a8SEvalZero #define PDM_MODE_EDGE_LeftRising (1UL) /*!< Left (or mono) is sampled on rising edge of PDM_CLK */ 3974*150812a8SEvalZero 3975*150812a8SEvalZero /* Bit 0 : Mono or stereo operation */ 3976*150812a8SEvalZero #define PDM_MODE_OPERATION_Pos (0UL) /*!< Position of OPERATION field. */ 3977*150812a8SEvalZero #define PDM_MODE_OPERATION_Msk (0x1UL << PDM_MODE_OPERATION_Pos) /*!< Bit mask of OPERATION field. */ 3978*150812a8SEvalZero #define PDM_MODE_OPERATION_Stereo (0UL) /*!< Sample and store one pair (Left + Right) of 16bit samples per RAM word R=[31:16]; L=[15:0] */ 3979*150812a8SEvalZero #define PDM_MODE_OPERATION_Mono (1UL) /*!< Sample and store two successive Left samples (16 bit each) per RAM word L1=[31:16]; L0=[15:0] */ 3980*150812a8SEvalZero 3981*150812a8SEvalZero /* Register: PDM_GAINL */ 3982*150812a8SEvalZero /* Description: Left output gain adjustment */ 3983*150812a8SEvalZero 3984*150812a8SEvalZero /* Bits 6..0 : Left output gain adjustment, in 0.5 dB steps, around the default module gain (see electrical parameters) 0x00 -20 dB gain adjust 0x01 -19.5 dB gain adjust (...) 0x27 -0.5 dB gain adjust 0x28 0 dB gain adjust 0x29 +0.5 dB gain adjust (...) 0x4F +19.5 dB gain adjust 0x50 +20 dB gain adjust */ 3985*150812a8SEvalZero #define PDM_GAINL_GAINL_Pos (0UL) /*!< Position of GAINL field. */ 3986*150812a8SEvalZero #define PDM_GAINL_GAINL_Msk (0x7FUL << PDM_GAINL_GAINL_Pos) /*!< Bit mask of GAINL field. */ 3987*150812a8SEvalZero #define PDM_GAINL_GAINL_MinGain (0x00UL) /*!< -20dB gain adjustment (minimum) */ 3988*150812a8SEvalZero #define PDM_GAINL_GAINL_DefaultGain (0x28UL) /*!< 0dB gain adjustment ('2500 RMS' requirement) */ 3989*150812a8SEvalZero #define PDM_GAINL_GAINL_MaxGain (0x50UL) /*!< +20dB gain adjustment (maximum) */ 3990*150812a8SEvalZero 3991*150812a8SEvalZero /* Register: PDM_GAINR */ 3992*150812a8SEvalZero /* Description: Right output gain adjustment */ 3993*150812a8SEvalZero 3994*150812a8SEvalZero /* Bits 7..0 : Right output gain adjustment, in 0.5 dB steps, around the default module gain (see electrical parameters) */ 3995*150812a8SEvalZero #define PDM_GAINR_GAINR_Pos (0UL) /*!< Position of GAINR field. */ 3996*150812a8SEvalZero #define PDM_GAINR_GAINR_Msk (0xFFUL << PDM_GAINR_GAINR_Pos) /*!< Bit mask of GAINR field. */ 3997*150812a8SEvalZero #define PDM_GAINR_GAINR_MinGain (0x00UL) /*!< -20dB gain adjustment (minimum) */ 3998*150812a8SEvalZero #define PDM_GAINR_GAINR_DefaultGain (0x28UL) /*!< 0dB gain adjustment ('2500 RMS' requirement) */ 3999*150812a8SEvalZero #define PDM_GAINR_GAINR_MaxGain (0x50UL) /*!< +20dB gain adjustment (maximum) */ 4000*150812a8SEvalZero 4001*150812a8SEvalZero /* Register: PDM_PSEL_CLK */ 4002*150812a8SEvalZero /* Description: Pin number configuration for PDM CLK signal */ 4003*150812a8SEvalZero 4004*150812a8SEvalZero /* Bit 31 : Connection */ 4005*150812a8SEvalZero #define PDM_PSEL_CLK_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */ 4006*150812a8SEvalZero #define PDM_PSEL_CLK_CONNECT_Msk (0x1UL << PDM_PSEL_CLK_CONNECT_Pos) /*!< Bit mask of CONNECT field. */ 4007*150812a8SEvalZero #define PDM_PSEL_CLK_CONNECT_Connected (0UL) /*!< Connect */ 4008*150812a8SEvalZero #define PDM_PSEL_CLK_CONNECT_Disconnected (1UL) /*!< Disconnect */ 4009*150812a8SEvalZero 4010*150812a8SEvalZero /* Bits 4..0 : Pin number */ 4011*150812a8SEvalZero #define PDM_PSEL_CLK_PIN_Pos (0UL) /*!< Position of PIN field. */ 4012*150812a8SEvalZero #define PDM_PSEL_CLK_PIN_Msk (0x1FUL << PDM_PSEL_CLK_PIN_Pos) /*!< Bit mask of PIN field. */ 4013*150812a8SEvalZero 4014*150812a8SEvalZero /* Register: PDM_PSEL_DIN */ 4015*150812a8SEvalZero /* Description: Pin number configuration for PDM DIN signal */ 4016*150812a8SEvalZero 4017*150812a8SEvalZero /* Bit 31 : Connection */ 4018*150812a8SEvalZero #define PDM_PSEL_DIN_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */ 4019*150812a8SEvalZero #define PDM_PSEL_DIN_CONNECT_Msk (0x1UL << PDM_PSEL_DIN_CONNECT_Pos) /*!< Bit mask of CONNECT field. */ 4020*150812a8SEvalZero #define PDM_PSEL_DIN_CONNECT_Connected (0UL) /*!< Connect */ 4021*150812a8SEvalZero #define PDM_PSEL_DIN_CONNECT_Disconnected (1UL) /*!< Disconnect */ 4022*150812a8SEvalZero 4023*150812a8SEvalZero /* Bits 4..0 : Pin number */ 4024*150812a8SEvalZero #define PDM_PSEL_DIN_PIN_Pos (0UL) /*!< Position of PIN field. */ 4025*150812a8SEvalZero #define PDM_PSEL_DIN_PIN_Msk (0x1FUL << PDM_PSEL_DIN_PIN_Pos) /*!< Bit mask of PIN field. */ 4026*150812a8SEvalZero 4027*150812a8SEvalZero /* Register: PDM_SAMPLE_PTR */ 4028*150812a8SEvalZero /* Description: RAM address pointer to write samples to with EasyDMA */ 4029*150812a8SEvalZero 4030*150812a8SEvalZero /* Bits 31..0 : Address to write PDM samples to over DMA */ 4031*150812a8SEvalZero #define PDM_SAMPLE_PTR_SAMPLEPTR_Pos (0UL) /*!< Position of SAMPLEPTR field. */ 4032*150812a8SEvalZero #define PDM_SAMPLE_PTR_SAMPLEPTR_Msk (0xFFFFFFFFUL << PDM_SAMPLE_PTR_SAMPLEPTR_Pos) /*!< Bit mask of SAMPLEPTR field. */ 4033*150812a8SEvalZero 4034*150812a8SEvalZero /* Register: PDM_SAMPLE_MAXCNT */ 4035*150812a8SEvalZero /* Description: Number of samples to allocate memory for in EasyDMA mode */ 4036*150812a8SEvalZero 4037*150812a8SEvalZero /* Bits 14..0 : Length of DMA RAM allocation in number of samples */ 4038*150812a8SEvalZero #define PDM_SAMPLE_MAXCNT_BUFFSIZE_Pos (0UL) /*!< Position of BUFFSIZE field. */ 4039*150812a8SEvalZero #define PDM_SAMPLE_MAXCNT_BUFFSIZE_Msk (0x7FFFUL << PDM_SAMPLE_MAXCNT_BUFFSIZE_Pos) /*!< Bit mask of BUFFSIZE field. */ 4040*150812a8SEvalZero 4041*150812a8SEvalZero 4042*150812a8SEvalZero /* Peripheral: POWER */ 4043*150812a8SEvalZero /* Description: Power control */ 4044*150812a8SEvalZero 4045*150812a8SEvalZero /* Register: POWER_TASKS_CONSTLAT */ 4046*150812a8SEvalZero /* Description: Enable constant latency mode */ 4047*150812a8SEvalZero 4048*150812a8SEvalZero /* Bit 0 : */ 4049*150812a8SEvalZero #define POWER_TASKS_CONSTLAT_TASKS_CONSTLAT_Pos (0UL) /*!< Position of TASKS_CONSTLAT field. */ 4050*150812a8SEvalZero #define POWER_TASKS_CONSTLAT_TASKS_CONSTLAT_Msk (0x1UL << POWER_TASKS_CONSTLAT_TASKS_CONSTLAT_Pos) /*!< Bit mask of TASKS_CONSTLAT field. */ 4051*150812a8SEvalZero 4052*150812a8SEvalZero /* Register: POWER_TASKS_LOWPWR */ 4053*150812a8SEvalZero /* Description: Enable low power mode (variable latency) */ 4054*150812a8SEvalZero 4055*150812a8SEvalZero /* Bit 0 : */ 4056*150812a8SEvalZero #define POWER_TASKS_LOWPWR_TASKS_LOWPWR_Pos (0UL) /*!< Position of TASKS_LOWPWR field. */ 4057*150812a8SEvalZero #define POWER_TASKS_LOWPWR_TASKS_LOWPWR_Msk (0x1UL << POWER_TASKS_LOWPWR_TASKS_LOWPWR_Pos) /*!< Bit mask of TASKS_LOWPWR field. */ 4058*150812a8SEvalZero 4059*150812a8SEvalZero /* Register: POWER_EVENTS_POFWARN */ 4060*150812a8SEvalZero /* Description: Power failure warning */ 4061*150812a8SEvalZero 4062*150812a8SEvalZero /* Bit 0 : */ 4063*150812a8SEvalZero #define POWER_EVENTS_POFWARN_EVENTS_POFWARN_Pos (0UL) /*!< Position of EVENTS_POFWARN field. */ 4064*150812a8SEvalZero #define POWER_EVENTS_POFWARN_EVENTS_POFWARN_Msk (0x1UL << POWER_EVENTS_POFWARN_EVENTS_POFWARN_Pos) /*!< Bit mask of EVENTS_POFWARN field. */ 4065*150812a8SEvalZero 4066*150812a8SEvalZero /* Register: POWER_EVENTS_SLEEPENTER */ 4067*150812a8SEvalZero /* Description: CPU entered WFI/WFE sleep */ 4068*150812a8SEvalZero 4069*150812a8SEvalZero /* Bit 0 : */ 4070*150812a8SEvalZero #define POWER_EVENTS_SLEEPENTER_EVENTS_SLEEPENTER_Pos (0UL) /*!< Position of EVENTS_SLEEPENTER field. */ 4071*150812a8SEvalZero #define POWER_EVENTS_SLEEPENTER_EVENTS_SLEEPENTER_Msk (0x1UL << POWER_EVENTS_SLEEPENTER_EVENTS_SLEEPENTER_Pos) /*!< Bit mask of EVENTS_SLEEPENTER field. */ 4072*150812a8SEvalZero 4073*150812a8SEvalZero /* Register: POWER_EVENTS_SLEEPEXIT */ 4074*150812a8SEvalZero /* Description: CPU exited WFI/WFE sleep */ 4075*150812a8SEvalZero 4076*150812a8SEvalZero /* Bit 0 : */ 4077*150812a8SEvalZero #define POWER_EVENTS_SLEEPEXIT_EVENTS_SLEEPEXIT_Pos (0UL) /*!< Position of EVENTS_SLEEPEXIT field. */ 4078*150812a8SEvalZero #define POWER_EVENTS_SLEEPEXIT_EVENTS_SLEEPEXIT_Msk (0x1UL << POWER_EVENTS_SLEEPEXIT_EVENTS_SLEEPEXIT_Pos) /*!< Bit mask of EVENTS_SLEEPEXIT field. */ 4079*150812a8SEvalZero 4080*150812a8SEvalZero /* Register: POWER_INTENSET */ 4081*150812a8SEvalZero /* Description: Enable interrupt */ 4082*150812a8SEvalZero 4083*150812a8SEvalZero /* Bit 6 : Write '1' to enable interrupt for SLEEPEXIT event */ 4084*150812a8SEvalZero #define POWER_INTENSET_SLEEPEXIT_Pos (6UL) /*!< Position of SLEEPEXIT field. */ 4085*150812a8SEvalZero #define POWER_INTENSET_SLEEPEXIT_Msk (0x1UL << POWER_INTENSET_SLEEPEXIT_Pos) /*!< Bit mask of SLEEPEXIT field. */ 4086*150812a8SEvalZero #define POWER_INTENSET_SLEEPEXIT_Disabled (0UL) /*!< Read: Disabled */ 4087*150812a8SEvalZero #define POWER_INTENSET_SLEEPEXIT_Enabled (1UL) /*!< Read: Enabled */ 4088*150812a8SEvalZero #define POWER_INTENSET_SLEEPEXIT_Set (1UL) /*!< Enable */ 4089*150812a8SEvalZero 4090*150812a8SEvalZero /* Bit 5 : Write '1' to enable interrupt for SLEEPENTER event */ 4091*150812a8SEvalZero #define POWER_INTENSET_SLEEPENTER_Pos (5UL) /*!< Position of SLEEPENTER field. */ 4092*150812a8SEvalZero #define POWER_INTENSET_SLEEPENTER_Msk (0x1UL << POWER_INTENSET_SLEEPENTER_Pos) /*!< Bit mask of SLEEPENTER field. */ 4093*150812a8SEvalZero #define POWER_INTENSET_SLEEPENTER_Disabled (0UL) /*!< Read: Disabled */ 4094*150812a8SEvalZero #define POWER_INTENSET_SLEEPENTER_Enabled (1UL) /*!< Read: Enabled */ 4095*150812a8SEvalZero #define POWER_INTENSET_SLEEPENTER_Set (1UL) /*!< Enable */ 4096*150812a8SEvalZero 4097*150812a8SEvalZero /* Bit 2 : Write '1' to enable interrupt for POFWARN event */ 4098*150812a8SEvalZero #define POWER_INTENSET_POFWARN_Pos (2UL) /*!< Position of POFWARN field. */ 4099*150812a8SEvalZero #define POWER_INTENSET_POFWARN_Msk (0x1UL << POWER_INTENSET_POFWARN_Pos) /*!< Bit mask of POFWARN field. */ 4100*150812a8SEvalZero #define POWER_INTENSET_POFWARN_Disabled (0UL) /*!< Read: Disabled */ 4101*150812a8SEvalZero #define POWER_INTENSET_POFWARN_Enabled (1UL) /*!< Read: Enabled */ 4102*150812a8SEvalZero #define POWER_INTENSET_POFWARN_Set (1UL) /*!< Enable */ 4103*150812a8SEvalZero 4104*150812a8SEvalZero /* Register: POWER_INTENCLR */ 4105*150812a8SEvalZero /* Description: Disable interrupt */ 4106*150812a8SEvalZero 4107*150812a8SEvalZero /* Bit 6 : Write '1' to disable interrupt for SLEEPEXIT event */ 4108*150812a8SEvalZero #define POWER_INTENCLR_SLEEPEXIT_Pos (6UL) /*!< Position of SLEEPEXIT field. */ 4109*150812a8SEvalZero #define POWER_INTENCLR_SLEEPEXIT_Msk (0x1UL << POWER_INTENCLR_SLEEPEXIT_Pos) /*!< Bit mask of SLEEPEXIT field. */ 4110*150812a8SEvalZero #define POWER_INTENCLR_SLEEPEXIT_Disabled (0UL) /*!< Read: Disabled */ 4111*150812a8SEvalZero #define POWER_INTENCLR_SLEEPEXIT_Enabled (1UL) /*!< Read: Enabled */ 4112*150812a8SEvalZero #define POWER_INTENCLR_SLEEPEXIT_Clear (1UL) /*!< Disable */ 4113*150812a8SEvalZero 4114*150812a8SEvalZero /* Bit 5 : Write '1' to disable interrupt for SLEEPENTER event */ 4115*150812a8SEvalZero #define POWER_INTENCLR_SLEEPENTER_Pos (5UL) /*!< Position of SLEEPENTER field. */ 4116*150812a8SEvalZero #define POWER_INTENCLR_SLEEPENTER_Msk (0x1UL << POWER_INTENCLR_SLEEPENTER_Pos) /*!< Bit mask of SLEEPENTER field. */ 4117*150812a8SEvalZero #define POWER_INTENCLR_SLEEPENTER_Disabled (0UL) /*!< Read: Disabled */ 4118*150812a8SEvalZero #define POWER_INTENCLR_SLEEPENTER_Enabled (1UL) /*!< Read: Enabled */ 4119*150812a8SEvalZero #define POWER_INTENCLR_SLEEPENTER_Clear (1UL) /*!< Disable */ 4120*150812a8SEvalZero 4121*150812a8SEvalZero /* Bit 2 : Write '1' to disable interrupt for POFWARN event */ 4122*150812a8SEvalZero #define POWER_INTENCLR_POFWARN_Pos (2UL) /*!< Position of POFWARN field. */ 4123*150812a8SEvalZero #define POWER_INTENCLR_POFWARN_Msk (0x1UL << POWER_INTENCLR_POFWARN_Pos) /*!< Bit mask of POFWARN field. */ 4124*150812a8SEvalZero #define POWER_INTENCLR_POFWARN_Disabled (0UL) /*!< Read: Disabled */ 4125*150812a8SEvalZero #define POWER_INTENCLR_POFWARN_Enabled (1UL) /*!< Read: Enabled */ 4126*150812a8SEvalZero #define POWER_INTENCLR_POFWARN_Clear (1UL) /*!< Disable */ 4127*150812a8SEvalZero 4128*150812a8SEvalZero /* Register: POWER_RESETREAS */ 4129*150812a8SEvalZero /* Description: Reset reason */ 4130*150812a8SEvalZero 4131*150812a8SEvalZero /* Bit 18 : Reset due to wake up from System OFF mode when wakeup is triggered from entering into debug interface mode */ 4132*150812a8SEvalZero #define POWER_RESETREAS_DIF_Pos (18UL) /*!< Position of DIF field. */ 4133*150812a8SEvalZero #define POWER_RESETREAS_DIF_Msk (0x1UL << POWER_RESETREAS_DIF_Pos) /*!< Bit mask of DIF field. */ 4134*150812a8SEvalZero #define POWER_RESETREAS_DIF_NotDetected (0UL) /*!< Not detected */ 4135*150812a8SEvalZero #define POWER_RESETREAS_DIF_Detected (1UL) /*!< Detected */ 4136*150812a8SEvalZero 4137*150812a8SEvalZero /* Bit 16 : Reset due to wake up from System OFF mode when wakeup is triggered from DETECT signal from GPIO */ 4138*150812a8SEvalZero #define POWER_RESETREAS_OFF_Pos (16UL) /*!< Position of OFF field. */ 4139*150812a8SEvalZero #define POWER_RESETREAS_OFF_Msk (0x1UL << POWER_RESETREAS_OFF_Pos) /*!< Bit mask of OFF field. */ 4140*150812a8SEvalZero #define POWER_RESETREAS_OFF_NotDetected (0UL) /*!< Not detected */ 4141*150812a8SEvalZero #define POWER_RESETREAS_OFF_Detected (1UL) /*!< Detected */ 4142*150812a8SEvalZero 4143*150812a8SEvalZero /* Bit 3 : Reset from CPU lock-up detected */ 4144*150812a8SEvalZero #define POWER_RESETREAS_LOCKUP_Pos (3UL) /*!< Position of LOCKUP field. */ 4145*150812a8SEvalZero #define POWER_RESETREAS_LOCKUP_Msk (0x1UL << POWER_RESETREAS_LOCKUP_Pos) /*!< Bit mask of LOCKUP field. */ 4146*150812a8SEvalZero #define POWER_RESETREAS_LOCKUP_NotDetected (0UL) /*!< Not detected */ 4147*150812a8SEvalZero #define POWER_RESETREAS_LOCKUP_Detected (1UL) /*!< Detected */ 4148*150812a8SEvalZero 4149*150812a8SEvalZero /* Bit 2 : Reset from soft reset detected */ 4150*150812a8SEvalZero #define POWER_RESETREAS_SREQ_Pos (2UL) /*!< Position of SREQ field. */ 4151*150812a8SEvalZero #define POWER_RESETREAS_SREQ_Msk (0x1UL << POWER_RESETREAS_SREQ_Pos) /*!< Bit mask of SREQ field. */ 4152*150812a8SEvalZero #define POWER_RESETREAS_SREQ_NotDetected (0UL) /*!< Not detected */ 4153*150812a8SEvalZero #define POWER_RESETREAS_SREQ_Detected (1UL) /*!< Detected */ 4154*150812a8SEvalZero 4155*150812a8SEvalZero /* Bit 1 : Reset from watchdog detected */ 4156*150812a8SEvalZero #define POWER_RESETREAS_DOG_Pos (1UL) /*!< Position of DOG field. */ 4157*150812a8SEvalZero #define POWER_RESETREAS_DOG_Msk (0x1UL << POWER_RESETREAS_DOG_Pos) /*!< Bit mask of DOG field. */ 4158*150812a8SEvalZero #define POWER_RESETREAS_DOG_NotDetected (0UL) /*!< Not detected */ 4159*150812a8SEvalZero #define POWER_RESETREAS_DOG_Detected (1UL) /*!< Detected */ 4160*150812a8SEvalZero 4161*150812a8SEvalZero /* Bit 0 : Reset from pin-reset detected */ 4162*150812a8SEvalZero #define POWER_RESETREAS_RESETPIN_Pos (0UL) /*!< Position of RESETPIN field. */ 4163*150812a8SEvalZero #define POWER_RESETREAS_RESETPIN_Msk (0x1UL << POWER_RESETREAS_RESETPIN_Pos) /*!< Bit mask of RESETPIN field. */ 4164*150812a8SEvalZero #define POWER_RESETREAS_RESETPIN_NotDetected (0UL) /*!< Not detected */ 4165*150812a8SEvalZero #define POWER_RESETREAS_RESETPIN_Detected (1UL) /*!< Detected */ 4166*150812a8SEvalZero 4167*150812a8SEvalZero /* Register: POWER_SYSTEMOFF */ 4168*150812a8SEvalZero /* Description: System OFF register */ 4169*150812a8SEvalZero 4170*150812a8SEvalZero /* Bit 0 : Enable System OFF mode */ 4171*150812a8SEvalZero #define POWER_SYSTEMOFF_SYSTEMOFF_Pos (0UL) /*!< Position of SYSTEMOFF field. */ 4172*150812a8SEvalZero #define POWER_SYSTEMOFF_SYSTEMOFF_Msk (0x1UL << POWER_SYSTEMOFF_SYSTEMOFF_Pos) /*!< Bit mask of SYSTEMOFF field. */ 4173*150812a8SEvalZero #define POWER_SYSTEMOFF_SYSTEMOFF_Enter (1UL) /*!< Enable System OFF mode */ 4174*150812a8SEvalZero 4175*150812a8SEvalZero /* Register: POWER_POFCON */ 4176*150812a8SEvalZero /* Description: Power failure comparator configuration */ 4177*150812a8SEvalZero 4178*150812a8SEvalZero /* Bits 4..1 : Power failure comparator threshold setting */ 4179*150812a8SEvalZero #define POWER_POFCON_THRESHOLD_Pos (1UL) /*!< Position of THRESHOLD field. */ 4180*150812a8SEvalZero #define POWER_POFCON_THRESHOLD_Msk (0xFUL << POWER_POFCON_THRESHOLD_Pos) /*!< Bit mask of THRESHOLD field. */ 4181*150812a8SEvalZero #define POWER_POFCON_THRESHOLD_V17 (4UL) /*!< Set threshold to 1.7 V */ 4182*150812a8SEvalZero #define POWER_POFCON_THRESHOLD_V18 (5UL) /*!< Set threshold to 1.8 V */ 4183*150812a8SEvalZero #define POWER_POFCON_THRESHOLD_V19 (6UL) /*!< Set threshold to 1.9 V */ 4184*150812a8SEvalZero #define POWER_POFCON_THRESHOLD_V20 (7UL) /*!< Set threshold to 2.0 V */ 4185*150812a8SEvalZero #define POWER_POFCON_THRESHOLD_V21 (8UL) /*!< Set threshold to 2.1 V */ 4186*150812a8SEvalZero #define POWER_POFCON_THRESHOLD_V22 (9UL) /*!< Set threshold to 2.2 V */ 4187*150812a8SEvalZero #define POWER_POFCON_THRESHOLD_V23 (10UL) /*!< Set threshold to 2.3 V */ 4188*150812a8SEvalZero #define POWER_POFCON_THRESHOLD_V24 (11UL) /*!< Set threshold to 2.4 V */ 4189*150812a8SEvalZero #define POWER_POFCON_THRESHOLD_V25 (12UL) /*!< Set threshold to 2.5 V */ 4190*150812a8SEvalZero #define POWER_POFCON_THRESHOLD_V26 (13UL) /*!< Set threshold to 2.6 V */ 4191*150812a8SEvalZero #define POWER_POFCON_THRESHOLD_V27 (14UL) /*!< Set threshold to 2.7 V */ 4192*150812a8SEvalZero #define POWER_POFCON_THRESHOLD_V28 (15UL) /*!< Set threshold to 2.8 V */ 4193*150812a8SEvalZero 4194*150812a8SEvalZero /* Bit 0 : Enable or disable power failure comparator */ 4195*150812a8SEvalZero #define POWER_POFCON_POF_Pos (0UL) /*!< Position of POF field. */ 4196*150812a8SEvalZero #define POWER_POFCON_POF_Msk (0x1UL << POWER_POFCON_POF_Pos) /*!< Bit mask of POF field. */ 4197*150812a8SEvalZero #define POWER_POFCON_POF_Disabled (0UL) /*!< Disable */ 4198*150812a8SEvalZero #define POWER_POFCON_POF_Enabled (1UL) /*!< Enable */ 4199*150812a8SEvalZero 4200*150812a8SEvalZero /* Register: POWER_GPREGRET */ 4201*150812a8SEvalZero /* Description: General purpose retention register */ 4202*150812a8SEvalZero 4203*150812a8SEvalZero /* Bits 7..0 : General purpose retention register */ 4204*150812a8SEvalZero #define POWER_GPREGRET_GPREGRET_Pos (0UL) /*!< Position of GPREGRET field. */ 4205*150812a8SEvalZero #define POWER_GPREGRET_GPREGRET_Msk (0xFFUL << POWER_GPREGRET_GPREGRET_Pos) /*!< Bit mask of GPREGRET field. */ 4206*150812a8SEvalZero 4207*150812a8SEvalZero /* Register: POWER_GPREGRET2 */ 4208*150812a8SEvalZero /* Description: General purpose retention register */ 4209*150812a8SEvalZero 4210*150812a8SEvalZero /* Bits 7..0 : General purpose retention register */ 4211*150812a8SEvalZero #define POWER_GPREGRET2_GPREGRET_Pos (0UL) /*!< Position of GPREGRET field. */ 4212*150812a8SEvalZero #define POWER_GPREGRET2_GPREGRET_Msk (0xFFUL << POWER_GPREGRET2_GPREGRET_Pos) /*!< Bit mask of GPREGRET field. */ 4213*150812a8SEvalZero 4214*150812a8SEvalZero /* Register: POWER_DCDCEN */ 4215*150812a8SEvalZero /* Description: DC/DC enable register */ 4216*150812a8SEvalZero 4217*150812a8SEvalZero /* Bit 0 : Enable or disable DC/DC converter */ 4218*150812a8SEvalZero #define POWER_DCDCEN_DCDCEN_Pos (0UL) /*!< Position of DCDCEN field. */ 4219*150812a8SEvalZero #define POWER_DCDCEN_DCDCEN_Msk (0x1UL << POWER_DCDCEN_DCDCEN_Pos) /*!< Bit mask of DCDCEN field. */ 4220*150812a8SEvalZero #define POWER_DCDCEN_DCDCEN_Disabled (0UL) /*!< Disable */ 4221*150812a8SEvalZero #define POWER_DCDCEN_DCDCEN_Enabled (1UL) /*!< Enable */ 4222*150812a8SEvalZero 4223*150812a8SEvalZero /* Register: POWER_RAM_POWER */ 4224*150812a8SEvalZero /* Description: Description cluster[n]: RAMn power control register. The RAM size will vary depending on product variant, and the RAMn register will only be present if the corresponding RAM AHB slave is present on the device. */ 4225*150812a8SEvalZero 4226*150812a8SEvalZero /* Bit 17 : Keep retention on RAM section S1 when RAM section is in OFF */ 4227*150812a8SEvalZero #define POWER_RAM_POWER_S1RETENTION_Pos (17UL) /*!< Position of S1RETENTION field. */ 4228*150812a8SEvalZero #define POWER_RAM_POWER_S1RETENTION_Msk (0x1UL << POWER_RAM_POWER_S1RETENTION_Pos) /*!< Bit mask of S1RETENTION field. */ 4229*150812a8SEvalZero #define POWER_RAM_POWER_S1RETENTION_Off (0UL) /*!< Off */ 4230*150812a8SEvalZero #define POWER_RAM_POWER_S1RETENTION_On (1UL) /*!< On */ 4231*150812a8SEvalZero 4232*150812a8SEvalZero /* Bit 16 : Keep retention on RAM section S0 when RAM section is in OFF */ 4233*150812a8SEvalZero #define POWER_RAM_POWER_S0RETENTION_Pos (16UL) /*!< Position of S0RETENTION field. */ 4234*150812a8SEvalZero #define POWER_RAM_POWER_S0RETENTION_Msk (0x1UL << POWER_RAM_POWER_S0RETENTION_Pos) /*!< Bit mask of S0RETENTION field. */ 4235*150812a8SEvalZero #define POWER_RAM_POWER_S0RETENTION_Off (0UL) /*!< Off */ 4236*150812a8SEvalZero #define POWER_RAM_POWER_S0RETENTION_On (1UL) /*!< On */ 4237*150812a8SEvalZero 4238*150812a8SEvalZero /* Bit 1 : Keep RAM section S1 ON or OFF in System ON mode. */ 4239*150812a8SEvalZero #define POWER_RAM_POWER_S1POWER_Pos (1UL) /*!< Position of S1POWER field. */ 4240*150812a8SEvalZero #define POWER_RAM_POWER_S1POWER_Msk (0x1UL << POWER_RAM_POWER_S1POWER_Pos) /*!< Bit mask of S1POWER field. */ 4241*150812a8SEvalZero #define POWER_RAM_POWER_S1POWER_Off (0UL) /*!< Off */ 4242*150812a8SEvalZero #define POWER_RAM_POWER_S1POWER_On (1UL) /*!< On */ 4243*150812a8SEvalZero 4244*150812a8SEvalZero /* Bit 0 : Keep RAM section S0 ON or OFF in System ON mode. */ 4245*150812a8SEvalZero #define POWER_RAM_POWER_S0POWER_Pos (0UL) /*!< Position of S0POWER field. */ 4246*150812a8SEvalZero #define POWER_RAM_POWER_S0POWER_Msk (0x1UL << POWER_RAM_POWER_S0POWER_Pos) /*!< Bit mask of S0POWER field. */ 4247*150812a8SEvalZero #define POWER_RAM_POWER_S0POWER_Off (0UL) /*!< Off */ 4248*150812a8SEvalZero #define POWER_RAM_POWER_S0POWER_On (1UL) /*!< On */ 4249*150812a8SEvalZero 4250*150812a8SEvalZero /* Register: POWER_RAM_POWERSET */ 4251*150812a8SEvalZero /* Description: Description cluster[n]: RAMn power control set register */ 4252*150812a8SEvalZero 4253*150812a8SEvalZero /* Bit 17 : Keep retention on RAM section S1 when RAM section is switched off */ 4254*150812a8SEvalZero #define POWER_RAM_POWERSET_S1RETENTION_Pos (17UL) /*!< Position of S1RETENTION field. */ 4255*150812a8SEvalZero #define POWER_RAM_POWERSET_S1RETENTION_Msk (0x1UL << POWER_RAM_POWERSET_S1RETENTION_Pos) /*!< Bit mask of S1RETENTION field. */ 4256*150812a8SEvalZero #define POWER_RAM_POWERSET_S1RETENTION_On (1UL) /*!< On */ 4257*150812a8SEvalZero 4258*150812a8SEvalZero /* Bit 16 : Keep retention on RAM section S0 when RAM section is switched off */ 4259*150812a8SEvalZero #define POWER_RAM_POWERSET_S0RETENTION_Pos (16UL) /*!< Position of S0RETENTION field. */ 4260*150812a8SEvalZero #define POWER_RAM_POWERSET_S0RETENTION_Msk (0x1UL << POWER_RAM_POWERSET_S0RETENTION_Pos) /*!< Bit mask of S0RETENTION field. */ 4261*150812a8SEvalZero #define POWER_RAM_POWERSET_S0RETENTION_On (1UL) /*!< On */ 4262*150812a8SEvalZero 4263*150812a8SEvalZero /* Bit 1 : Keep RAM section S1 of RAMn on or off in System ON mode */ 4264*150812a8SEvalZero #define POWER_RAM_POWERSET_S1POWER_Pos (1UL) /*!< Position of S1POWER field. */ 4265*150812a8SEvalZero #define POWER_RAM_POWERSET_S1POWER_Msk (0x1UL << POWER_RAM_POWERSET_S1POWER_Pos) /*!< Bit mask of S1POWER field. */ 4266*150812a8SEvalZero #define POWER_RAM_POWERSET_S1POWER_On (1UL) /*!< On */ 4267*150812a8SEvalZero 4268*150812a8SEvalZero /* Bit 0 : Keep RAM section S0 of RAMn on or off in System ON mode */ 4269*150812a8SEvalZero #define POWER_RAM_POWERSET_S0POWER_Pos (0UL) /*!< Position of S0POWER field. */ 4270*150812a8SEvalZero #define POWER_RAM_POWERSET_S0POWER_Msk (0x1UL << POWER_RAM_POWERSET_S0POWER_Pos) /*!< Bit mask of S0POWER field. */ 4271*150812a8SEvalZero #define POWER_RAM_POWERSET_S0POWER_On (1UL) /*!< On */ 4272*150812a8SEvalZero 4273*150812a8SEvalZero /* Register: POWER_RAM_POWERCLR */ 4274*150812a8SEvalZero /* Description: Description cluster[n]: RAMn power control clear register */ 4275*150812a8SEvalZero 4276*150812a8SEvalZero /* Bit 17 : Keep retention on RAM section S1 when RAM section is switched off */ 4277*150812a8SEvalZero #define POWER_RAM_POWERCLR_S1RETENTION_Pos (17UL) /*!< Position of S1RETENTION field. */ 4278*150812a8SEvalZero #define POWER_RAM_POWERCLR_S1RETENTION_Msk (0x1UL << POWER_RAM_POWERCLR_S1RETENTION_Pos) /*!< Bit mask of S1RETENTION field. */ 4279*150812a8SEvalZero #define POWER_RAM_POWERCLR_S1RETENTION_Off (1UL) /*!< Off */ 4280*150812a8SEvalZero 4281*150812a8SEvalZero /* Bit 16 : Keep retention on RAM section S0 when RAM section is switched off */ 4282*150812a8SEvalZero #define POWER_RAM_POWERCLR_S0RETENTION_Pos (16UL) /*!< Position of S0RETENTION field. */ 4283*150812a8SEvalZero #define POWER_RAM_POWERCLR_S0RETENTION_Msk (0x1UL << POWER_RAM_POWERCLR_S0RETENTION_Pos) /*!< Bit mask of S0RETENTION field. */ 4284*150812a8SEvalZero #define POWER_RAM_POWERCLR_S0RETENTION_Off (1UL) /*!< Off */ 4285*150812a8SEvalZero 4286*150812a8SEvalZero /* Bit 1 : Keep RAM section S1 of RAMn on or off in System ON mode */ 4287*150812a8SEvalZero #define POWER_RAM_POWERCLR_S1POWER_Pos (1UL) /*!< Position of S1POWER field. */ 4288*150812a8SEvalZero #define POWER_RAM_POWERCLR_S1POWER_Msk (0x1UL << POWER_RAM_POWERCLR_S1POWER_Pos) /*!< Bit mask of S1POWER field. */ 4289*150812a8SEvalZero #define POWER_RAM_POWERCLR_S1POWER_Off (1UL) /*!< Off */ 4290*150812a8SEvalZero 4291*150812a8SEvalZero /* Bit 0 : Keep RAM section S0 of RAMn on or off in System ON mode */ 4292*150812a8SEvalZero #define POWER_RAM_POWERCLR_S0POWER_Pos (0UL) /*!< Position of S0POWER field. */ 4293*150812a8SEvalZero #define POWER_RAM_POWERCLR_S0POWER_Msk (0x1UL << POWER_RAM_POWERCLR_S0POWER_Pos) /*!< Bit mask of S0POWER field. */ 4294*150812a8SEvalZero #define POWER_RAM_POWERCLR_S0POWER_Off (1UL) /*!< Off */ 4295*150812a8SEvalZero 4296*150812a8SEvalZero 4297*150812a8SEvalZero /* Peripheral: PPI */ 4298*150812a8SEvalZero /* Description: Programmable Peripheral Interconnect */ 4299*150812a8SEvalZero 4300*150812a8SEvalZero /* Register: PPI_TASKS_CHG_EN */ 4301*150812a8SEvalZero /* Description: Description cluster[n]: Enable channel group n */ 4302*150812a8SEvalZero 4303*150812a8SEvalZero /* Bit 0 : */ 4304*150812a8SEvalZero #define PPI_TASKS_CHG_EN_EN_Pos (0UL) /*!< Position of EN field. */ 4305*150812a8SEvalZero #define PPI_TASKS_CHG_EN_EN_Msk (0x1UL << PPI_TASKS_CHG_EN_EN_Pos) /*!< Bit mask of EN field. */ 4306*150812a8SEvalZero 4307*150812a8SEvalZero /* Register: PPI_TASKS_CHG_DIS */ 4308*150812a8SEvalZero /* Description: Description cluster[n]: Disable channel group n */ 4309*150812a8SEvalZero 4310*150812a8SEvalZero /* Bit 0 : */ 4311*150812a8SEvalZero #define PPI_TASKS_CHG_DIS_DIS_Pos (0UL) /*!< Position of DIS field. */ 4312*150812a8SEvalZero #define PPI_TASKS_CHG_DIS_DIS_Msk (0x1UL << PPI_TASKS_CHG_DIS_DIS_Pos) /*!< Bit mask of DIS field. */ 4313*150812a8SEvalZero 4314*150812a8SEvalZero /* Register: PPI_CHEN */ 4315*150812a8SEvalZero /* Description: Channel enable register */ 4316*150812a8SEvalZero 4317*150812a8SEvalZero /* Bit 31 : Enable or disable channel 31 */ 4318*150812a8SEvalZero #define PPI_CHEN_CH31_Pos (31UL) /*!< Position of CH31 field. */ 4319*150812a8SEvalZero #define PPI_CHEN_CH31_Msk (0x1UL << PPI_CHEN_CH31_Pos) /*!< Bit mask of CH31 field. */ 4320*150812a8SEvalZero #define PPI_CHEN_CH31_Disabled (0UL) /*!< Disable channel */ 4321*150812a8SEvalZero #define PPI_CHEN_CH31_Enabled (1UL) /*!< Enable channel */ 4322*150812a8SEvalZero 4323*150812a8SEvalZero /* Bit 30 : Enable or disable channel 30 */ 4324*150812a8SEvalZero #define PPI_CHEN_CH30_Pos (30UL) /*!< Position of CH30 field. */ 4325*150812a8SEvalZero #define PPI_CHEN_CH30_Msk (0x1UL << PPI_CHEN_CH30_Pos) /*!< Bit mask of CH30 field. */ 4326*150812a8SEvalZero #define PPI_CHEN_CH30_Disabled (0UL) /*!< Disable channel */ 4327*150812a8SEvalZero #define PPI_CHEN_CH30_Enabled (1UL) /*!< Enable channel */ 4328*150812a8SEvalZero 4329*150812a8SEvalZero /* Bit 29 : Enable or disable channel 29 */ 4330*150812a8SEvalZero #define PPI_CHEN_CH29_Pos (29UL) /*!< Position of CH29 field. */ 4331*150812a8SEvalZero #define PPI_CHEN_CH29_Msk (0x1UL << PPI_CHEN_CH29_Pos) /*!< Bit mask of CH29 field. */ 4332*150812a8SEvalZero #define PPI_CHEN_CH29_Disabled (0UL) /*!< Disable channel */ 4333*150812a8SEvalZero #define PPI_CHEN_CH29_Enabled (1UL) /*!< Enable channel */ 4334*150812a8SEvalZero 4335*150812a8SEvalZero /* Bit 28 : Enable or disable channel 28 */ 4336*150812a8SEvalZero #define PPI_CHEN_CH28_Pos (28UL) /*!< Position of CH28 field. */ 4337*150812a8SEvalZero #define PPI_CHEN_CH28_Msk (0x1UL << PPI_CHEN_CH28_Pos) /*!< Bit mask of CH28 field. */ 4338*150812a8SEvalZero #define PPI_CHEN_CH28_Disabled (0UL) /*!< Disable channel */ 4339*150812a8SEvalZero #define PPI_CHEN_CH28_Enabled (1UL) /*!< Enable channel */ 4340*150812a8SEvalZero 4341*150812a8SEvalZero /* Bit 27 : Enable or disable channel 27 */ 4342*150812a8SEvalZero #define PPI_CHEN_CH27_Pos (27UL) /*!< Position of CH27 field. */ 4343*150812a8SEvalZero #define PPI_CHEN_CH27_Msk (0x1UL << PPI_CHEN_CH27_Pos) /*!< Bit mask of CH27 field. */ 4344*150812a8SEvalZero #define PPI_CHEN_CH27_Disabled (0UL) /*!< Disable channel */ 4345*150812a8SEvalZero #define PPI_CHEN_CH27_Enabled (1UL) /*!< Enable channel */ 4346*150812a8SEvalZero 4347*150812a8SEvalZero /* Bit 26 : Enable or disable channel 26 */ 4348*150812a8SEvalZero #define PPI_CHEN_CH26_Pos (26UL) /*!< Position of CH26 field. */ 4349*150812a8SEvalZero #define PPI_CHEN_CH26_Msk (0x1UL << PPI_CHEN_CH26_Pos) /*!< Bit mask of CH26 field. */ 4350*150812a8SEvalZero #define PPI_CHEN_CH26_Disabled (0UL) /*!< Disable channel */ 4351*150812a8SEvalZero #define PPI_CHEN_CH26_Enabled (1UL) /*!< Enable channel */ 4352*150812a8SEvalZero 4353*150812a8SEvalZero /* Bit 25 : Enable or disable channel 25 */ 4354*150812a8SEvalZero #define PPI_CHEN_CH25_Pos (25UL) /*!< Position of CH25 field. */ 4355*150812a8SEvalZero #define PPI_CHEN_CH25_Msk (0x1UL << PPI_CHEN_CH25_Pos) /*!< Bit mask of CH25 field. */ 4356*150812a8SEvalZero #define PPI_CHEN_CH25_Disabled (0UL) /*!< Disable channel */ 4357*150812a8SEvalZero #define PPI_CHEN_CH25_Enabled (1UL) /*!< Enable channel */ 4358*150812a8SEvalZero 4359*150812a8SEvalZero /* Bit 24 : Enable or disable channel 24 */ 4360*150812a8SEvalZero #define PPI_CHEN_CH24_Pos (24UL) /*!< Position of CH24 field. */ 4361*150812a8SEvalZero #define PPI_CHEN_CH24_Msk (0x1UL << PPI_CHEN_CH24_Pos) /*!< Bit mask of CH24 field. */ 4362*150812a8SEvalZero #define PPI_CHEN_CH24_Disabled (0UL) /*!< Disable channel */ 4363*150812a8SEvalZero #define PPI_CHEN_CH24_Enabled (1UL) /*!< Enable channel */ 4364*150812a8SEvalZero 4365*150812a8SEvalZero /* Bit 23 : Enable or disable channel 23 */ 4366*150812a8SEvalZero #define PPI_CHEN_CH23_Pos (23UL) /*!< Position of CH23 field. */ 4367*150812a8SEvalZero #define PPI_CHEN_CH23_Msk (0x1UL << PPI_CHEN_CH23_Pos) /*!< Bit mask of CH23 field. */ 4368*150812a8SEvalZero #define PPI_CHEN_CH23_Disabled (0UL) /*!< Disable channel */ 4369*150812a8SEvalZero #define PPI_CHEN_CH23_Enabled (1UL) /*!< Enable channel */ 4370*150812a8SEvalZero 4371*150812a8SEvalZero /* Bit 22 : Enable or disable channel 22 */ 4372*150812a8SEvalZero #define PPI_CHEN_CH22_Pos (22UL) /*!< Position of CH22 field. */ 4373*150812a8SEvalZero #define PPI_CHEN_CH22_Msk (0x1UL << PPI_CHEN_CH22_Pos) /*!< Bit mask of CH22 field. */ 4374*150812a8SEvalZero #define PPI_CHEN_CH22_Disabled (0UL) /*!< Disable channel */ 4375*150812a8SEvalZero #define PPI_CHEN_CH22_Enabled (1UL) /*!< Enable channel */ 4376*150812a8SEvalZero 4377*150812a8SEvalZero /* Bit 21 : Enable or disable channel 21 */ 4378*150812a8SEvalZero #define PPI_CHEN_CH21_Pos (21UL) /*!< Position of CH21 field. */ 4379*150812a8SEvalZero #define PPI_CHEN_CH21_Msk (0x1UL << PPI_CHEN_CH21_Pos) /*!< Bit mask of CH21 field. */ 4380*150812a8SEvalZero #define PPI_CHEN_CH21_Disabled (0UL) /*!< Disable channel */ 4381*150812a8SEvalZero #define PPI_CHEN_CH21_Enabled (1UL) /*!< Enable channel */ 4382*150812a8SEvalZero 4383*150812a8SEvalZero /* Bit 20 : Enable or disable channel 20 */ 4384*150812a8SEvalZero #define PPI_CHEN_CH20_Pos (20UL) /*!< Position of CH20 field. */ 4385*150812a8SEvalZero #define PPI_CHEN_CH20_Msk (0x1UL << PPI_CHEN_CH20_Pos) /*!< Bit mask of CH20 field. */ 4386*150812a8SEvalZero #define PPI_CHEN_CH20_Disabled (0UL) /*!< Disable channel */ 4387*150812a8SEvalZero #define PPI_CHEN_CH20_Enabled (1UL) /*!< Enable channel */ 4388*150812a8SEvalZero 4389*150812a8SEvalZero /* Bit 19 : Enable or disable channel 19 */ 4390*150812a8SEvalZero #define PPI_CHEN_CH19_Pos (19UL) /*!< Position of CH19 field. */ 4391*150812a8SEvalZero #define PPI_CHEN_CH19_Msk (0x1UL << PPI_CHEN_CH19_Pos) /*!< Bit mask of CH19 field. */ 4392*150812a8SEvalZero #define PPI_CHEN_CH19_Disabled (0UL) /*!< Disable channel */ 4393*150812a8SEvalZero #define PPI_CHEN_CH19_Enabled (1UL) /*!< Enable channel */ 4394*150812a8SEvalZero 4395*150812a8SEvalZero /* Bit 18 : Enable or disable channel 18 */ 4396*150812a8SEvalZero #define PPI_CHEN_CH18_Pos (18UL) /*!< Position of CH18 field. */ 4397*150812a8SEvalZero #define PPI_CHEN_CH18_Msk (0x1UL << PPI_CHEN_CH18_Pos) /*!< Bit mask of CH18 field. */ 4398*150812a8SEvalZero #define PPI_CHEN_CH18_Disabled (0UL) /*!< Disable channel */ 4399*150812a8SEvalZero #define PPI_CHEN_CH18_Enabled (1UL) /*!< Enable channel */ 4400*150812a8SEvalZero 4401*150812a8SEvalZero /* Bit 17 : Enable or disable channel 17 */ 4402*150812a8SEvalZero #define PPI_CHEN_CH17_Pos (17UL) /*!< Position of CH17 field. */ 4403*150812a8SEvalZero #define PPI_CHEN_CH17_Msk (0x1UL << PPI_CHEN_CH17_Pos) /*!< Bit mask of CH17 field. */ 4404*150812a8SEvalZero #define PPI_CHEN_CH17_Disabled (0UL) /*!< Disable channel */ 4405*150812a8SEvalZero #define PPI_CHEN_CH17_Enabled (1UL) /*!< Enable channel */ 4406*150812a8SEvalZero 4407*150812a8SEvalZero /* Bit 16 : Enable or disable channel 16 */ 4408*150812a8SEvalZero #define PPI_CHEN_CH16_Pos (16UL) /*!< Position of CH16 field. */ 4409*150812a8SEvalZero #define PPI_CHEN_CH16_Msk (0x1UL << PPI_CHEN_CH16_Pos) /*!< Bit mask of CH16 field. */ 4410*150812a8SEvalZero #define PPI_CHEN_CH16_Disabled (0UL) /*!< Disable channel */ 4411*150812a8SEvalZero #define PPI_CHEN_CH16_Enabled (1UL) /*!< Enable channel */ 4412*150812a8SEvalZero 4413*150812a8SEvalZero /* Bit 15 : Enable or disable channel 15 */ 4414*150812a8SEvalZero #define PPI_CHEN_CH15_Pos (15UL) /*!< Position of CH15 field. */ 4415*150812a8SEvalZero #define PPI_CHEN_CH15_Msk (0x1UL << PPI_CHEN_CH15_Pos) /*!< Bit mask of CH15 field. */ 4416*150812a8SEvalZero #define PPI_CHEN_CH15_Disabled (0UL) /*!< Disable channel */ 4417*150812a8SEvalZero #define PPI_CHEN_CH15_Enabled (1UL) /*!< Enable channel */ 4418*150812a8SEvalZero 4419*150812a8SEvalZero /* Bit 14 : Enable or disable channel 14 */ 4420*150812a8SEvalZero #define PPI_CHEN_CH14_Pos (14UL) /*!< Position of CH14 field. */ 4421*150812a8SEvalZero #define PPI_CHEN_CH14_Msk (0x1UL << PPI_CHEN_CH14_Pos) /*!< Bit mask of CH14 field. */ 4422*150812a8SEvalZero #define PPI_CHEN_CH14_Disabled (0UL) /*!< Disable channel */ 4423*150812a8SEvalZero #define PPI_CHEN_CH14_Enabled (1UL) /*!< Enable channel */ 4424*150812a8SEvalZero 4425*150812a8SEvalZero /* Bit 13 : Enable or disable channel 13 */ 4426*150812a8SEvalZero #define PPI_CHEN_CH13_Pos (13UL) /*!< Position of CH13 field. */ 4427*150812a8SEvalZero #define PPI_CHEN_CH13_Msk (0x1UL << PPI_CHEN_CH13_Pos) /*!< Bit mask of CH13 field. */ 4428*150812a8SEvalZero #define PPI_CHEN_CH13_Disabled (0UL) /*!< Disable channel */ 4429*150812a8SEvalZero #define PPI_CHEN_CH13_Enabled (1UL) /*!< Enable channel */ 4430*150812a8SEvalZero 4431*150812a8SEvalZero /* Bit 12 : Enable or disable channel 12 */ 4432*150812a8SEvalZero #define PPI_CHEN_CH12_Pos (12UL) /*!< Position of CH12 field. */ 4433*150812a8SEvalZero #define PPI_CHEN_CH12_Msk (0x1UL << PPI_CHEN_CH12_Pos) /*!< Bit mask of CH12 field. */ 4434*150812a8SEvalZero #define PPI_CHEN_CH12_Disabled (0UL) /*!< Disable channel */ 4435*150812a8SEvalZero #define PPI_CHEN_CH12_Enabled (1UL) /*!< Enable channel */ 4436*150812a8SEvalZero 4437*150812a8SEvalZero /* Bit 11 : Enable or disable channel 11 */ 4438*150812a8SEvalZero #define PPI_CHEN_CH11_Pos (11UL) /*!< Position of CH11 field. */ 4439*150812a8SEvalZero #define PPI_CHEN_CH11_Msk (0x1UL << PPI_CHEN_CH11_Pos) /*!< Bit mask of CH11 field. */ 4440*150812a8SEvalZero #define PPI_CHEN_CH11_Disabled (0UL) /*!< Disable channel */ 4441*150812a8SEvalZero #define PPI_CHEN_CH11_Enabled (1UL) /*!< Enable channel */ 4442*150812a8SEvalZero 4443*150812a8SEvalZero /* Bit 10 : Enable or disable channel 10 */ 4444*150812a8SEvalZero #define PPI_CHEN_CH10_Pos (10UL) /*!< Position of CH10 field. */ 4445*150812a8SEvalZero #define PPI_CHEN_CH10_Msk (0x1UL << PPI_CHEN_CH10_Pos) /*!< Bit mask of CH10 field. */ 4446*150812a8SEvalZero #define PPI_CHEN_CH10_Disabled (0UL) /*!< Disable channel */ 4447*150812a8SEvalZero #define PPI_CHEN_CH10_Enabled (1UL) /*!< Enable channel */ 4448*150812a8SEvalZero 4449*150812a8SEvalZero /* Bit 9 : Enable or disable channel 9 */ 4450*150812a8SEvalZero #define PPI_CHEN_CH9_Pos (9UL) /*!< Position of CH9 field. */ 4451*150812a8SEvalZero #define PPI_CHEN_CH9_Msk (0x1UL << PPI_CHEN_CH9_Pos) /*!< Bit mask of CH9 field. */ 4452*150812a8SEvalZero #define PPI_CHEN_CH9_Disabled (0UL) /*!< Disable channel */ 4453*150812a8SEvalZero #define PPI_CHEN_CH9_Enabled (1UL) /*!< Enable channel */ 4454*150812a8SEvalZero 4455*150812a8SEvalZero /* Bit 8 : Enable or disable channel 8 */ 4456*150812a8SEvalZero #define PPI_CHEN_CH8_Pos (8UL) /*!< Position of CH8 field. */ 4457*150812a8SEvalZero #define PPI_CHEN_CH8_Msk (0x1UL << PPI_CHEN_CH8_Pos) /*!< Bit mask of CH8 field. */ 4458*150812a8SEvalZero #define PPI_CHEN_CH8_Disabled (0UL) /*!< Disable channel */ 4459*150812a8SEvalZero #define PPI_CHEN_CH8_Enabled (1UL) /*!< Enable channel */ 4460*150812a8SEvalZero 4461*150812a8SEvalZero /* Bit 7 : Enable or disable channel 7 */ 4462*150812a8SEvalZero #define PPI_CHEN_CH7_Pos (7UL) /*!< Position of CH7 field. */ 4463*150812a8SEvalZero #define PPI_CHEN_CH7_Msk (0x1UL << PPI_CHEN_CH7_Pos) /*!< Bit mask of CH7 field. */ 4464*150812a8SEvalZero #define PPI_CHEN_CH7_Disabled (0UL) /*!< Disable channel */ 4465*150812a8SEvalZero #define PPI_CHEN_CH7_Enabled (1UL) /*!< Enable channel */ 4466*150812a8SEvalZero 4467*150812a8SEvalZero /* Bit 6 : Enable or disable channel 6 */ 4468*150812a8SEvalZero #define PPI_CHEN_CH6_Pos (6UL) /*!< Position of CH6 field. */ 4469*150812a8SEvalZero #define PPI_CHEN_CH6_Msk (0x1UL << PPI_CHEN_CH6_Pos) /*!< Bit mask of CH6 field. */ 4470*150812a8SEvalZero #define PPI_CHEN_CH6_Disabled (0UL) /*!< Disable channel */ 4471*150812a8SEvalZero #define PPI_CHEN_CH6_Enabled (1UL) /*!< Enable channel */ 4472*150812a8SEvalZero 4473*150812a8SEvalZero /* Bit 5 : Enable or disable channel 5 */ 4474*150812a8SEvalZero #define PPI_CHEN_CH5_Pos (5UL) /*!< Position of CH5 field. */ 4475*150812a8SEvalZero #define PPI_CHEN_CH5_Msk (0x1UL << PPI_CHEN_CH5_Pos) /*!< Bit mask of CH5 field. */ 4476*150812a8SEvalZero #define PPI_CHEN_CH5_Disabled (0UL) /*!< Disable channel */ 4477*150812a8SEvalZero #define PPI_CHEN_CH5_Enabled (1UL) /*!< Enable channel */ 4478*150812a8SEvalZero 4479*150812a8SEvalZero /* Bit 4 : Enable or disable channel 4 */ 4480*150812a8SEvalZero #define PPI_CHEN_CH4_Pos (4UL) /*!< Position of CH4 field. */ 4481*150812a8SEvalZero #define PPI_CHEN_CH4_Msk (0x1UL << PPI_CHEN_CH4_Pos) /*!< Bit mask of CH4 field. */ 4482*150812a8SEvalZero #define PPI_CHEN_CH4_Disabled (0UL) /*!< Disable channel */ 4483*150812a8SEvalZero #define PPI_CHEN_CH4_Enabled (1UL) /*!< Enable channel */ 4484*150812a8SEvalZero 4485*150812a8SEvalZero /* Bit 3 : Enable or disable channel 3 */ 4486*150812a8SEvalZero #define PPI_CHEN_CH3_Pos (3UL) /*!< Position of CH3 field. */ 4487*150812a8SEvalZero #define PPI_CHEN_CH3_Msk (0x1UL << PPI_CHEN_CH3_Pos) /*!< Bit mask of CH3 field. */ 4488*150812a8SEvalZero #define PPI_CHEN_CH3_Disabled (0UL) /*!< Disable channel */ 4489*150812a8SEvalZero #define PPI_CHEN_CH3_Enabled (1UL) /*!< Enable channel */ 4490*150812a8SEvalZero 4491*150812a8SEvalZero /* Bit 2 : Enable or disable channel 2 */ 4492*150812a8SEvalZero #define PPI_CHEN_CH2_Pos (2UL) /*!< Position of CH2 field. */ 4493*150812a8SEvalZero #define PPI_CHEN_CH2_Msk (0x1UL << PPI_CHEN_CH2_Pos) /*!< Bit mask of CH2 field. */ 4494*150812a8SEvalZero #define PPI_CHEN_CH2_Disabled (0UL) /*!< Disable channel */ 4495*150812a8SEvalZero #define PPI_CHEN_CH2_Enabled (1UL) /*!< Enable channel */ 4496*150812a8SEvalZero 4497*150812a8SEvalZero /* Bit 1 : Enable or disable channel 1 */ 4498*150812a8SEvalZero #define PPI_CHEN_CH1_Pos (1UL) /*!< Position of CH1 field. */ 4499*150812a8SEvalZero #define PPI_CHEN_CH1_Msk (0x1UL << PPI_CHEN_CH1_Pos) /*!< Bit mask of CH1 field. */ 4500*150812a8SEvalZero #define PPI_CHEN_CH1_Disabled (0UL) /*!< Disable channel */ 4501*150812a8SEvalZero #define PPI_CHEN_CH1_Enabled (1UL) /*!< Enable channel */ 4502*150812a8SEvalZero 4503*150812a8SEvalZero /* Bit 0 : Enable or disable channel 0 */ 4504*150812a8SEvalZero #define PPI_CHEN_CH0_Pos (0UL) /*!< Position of CH0 field. */ 4505*150812a8SEvalZero #define PPI_CHEN_CH0_Msk (0x1UL << PPI_CHEN_CH0_Pos) /*!< Bit mask of CH0 field. */ 4506*150812a8SEvalZero #define PPI_CHEN_CH0_Disabled (0UL) /*!< Disable channel */ 4507*150812a8SEvalZero #define PPI_CHEN_CH0_Enabled (1UL) /*!< Enable channel */ 4508*150812a8SEvalZero 4509*150812a8SEvalZero /* Register: PPI_CHENSET */ 4510*150812a8SEvalZero /* Description: Channel enable set register */ 4511*150812a8SEvalZero 4512*150812a8SEvalZero /* Bit 31 : Channel 31 enable set register. Writing '0' has no effect */ 4513*150812a8SEvalZero #define PPI_CHENSET_CH31_Pos (31UL) /*!< Position of CH31 field. */ 4514*150812a8SEvalZero #define PPI_CHENSET_CH31_Msk (0x1UL << PPI_CHENSET_CH31_Pos) /*!< Bit mask of CH31 field. */ 4515*150812a8SEvalZero #define PPI_CHENSET_CH31_Disabled (0UL) /*!< Read: channel disabled */ 4516*150812a8SEvalZero #define PPI_CHENSET_CH31_Enabled (1UL) /*!< Read: channel enabled */ 4517*150812a8SEvalZero #define PPI_CHENSET_CH31_Set (1UL) /*!< Write: Enable channel */ 4518*150812a8SEvalZero 4519*150812a8SEvalZero /* Bit 30 : Channel 30 enable set register. Writing '0' has no effect */ 4520*150812a8SEvalZero #define PPI_CHENSET_CH30_Pos (30UL) /*!< Position of CH30 field. */ 4521*150812a8SEvalZero #define PPI_CHENSET_CH30_Msk (0x1UL << PPI_CHENSET_CH30_Pos) /*!< Bit mask of CH30 field. */ 4522*150812a8SEvalZero #define PPI_CHENSET_CH30_Disabled (0UL) /*!< Read: channel disabled */ 4523*150812a8SEvalZero #define PPI_CHENSET_CH30_Enabled (1UL) /*!< Read: channel enabled */ 4524*150812a8SEvalZero #define PPI_CHENSET_CH30_Set (1UL) /*!< Write: Enable channel */ 4525*150812a8SEvalZero 4526*150812a8SEvalZero /* Bit 29 : Channel 29 enable set register. Writing '0' has no effect */ 4527*150812a8SEvalZero #define PPI_CHENSET_CH29_Pos (29UL) /*!< Position of CH29 field. */ 4528*150812a8SEvalZero #define PPI_CHENSET_CH29_Msk (0x1UL << PPI_CHENSET_CH29_Pos) /*!< Bit mask of CH29 field. */ 4529*150812a8SEvalZero #define PPI_CHENSET_CH29_Disabled (0UL) /*!< Read: channel disabled */ 4530*150812a8SEvalZero #define PPI_CHENSET_CH29_Enabled (1UL) /*!< Read: channel enabled */ 4531*150812a8SEvalZero #define PPI_CHENSET_CH29_Set (1UL) /*!< Write: Enable channel */ 4532*150812a8SEvalZero 4533*150812a8SEvalZero /* Bit 28 : Channel 28 enable set register. Writing '0' has no effect */ 4534*150812a8SEvalZero #define PPI_CHENSET_CH28_Pos (28UL) /*!< Position of CH28 field. */ 4535*150812a8SEvalZero #define PPI_CHENSET_CH28_Msk (0x1UL << PPI_CHENSET_CH28_Pos) /*!< Bit mask of CH28 field. */ 4536*150812a8SEvalZero #define PPI_CHENSET_CH28_Disabled (0UL) /*!< Read: channel disabled */ 4537*150812a8SEvalZero #define PPI_CHENSET_CH28_Enabled (1UL) /*!< Read: channel enabled */ 4538*150812a8SEvalZero #define PPI_CHENSET_CH28_Set (1UL) /*!< Write: Enable channel */ 4539*150812a8SEvalZero 4540*150812a8SEvalZero /* Bit 27 : Channel 27 enable set register. Writing '0' has no effect */ 4541*150812a8SEvalZero #define PPI_CHENSET_CH27_Pos (27UL) /*!< Position of CH27 field. */ 4542*150812a8SEvalZero #define PPI_CHENSET_CH27_Msk (0x1UL << PPI_CHENSET_CH27_Pos) /*!< Bit mask of CH27 field. */ 4543*150812a8SEvalZero #define PPI_CHENSET_CH27_Disabled (0UL) /*!< Read: channel disabled */ 4544*150812a8SEvalZero #define PPI_CHENSET_CH27_Enabled (1UL) /*!< Read: channel enabled */ 4545*150812a8SEvalZero #define PPI_CHENSET_CH27_Set (1UL) /*!< Write: Enable channel */ 4546*150812a8SEvalZero 4547*150812a8SEvalZero /* Bit 26 : Channel 26 enable set register. Writing '0' has no effect */ 4548*150812a8SEvalZero #define PPI_CHENSET_CH26_Pos (26UL) /*!< Position of CH26 field. */ 4549*150812a8SEvalZero #define PPI_CHENSET_CH26_Msk (0x1UL << PPI_CHENSET_CH26_Pos) /*!< Bit mask of CH26 field. */ 4550*150812a8SEvalZero #define PPI_CHENSET_CH26_Disabled (0UL) /*!< Read: channel disabled */ 4551*150812a8SEvalZero #define PPI_CHENSET_CH26_Enabled (1UL) /*!< Read: channel enabled */ 4552*150812a8SEvalZero #define PPI_CHENSET_CH26_Set (1UL) /*!< Write: Enable channel */ 4553*150812a8SEvalZero 4554*150812a8SEvalZero /* Bit 25 : Channel 25 enable set register. Writing '0' has no effect */ 4555*150812a8SEvalZero #define PPI_CHENSET_CH25_Pos (25UL) /*!< Position of CH25 field. */ 4556*150812a8SEvalZero #define PPI_CHENSET_CH25_Msk (0x1UL << PPI_CHENSET_CH25_Pos) /*!< Bit mask of CH25 field. */ 4557*150812a8SEvalZero #define PPI_CHENSET_CH25_Disabled (0UL) /*!< Read: channel disabled */ 4558*150812a8SEvalZero #define PPI_CHENSET_CH25_Enabled (1UL) /*!< Read: channel enabled */ 4559*150812a8SEvalZero #define PPI_CHENSET_CH25_Set (1UL) /*!< Write: Enable channel */ 4560*150812a8SEvalZero 4561*150812a8SEvalZero /* Bit 24 : Channel 24 enable set register. Writing '0' has no effect */ 4562*150812a8SEvalZero #define PPI_CHENSET_CH24_Pos (24UL) /*!< Position of CH24 field. */ 4563*150812a8SEvalZero #define PPI_CHENSET_CH24_Msk (0x1UL << PPI_CHENSET_CH24_Pos) /*!< Bit mask of CH24 field. */ 4564*150812a8SEvalZero #define PPI_CHENSET_CH24_Disabled (0UL) /*!< Read: channel disabled */ 4565*150812a8SEvalZero #define PPI_CHENSET_CH24_Enabled (1UL) /*!< Read: channel enabled */ 4566*150812a8SEvalZero #define PPI_CHENSET_CH24_Set (1UL) /*!< Write: Enable channel */ 4567*150812a8SEvalZero 4568*150812a8SEvalZero /* Bit 23 : Channel 23 enable set register. Writing '0' has no effect */ 4569*150812a8SEvalZero #define PPI_CHENSET_CH23_Pos (23UL) /*!< Position of CH23 field. */ 4570*150812a8SEvalZero #define PPI_CHENSET_CH23_Msk (0x1UL << PPI_CHENSET_CH23_Pos) /*!< Bit mask of CH23 field. */ 4571*150812a8SEvalZero #define PPI_CHENSET_CH23_Disabled (0UL) /*!< Read: channel disabled */ 4572*150812a8SEvalZero #define PPI_CHENSET_CH23_Enabled (1UL) /*!< Read: channel enabled */ 4573*150812a8SEvalZero #define PPI_CHENSET_CH23_Set (1UL) /*!< Write: Enable channel */ 4574*150812a8SEvalZero 4575*150812a8SEvalZero /* Bit 22 : Channel 22 enable set register. Writing '0' has no effect */ 4576*150812a8SEvalZero #define PPI_CHENSET_CH22_Pos (22UL) /*!< Position of CH22 field. */ 4577*150812a8SEvalZero #define PPI_CHENSET_CH22_Msk (0x1UL << PPI_CHENSET_CH22_Pos) /*!< Bit mask of CH22 field. */ 4578*150812a8SEvalZero #define PPI_CHENSET_CH22_Disabled (0UL) /*!< Read: channel disabled */ 4579*150812a8SEvalZero #define PPI_CHENSET_CH22_Enabled (1UL) /*!< Read: channel enabled */ 4580*150812a8SEvalZero #define PPI_CHENSET_CH22_Set (1UL) /*!< Write: Enable channel */ 4581*150812a8SEvalZero 4582*150812a8SEvalZero /* Bit 21 : Channel 21 enable set register. Writing '0' has no effect */ 4583*150812a8SEvalZero #define PPI_CHENSET_CH21_Pos (21UL) /*!< Position of CH21 field. */ 4584*150812a8SEvalZero #define PPI_CHENSET_CH21_Msk (0x1UL << PPI_CHENSET_CH21_Pos) /*!< Bit mask of CH21 field. */ 4585*150812a8SEvalZero #define PPI_CHENSET_CH21_Disabled (0UL) /*!< Read: channel disabled */ 4586*150812a8SEvalZero #define PPI_CHENSET_CH21_Enabled (1UL) /*!< Read: channel enabled */ 4587*150812a8SEvalZero #define PPI_CHENSET_CH21_Set (1UL) /*!< Write: Enable channel */ 4588*150812a8SEvalZero 4589*150812a8SEvalZero /* Bit 20 : Channel 20 enable set register. Writing '0' has no effect */ 4590*150812a8SEvalZero #define PPI_CHENSET_CH20_Pos (20UL) /*!< Position of CH20 field. */ 4591*150812a8SEvalZero #define PPI_CHENSET_CH20_Msk (0x1UL << PPI_CHENSET_CH20_Pos) /*!< Bit mask of CH20 field. */ 4592*150812a8SEvalZero #define PPI_CHENSET_CH20_Disabled (0UL) /*!< Read: channel disabled */ 4593*150812a8SEvalZero #define PPI_CHENSET_CH20_Enabled (1UL) /*!< Read: channel enabled */ 4594*150812a8SEvalZero #define PPI_CHENSET_CH20_Set (1UL) /*!< Write: Enable channel */ 4595*150812a8SEvalZero 4596*150812a8SEvalZero /* Bit 19 : Channel 19 enable set register. Writing '0' has no effect */ 4597*150812a8SEvalZero #define PPI_CHENSET_CH19_Pos (19UL) /*!< Position of CH19 field. */ 4598*150812a8SEvalZero #define PPI_CHENSET_CH19_Msk (0x1UL << PPI_CHENSET_CH19_Pos) /*!< Bit mask of CH19 field. */ 4599*150812a8SEvalZero #define PPI_CHENSET_CH19_Disabled (0UL) /*!< Read: channel disabled */ 4600*150812a8SEvalZero #define PPI_CHENSET_CH19_Enabled (1UL) /*!< Read: channel enabled */ 4601*150812a8SEvalZero #define PPI_CHENSET_CH19_Set (1UL) /*!< Write: Enable channel */ 4602*150812a8SEvalZero 4603*150812a8SEvalZero /* Bit 18 : Channel 18 enable set register. Writing '0' has no effect */ 4604*150812a8SEvalZero #define PPI_CHENSET_CH18_Pos (18UL) /*!< Position of CH18 field. */ 4605*150812a8SEvalZero #define PPI_CHENSET_CH18_Msk (0x1UL << PPI_CHENSET_CH18_Pos) /*!< Bit mask of CH18 field. */ 4606*150812a8SEvalZero #define PPI_CHENSET_CH18_Disabled (0UL) /*!< Read: channel disabled */ 4607*150812a8SEvalZero #define PPI_CHENSET_CH18_Enabled (1UL) /*!< Read: channel enabled */ 4608*150812a8SEvalZero #define PPI_CHENSET_CH18_Set (1UL) /*!< Write: Enable channel */ 4609*150812a8SEvalZero 4610*150812a8SEvalZero /* Bit 17 : Channel 17 enable set register. Writing '0' has no effect */ 4611*150812a8SEvalZero #define PPI_CHENSET_CH17_Pos (17UL) /*!< Position of CH17 field. */ 4612*150812a8SEvalZero #define PPI_CHENSET_CH17_Msk (0x1UL << PPI_CHENSET_CH17_Pos) /*!< Bit mask of CH17 field. */ 4613*150812a8SEvalZero #define PPI_CHENSET_CH17_Disabled (0UL) /*!< Read: channel disabled */ 4614*150812a8SEvalZero #define PPI_CHENSET_CH17_Enabled (1UL) /*!< Read: channel enabled */ 4615*150812a8SEvalZero #define PPI_CHENSET_CH17_Set (1UL) /*!< Write: Enable channel */ 4616*150812a8SEvalZero 4617*150812a8SEvalZero /* Bit 16 : Channel 16 enable set register. Writing '0' has no effect */ 4618*150812a8SEvalZero #define PPI_CHENSET_CH16_Pos (16UL) /*!< Position of CH16 field. */ 4619*150812a8SEvalZero #define PPI_CHENSET_CH16_Msk (0x1UL << PPI_CHENSET_CH16_Pos) /*!< Bit mask of CH16 field. */ 4620*150812a8SEvalZero #define PPI_CHENSET_CH16_Disabled (0UL) /*!< Read: channel disabled */ 4621*150812a8SEvalZero #define PPI_CHENSET_CH16_Enabled (1UL) /*!< Read: channel enabled */ 4622*150812a8SEvalZero #define PPI_CHENSET_CH16_Set (1UL) /*!< Write: Enable channel */ 4623*150812a8SEvalZero 4624*150812a8SEvalZero /* Bit 15 : Channel 15 enable set register. Writing '0' has no effect */ 4625*150812a8SEvalZero #define PPI_CHENSET_CH15_Pos (15UL) /*!< Position of CH15 field. */ 4626*150812a8SEvalZero #define PPI_CHENSET_CH15_Msk (0x1UL << PPI_CHENSET_CH15_Pos) /*!< Bit mask of CH15 field. */ 4627*150812a8SEvalZero #define PPI_CHENSET_CH15_Disabled (0UL) /*!< Read: channel disabled */ 4628*150812a8SEvalZero #define PPI_CHENSET_CH15_Enabled (1UL) /*!< Read: channel enabled */ 4629*150812a8SEvalZero #define PPI_CHENSET_CH15_Set (1UL) /*!< Write: Enable channel */ 4630*150812a8SEvalZero 4631*150812a8SEvalZero /* Bit 14 : Channel 14 enable set register. Writing '0' has no effect */ 4632*150812a8SEvalZero #define PPI_CHENSET_CH14_Pos (14UL) /*!< Position of CH14 field. */ 4633*150812a8SEvalZero #define PPI_CHENSET_CH14_Msk (0x1UL << PPI_CHENSET_CH14_Pos) /*!< Bit mask of CH14 field. */ 4634*150812a8SEvalZero #define PPI_CHENSET_CH14_Disabled (0UL) /*!< Read: channel disabled */ 4635*150812a8SEvalZero #define PPI_CHENSET_CH14_Enabled (1UL) /*!< Read: channel enabled */ 4636*150812a8SEvalZero #define PPI_CHENSET_CH14_Set (1UL) /*!< Write: Enable channel */ 4637*150812a8SEvalZero 4638*150812a8SEvalZero /* Bit 13 : Channel 13 enable set register. Writing '0' has no effect */ 4639*150812a8SEvalZero #define PPI_CHENSET_CH13_Pos (13UL) /*!< Position of CH13 field. */ 4640*150812a8SEvalZero #define PPI_CHENSET_CH13_Msk (0x1UL << PPI_CHENSET_CH13_Pos) /*!< Bit mask of CH13 field. */ 4641*150812a8SEvalZero #define PPI_CHENSET_CH13_Disabled (0UL) /*!< Read: channel disabled */ 4642*150812a8SEvalZero #define PPI_CHENSET_CH13_Enabled (1UL) /*!< Read: channel enabled */ 4643*150812a8SEvalZero #define PPI_CHENSET_CH13_Set (1UL) /*!< Write: Enable channel */ 4644*150812a8SEvalZero 4645*150812a8SEvalZero /* Bit 12 : Channel 12 enable set register. Writing '0' has no effect */ 4646*150812a8SEvalZero #define PPI_CHENSET_CH12_Pos (12UL) /*!< Position of CH12 field. */ 4647*150812a8SEvalZero #define PPI_CHENSET_CH12_Msk (0x1UL << PPI_CHENSET_CH12_Pos) /*!< Bit mask of CH12 field. */ 4648*150812a8SEvalZero #define PPI_CHENSET_CH12_Disabled (0UL) /*!< Read: channel disabled */ 4649*150812a8SEvalZero #define PPI_CHENSET_CH12_Enabled (1UL) /*!< Read: channel enabled */ 4650*150812a8SEvalZero #define PPI_CHENSET_CH12_Set (1UL) /*!< Write: Enable channel */ 4651*150812a8SEvalZero 4652*150812a8SEvalZero /* Bit 11 : Channel 11 enable set register. Writing '0' has no effect */ 4653*150812a8SEvalZero #define PPI_CHENSET_CH11_Pos (11UL) /*!< Position of CH11 field. */ 4654*150812a8SEvalZero #define PPI_CHENSET_CH11_Msk (0x1UL << PPI_CHENSET_CH11_Pos) /*!< Bit mask of CH11 field. */ 4655*150812a8SEvalZero #define PPI_CHENSET_CH11_Disabled (0UL) /*!< Read: channel disabled */ 4656*150812a8SEvalZero #define PPI_CHENSET_CH11_Enabled (1UL) /*!< Read: channel enabled */ 4657*150812a8SEvalZero #define PPI_CHENSET_CH11_Set (1UL) /*!< Write: Enable channel */ 4658*150812a8SEvalZero 4659*150812a8SEvalZero /* Bit 10 : Channel 10 enable set register. Writing '0' has no effect */ 4660*150812a8SEvalZero #define PPI_CHENSET_CH10_Pos (10UL) /*!< Position of CH10 field. */ 4661*150812a8SEvalZero #define PPI_CHENSET_CH10_Msk (0x1UL << PPI_CHENSET_CH10_Pos) /*!< Bit mask of CH10 field. */ 4662*150812a8SEvalZero #define PPI_CHENSET_CH10_Disabled (0UL) /*!< Read: channel disabled */ 4663*150812a8SEvalZero #define PPI_CHENSET_CH10_Enabled (1UL) /*!< Read: channel enabled */ 4664*150812a8SEvalZero #define PPI_CHENSET_CH10_Set (1UL) /*!< Write: Enable channel */ 4665*150812a8SEvalZero 4666*150812a8SEvalZero /* Bit 9 : Channel 9 enable set register. Writing '0' has no effect */ 4667*150812a8SEvalZero #define PPI_CHENSET_CH9_Pos (9UL) /*!< Position of CH9 field. */ 4668*150812a8SEvalZero #define PPI_CHENSET_CH9_Msk (0x1UL << PPI_CHENSET_CH9_Pos) /*!< Bit mask of CH9 field. */ 4669*150812a8SEvalZero #define PPI_CHENSET_CH9_Disabled (0UL) /*!< Read: channel disabled */ 4670*150812a8SEvalZero #define PPI_CHENSET_CH9_Enabled (1UL) /*!< Read: channel enabled */ 4671*150812a8SEvalZero #define PPI_CHENSET_CH9_Set (1UL) /*!< Write: Enable channel */ 4672*150812a8SEvalZero 4673*150812a8SEvalZero /* Bit 8 : Channel 8 enable set register. Writing '0' has no effect */ 4674*150812a8SEvalZero #define PPI_CHENSET_CH8_Pos (8UL) /*!< Position of CH8 field. */ 4675*150812a8SEvalZero #define PPI_CHENSET_CH8_Msk (0x1UL << PPI_CHENSET_CH8_Pos) /*!< Bit mask of CH8 field. */ 4676*150812a8SEvalZero #define PPI_CHENSET_CH8_Disabled (0UL) /*!< Read: channel disabled */ 4677*150812a8SEvalZero #define PPI_CHENSET_CH8_Enabled (1UL) /*!< Read: channel enabled */ 4678*150812a8SEvalZero #define PPI_CHENSET_CH8_Set (1UL) /*!< Write: Enable channel */ 4679*150812a8SEvalZero 4680*150812a8SEvalZero /* Bit 7 : Channel 7 enable set register. Writing '0' has no effect */ 4681*150812a8SEvalZero #define PPI_CHENSET_CH7_Pos (7UL) /*!< Position of CH7 field. */ 4682*150812a8SEvalZero #define PPI_CHENSET_CH7_Msk (0x1UL << PPI_CHENSET_CH7_Pos) /*!< Bit mask of CH7 field. */ 4683*150812a8SEvalZero #define PPI_CHENSET_CH7_Disabled (0UL) /*!< Read: channel disabled */ 4684*150812a8SEvalZero #define PPI_CHENSET_CH7_Enabled (1UL) /*!< Read: channel enabled */ 4685*150812a8SEvalZero #define PPI_CHENSET_CH7_Set (1UL) /*!< Write: Enable channel */ 4686*150812a8SEvalZero 4687*150812a8SEvalZero /* Bit 6 : Channel 6 enable set register. Writing '0' has no effect */ 4688*150812a8SEvalZero #define PPI_CHENSET_CH6_Pos (6UL) /*!< Position of CH6 field. */ 4689*150812a8SEvalZero #define PPI_CHENSET_CH6_Msk (0x1UL << PPI_CHENSET_CH6_Pos) /*!< Bit mask of CH6 field. */ 4690*150812a8SEvalZero #define PPI_CHENSET_CH6_Disabled (0UL) /*!< Read: channel disabled */ 4691*150812a8SEvalZero #define PPI_CHENSET_CH6_Enabled (1UL) /*!< Read: channel enabled */ 4692*150812a8SEvalZero #define PPI_CHENSET_CH6_Set (1UL) /*!< Write: Enable channel */ 4693*150812a8SEvalZero 4694*150812a8SEvalZero /* Bit 5 : Channel 5 enable set register. Writing '0' has no effect */ 4695*150812a8SEvalZero #define PPI_CHENSET_CH5_Pos (5UL) /*!< Position of CH5 field. */ 4696*150812a8SEvalZero #define PPI_CHENSET_CH5_Msk (0x1UL << PPI_CHENSET_CH5_Pos) /*!< Bit mask of CH5 field. */ 4697*150812a8SEvalZero #define PPI_CHENSET_CH5_Disabled (0UL) /*!< Read: channel disabled */ 4698*150812a8SEvalZero #define PPI_CHENSET_CH5_Enabled (1UL) /*!< Read: channel enabled */ 4699*150812a8SEvalZero #define PPI_CHENSET_CH5_Set (1UL) /*!< Write: Enable channel */ 4700*150812a8SEvalZero 4701*150812a8SEvalZero /* Bit 4 : Channel 4 enable set register. Writing '0' has no effect */ 4702*150812a8SEvalZero #define PPI_CHENSET_CH4_Pos (4UL) /*!< Position of CH4 field. */ 4703*150812a8SEvalZero #define PPI_CHENSET_CH4_Msk (0x1UL << PPI_CHENSET_CH4_Pos) /*!< Bit mask of CH4 field. */ 4704*150812a8SEvalZero #define PPI_CHENSET_CH4_Disabled (0UL) /*!< Read: channel disabled */ 4705*150812a8SEvalZero #define PPI_CHENSET_CH4_Enabled (1UL) /*!< Read: channel enabled */ 4706*150812a8SEvalZero #define PPI_CHENSET_CH4_Set (1UL) /*!< Write: Enable channel */ 4707*150812a8SEvalZero 4708*150812a8SEvalZero /* Bit 3 : Channel 3 enable set register. Writing '0' has no effect */ 4709*150812a8SEvalZero #define PPI_CHENSET_CH3_Pos (3UL) /*!< Position of CH3 field. */ 4710*150812a8SEvalZero #define PPI_CHENSET_CH3_Msk (0x1UL << PPI_CHENSET_CH3_Pos) /*!< Bit mask of CH3 field. */ 4711*150812a8SEvalZero #define PPI_CHENSET_CH3_Disabled (0UL) /*!< Read: channel disabled */ 4712*150812a8SEvalZero #define PPI_CHENSET_CH3_Enabled (1UL) /*!< Read: channel enabled */ 4713*150812a8SEvalZero #define PPI_CHENSET_CH3_Set (1UL) /*!< Write: Enable channel */ 4714*150812a8SEvalZero 4715*150812a8SEvalZero /* Bit 2 : Channel 2 enable set register. Writing '0' has no effect */ 4716*150812a8SEvalZero #define PPI_CHENSET_CH2_Pos (2UL) /*!< Position of CH2 field. */ 4717*150812a8SEvalZero #define PPI_CHENSET_CH2_Msk (0x1UL << PPI_CHENSET_CH2_Pos) /*!< Bit mask of CH2 field. */ 4718*150812a8SEvalZero #define PPI_CHENSET_CH2_Disabled (0UL) /*!< Read: channel disabled */ 4719*150812a8SEvalZero #define PPI_CHENSET_CH2_Enabled (1UL) /*!< Read: channel enabled */ 4720*150812a8SEvalZero #define PPI_CHENSET_CH2_Set (1UL) /*!< Write: Enable channel */ 4721*150812a8SEvalZero 4722*150812a8SEvalZero /* Bit 1 : Channel 1 enable set register. Writing '0' has no effect */ 4723*150812a8SEvalZero #define PPI_CHENSET_CH1_Pos (1UL) /*!< Position of CH1 field. */ 4724*150812a8SEvalZero #define PPI_CHENSET_CH1_Msk (0x1UL << PPI_CHENSET_CH1_Pos) /*!< Bit mask of CH1 field. */ 4725*150812a8SEvalZero #define PPI_CHENSET_CH1_Disabled (0UL) /*!< Read: channel disabled */ 4726*150812a8SEvalZero #define PPI_CHENSET_CH1_Enabled (1UL) /*!< Read: channel enabled */ 4727*150812a8SEvalZero #define PPI_CHENSET_CH1_Set (1UL) /*!< Write: Enable channel */ 4728*150812a8SEvalZero 4729*150812a8SEvalZero /* Bit 0 : Channel 0 enable set register. Writing '0' has no effect */ 4730*150812a8SEvalZero #define PPI_CHENSET_CH0_Pos (0UL) /*!< Position of CH0 field. */ 4731*150812a8SEvalZero #define PPI_CHENSET_CH0_Msk (0x1UL << PPI_CHENSET_CH0_Pos) /*!< Bit mask of CH0 field. */ 4732*150812a8SEvalZero #define PPI_CHENSET_CH0_Disabled (0UL) /*!< Read: channel disabled */ 4733*150812a8SEvalZero #define PPI_CHENSET_CH0_Enabled (1UL) /*!< Read: channel enabled */ 4734*150812a8SEvalZero #define PPI_CHENSET_CH0_Set (1UL) /*!< Write: Enable channel */ 4735*150812a8SEvalZero 4736*150812a8SEvalZero /* Register: PPI_CHENCLR */ 4737*150812a8SEvalZero /* Description: Channel enable clear register */ 4738*150812a8SEvalZero 4739*150812a8SEvalZero /* Bit 31 : Channel 31 enable clear register. Writing '0' has no effect */ 4740*150812a8SEvalZero #define PPI_CHENCLR_CH31_Pos (31UL) /*!< Position of CH31 field. */ 4741*150812a8SEvalZero #define PPI_CHENCLR_CH31_Msk (0x1UL << PPI_CHENCLR_CH31_Pos) /*!< Bit mask of CH31 field. */ 4742*150812a8SEvalZero #define PPI_CHENCLR_CH31_Disabled (0UL) /*!< Read: channel disabled */ 4743*150812a8SEvalZero #define PPI_CHENCLR_CH31_Enabled (1UL) /*!< Read: channel enabled */ 4744*150812a8SEvalZero #define PPI_CHENCLR_CH31_Clear (1UL) /*!< Write: disable channel */ 4745*150812a8SEvalZero 4746*150812a8SEvalZero /* Bit 30 : Channel 30 enable clear register. Writing '0' has no effect */ 4747*150812a8SEvalZero #define PPI_CHENCLR_CH30_Pos (30UL) /*!< Position of CH30 field. */ 4748*150812a8SEvalZero #define PPI_CHENCLR_CH30_Msk (0x1UL << PPI_CHENCLR_CH30_Pos) /*!< Bit mask of CH30 field. */ 4749*150812a8SEvalZero #define PPI_CHENCLR_CH30_Disabled (0UL) /*!< Read: channel disabled */ 4750*150812a8SEvalZero #define PPI_CHENCLR_CH30_Enabled (1UL) /*!< Read: channel enabled */ 4751*150812a8SEvalZero #define PPI_CHENCLR_CH30_Clear (1UL) /*!< Write: disable channel */ 4752*150812a8SEvalZero 4753*150812a8SEvalZero /* Bit 29 : Channel 29 enable clear register. Writing '0' has no effect */ 4754*150812a8SEvalZero #define PPI_CHENCLR_CH29_Pos (29UL) /*!< Position of CH29 field. */ 4755*150812a8SEvalZero #define PPI_CHENCLR_CH29_Msk (0x1UL << PPI_CHENCLR_CH29_Pos) /*!< Bit mask of CH29 field. */ 4756*150812a8SEvalZero #define PPI_CHENCLR_CH29_Disabled (0UL) /*!< Read: channel disabled */ 4757*150812a8SEvalZero #define PPI_CHENCLR_CH29_Enabled (1UL) /*!< Read: channel enabled */ 4758*150812a8SEvalZero #define PPI_CHENCLR_CH29_Clear (1UL) /*!< Write: disable channel */ 4759*150812a8SEvalZero 4760*150812a8SEvalZero /* Bit 28 : Channel 28 enable clear register. Writing '0' has no effect */ 4761*150812a8SEvalZero #define PPI_CHENCLR_CH28_Pos (28UL) /*!< Position of CH28 field. */ 4762*150812a8SEvalZero #define PPI_CHENCLR_CH28_Msk (0x1UL << PPI_CHENCLR_CH28_Pos) /*!< Bit mask of CH28 field. */ 4763*150812a8SEvalZero #define PPI_CHENCLR_CH28_Disabled (0UL) /*!< Read: channel disabled */ 4764*150812a8SEvalZero #define PPI_CHENCLR_CH28_Enabled (1UL) /*!< Read: channel enabled */ 4765*150812a8SEvalZero #define PPI_CHENCLR_CH28_Clear (1UL) /*!< Write: disable channel */ 4766*150812a8SEvalZero 4767*150812a8SEvalZero /* Bit 27 : Channel 27 enable clear register. Writing '0' has no effect */ 4768*150812a8SEvalZero #define PPI_CHENCLR_CH27_Pos (27UL) /*!< Position of CH27 field. */ 4769*150812a8SEvalZero #define PPI_CHENCLR_CH27_Msk (0x1UL << PPI_CHENCLR_CH27_Pos) /*!< Bit mask of CH27 field. */ 4770*150812a8SEvalZero #define PPI_CHENCLR_CH27_Disabled (0UL) /*!< Read: channel disabled */ 4771*150812a8SEvalZero #define PPI_CHENCLR_CH27_Enabled (1UL) /*!< Read: channel enabled */ 4772*150812a8SEvalZero #define PPI_CHENCLR_CH27_Clear (1UL) /*!< Write: disable channel */ 4773*150812a8SEvalZero 4774*150812a8SEvalZero /* Bit 26 : Channel 26 enable clear register. Writing '0' has no effect */ 4775*150812a8SEvalZero #define PPI_CHENCLR_CH26_Pos (26UL) /*!< Position of CH26 field. */ 4776*150812a8SEvalZero #define PPI_CHENCLR_CH26_Msk (0x1UL << PPI_CHENCLR_CH26_Pos) /*!< Bit mask of CH26 field. */ 4777*150812a8SEvalZero #define PPI_CHENCLR_CH26_Disabled (0UL) /*!< Read: channel disabled */ 4778*150812a8SEvalZero #define PPI_CHENCLR_CH26_Enabled (1UL) /*!< Read: channel enabled */ 4779*150812a8SEvalZero #define PPI_CHENCLR_CH26_Clear (1UL) /*!< Write: disable channel */ 4780*150812a8SEvalZero 4781*150812a8SEvalZero /* Bit 25 : Channel 25 enable clear register. Writing '0' has no effect */ 4782*150812a8SEvalZero #define PPI_CHENCLR_CH25_Pos (25UL) /*!< Position of CH25 field. */ 4783*150812a8SEvalZero #define PPI_CHENCLR_CH25_Msk (0x1UL << PPI_CHENCLR_CH25_Pos) /*!< Bit mask of CH25 field. */ 4784*150812a8SEvalZero #define PPI_CHENCLR_CH25_Disabled (0UL) /*!< Read: channel disabled */ 4785*150812a8SEvalZero #define PPI_CHENCLR_CH25_Enabled (1UL) /*!< Read: channel enabled */ 4786*150812a8SEvalZero #define PPI_CHENCLR_CH25_Clear (1UL) /*!< Write: disable channel */ 4787*150812a8SEvalZero 4788*150812a8SEvalZero /* Bit 24 : Channel 24 enable clear register. Writing '0' has no effect */ 4789*150812a8SEvalZero #define PPI_CHENCLR_CH24_Pos (24UL) /*!< Position of CH24 field. */ 4790*150812a8SEvalZero #define PPI_CHENCLR_CH24_Msk (0x1UL << PPI_CHENCLR_CH24_Pos) /*!< Bit mask of CH24 field. */ 4791*150812a8SEvalZero #define PPI_CHENCLR_CH24_Disabled (0UL) /*!< Read: channel disabled */ 4792*150812a8SEvalZero #define PPI_CHENCLR_CH24_Enabled (1UL) /*!< Read: channel enabled */ 4793*150812a8SEvalZero #define PPI_CHENCLR_CH24_Clear (1UL) /*!< Write: disable channel */ 4794*150812a8SEvalZero 4795*150812a8SEvalZero /* Bit 23 : Channel 23 enable clear register. Writing '0' has no effect */ 4796*150812a8SEvalZero #define PPI_CHENCLR_CH23_Pos (23UL) /*!< Position of CH23 field. */ 4797*150812a8SEvalZero #define PPI_CHENCLR_CH23_Msk (0x1UL << PPI_CHENCLR_CH23_Pos) /*!< Bit mask of CH23 field. */ 4798*150812a8SEvalZero #define PPI_CHENCLR_CH23_Disabled (0UL) /*!< Read: channel disabled */ 4799*150812a8SEvalZero #define PPI_CHENCLR_CH23_Enabled (1UL) /*!< Read: channel enabled */ 4800*150812a8SEvalZero #define PPI_CHENCLR_CH23_Clear (1UL) /*!< Write: disable channel */ 4801*150812a8SEvalZero 4802*150812a8SEvalZero /* Bit 22 : Channel 22 enable clear register. Writing '0' has no effect */ 4803*150812a8SEvalZero #define PPI_CHENCLR_CH22_Pos (22UL) /*!< Position of CH22 field. */ 4804*150812a8SEvalZero #define PPI_CHENCLR_CH22_Msk (0x1UL << PPI_CHENCLR_CH22_Pos) /*!< Bit mask of CH22 field. */ 4805*150812a8SEvalZero #define PPI_CHENCLR_CH22_Disabled (0UL) /*!< Read: channel disabled */ 4806*150812a8SEvalZero #define PPI_CHENCLR_CH22_Enabled (1UL) /*!< Read: channel enabled */ 4807*150812a8SEvalZero #define PPI_CHENCLR_CH22_Clear (1UL) /*!< Write: disable channel */ 4808*150812a8SEvalZero 4809*150812a8SEvalZero /* Bit 21 : Channel 21 enable clear register. Writing '0' has no effect */ 4810*150812a8SEvalZero #define PPI_CHENCLR_CH21_Pos (21UL) /*!< Position of CH21 field. */ 4811*150812a8SEvalZero #define PPI_CHENCLR_CH21_Msk (0x1UL << PPI_CHENCLR_CH21_Pos) /*!< Bit mask of CH21 field. */ 4812*150812a8SEvalZero #define PPI_CHENCLR_CH21_Disabled (0UL) /*!< Read: channel disabled */ 4813*150812a8SEvalZero #define PPI_CHENCLR_CH21_Enabled (1UL) /*!< Read: channel enabled */ 4814*150812a8SEvalZero #define PPI_CHENCLR_CH21_Clear (1UL) /*!< Write: disable channel */ 4815*150812a8SEvalZero 4816*150812a8SEvalZero /* Bit 20 : Channel 20 enable clear register. Writing '0' has no effect */ 4817*150812a8SEvalZero #define PPI_CHENCLR_CH20_Pos (20UL) /*!< Position of CH20 field. */ 4818*150812a8SEvalZero #define PPI_CHENCLR_CH20_Msk (0x1UL << PPI_CHENCLR_CH20_Pos) /*!< Bit mask of CH20 field. */ 4819*150812a8SEvalZero #define PPI_CHENCLR_CH20_Disabled (0UL) /*!< Read: channel disabled */ 4820*150812a8SEvalZero #define PPI_CHENCLR_CH20_Enabled (1UL) /*!< Read: channel enabled */ 4821*150812a8SEvalZero #define PPI_CHENCLR_CH20_Clear (1UL) /*!< Write: disable channel */ 4822*150812a8SEvalZero 4823*150812a8SEvalZero /* Bit 19 : Channel 19 enable clear register. Writing '0' has no effect */ 4824*150812a8SEvalZero #define PPI_CHENCLR_CH19_Pos (19UL) /*!< Position of CH19 field. */ 4825*150812a8SEvalZero #define PPI_CHENCLR_CH19_Msk (0x1UL << PPI_CHENCLR_CH19_Pos) /*!< Bit mask of CH19 field. */ 4826*150812a8SEvalZero #define PPI_CHENCLR_CH19_Disabled (0UL) /*!< Read: channel disabled */ 4827*150812a8SEvalZero #define PPI_CHENCLR_CH19_Enabled (1UL) /*!< Read: channel enabled */ 4828*150812a8SEvalZero #define PPI_CHENCLR_CH19_Clear (1UL) /*!< Write: disable channel */ 4829*150812a8SEvalZero 4830*150812a8SEvalZero /* Bit 18 : Channel 18 enable clear register. Writing '0' has no effect */ 4831*150812a8SEvalZero #define PPI_CHENCLR_CH18_Pos (18UL) /*!< Position of CH18 field. */ 4832*150812a8SEvalZero #define PPI_CHENCLR_CH18_Msk (0x1UL << PPI_CHENCLR_CH18_Pos) /*!< Bit mask of CH18 field. */ 4833*150812a8SEvalZero #define PPI_CHENCLR_CH18_Disabled (0UL) /*!< Read: channel disabled */ 4834*150812a8SEvalZero #define PPI_CHENCLR_CH18_Enabled (1UL) /*!< Read: channel enabled */ 4835*150812a8SEvalZero #define PPI_CHENCLR_CH18_Clear (1UL) /*!< Write: disable channel */ 4836*150812a8SEvalZero 4837*150812a8SEvalZero /* Bit 17 : Channel 17 enable clear register. Writing '0' has no effect */ 4838*150812a8SEvalZero #define PPI_CHENCLR_CH17_Pos (17UL) /*!< Position of CH17 field. */ 4839*150812a8SEvalZero #define PPI_CHENCLR_CH17_Msk (0x1UL << PPI_CHENCLR_CH17_Pos) /*!< Bit mask of CH17 field. */ 4840*150812a8SEvalZero #define PPI_CHENCLR_CH17_Disabled (0UL) /*!< Read: channel disabled */ 4841*150812a8SEvalZero #define PPI_CHENCLR_CH17_Enabled (1UL) /*!< Read: channel enabled */ 4842*150812a8SEvalZero #define PPI_CHENCLR_CH17_Clear (1UL) /*!< Write: disable channel */ 4843*150812a8SEvalZero 4844*150812a8SEvalZero /* Bit 16 : Channel 16 enable clear register. Writing '0' has no effect */ 4845*150812a8SEvalZero #define PPI_CHENCLR_CH16_Pos (16UL) /*!< Position of CH16 field. */ 4846*150812a8SEvalZero #define PPI_CHENCLR_CH16_Msk (0x1UL << PPI_CHENCLR_CH16_Pos) /*!< Bit mask of CH16 field. */ 4847*150812a8SEvalZero #define PPI_CHENCLR_CH16_Disabled (0UL) /*!< Read: channel disabled */ 4848*150812a8SEvalZero #define PPI_CHENCLR_CH16_Enabled (1UL) /*!< Read: channel enabled */ 4849*150812a8SEvalZero #define PPI_CHENCLR_CH16_Clear (1UL) /*!< Write: disable channel */ 4850*150812a8SEvalZero 4851*150812a8SEvalZero /* Bit 15 : Channel 15 enable clear register. Writing '0' has no effect */ 4852*150812a8SEvalZero #define PPI_CHENCLR_CH15_Pos (15UL) /*!< Position of CH15 field. */ 4853*150812a8SEvalZero #define PPI_CHENCLR_CH15_Msk (0x1UL << PPI_CHENCLR_CH15_Pos) /*!< Bit mask of CH15 field. */ 4854*150812a8SEvalZero #define PPI_CHENCLR_CH15_Disabled (0UL) /*!< Read: channel disabled */ 4855*150812a8SEvalZero #define PPI_CHENCLR_CH15_Enabled (1UL) /*!< Read: channel enabled */ 4856*150812a8SEvalZero #define PPI_CHENCLR_CH15_Clear (1UL) /*!< Write: disable channel */ 4857*150812a8SEvalZero 4858*150812a8SEvalZero /* Bit 14 : Channel 14 enable clear register. Writing '0' has no effect */ 4859*150812a8SEvalZero #define PPI_CHENCLR_CH14_Pos (14UL) /*!< Position of CH14 field. */ 4860*150812a8SEvalZero #define PPI_CHENCLR_CH14_Msk (0x1UL << PPI_CHENCLR_CH14_Pos) /*!< Bit mask of CH14 field. */ 4861*150812a8SEvalZero #define PPI_CHENCLR_CH14_Disabled (0UL) /*!< Read: channel disabled */ 4862*150812a8SEvalZero #define PPI_CHENCLR_CH14_Enabled (1UL) /*!< Read: channel enabled */ 4863*150812a8SEvalZero #define PPI_CHENCLR_CH14_Clear (1UL) /*!< Write: disable channel */ 4864*150812a8SEvalZero 4865*150812a8SEvalZero /* Bit 13 : Channel 13 enable clear register. Writing '0' has no effect */ 4866*150812a8SEvalZero #define PPI_CHENCLR_CH13_Pos (13UL) /*!< Position of CH13 field. */ 4867*150812a8SEvalZero #define PPI_CHENCLR_CH13_Msk (0x1UL << PPI_CHENCLR_CH13_Pos) /*!< Bit mask of CH13 field. */ 4868*150812a8SEvalZero #define PPI_CHENCLR_CH13_Disabled (0UL) /*!< Read: channel disabled */ 4869*150812a8SEvalZero #define PPI_CHENCLR_CH13_Enabled (1UL) /*!< Read: channel enabled */ 4870*150812a8SEvalZero #define PPI_CHENCLR_CH13_Clear (1UL) /*!< Write: disable channel */ 4871*150812a8SEvalZero 4872*150812a8SEvalZero /* Bit 12 : Channel 12 enable clear register. Writing '0' has no effect */ 4873*150812a8SEvalZero #define PPI_CHENCLR_CH12_Pos (12UL) /*!< Position of CH12 field. */ 4874*150812a8SEvalZero #define PPI_CHENCLR_CH12_Msk (0x1UL << PPI_CHENCLR_CH12_Pos) /*!< Bit mask of CH12 field. */ 4875*150812a8SEvalZero #define PPI_CHENCLR_CH12_Disabled (0UL) /*!< Read: channel disabled */ 4876*150812a8SEvalZero #define PPI_CHENCLR_CH12_Enabled (1UL) /*!< Read: channel enabled */ 4877*150812a8SEvalZero #define PPI_CHENCLR_CH12_Clear (1UL) /*!< Write: disable channel */ 4878*150812a8SEvalZero 4879*150812a8SEvalZero /* Bit 11 : Channel 11 enable clear register. Writing '0' has no effect */ 4880*150812a8SEvalZero #define PPI_CHENCLR_CH11_Pos (11UL) /*!< Position of CH11 field. */ 4881*150812a8SEvalZero #define PPI_CHENCLR_CH11_Msk (0x1UL << PPI_CHENCLR_CH11_Pos) /*!< Bit mask of CH11 field. */ 4882*150812a8SEvalZero #define PPI_CHENCLR_CH11_Disabled (0UL) /*!< Read: channel disabled */ 4883*150812a8SEvalZero #define PPI_CHENCLR_CH11_Enabled (1UL) /*!< Read: channel enabled */ 4884*150812a8SEvalZero #define PPI_CHENCLR_CH11_Clear (1UL) /*!< Write: disable channel */ 4885*150812a8SEvalZero 4886*150812a8SEvalZero /* Bit 10 : Channel 10 enable clear register. Writing '0' has no effect */ 4887*150812a8SEvalZero #define PPI_CHENCLR_CH10_Pos (10UL) /*!< Position of CH10 field. */ 4888*150812a8SEvalZero #define PPI_CHENCLR_CH10_Msk (0x1UL << PPI_CHENCLR_CH10_Pos) /*!< Bit mask of CH10 field. */ 4889*150812a8SEvalZero #define PPI_CHENCLR_CH10_Disabled (0UL) /*!< Read: channel disabled */ 4890*150812a8SEvalZero #define PPI_CHENCLR_CH10_Enabled (1UL) /*!< Read: channel enabled */ 4891*150812a8SEvalZero #define PPI_CHENCLR_CH10_Clear (1UL) /*!< Write: disable channel */ 4892*150812a8SEvalZero 4893*150812a8SEvalZero /* Bit 9 : Channel 9 enable clear register. Writing '0' has no effect */ 4894*150812a8SEvalZero #define PPI_CHENCLR_CH9_Pos (9UL) /*!< Position of CH9 field. */ 4895*150812a8SEvalZero #define PPI_CHENCLR_CH9_Msk (0x1UL << PPI_CHENCLR_CH9_Pos) /*!< Bit mask of CH9 field. */ 4896*150812a8SEvalZero #define PPI_CHENCLR_CH9_Disabled (0UL) /*!< Read: channel disabled */ 4897*150812a8SEvalZero #define PPI_CHENCLR_CH9_Enabled (1UL) /*!< Read: channel enabled */ 4898*150812a8SEvalZero #define PPI_CHENCLR_CH9_Clear (1UL) /*!< Write: disable channel */ 4899*150812a8SEvalZero 4900*150812a8SEvalZero /* Bit 8 : Channel 8 enable clear register. Writing '0' has no effect */ 4901*150812a8SEvalZero #define PPI_CHENCLR_CH8_Pos (8UL) /*!< Position of CH8 field. */ 4902*150812a8SEvalZero #define PPI_CHENCLR_CH8_Msk (0x1UL << PPI_CHENCLR_CH8_Pos) /*!< Bit mask of CH8 field. */ 4903*150812a8SEvalZero #define PPI_CHENCLR_CH8_Disabled (0UL) /*!< Read: channel disabled */ 4904*150812a8SEvalZero #define PPI_CHENCLR_CH8_Enabled (1UL) /*!< Read: channel enabled */ 4905*150812a8SEvalZero #define PPI_CHENCLR_CH8_Clear (1UL) /*!< Write: disable channel */ 4906*150812a8SEvalZero 4907*150812a8SEvalZero /* Bit 7 : Channel 7 enable clear register. Writing '0' has no effect */ 4908*150812a8SEvalZero #define PPI_CHENCLR_CH7_Pos (7UL) /*!< Position of CH7 field. */ 4909*150812a8SEvalZero #define PPI_CHENCLR_CH7_Msk (0x1UL << PPI_CHENCLR_CH7_Pos) /*!< Bit mask of CH7 field. */ 4910*150812a8SEvalZero #define PPI_CHENCLR_CH7_Disabled (0UL) /*!< Read: channel disabled */ 4911*150812a8SEvalZero #define PPI_CHENCLR_CH7_Enabled (1UL) /*!< Read: channel enabled */ 4912*150812a8SEvalZero #define PPI_CHENCLR_CH7_Clear (1UL) /*!< Write: disable channel */ 4913*150812a8SEvalZero 4914*150812a8SEvalZero /* Bit 6 : Channel 6 enable clear register. Writing '0' has no effect */ 4915*150812a8SEvalZero #define PPI_CHENCLR_CH6_Pos (6UL) /*!< Position of CH6 field. */ 4916*150812a8SEvalZero #define PPI_CHENCLR_CH6_Msk (0x1UL << PPI_CHENCLR_CH6_Pos) /*!< Bit mask of CH6 field. */ 4917*150812a8SEvalZero #define PPI_CHENCLR_CH6_Disabled (0UL) /*!< Read: channel disabled */ 4918*150812a8SEvalZero #define PPI_CHENCLR_CH6_Enabled (1UL) /*!< Read: channel enabled */ 4919*150812a8SEvalZero #define PPI_CHENCLR_CH6_Clear (1UL) /*!< Write: disable channel */ 4920*150812a8SEvalZero 4921*150812a8SEvalZero /* Bit 5 : Channel 5 enable clear register. Writing '0' has no effect */ 4922*150812a8SEvalZero #define PPI_CHENCLR_CH5_Pos (5UL) /*!< Position of CH5 field. */ 4923*150812a8SEvalZero #define PPI_CHENCLR_CH5_Msk (0x1UL << PPI_CHENCLR_CH5_Pos) /*!< Bit mask of CH5 field. */ 4924*150812a8SEvalZero #define PPI_CHENCLR_CH5_Disabled (0UL) /*!< Read: channel disabled */ 4925*150812a8SEvalZero #define PPI_CHENCLR_CH5_Enabled (1UL) /*!< Read: channel enabled */ 4926*150812a8SEvalZero #define PPI_CHENCLR_CH5_Clear (1UL) /*!< Write: disable channel */ 4927*150812a8SEvalZero 4928*150812a8SEvalZero /* Bit 4 : Channel 4 enable clear register. Writing '0' has no effect */ 4929*150812a8SEvalZero #define PPI_CHENCLR_CH4_Pos (4UL) /*!< Position of CH4 field. */ 4930*150812a8SEvalZero #define PPI_CHENCLR_CH4_Msk (0x1UL << PPI_CHENCLR_CH4_Pos) /*!< Bit mask of CH4 field. */ 4931*150812a8SEvalZero #define PPI_CHENCLR_CH4_Disabled (0UL) /*!< Read: channel disabled */ 4932*150812a8SEvalZero #define PPI_CHENCLR_CH4_Enabled (1UL) /*!< Read: channel enabled */ 4933*150812a8SEvalZero #define PPI_CHENCLR_CH4_Clear (1UL) /*!< Write: disable channel */ 4934*150812a8SEvalZero 4935*150812a8SEvalZero /* Bit 3 : Channel 3 enable clear register. Writing '0' has no effect */ 4936*150812a8SEvalZero #define PPI_CHENCLR_CH3_Pos (3UL) /*!< Position of CH3 field. */ 4937*150812a8SEvalZero #define PPI_CHENCLR_CH3_Msk (0x1UL << PPI_CHENCLR_CH3_Pos) /*!< Bit mask of CH3 field. */ 4938*150812a8SEvalZero #define PPI_CHENCLR_CH3_Disabled (0UL) /*!< Read: channel disabled */ 4939*150812a8SEvalZero #define PPI_CHENCLR_CH3_Enabled (1UL) /*!< Read: channel enabled */ 4940*150812a8SEvalZero #define PPI_CHENCLR_CH3_Clear (1UL) /*!< Write: disable channel */ 4941*150812a8SEvalZero 4942*150812a8SEvalZero /* Bit 2 : Channel 2 enable clear register. Writing '0' has no effect */ 4943*150812a8SEvalZero #define PPI_CHENCLR_CH2_Pos (2UL) /*!< Position of CH2 field. */ 4944*150812a8SEvalZero #define PPI_CHENCLR_CH2_Msk (0x1UL << PPI_CHENCLR_CH2_Pos) /*!< Bit mask of CH2 field. */ 4945*150812a8SEvalZero #define PPI_CHENCLR_CH2_Disabled (0UL) /*!< Read: channel disabled */ 4946*150812a8SEvalZero #define PPI_CHENCLR_CH2_Enabled (1UL) /*!< Read: channel enabled */ 4947*150812a8SEvalZero #define PPI_CHENCLR_CH2_Clear (1UL) /*!< Write: disable channel */ 4948*150812a8SEvalZero 4949*150812a8SEvalZero /* Bit 1 : Channel 1 enable clear register. Writing '0' has no effect */ 4950*150812a8SEvalZero #define PPI_CHENCLR_CH1_Pos (1UL) /*!< Position of CH1 field. */ 4951*150812a8SEvalZero #define PPI_CHENCLR_CH1_Msk (0x1UL << PPI_CHENCLR_CH1_Pos) /*!< Bit mask of CH1 field. */ 4952*150812a8SEvalZero #define PPI_CHENCLR_CH1_Disabled (0UL) /*!< Read: channel disabled */ 4953*150812a8SEvalZero #define PPI_CHENCLR_CH1_Enabled (1UL) /*!< Read: channel enabled */ 4954*150812a8SEvalZero #define PPI_CHENCLR_CH1_Clear (1UL) /*!< Write: disable channel */ 4955*150812a8SEvalZero 4956*150812a8SEvalZero /* Bit 0 : Channel 0 enable clear register. Writing '0' has no effect */ 4957*150812a8SEvalZero #define PPI_CHENCLR_CH0_Pos (0UL) /*!< Position of CH0 field. */ 4958*150812a8SEvalZero #define PPI_CHENCLR_CH0_Msk (0x1UL << PPI_CHENCLR_CH0_Pos) /*!< Bit mask of CH0 field. */ 4959*150812a8SEvalZero #define PPI_CHENCLR_CH0_Disabled (0UL) /*!< Read: channel disabled */ 4960*150812a8SEvalZero #define PPI_CHENCLR_CH0_Enabled (1UL) /*!< Read: channel enabled */ 4961*150812a8SEvalZero #define PPI_CHENCLR_CH0_Clear (1UL) /*!< Write: disable channel */ 4962*150812a8SEvalZero 4963*150812a8SEvalZero /* Register: PPI_CH_EEP */ 4964*150812a8SEvalZero /* Description: Description cluster[n]: Channel n event end-point */ 4965*150812a8SEvalZero 4966*150812a8SEvalZero /* Bits 31..0 : Pointer to event register. Accepts only addresses to registers from the Event group. */ 4967*150812a8SEvalZero #define PPI_CH_EEP_EEP_Pos (0UL) /*!< Position of EEP field. */ 4968*150812a8SEvalZero #define PPI_CH_EEP_EEP_Msk (0xFFFFFFFFUL << PPI_CH_EEP_EEP_Pos) /*!< Bit mask of EEP field. */ 4969*150812a8SEvalZero 4970*150812a8SEvalZero /* Register: PPI_CH_TEP */ 4971*150812a8SEvalZero /* Description: Description cluster[n]: Channel n task end-point */ 4972*150812a8SEvalZero 4973*150812a8SEvalZero /* Bits 31..0 : Pointer to task register. Accepts only addresses to registers from the Task group. */ 4974*150812a8SEvalZero #define PPI_CH_TEP_TEP_Pos (0UL) /*!< Position of TEP field. */ 4975*150812a8SEvalZero #define PPI_CH_TEP_TEP_Msk (0xFFFFFFFFUL << PPI_CH_TEP_TEP_Pos) /*!< Bit mask of TEP field. */ 4976*150812a8SEvalZero 4977*150812a8SEvalZero /* Register: PPI_CHG */ 4978*150812a8SEvalZero /* Description: Description collection[n]: Channel group n */ 4979*150812a8SEvalZero 4980*150812a8SEvalZero /* Bit 31 : Include or exclude channel 31 */ 4981*150812a8SEvalZero #define PPI_CHG_CH31_Pos (31UL) /*!< Position of CH31 field. */ 4982*150812a8SEvalZero #define PPI_CHG_CH31_Msk (0x1UL << PPI_CHG_CH31_Pos) /*!< Bit mask of CH31 field. */ 4983*150812a8SEvalZero #define PPI_CHG_CH31_Excluded (0UL) /*!< Exclude */ 4984*150812a8SEvalZero #define PPI_CHG_CH31_Included (1UL) /*!< Include */ 4985*150812a8SEvalZero 4986*150812a8SEvalZero /* Bit 30 : Include or exclude channel 30 */ 4987*150812a8SEvalZero #define PPI_CHG_CH30_Pos (30UL) /*!< Position of CH30 field. */ 4988*150812a8SEvalZero #define PPI_CHG_CH30_Msk (0x1UL << PPI_CHG_CH30_Pos) /*!< Bit mask of CH30 field. */ 4989*150812a8SEvalZero #define PPI_CHG_CH30_Excluded (0UL) /*!< Exclude */ 4990*150812a8SEvalZero #define PPI_CHG_CH30_Included (1UL) /*!< Include */ 4991*150812a8SEvalZero 4992*150812a8SEvalZero /* Bit 29 : Include or exclude channel 29 */ 4993*150812a8SEvalZero #define PPI_CHG_CH29_Pos (29UL) /*!< Position of CH29 field. */ 4994*150812a8SEvalZero #define PPI_CHG_CH29_Msk (0x1UL << PPI_CHG_CH29_Pos) /*!< Bit mask of CH29 field. */ 4995*150812a8SEvalZero #define PPI_CHG_CH29_Excluded (0UL) /*!< Exclude */ 4996*150812a8SEvalZero #define PPI_CHG_CH29_Included (1UL) /*!< Include */ 4997*150812a8SEvalZero 4998*150812a8SEvalZero /* Bit 28 : Include or exclude channel 28 */ 4999*150812a8SEvalZero #define PPI_CHG_CH28_Pos (28UL) /*!< Position of CH28 field. */ 5000*150812a8SEvalZero #define PPI_CHG_CH28_Msk (0x1UL << PPI_CHG_CH28_Pos) /*!< Bit mask of CH28 field. */ 5001*150812a8SEvalZero #define PPI_CHG_CH28_Excluded (0UL) /*!< Exclude */ 5002*150812a8SEvalZero #define PPI_CHG_CH28_Included (1UL) /*!< Include */ 5003*150812a8SEvalZero 5004*150812a8SEvalZero /* Bit 27 : Include or exclude channel 27 */ 5005*150812a8SEvalZero #define PPI_CHG_CH27_Pos (27UL) /*!< Position of CH27 field. */ 5006*150812a8SEvalZero #define PPI_CHG_CH27_Msk (0x1UL << PPI_CHG_CH27_Pos) /*!< Bit mask of CH27 field. */ 5007*150812a8SEvalZero #define PPI_CHG_CH27_Excluded (0UL) /*!< Exclude */ 5008*150812a8SEvalZero #define PPI_CHG_CH27_Included (1UL) /*!< Include */ 5009*150812a8SEvalZero 5010*150812a8SEvalZero /* Bit 26 : Include or exclude channel 26 */ 5011*150812a8SEvalZero #define PPI_CHG_CH26_Pos (26UL) /*!< Position of CH26 field. */ 5012*150812a8SEvalZero #define PPI_CHG_CH26_Msk (0x1UL << PPI_CHG_CH26_Pos) /*!< Bit mask of CH26 field. */ 5013*150812a8SEvalZero #define PPI_CHG_CH26_Excluded (0UL) /*!< Exclude */ 5014*150812a8SEvalZero #define PPI_CHG_CH26_Included (1UL) /*!< Include */ 5015*150812a8SEvalZero 5016*150812a8SEvalZero /* Bit 25 : Include or exclude channel 25 */ 5017*150812a8SEvalZero #define PPI_CHG_CH25_Pos (25UL) /*!< Position of CH25 field. */ 5018*150812a8SEvalZero #define PPI_CHG_CH25_Msk (0x1UL << PPI_CHG_CH25_Pos) /*!< Bit mask of CH25 field. */ 5019*150812a8SEvalZero #define PPI_CHG_CH25_Excluded (0UL) /*!< Exclude */ 5020*150812a8SEvalZero #define PPI_CHG_CH25_Included (1UL) /*!< Include */ 5021*150812a8SEvalZero 5022*150812a8SEvalZero /* Bit 24 : Include or exclude channel 24 */ 5023*150812a8SEvalZero #define PPI_CHG_CH24_Pos (24UL) /*!< Position of CH24 field. */ 5024*150812a8SEvalZero #define PPI_CHG_CH24_Msk (0x1UL << PPI_CHG_CH24_Pos) /*!< Bit mask of CH24 field. */ 5025*150812a8SEvalZero #define PPI_CHG_CH24_Excluded (0UL) /*!< Exclude */ 5026*150812a8SEvalZero #define PPI_CHG_CH24_Included (1UL) /*!< Include */ 5027*150812a8SEvalZero 5028*150812a8SEvalZero /* Bit 23 : Include or exclude channel 23 */ 5029*150812a8SEvalZero #define PPI_CHG_CH23_Pos (23UL) /*!< Position of CH23 field. */ 5030*150812a8SEvalZero #define PPI_CHG_CH23_Msk (0x1UL << PPI_CHG_CH23_Pos) /*!< Bit mask of CH23 field. */ 5031*150812a8SEvalZero #define PPI_CHG_CH23_Excluded (0UL) /*!< Exclude */ 5032*150812a8SEvalZero #define PPI_CHG_CH23_Included (1UL) /*!< Include */ 5033*150812a8SEvalZero 5034*150812a8SEvalZero /* Bit 22 : Include or exclude channel 22 */ 5035*150812a8SEvalZero #define PPI_CHG_CH22_Pos (22UL) /*!< Position of CH22 field. */ 5036*150812a8SEvalZero #define PPI_CHG_CH22_Msk (0x1UL << PPI_CHG_CH22_Pos) /*!< Bit mask of CH22 field. */ 5037*150812a8SEvalZero #define PPI_CHG_CH22_Excluded (0UL) /*!< Exclude */ 5038*150812a8SEvalZero #define PPI_CHG_CH22_Included (1UL) /*!< Include */ 5039*150812a8SEvalZero 5040*150812a8SEvalZero /* Bit 21 : Include or exclude channel 21 */ 5041*150812a8SEvalZero #define PPI_CHG_CH21_Pos (21UL) /*!< Position of CH21 field. */ 5042*150812a8SEvalZero #define PPI_CHG_CH21_Msk (0x1UL << PPI_CHG_CH21_Pos) /*!< Bit mask of CH21 field. */ 5043*150812a8SEvalZero #define PPI_CHG_CH21_Excluded (0UL) /*!< Exclude */ 5044*150812a8SEvalZero #define PPI_CHG_CH21_Included (1UL) /*!< Include */ 5045*150812a8SEvalZero 5046*150812a8SEvalZero /* Bit 20 : Include or exclude channel 20 */ 5047*150812a8SEvalZero #define PPI_CHG_CH20_Pos (20UL) /*!< Position of CH20 field. */ 5048*150812a8SEvalZero #define PPI_CHG_CH20_Msk (0x1UL << PPI_CHG_CH20_Pos) /*!< Bit mask of CH20 field. */ 5049*150812a8SEvalZero #define PPI_CHG_CH20_Excluded (0UL) /*!< Exclude */ 5050*150812a8SEvalZero #define PPI_CHG_CH20_Included (1UL) /*!< Include */ 5051*150812a8SEvalZero 5052*150812a8SEvalZero /* Bit 19 : Include or exclude channel 19 */ 5053*150812a8SEvalZero #define PPI_CHG_CH19_Pos (19UL) /*!< Position of CH19 field. */ 5054*150812a8SEvalZero #define PPI_CHG_CH19_Msk (0x1UL << PPI_CHG_CH19_Pos) /*!< Bit mask of CH19 field. */ 5055*150812a8SEvalZero #define PPI_CHG_CH19_Excluded (0UL) /*!< Exclude */ 5056*150812a8SEvalZero #define PPI_CHG_CH19_Included (1UL) /*!< Include */ 5057*150812a8SEvalZero 5058*150812a8SEvalZero /* Bit 18 : Include or exclude channel 18 */ 5059*150812a8SEvalZero #define PPI_CHG_CH18_Pos (18UL) /*!< Position of CH18 field. */ 5060*150812a8SEvalZero #define PPI_CHG_CH18_Msk (0x1UL << PPI_CHG_CH18_Pos) /*!< Bit mask of CH18 field. */ 5061*150812a8SEvalZero #define PPI_CHG_CH18_Excluded (0UL) /*!< Exclude */ 5062*150812a8SEvalZero #define PPI_CHG_CH18_Included (1UL) /*!< Include */ 5063*150812a8SEvalZero 5064*150812a8SEvalZero /* Bit 17 : Include or exclude channel 17 */ 5065*150812a8SEvalZero #define PPI_CHG_CH17_Pos (17UL) /*!< Position of CH17 field. */ 5066*150812a8SEvalZero #define PPI_CHG_CH17_Msk (0x1UL << PPI_CHG_CH17_Pos) /*!< Bit mask of CH17 field. */ 5067*150812a8SEvalZero #define PPI_CHG_CH17_Excluded (0UL) /*!< Exclude */ 5068*150812a8SEvalZero #define PPI_CHG_CH17_Included (1UL) /*!< Include */ 5069*150812a8SEvalZero 5070*150812a8SEvalZero /* Bit 16 : Include or exclude channel 16 */ 5071*150812a8SEvalZero #define PPI_CHG_CH16_Pos (16UL) /*!< Position of CH16 field. */ 5072*150812a8SEvalZero #define PPI_CHG_CH16_Msk (0x1UL << PPI_CHG_CH16_Pos) /*!< Bit mask of CH16 field. */ 5073*150812a8SEvalZero #define PPI_CHG_CH16_Excluded (0UL) /*!< Exclude */ 5074*150812a8SEvalZero #define PPI_CHG_CH16_Included (1UL) /*!< Include */ 5075*150812a8SEvalZero 5076*150812a8SEvalZero /* Bit 15 : Include or exclude channel 15 */ 5077*150812a8SEvalZero #define PPI_CHG_CH15_Pos (15UL) /*!< Position of CH15 field. */ 5078*150812a8SEvalZero #define PPI_CHG_CH15_Msk (0x1UL << PPI_CHG_CH15_Pos) /*!< Bit mask of CH15 field. */ 5079*150812a8SEvalZero #define PPI_CHG_CH15_Excluded (0UL) /*!< Exclude */ 5080*150812a8SEvalZero #define PPI_CHG_CH15_Included (1UL) /*!< Include */ 5081*150812a8SEvalZero 5082*150812a8SEvalZero /* Bit 14 : Include or exclude channel 14 */ 5083*150812a8SEvalZero #define PPI_CHG_CH14_Pos (14UL) /*!< Position of CH14 field. */ 5084*150812a8SEvalZero #define PPI_CHG_CH14_Msk (0x1UL << PPI_CHG_CH14_Pos) /*!< Bit mask of CH14 field. */ 5085*150812a8SEvalZero #define PPI_CHG_CH14_Excluded (0UL) /*!< Exclude */ 5086*150812a8SEvalZero #define PPI_CHG_CH14_Included (1UL) /*!< Include */ 5087*150812a8SEvalZero 5088*150812a8SEvalZero /* Bit 13 : Include or exclude channel 13 */ 5089*150812a8SEvalZero #define PPI_CHG_CH13_Pos (13UL) /*!< Position of CH13 field. */ 5090*150812a8SEvalZero #define PPI_CHG_CH13_Msk (0x1UL << PPI_CHG_CH13_Pos) /*!< Bit mask of CH13 field. */ 5091*150812a8SEvalZero #define PPI_CHG_CH13_Excluded (0UL) /*!< Exclude */ 5092*150812a8SEvalZero #define PPI_CHG_CH13_Included (1UL) /*!< Include */ 5093*150812a8SEvalZero 5094*150812a8SEvalZero /* Bit 12 : Include or exclude channel 12 */ 5095*150812a8SEvalZero #define PPI_CHG_CH12_Pos (12UL) /*!< Position of CH12 field. */ 5096*150812a8SEvalZero #define PPI_CHG_CH12_Msk (0x1UL << PPI_CHG_CH12_Pos) /*!< Bit mask of CH12 field. */ 5097*150812a8SEvalZero #define PPI_CHG_CH12_Excluded (0UL) /*!< Exclude */ 5098*150812a8SEvalZero #define PPI_CHG_CH12_Included (1UL) /*!< Include */ 5099*150812a8SEvalZero 5100*150812a8SEvalZero /* Bit 11 : Include or exclude channel 11 */ 5101*150812a8SEvalZero #define PPI_CHG_CH11_Pos (11UL) /*!< Position of CH11 field. */ 5102*150812a8SEvalZero #define PPI_CHG_CH11_Msk (0x1UL << PPI_CHG_CH11_Pos) /*!< Bit mask of CH11 field. */ 5103*150812a8SEvalZero #define PPI_CHG_CH11_Excluded (0UL) /*!< Exclude */ 5104*150812a8SEvalZero #define PPI_CHG_CH11_Included (1UL) /*!< Include */ 5105*150812a8SEvalZero 5106*150812a8SEvalZero /* Bit 10 : Include or exclude channel 10 */ 5107*150812a8SEvalZero #define PPI_CHG_CH10_Pos (10UL) /*!< Position of CH10 field. */ 5108*150812a8SEvalZero #define PPI_CHG_CH10_Msk (0x1UL << PPI_CHG_CH10_Pos) /*!< Bit mask of CH10 field. */ 5109*150812a8SEvalZero #define PPI_CHG_CH10_Excluded (0UL) /*!< Exclude */ 5110*150812a8SEvalZero #define PPI_CHG_CH10_Included (1UL) /*!< Include */ 5111*150812a8SEvalZero 5112*150812a8SEvalZero /* Bit 9 : Include or exclude channel 9 */ 5113*150812a8SEvalZero #define PPI_CHG_CH9_Pos (9UL) /*!< Position of CH9 field. */ 5114*150812a8SEvalZero #define PPI_CHG_CH9_Msk (0x1UL << PPI_CHG_CH9_Pos) /*!< Bit mask of CH9 field. */ 5115*150812a8SEvalZero #define PPI_CHG_CH9_Excluded (0UL) /*!< Exclude */ 5116*150812a8SEvalZero #define PPI_CHG_CH9_Included (1UL) /*!< Include */ 5117*150812a8SEvalZero 5118*150812a8SEvalZero /* Bit 8 : Include or exclude channel 8 */ 5119*150812a8SEvalZero #define PPI_CHG_CH8_Pos (8UL) /*!< Position of CH8 field. */ 5120*150812a8SEvalZero #define PPI_CHG_CH8_Msk (0x1UL << PPI_CHG_CH8_Pos) /*!< Bit mask of CH8 field. */ 5121*150812a8SEvalZero #define PPI_CHG_CH8_Excluded (0UL) /*!< Exclude */ 5122*150812a8SEvalZero #define PPI_CHG_CH8_Included (1UL) /*!< Include */ 5123*150812a8SEvalZero 5124*150812a8SEvalZero /* Bit 7 : Include or exclude channel 7 */ 5125*150812a8SEvalZero #define PPI_CHG_CH7_Pos (7UL) /*!< Position of CH7 field. */ 5126*150812a8SEvalZero #define PPI_CHG_CH7_Msk (0x1UL << PPI_CHG_CH7_Pos) /*!< Bit mask of CH7 field. */ 5127*150812a8SEvalZero #define PPI_CHG_CH7_Excluded (0UL) /*!< Exclude */ 5128*150812a8SEvalZero #define PPI_CHG_CH7_Included (1UL) /*!< Include */ 5129*150812a8SEvalZero 5130*150812a8SEvalZero /* Bit 6 : Include or exclude channel 6 */ 5131*150812a8SEvalZero #define PPI_CHG_CH6_Pos (6UL) /*!< Position of CH6 field. */ 5132*150812a8SEvalZero #define PPI_CHG_CH6_Msk (0x1UL << PPI_CHG_CH6_Pos) /*!< Bit mask of CH6 field. */ 5133*150812a8SEvalZero #define PPI_CHG_CH6_Excluded (0UL) /*!< Exclude */ 5134*150812a8SEvalZero #define PPI_CHG_CH6_Included (1UL) /*!< Include */ 5135*150812a8SEvalZero 5136*150812a8SEvalZero /* Bit 5 : Include or exclude channel 5 */ 5137*150812a8SEvalZero #define PPI_CHG_CH5_Pos (5UL) /*!< Position of CH5 field. */ 5138*150812a8SEvalZero #define PPI_CHG_CH5_Msk (0x1UL << PPI_CHG_CH5_Pos) /*!< Bit mask of CH5 field. */ 5139*150812a8SEvalZero #define PPI_CHG_CH5_Excluded (0UL) /*!< Exclude */ 5140*150812a8SEvalZero #define PPI_CHG_CH5_Included (1UL) /*!< Include */ 5141*150812a8SEvalZero 5142*150812a8SEvalZero /* Bit 4 : Include or exclude channel 4 */ 5143*150812a8SEvalZero #define PPI_CHG_CH4_Pos (4UL) /*!< Position of CH4 field. */ 5144*150812a8SEvalZero #define PPI_CHG_CH4_Msk (0x1UL << PPI_CHG_CH4_Pos) /*!< Bit mask of CH4 field. */ 5145*150812a8SEvalZero #define PPI_CHG_CH4_Excluded (0UL) /*!< Exclude */ 5146*150812a8SEvalZero #define PPI_CHG_CH4_Included (1UL) /*!< Include */ 5147*150812a8SEvalZero 5148*150812a8SEvalZero /* Bit 3 : Include or exclude channel 3 */ 5149*150812a8SEvalZero #define PPI_CHG_CH3_Pos (3UL) /*!< Position of CH3 field. */ 5150*150812a8SEvalZero #define PPI_CHG_CH3_Msk (0x1UL << PPI_CHG_CH3_Pos) /*!< Bit mask of CH3 field. */ 5151*150812a8SEvalZero #define PPI_CHG_CH3_Excluded (0UL) /*!< Exclude */ 5152*150812a8SEvalZero #define PPI_CHG_CH3_Included (1UL) /*!< Include */ 5153*150812a8SEvalZero 5154*150812a8SEvalZero /* Bit 2 : Include or exclude channel 2 */ 5155*150812a8SEvalZero #define PPI_CHG_CH2_Pos (2UL) /*!< Position of CH2 field. */ 5156*150812a8SEvalZero #define PPI_CHG_CH2_Msk (0x1UL << PPI_CHG_CH2_Pos) /*!< Bit mask of CH2 field. */ 5157*150812a8SEvalZero #define PPI_CHG_CH2_Excluded (0UL) /*!< Exclude */ 5158*150812a8SEvalZero #define PPI_CHG_CH2_Included (1UL) /*!< Include */ 5159*150812a8SEvalZero 5160*150812a8SEvalZero /* Bit 1 : Include or exclude channel 1 */ 5161*150812a8SEvalZero #define PPI_CHG_CH1_Pos (1UL) /*!< Position of CH1 field. */ 5162*150812a8SEvalZero #define PPI_CHG_CH1_Msk (0x1UL << PPI_CHG_CH1_Pos) /*!< Bit mask of CH1 field. */ 5163*150812a8SEvalZero #define PPI_CHG_CH1_Excluded (0UL) /*!< Exclude */ 5164*150812a8SEvalZero #define PPI_CHG_CH1_Included (1UL) /*!< Include */ 5165*150812a8SEvalZero 5166*150812a8SEvalZero /* Bit 0 : Include or exclude channel 0 */ 5167*150812a8SEvalZero #define PPI_CHG_CH0_Pos (0UL) /*!< Position of CH0 field. */ 5168*150812a8SEvalZero #define PPI_CHG_CH0_Msk (0x1UL << PPI_CHG_CH0_Pos) /*!< Bit mask of CH0 field. */ 5169*150812a8SEvalZero #define PPI_CHG_CH0_Excluded (0UL) /*!< Exclude */ 5170*150812a8SEvalZero #define PPI_CHG_CH0_Included (1UL) /*!< Include */ 5171*150812a8SEvalZero 5172*150812a8SEvalZero /* Register: PPI_FORK_TEP */ 5173*150812a8SEvalZero /* Description: Description cluster[n]: Channel n task end-point */ 5174*150812a8SEvalZero 5175*150812a8SEvalZero /* Bits 31..0 : Pointer to task register */ 5176*150812a8SEvalZero #define PPI_FORK_TEP_TEP_Pos (0UL) /*!< Position of TEP field. */ 5177*150812a8SEvalZero #define PPI_FORK_TEP_TEP_Msk (0xFFFFFFFFUL << PPI_FORK_TEP_TEP_Pos) /*!< Bit mask of TEP field. */ 5178*150812a8SEvalZero 5179*150812a8SEvalZero 5180*150812a8SEvalZero /* Peripheral: PWM */ 5181*150812a8SEvalZero /* Description: Pulse width modulation unit */ 5182*150812a8SEvalZero 5183*150812a8SEvalZero /* Register: PWM_TASKS_STOP */ 5184*150812a8SEvalZero /* Description: Stops PWM pulse generation on all channels at the end of current PWM period, and stops sequence playback */ 5185*150812a8SEvalZero 5186*150812a8SEvalZero /* Bit 0 : */ 5187*150812a8SEvalZero #define PWM_TASKS_STOP_TASKS_STOP_Pos (0UL) /*!< Position of TASKS_STOP field. */ 5188*150812a8SEvalZero #define PWM_TASKS_STOP_TASKS_STOP_Msk (0x1UL << PWM_TASKS_STOP_TASKS_STOP_Pos) /*!< Bit mask of TASKS_STOP field. */ 5189*150812a8SEvalZero 5190*150812a8SEvalZero /* Register: PWM_TASKS_SEQSTART */ 5191*150812a8SEvalZero /* Description: Description collection[n]: Loads the first PWM value on all enabled channels from sequence n, and starts playing that sequence at the rate defined in SEQ[n]REFRESH and/or DECODER.MODE. Causes PWM generation to start if not running. */ 5192*150812a8SEvalZero 5193*150812a8SEvalZero /* Bit 0 : */ 5194*150812a8SEvalZero #define PWM_TASKS_SEQSTART_TASKS_SEQSTART_Pos (0UL) /*!< Position of TASKS_SEQSTART field. */ 5195*150812a8SEvalZero #define PWM_TASKS_SEQSTART_TASKS_SEQSTART_Msk (0x1UL << PWM_TASKS_SEQSTART_TASKS_SEQSTART_Pos) /*!< Bit mask of TASKS_SEQSTART field. */ 5196*150812a8SEvalZero 5197*150812a8SEvalZero /* Register: PWM_TASKS_NEXTSTEP */ 5198*150812a8SEvalZero /* Description: Steps by one value in the current sequence on all enabled channels if DECODER.MODE=NextStep. Does not cause PWM generation to start if not running. */ 5199*150812a8SEvalZero 5200*150812a8SEvalZero /* Bit 0 : */ 5201*150812a8SEvalZero #define PWM_TASKS_NEXTSTEP_TASKS_NEXTSTEP_Pos (0UL) /*!< Position of TASKS_NEXTSTEP field. */ 5202*150812a8SEvalZero #define PWM_TASKS_NEXTSTEP_TASKS_NEXTSTEP_Msk (0x1UL << PWM_TASKS_NEXTSTEP_TASKS_NEXTSTEP_Pos) /*!< Bit mask of TASKS_NEXTSTEP field. */ 5203*150812a8SEvalZero 5204*150812a8SEvalZero /* Register: PWM_EVENTS_STOPPED */ 5205*150812a8SEvalZero /* Description: Response to STOP task, emitted when PWM pulses are no longer generated */ 5206*150812a8SEvalZero 5207*150812a8SEvalZero /* Bit 0 : */ 5208*150812a8SEvalZero #define PWM_EVENTS_STOPPED_EVENTS_STOPPED_Pos (0UL) /*!< Position of EVENTS_STOPPED field. */ 5209*150812a8SEvalZero #define PWM_EVENTS_STOPPED_EVENTS_STOPPED_Msk (0x1UL << PWM_EVENTS_STOPPED_EVENTS_STOPPED_Pos) /*!< Bit mask of EVENTS_STOPPED field. */ 5210*150812a8SEvalZero 5211*150812a8SEvalZero /* Register: PWM_EVENTS_SEQSTARTED */ 5212*150812a8SEvalZero /* Description: Description collection[n]: First PWM period started on sequence n */ 5213*150812a8SEvalZero 5214*150812a8SEvalZero /* Bit 0 : */ 5215*150812a8SEvalZero #define PWM_EVENTS_SEQSTARTED_EVENTS_SEQSTARTED_Pos (0UL) /*!< Position of EVENTS_SEQSTARTED field. */ 5216*150812a8SEvalZero #define PWM_EVENTS_SEQSTARTED_EVENTS_SEQSTARTED_Msk (0x1UL << PWM_EVENTS_SEQSTARTED_EVENTS_SEQSTARTED_Pos) /*!< Bit mask of EVENTS_SEQSTARTED field. */ 5217*150812a8SEvalZero 5218*150812a8SEvalZero /* Register: PWM_EVENTS_SEQEND */ 5219*150812a8SEvalZero /* Description: Description collection[n]: Emitted at end of every sequence n, when last value from RAM has been applied to wave counter */ 5220*150812a8SEvalZero 5221*150812a8SEvalZero /* Bit 0 : */ 5222*150812a8SEvalZero #define PWM_EVENTS_SEQEND_EVENTS_SEQEND_Pos (0UL) /*!< Position of EVENTS_SEQEND field. */ 5223*150812a8SEvalZero #define PWM_EVENTS_SEQEND_EVENTS_SEQEND_Msk (0x1UL << PWM_EVENTS_SEQEND_EVENTS_SEQEND_Pos) /*!< Bit mask of EVENTS_SEQEND field. */ 5224*150812a8SEvalZero 5225*150812a8SEvalZero /* Register: PWM_EVENTS_PWMPERIODEND */ 5226*150812a8SEvalZero /* Description: Emitted at the end of each PWM period */ 5227*150812a8SEvalZero 5228*150812a8SEvalZero /* Bit 0 : */ 5229*150812a8SEvalZero #define PWM_EVENTS_PWMPERIODEND_EVENTS_PWMPERIODEND_Pos (0UL) /*!< Position of EVENTS_PWMPERIODEND field. */ 5230*150812a8SEvalZero #define PWM_EVENTS_PWMPERIODEND_EVENTS_PWMPERIODEND_Msk (0x1UL << PWM_EVENTS_PWMPERIODEND_EVENTS_PWMPERIODEND_Pos) /*!< Bit mask of EVENTS_PWMPERIODEND field. */ 5231*150812a8SEvalZero 5232*150812a8SEvalZero /* Register: PWM_EVENTS_LOOPSDONE */ 5233*150812a8SEvalZero /* Description: Concatenated sequences have been played the amount of times defined in LOOP.CNT */ 5234*150812a8SEvalZero 5235*150812a8SEvalZero /* Bit 0 : */ 5236*150812a8SEvalZero #define PWM_EVENTS_LOOPSDONE_EVENTS_LOOPSDONE_Pos (0UL) /*!< Position of EVENTS_LOOPSDONE field. */ 5237*150812a8SEvalZero #define PWM_EVENTS_LOOPSDONE_EVENTS_LOOPSDONE_Msk (0x1UL << PWM_EVENTS_LOOPSDONE_EVENTS_LOOPSDONE_Pos) /*!< Bit mask of EVENTS_LOOPSDONE field. */ 5238*150812a8SEvalZero 5239*150812a8SEvalZero /* Register: PWM_SHORTS */ 5240*150812a8SEvalZero /* Description: Shortcut register */ 5241*150812a8SEvalZero 5242*150812a8SEvalZero /* Bit 4 : Shortcut between LOOPSDONE event and STOP task */ 5243*150812a8SEvalZero #define PWM_SHORTS_LOOPSDONE_STOP_Pos (4UL) /*!< Position of LOOPSDONE_STOP field. */ 5244*150812a8SEvalZero #define PWM_SHORTS_LOOPSDONE_STOP_Msk (0x1UL << PWM_SHORTS_LOOPSDONE_STOP_Pos) /*!< Bit mask of LOOPSDONE_STOP field. */ 5245*150812a8SEvalZero #define PWM_SHORTS_LOOPSDONE_STOP_Disabled (0UL) /*!< Disable shortcut */ 5246*150812a8SEvalZero #define PWM_SHORTS_LOOPSDONE_STOP_Enabled (1UL) /*!< Enable shortcut */ 5247*150812a8SEvalZero 5248*150812a8SEvalZero /* Bit 3 : Shortcut between LOOPSDONE event and SEQSTART[1] task */ 5249*150812a8SEvalZero #define PWM_SHORTS_LOOPSDONE_SEQSTART1_Pos (3UL) /*!< Position of LOOPSDONE_SEQSTART1 field. */ 5250*150812a8SEvalZero #define PWM_SHORTS_LOOPSDONE_SEQSTART1_Msk (0x1UL << PWM_SHORTS_LOOPSDONE_SEQSTART1_Pos) /*!< Bit mask of LOOPSDONE_SEQSTART1 field. */ 5251*150812a8SEvalZero #define PWM_SHORTS_LOOPSDONE_SEQSTART1_Disabled (0UL) /*!< Disable shortcut */ 5252*150812a8SEvalZero #define PWM_SHORTS_LOOPSDONE_SEQSTART1_Enabled (1UL) /*!< Enable shortcut */ 5253*150812a8SEvalZero 5254*150812a8SEvalZero /* Bit 2 : Shortcut between LOOPSDONE event and SEQSTART[0] task */ 5255*150812a8SEvalZero #define PWM_SHORTS_LOOPSDONE_SEQSTART0_Pos (2UL) /*!< Position of LOOPSDONE_SEQSTART0 field. */ 5256*150812a8SEvalZero #define PWM_SHORTS_LOOPSDONE_SEQSTART0_Msk (0x1UL << PWM_SHORTS_LOOPSDONE_SEQSTART0_Pos) /*!< Bit mask of LOOPSDONE_SEQSTART0 field. */ 5257*150812a8SEvalZero #define PWM_SHORTS_LOOPSDONE_SEQSTART0_Disabled (0UL) /*!< Disable shortcut */ 5258*150812a8SEvalZero #define PWM_SHORTS_LOOPSDONE_SEQSTART0_Enabled (1UL) /*!< Enable shortcut */ 5259*150812a8SEvalZero 5260*150812a8SEvalZero /* Bit 1 : Shortcut between SEQEND[1] event and STOP task */ 5261*150812a8SEvalZero #define PWM_SHORTS_SEQEND1_STOP_Pos (1UL) /*!< Position of SEQEND1_STOP field. */ 5262*150812a8SEvalZero #define PWM_SHORTS_SEQEND1_STOP_Msk (0x1UL << PWM_SHORTS_SEQEND1_STOP_Pos) /*!< Bit mask of SEQEND1_STOP field. */ 5263*150812a8SEvalZero #define PWM_SHORTS_SEQEND1_STOP_Disabled (0UL) /*!< Disable shortcut */ 5264*150812a8SEvalZero #define PWM_SHORTS_SEQEND1_STOP_Enabled (1UL) /*!< Enable shortcut */ 5265*150812a8SEvalZero 5266*150812a8SEvalZero /* Bit 0 : Shortcut between SEQEND[0] event and STOP task */ 5267*150812a8SEvalZero #define PWM_SHORTS_SEQEND0_STOP_Pos (0UL) /*!< Position of SEQEND0_STOP field. */ 5268*150812a8SEvalZero #define PWM_SHORTS_SEQEND0_STOP_Msk (0x1UL << PWM_SHORTS_SEQEND0_STOP_Pos) /*!< Bit mask of SEQEND0_STOP field. */ 5269*150812a8SEvalZero #define PWM_SHORTS_SEQEND0_STOP_Disabled (0UL) /*!< Disable shortcut */ 5270*150812a8SEvalZero #define PWM_SHORTS_SEQEND0_STOP_Enabled (1UL) /*!< Enable shortcut */ 5271*150812a8SEvalZero 5272*150812a8SEvalZero /* Register: PWM_INTEN */ 5273*150812a8SEvalZero /* Description: Enable or disable interrupt */ 5274*150812a8SEvalZero 5275*150812a8SEvalZero /* Bit 7 : Enable or disable interrupt for LOOPSDONE event */ 5276*150812a8SEvalZero #define PWM_INTEN_LOOPSDONE_Pos (7UL) /*!< Position of LOOPSDONE field. */ 5277*150812a8SEvalZero #define PWM_INTEN_LOOPSDONE_Msk (0x1UL << PWM_INTEN_LOOPSDONE_Pos) /*!< Bit mask of LOOPSDONE field. */ 5278*150812a8SEvalZero #define PWM_INTEN_LOOPSDONE_Disabled (0UL) /*!< Disable */ 5279*150812a8SEvalZero #define PWM_INTEN_LOOPSDONE_Enabled (1UL) /*!< Enable */ 5280*150812a8SEvalZero 5281*150812a8SEvalZero /* Bit 6 : Enable or disable interrupt for PWMPERIODEND event */ 5282*150812a8SEvalZero #define PWM_INTEN_PWMPERIODEND_Pos (6UL) /*!< Position of PWMPERIODEND field. */ 5283*150812a8SEvalZero #define PWM_INTEN_PWMPERIODEND_Msk (0x1UL << PWM_INTEN_PWMPERIODEND_Pos) /*!< Bit mask of PWMPERIODEND field. */ 5284*150812a8SEvalZero #define PWM_INTEN_PWMPERIODEND_Disabled (0UL) /*!< Disable */ 5285*150812a8SEvalZero #define PWM_INTEN_PWMPERIODEND_Enabled (1UL) /*!< Enable */ 5286*150812a8SEvalZero 5287*150812a8SEvalZero /* Bit 5 : Enable or disable interrupt for SEQEND[1] event */ 5288*150812a8SEvalZero #define PWM_INTEN_SEQEND1_Pos (5UL) /*!< Position of SEQEND1 field. */ 5289*150812a8SEvalZero #define PWM_INTEN_SEQEND1_Msk (0x1UL << PWM_INTEN_SEQEND1_Pos) /*!< Bit mask of SEQEND1 field. */ 5290*150812a8SEvalZero #define PWM_INTEN_SEQEND1_Disabled (0UL) /*!< Disable */ 5291*150812a8SEvalZero #define PWM_INTEN_SEQEND1_Enabled (1UL) /*!< Enable */ 5292*150812a8SEvalZero 5293*150812a8SEvalZero /* Bit 4 : Enable or disable interrupt for SEQEND[0] event */ 5294*150812a8SEvalZero #define PWM_INTEN_SEQEND0_Pos (4UL) /*!< Position of SEQEND0 field. */ 5295*150812a8SEvalZero #define PWM_INTEN_SEQEND0_Msk (0x1UL << PWM_INTEN_SEQEND0_Pos) /*!< Bit mask of SEQEND0 field. */ 5296*150812a8SEvalZero #define PWM_INTEN_SEQEND0_Disabled (0UL) /*!< Disable */ 5297*150812a8SEvalZero #define PWM_INTEN_SEQEND0_Enabled (1UL) /*!< Enable */ 5298*150812a8SEvalZero 5299*150812a8SEvalZero /* Bit 3 : Enable or disable interrupt for SEQSTARTED[1] event */ 5300*150812a8SEvalZero #define PWM_INTEN_SEQSTARTED1_Pos (3UL) /*!< Position of SEQSTARTED1 field. */ 5301*150812a8SEvalZero #define PWM_INTEN_SEQSTARTED1_Msk (0x1UL << PWM_INTEN_SEQSTARTED1_Pos) /*!< Bit mask of SEQSTARTED1 field. */ 5302*150812a8SEvalZero #define PWM_INTEN_SEQSTARTED1_Disabled (0UL) /*!< Disable */ 5303*150812a8SEvalZero #define PWM_INTEN_SEQSTARTED1_Enabled (1UL) /*!< Enable */ 5304*150812a8SEvalZero 5305*150812a8SEvalZero /* Bit 2 : Enable or disable interrupt for SEQSTARTED[0] event */ 5306*150812a8SEvalZero #define PWM_INTEN_SEQSTARTED0_Pos (2UL) /*!< Position of SEQSTARTED0 field. */ 5307*150812a8SEvalZero #define PWM_INTEN_SEQSTARTED0_Msk (0x1UL << PWM_INTEN_SEQSTARTED0_Pos) /*!< Bit mask of SEQSTARTED0 field. */ 5308*150812a8SEvalZero #define PWM_INTEN_SEQSTARTED0_Disabled (0UL) /*!< Disable */ 5309*150812a8SEvalZero #define PWM_INTEN_SEQSTARTED0_Enabled (1UL) /*!< Enable */ 5310*150812a8SEvalZero 5311*150812a8SEvalZero /* Bit 1 : Enable or disable interrupt for STOPPED event */ 5312*150812a8SEvalZero #define PWM_INTEN_STOPPED_Pos (1UL) /*!< Position of STOPPED field. */ 5313*150812a8SEvalZero #define PWM_INTEN_STOPPED_Msk (0x1UL << PWM_INTEN_STOPPED_Pos) /*!< Bit mask of STOPPED field. */ 5314*150812a8SEvalZero #define PWM_INTEN_STOPPED_Disabled (0UL) /*!< Disable */ 5315*150812a8SEvalZero #define PWM_INTEN_STOPPED_Enabled (1UL) /*!< Enable */ 5316*150812a8SEvalZero 5317*150812a8SEvalZero /* Register: PWM_INTENSET */ 5318*150812a8SEvalZero /* Description: Enable interrupt */ 5319*150812a8SEvalZero 5320*150812a8SEvalZero /* Bit 7 : Write '1' to enable interrupt for LOOPSDONE event */ 5321*150812a8SEvalZero #define PWM_INTENSET_LOOPSDONE_Pos (7UL) /*!< Position of LOOPSDONE field. */ 5322*150812a8SEvalZero #define PWM_INTENSET_LOOPSDONE_Msk (0x1UL << PWM_INTENSET_LOOPSDONE_Pos) /*!< Bit mask of LOOPSDONE field. */ 5323*150812a8SEvalZero #define PWM_INTENSET_LOOPSDONE_Disabled (0UL) /*!< Read: Disabled */ 5324*150812a8SEvalZero #define PWM_INTENSET_LOOPSDONE_Enabled (1UL) /*!< Read: Enabled */ 5325*150812a8SEvalZero #define PWM_INTENSET_LOOPSDONE_Set (1UL) /*!< Enable */ 5326*150812a8SEvalZero 5327*150812a8SEvalZero /* Bit 6 : Write '1' to enable interrupt for PWMPERIODEND event */ 5328*150812a8SEvalZero #define PWM_INTENSET_PWMPERIODEND_Pos (6UL) /*!< Position of PWMPERIODEND field. */ 5329*150812a8SEvalZero #define PWM_INTENSET_PWMPERIODEND_Msk (0x1UL << PWM_INTENSET_PWMPERIODEND_Pos) /*!< Bit mask of PWMPERIODEND field. */ 5330*150812a8SEvalZero #define PWM_INTENSET_PWMPERIODEND_Disabled (0UL) /*!< Read: Disabled */ 5331*150812a8SEvalZero #define PWM_INTENSET_PWMPERIODEND_Enabled (1UL) /*!< Read: Enabled */ 5332*150812a8SEvalZero #define PWM_INTENSET_PWMPERIODEND_Set (1UL) /*!< Enable */ 5333*150812a8SEvalZero 5334*150812a8SEvalZero /* Bit 5 : Write '1' to enable interrupt for SEQEND[1] event */ 5335*150812a8SEvalZero #define PWM_INTENSET_SEQEND1_Pos (5UL) /*!< Position of SEQEND1 field. */ 5336*150812a8SEvalZero #define PWM_INTENSET_SEQEND1_Msk (0x1UL << PWM_INTENSET_SEQEND1_Pos) /*!< Bit mask of SEQEND1 field. */ 5337*150812a8SEvalZero #define PWM_INTENSET_SEQEND1_Disabled (0UL) /*!< Read: Disabled */ 5338*150812a8SEvalZero #define PWM_INTENSET_SEQEND1_Enabled (1UL) /*!< Read: Enabled */ 5339*150812a8SEvalZero #define PWM_INTENSET_SEQEND1_Set (1UL) /*!< Enable */ 5340*150812a8SEvalZero 5341*150812a8SEvalZero /* Bit 4 : Write '1' to enable interrupt for SEQEND[0] event */ 5342*150812a8SEvalZero #define PWM_INTENSET_SEQEND0_Pos (4UL) /*!< Position of SEQEND0 field. */ 5343*150812a8SEvalZero #define PWM_INTENSET_SEQEND0_Msk (0x1UL << PWM_INTENSET_SEQEND0_Pos) /*!< Bit mask of SEQEND0 field. */ 5344*150812a8SEvalZero #define PWM_INTENSET_SEQEND0_Disabled (0UL) /*!< Read: Disabled */ 5345*150812a8SEvalZero #define PWM_INTENSET_SEQEND0_Enabled (1UL) /*!< Read: Enabled */ 5346*150812a8SEvalZero #define PWM_INTENSET_SEQEND0_Set (1UL) /*!< Enable */ 5347*150812a8SEvalZero 5348*150812a8SEvalZero /* Bit 3 : Write '1' to enable interrupt for SEQSTARTED[1] event */ 5349*150812a8SEvalZero #define PWM_INTENSET_SEQSTARTED1_Pos (3UL) /*!< Position of SEQSTARTED1 field. */ 5350*150812a8SEvalZero #define PWM_INTENSET_SEQSTARTED1_Msk (0x1UL << PWM_INTENSET_SEQSTARTED1_Pos) /*!< Bit mask of SEQSTARTED1 field. */ 5351*150812a8SEvalZero #define PWM_INTENSET_SEQSTARTED1_Disabled (0UL) /*!< Read: Disabled */ 5352*150812a8SEvalZero #define PWM_INTENSET_SEQSTARTED1_Enabled (1UL) /*!< Read: Enabled */ 5353*150812a8SEvalZero #define PWM_INTENSET_SEQSTARTED1_Set (1UL) /*!< Enable */ 5354*150812a8SEvalZero 5355*150812a8SEvalZero /* Bit 2 : Write '1' to enable interrupt for SEQSTARTED[0] event */ 5356*150812a8SEvalZero #define PWM_INTENSET_SEQSTARTED0_Pos (2UL) /*!< Position of SEQSTARTED0 field. */ 5357*150812a8SEvalZero #define PWM_INTENSET_SEQSTARTED0_Msk (0x1UL << PWM_INTENSET_SEQSTARTED0_Pos) /*!< Bit mask of SEQSTARTED0 field. */ 5358*150812a8SEvalZero #define PWM_INTENSET_SEQSTARTED0_Disabled (0UL) /*!< Read: Disabled */ 5359*150812a8SEvalZero #define PWM_INTENSET_SEQSTARTED0_Enabled (1UL) /*!< Read: Enabled */ 5360*150812a8SEvalZero #define PWM_INTENSET_SEQSTARTED0_Set (1UL) /*!< Enable */ 5361*150812a8SEvalZero 5362*150812a8SEvalZero /* Bit 1 : Write '1' to enable interrupt for STOPPED event */ 5363*150812a8SEvalZero #define PWM_INTENSET_STOPPED_Pos (1UL) /*!< Position of STOPPED field. */ 5364*150812a8SEvalZero #define PWM_INTENSET_STOPPED_Msk (0x1UL << PWM_INTENSET_STOPPED_Pos) /*!< Bit mask of STOPPED field. */ 5365*150812a8SEvalZero #define PWM_INTENSET_STOPPED_Disabled (0UL) /*!< Read: Disabled */ 5366*150812a8SEvalZero #define PWM_INTENSET_STOPPED_Enabled (1UL) /*!< Read: Enabled */ 5367*150812a8SEvalZero #define PWM_INTENSET_STOPPED_Set (1UL) /*!< Enable */ 5368*150812a8SEvalZero 5369*150812a8SEvalZero /* Register: PWM_INTENCLR */ 5370*150812a8SEvalZero /* Description: Disable interrupt */ 5371*150812a8SEvalZero 5372*150812a8SEvalZero /* Bit 7 : Write '1' to disable interrupt for LOOPSDONE event */ 5373*150812a8SEvalZero #define PWM_INTENCLR_LOOPSDONE_Pos (7UL) /*!< Position of LOOPSDONE field. */ 5374*150812a8SEvalZero #define PWM_INTENCLR_LOOPSDONE_Msk (0x1UL << PWM_INTENCLR_LOOPSDONE_Pos) /*!< Bit mask of LOOPSDONE field. */ 5375*150812a8SEvalZero #define PWM_INTENCLR_LOOPSDONE_Disabled (0UL) /*!< Read: Disabled */ 5376*150812a8SEvalZero #define PWM_INTENCLR_LOOPSDONE_Enabled (1UL) /*!< Read: Enabled */ 5377*150812a8SEvalZero #define PWM_INTENCLR_LOOPSDONE_Clear (1UL) /*!< Disable */ 5378*150812a8SEvalZero 5379*150812a8SEvalZero /* Bit 6 : Write '1' to disable interrupt for PWMPERIODEND event */ 5380*150812a8SEvalZero #define PWM_INTENCLR_PWMPERIODEND_Pos (6UL) /*!< Position of PWMPERIODEND field. */ 5381*150812a8SEvalZero #define PWM_INTENCLR_PWMPERIODEND_Msk (0x1UL << PWM_INTENCLR_PWMPERIODEND_Pos) /*!< Bit mask of PWMPERIODEND field. */ 5382*150812a8SEvalZero #define PWM_INTENCLR_PWMPERIODEND_Disabled (0UL) /*!< Read: Disabled */ 5383*150812a8SEvalZero #define PWM_INTENCLR_PWMPERIODEND_Enabled (1UL) /*!< Read: Enabled */ 5384*150812a8SEvalZero #define PWM_INTENCLR_PWMPERIODEND_Clear (1UL) /*!< Disable */ 5385*150812a8SEvalZero 5386*150812a8SEvalZero /* Bit 5 : Write '1' to disable interrupt for SEQEND[1] event */ 5387*150812a8SEvalZero #define PWM_INTENCLR_SEQEND1_Pos (5UL) /*!< Position of SEQEND1 field. */ 5388*150812a8SEvalZero #define PWM_INTENCLR_SEQEND1_Msk (0x1UL << PWM_INTENCLR_SEQEND1_Pos) /*!< Bit mask of SEQEND1 field. */ 5389*150812a8SEvalZero #define PWM_INTENCLR_SEQEND1_Disabled (0UL) /*!< Read: Disabled */ 5390*150812a8SEvalZero #define PWM_INTENCLR_SEQEND1_Enabled (1UL) /*!< Read: Enabled */ 5391*150812a8SEvalZero #define PWM_INTENCLR_SEQEND1_Clear (1UL) /*!< Disable */ 5392*150812a8SEvalZero 5393*150812a8SEvalZero /* Bit 4 : Write '1' to disable interrupt for SEQEND[0] event */ 5394*150812a8SEvalZero #define PWM_INTENCLR_SEQEND0_Pos (4UL) /*!< Position of SEQEND0 field. */ 5395*150812a8SEvalZero #define PWM_INTENCLR_SEQEND0_Msk (0x1UL << PWM_INTENCLR_SEQEND0_Pos) /*!< Bit mask of SEQEND0 field. */ 5396*150812a8SEvalZero #define PWM_INTENCLR_SEQEND0_Disabled (0UL) /*!< Read: Disabled */ 5397*150812a8SEvalZero #define PWM_INTENCLR_SEQEND0_Enabled (1UL) /*!< Read: Enabled */ 5398*150812a8SEvalZero #define PWM_INTENCLR_SEQEND0_Clear (1UL) /*!< Disable */ 5399*150812a8SEvalZero 5400*150812a8SEvalZero /* Bit 3 : Write '1' to disable interrupt for SEQSTARTED[1] event */ 5401*150812a8SEvalZero #define PWM_INTENCLR_SEQSTARTED1_Pos (3UL) /*!< Position of SEQSTARTED1 field. */ 5402*150812a8SEvalZero #define PWM_INTENCLR_SEQSTARTED1_Msk (0x1UL << PWM_INTENCLR_SEQSTARTED1_Pos) /*!< Bit mask of SEQSTARTED1 field. */ 5403*150812a8SEvalZero #define PWM_INTENCLR_SEQSTARTED1_Disabled (0UL) /*!< Read: Disabled */ 5404*150812a8SEvalZero #define PWM_INTENCLR_SEQSTARTED1_Enabled (1UL) /*!< Read: Enabled */ 5405*150812a8SEvalZero #define PWM_INTENCLR_SEQSTARTED1_Clear (1UL) /*!< Disable */ 5406*150812a8SEvalZero 5407*150812a8SEvalZero /* Bit 2 : Write '1' to disable interrupt for SEQSTARTED[0] event */ 5408*150812a8SEvalZero #define PWM_INTENCLR_SEQSTARTED0_Pos (2UL) /*!< Position of SEQSTARTED0 field. */ 5409*150812a8SEvalZero #define PWM_INTENCLR_SEQSTARTED0_Msk (0x1UL << PWM_INTENCLR_SEQSTARTED0_Pos) /*!< Bit mask of SEQSTARTED0 field. */ 5410*150812a8SEvalZero #define PWM_INTENCLR_SEQSTARTED0_Disabled (0UL) /*!< Read: Disabled */ 5411*150812a8SEvalZero #define PWM_INTENCLR_SEQSTARTED0_Enabled (1UL) /*!< Read: Enabled */ 5412*150812a8SEvalZero #define PWM_INTENCLR_SEQSTARTED0_Clear (1UL) /*!< Disable */ 5413*150812a8SEvalZero 5414*150812a8SEvalZero /* Bit 1 : Write '1' to disable interrupt for STOPPED event */ 5415*150812a8SEvalZero #define PWM_INTENCLR_STOPPED_Pos (1UL) /*!< Position of STOPPED field. */ 5416*150812a8SEvalZero #define PWM_INTENCLR_STOPPED_Msk (0x1UL << PWM_INTENCLR_STOPPED_Pos) /*!< Bit mask of STOPPED field. */ 5417*150812a8SEvalZero #define PWM_INTENCLR_STOPPED_Disabled (0UL) /*!< Read: Disabled */ 5418*150812a8SEvalZero #define PWM_INTENCLR_STOPPED_Enabled (1UL) /*!< Read: Enabled */ 5419*150812a8SEvalZero #define PWM_INTENCLR_STOPPED_Clear (1UL) /*!< Disable */ 5420*150812a8SEvalZero 5421*150812a8SEvalZero /* Register: PWM_ENABLE */ 5422*150812a8SEvalZero /* Description: PWM module enable register */ 5423*150812a8SEvalZero 5424*150812a8SEvalZero /* Bit 0 : Enable or disable PWM module */ 5425*150812a8SEvalZero #define PWM_ENABLE_ENABLE_Pos (0UL) /*!< Position of ENABLE field. */ 5426*150812a8SEvalZero #define PWM_ENABLE_ENABLE_Msk (0x1UL << PWM_ENABLE_ENABLE_Pos) /*!< Bit mask of ENABLE field. */ 5427*150812a8SEvalZero #define PWM_ENABLE_ENABLE_Disabled (0UL) /*!< Disabled */ 5428*150812a8SEvalZero #define PWM_ENABLE_ENABLE_Enabled (1UL) /*!< Enable */ 5429*150812a8SEvalZero 5430*150812a8SEvalZero /* Register: PWM_MODE */ 5431*150812a8SEvalZero /* Description: Selects operating mode of the wave counter */ 5432*150812a8SEvalZero 5433*150812a8SEvalZero /* Bit 0 : Selects up mode or up-and-down mode for the counter */ 5434*150812a8SEvalZero #define PWM_MODE_UPDOWN_Pos (0UL) /*!< Position of UPDOWN field. */ 5435*150812a8SEvalZero #define PWM_MODE_UPDOWN_Msk (0x1UL << PWM_MODE_UPDOWN_Pos) /*!< Bit mask of UPDOWN field. */ 5436*150812a8SEvalZero #define PWM_MODE_UPDOWN_Up (0UL) /*!< Up counter, edge-aligned PWM duty cycle */ 5437*150812a8SEvalZero #define PWM_MODE_UPDOWN_UpAndDown (1UL) /*!< Up and down counter, center-aligned PWM duty cycle */ 5438*150812a8SEvalZero 5439*150812a8SEvalZero /* Register: PWM_COUNTERTOP */ 5440*150812a8SEvalZero /* Description: Value up to which the pulse generator counter counts */ 5441*150812a8SEvalZero 5442*150812a8SEvalZero /* Bits 14..0 : Value up to which the pulse generator counter counts. This register is ignored when DECODER.MODE=WaveForm and only values from RAM are used. */ 5443*150812a8SEvalZero #define PWM_COUNTERTOP_COUNTERTOP_Pos (0UL) /*!< Position of COUNTERTOP field. */ 5444*150812a8SEvalZero #define PWM_COUNTERTOP_COUNTERTOP_Msk (0x7FFFUL << PWM_COUNTERTOP_COUNTERTOP_Pos) /*!< Bit mask of COUNTERTOP field. */ 5445*150812a8SEvalZero 5446*150812a8SEvalZero /* Register: PWM_PRESCALER */ 5447*150812a8SEvalZero /* Description: Configuration for PWM_CLK */ 5448*150812a8SEvalZero 5449*150812a8SEvalZero /* Bits 2..0 : Prescaler of PWM_CLK */ 5450*150812a8SEvalZero #define PWM_PRESCALER_PRESCALER_Pos (0UL) /*!< Position of PRESCALER field. */ 5451*150812a8SEvalZero #define PWM_PRESCALER_PRESCALER_Msk (0x7UL << PWM_PRESCALER_PRESCALER_Pos) /*!< Bit mask of PRESCALER field. */ 5452*150812a8SEvalZero #define PWM_PRESCALER_PRESCALER_DIV_1 (0UL) /*!< Divide by 1 (16 MHz) */ 5453*150812a8SEvalZero #define PWM_PRESCALER_PRESCALER_DIV_2 (1UL) /*!< Divide by 2 (8 MHz) */ 5454*150812a8SEvalZero #define PWM_PRESCALER_PRESCALER_DIV_4 (2UL) /*!< Divide by 4 (4 MHz) */ 5455*150812a8SEvalZero #define PWM_PRESCALER_PRESCALER_DIV_8 (3UL) /*!< Divide by 8 (2 MHz) */ 5456*150812a8SEvalZero #define PWM_PRESCALER_PRESCALER_DIV_16 (4UL) /*!< Divide by 16 (1 MHz) */ 5457*150812a8SEvalZero #define PWM_PRESCALER_PRESCALER_DIV_32 (5UL) /*!< Divide by 32 (500 kHz) */ 5458*150812a8SEvalZero #define PWM_PRESCALER_PRESCALER_DIV_64 (6UL) /*!< Divide by 64 (250 kHz) */ 5459*150812a8SEvalZero #define PWM_PRESCALER_PRESCALER_DIV_128 (7UL) /*!< Divide by 128 (125 kHz) */ 5460*150812a8SEvalZero 5461*150812a8SEvalZero /* Register: PWM_DECODER */ 5462*150812a8SEvalZero /* Description: Configuration of the decoder */ 5463*150812a8SEvalZero 5464*150812a8SEvalZero /* Bit 8 : Selects source for advancing the active sequence */ 5465*150812a8SEvalZero #define PWM_DECODER_MODE_Pos (8UL) /*!< Position of MODE field. */ 5466*150812a8SEvalZero #define PWM_DECODER_MODE_Msk (0x1UL << PWM_DECODER_MODE_Pos) /*!< Bit mask of MODE field. */ 5467*150812a8SEvalZero #define PWM_DECODER_MODE_RefreshCount (0UL) /*!< SEQ[n].REFRESH is used to determine loading internal compare registers */ 5468*150812a8SEvalZero #define PWM_DECODER_MODE_NextStep (1UL) /*!< NEXTSTEP task causes a new value to be loaded to internal compare registers */ 5469*150812a8SEvalZero 5470*150812a8SEvalZero /* Bits 1..0 : How a sequence is read from RAM and spread to the compare register */ 5471*150812a8SEvalZero #define PWM_DECODER_LOAD_Pos (0UL) /*!< Position of LOAD field. */ 5472*150812a8SEvalZero #define PWM_DECODER_LOAD_Msk (0x3UL << PWM_DECODER_LOAD_Pos) /*!< Bit mask of LOAD field. */ 5473*150812a8SEvalZero #define PWM_DECODER_LOAD_Common (0UL) /*!< 1st half word (16-bit) used in all PWM channels 0..3 */ 5474*150812a8SEvalZero #define PWM_DECODER_LOAD_Grouped (1UL) /*!< 1st half word (16-bit) used in channel 0..1; 2nd word in channel 2..3 */ 5475*150812a8SEvalZero #define PWM_DECODER_LOAD_Individual (2UL) /*!< 1st half word (16-bit) in ch.0; 2nd in ch.1; ...; 4th in ch.3 */ 5476*150812a8SEvalZero #define PWM_DECODER_LOAD_WaveForm (3UL) /*!< 1st half word (16-bit) in ch.0; 2nd in ch.1; ...; 4th in COUNTERTOP */ 5477*150812a8SEvalZero 5478*150812a8SEvalZero /* Register: PWM_LOOP */ 5479*150812a8SEvalZero /* Description: Number of playbacks of a loop */ 5480*150812a8SEvalZero 5481*150812a8SEvalZero /* Bits 15..0 : Number of playbacks of pattern cycles */ 5482*150812a8SEvalZero #define PWM_LOOP_CNT_Pos (0UL) /*!< Position of CNT field. */ 5483*150812a8SEvalZero #define PWM_LOOP_CNT_Msk (0xFFFFUL << PWM_LOOP_CNT_Pos) /*!< Bit mask of CNT field. */ 5484*150812a8SEvalZero #define PWM_LOOP_CNT_Disabled (0UL) /*!< Looping disabled (stop at the end of the sequence) */ 5485*150812a8SEvalZero 5486*150812a8SEvalZero /* Register: PWM_SEQ_PTR */ 5487*150812a8SEvalZero /* Description: Description cluster[n]: Beginning address in RAM of this sequence */ 5488*150812a8SEvalZero 5489*150812a8SEvalZero /* Bits 31..0 : Beginning address in RAM of this sequence */ 5490*150812a8SEvalZero #define PWM_SEQ_PTR_PTR_Pos (0UL) /*!< Position of PTR field. */ 5491*150812a8SEvalZero #define PWM_SEQ_PTR_PTR_Msk (0xFFFFFFFFUL << PWM_SEQ_PTR_PTR_Pos) /*!< Bit mask of PTR field. */ 5492*150812a8SEvalZero 5493*150812a8SEvalZero /* Register: PWM_SEQ_CNT */ 5494*150812a8SEvalZero /* Description: Description cluster[n]: Number of values (duty cycles) in this sequence */ 5495*150812a8SEvalZero 5496*150812a8SEvalZero /* Bits 14..0 : Number of values (duty cycles) in this sequence */ 5497*150812a8SEvalZero #define PWM_SEQ_CNT_CNT_Pos (0UL) /*!< Position of CNT field. */ 5498*150812a8SEvalZero #define PWM_SEQ_CNT_CNT_Msk (0x7FFFUL << PWM_SEQ_CNT_CNT_Pos) /*!< Bit mask of CNT field. */ 5499*150812a8SEvalZero #define PWM_SEQ_CNT_CNT_Disabled (0UL) /*!< Sequence is disabled, and shall not be started as it is empty */ 5500*150812a8SEvalZero 5501*150812a8SEvalZero /* Register: PWM_SEQ_REFRESH */ 5502*150812a8SEvalZero /* Description: Description cluster[n]: Number of additional PWM periods between samples loaded into compare register */ 5503*150812a8SEvalZero 5504*150812a8SEvalZero /* Bits 23..0 : Number of additional PWM periods between samples loaded into compare register (load every REFRESH.CNT+1 PWM periods) */ 5505*150812a8SEvalZero #define PWM_SEQ_REFRESH_CNT_Pos (0UL) /*!< Position of CNT field. */ 5506*150812a8SEvalZero #define PWM_SEQ_REFRESH_CNT_Msk (0xFFFFFFUL << PWM_SEQ_REFRESH_CNT_Pos) /*!< Bit mask of CNT field. */ 5507*150812a8SEvalZero #define PWM_SEQ_REFRESH_CNT_Continuous (0UL) /*!< Update every PWM period */ 5508*150812a8SEvalZero 5509*150812a8SEvalZero /* Register: PWM_SEQ_ENDDELAY */ 5510*150812a8SEvalZero /* Description: Description cluster[n]: Time added after the sequence */ 5511*150812a8SEvalZero 5512*150812a8SEvalZero /* Bits 23..0 : Time added after the sequence in PWM periods */ 5513*150812a8SEvalZero #define PWM_SEQ_ENDDELAY_CNT_Pos (0UL) /*!< Position of CNT field. */ 5514*150812a8SEvalZero #define PWM_SEQ_ENDDELAY_CNT_Msk (0xFFFFFFUL << PWM_SEQ_ENDDELAY_CNT_Pos) /*!< Bit mask of CNT field. */ 5515*150812a8SEvalZero 5516*150812a8SEvalZero /* Register: PWM_PSEL_OUT */ 5517*150812a8SEvalZero /* Description: Description collection[n]: Output pin select for PWM channel n */ 5518*150812a8SEvalZero 5519*150812a8SEvalZero /* Bit 31 : Connection */ 5520*150812a8SEvalZero #define PWM_PSEL_OUT_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */ 5521*150812a8SEvalZero #define PWM_PSEL_OUT_CONNECT_Msk (0x1UL << PWM_PSEL_OUT_CONNECT_Pos) /*!< Bit mask of CONNECT field. */ 5522*150812a8SEvalZero #define PWM_PSEL_OUT_CONNECT_Connected (0UL) /*!< Connect */ 5523*150812a8SEvalZero #define PWM_PSEL_OUT_CONNECT_Disconnected (1UL) /*!< Disconnect */ 5524*150812a8SEvalZero 5525*150812a8SEvalZero /* Bits 4..0 : Pin number */ 5526*150812a8SEvalZero #define PWM_PSEL_OUT_PIN_Pos (0UL) /*!< Position of PIN field. */ 5527*150812a8SEvalZero #define PWM_PSEL_OUT_PIN_Msk (0x1FUL << PWM_PSEL_OUT_PIN_Pos) /*!< Bit mask of PIN field. */ 5528*150812a8SEvalZero 5529*150812a8SEvalZero 5530*150812a8SEvalZero /* Peripheral: QDEC */ 5531*150812a8SEvalZero /* Description: Quadrature Decoder */ 5532*150812a8SEvalZero 5533*150812a8SEvalZero /* Register: QDEC_TASKS_START */ 5534*150812a8SEvalZero /* Description: Task starting the quadrature decoder */ 5535*150812a8SEvalZero 5536*150812a8SEvalZero /* Bit 0 : */ 5537*150812a8SEvalZero #define QDEC_TASKS_START_TASKS_START_Pos (0UL) /*!< Position of TASKS_START field. */ 5538*150812a8SEvalZero #define QDEC_TASKS_START_TASKS_START_Msk (0x1UL << QDEC_TASKS_START_TASKS_START_Pos) /*!< Bit mask of TASKS_START field. */ 5539*150812a8SEvalZero 5540*150812a8SEvalZero /* Register: QDEC_TASKS_STOP */ 5541*150812a8SEvalZero /* Description: Task stopping the quadrature decoder */ 5542*150812a8SEvalZero 5543*150812a8SEvalZero /* Bit 0 : */ 5544*150812a8SEvalZero #define QDEC_TASKS_STOP_TASKS_STOP_Pos (0UL) /*!< Position of TASKS_STOP field. */ 5545*150812a8SEvalZero #define QDEC_TASKS_STOP_TASKS_STOP_Msk (0x1UL << QDEC_TASKS_STOP_TASKS_STOP_Pos) /*!< Bit mask of TASKS_STOP field. */ 5546*150812a8SEvalZero 5547*150812a8SEvalZero /* Register: QDEC_TASKS_READCLRACC */ 5548*150812a8SEvalZero /* Description: Read and clear ACC and ACCDBL */ 5549*150812a8SEvalZero 5550*150812a8SEvalZero /* Bit 0 : */ 5551*150812a8SEvalZero #define QDEC_TASKS_READCLRACC_TASKS_READCLRACC_Pos (0UL) /*!< Position of TASKS_READCLRACC field. */ 5552*150812a8SEvalZero #define QDEC_TASKS_READCLRACC_TASKS_READCLRACC_Msk (0x1UL << QDEC_TASKS_READCLRACC_TASKS_READCLRACC_Pos) /*!< Bit mask of TASKS_READCLRACC field. */ 5553*150812a8SEvalZero 5554*150812a8SEvalZero /* Register: QDEC_TASKS_RDCLRACC */ 5555*150812a8SEvalZero /* Description: Read and clear ACC */ 5556*150812a8SEvalZero 5557*150812a8SEvalZero /* Bit 0 : */ 5558*150812a8SEvalZero #define QDEC_TASKS_RDCLRACC_TASKS_RDCLRACC_Pos (0UL) /*!< Position of TASKS_RDCLRACC field. */ 5559*150812a8SEvalZero #define QDEC_TASKS_RDCLRACC_TASKS_RDCLRACC_Msk (0x1UL << QDEC_TASKS_RDCLRACC_TASKS_RDCLRACC_Pos) /*!< Bit mask of TASKS_RDCLRACC field. */ 5560*150812a8SEvalZero 5561*150812a8SEvalZero /* Register: QDEC_TASKS_RDCLRDBL */ 5562*150812a8SEvalZero /* Description: Read and clear ACCDBL */ 5563*150812a8SEvalZero 5564*150812a8SEvalZero /* Bit 0 : */ 5565*150812a8SEvalZero #define QDEC_TASKS_RDCLRDBL_TASKS_RDCLRDBL_Pos (0UL) /*!< Position of TASKS_RDCLRDBL field. */ 5566*150812a8SEvalZero #define QDEC_TASKS_RDCLRDBL_TASKS_RDCLRDBL_Msk (0x1UL << QDEC_TASKS_RDCLRDBL_TASKS_RDCLRDBL_Pos) /*!< Bit mask of TASKS_RDCLRDBL field. */ 5567*150812a8SEvalZero 5568*150812a8SEvalZero /* Register: QDEC_EVENTS_SAMPLERDY */ 5569*150812a8SEvalZero /* Description: Event being generated for every new sample value written to the SAMPLE register */ 5570*150812a8SEvalZero 5571*150812a8SEvalZero /* Bit 0 : */ 5572*150812a8SEvalZero #define QDEC_EVENTS_SAMPLERDY_EVENTS_SAMPLERDY_Pos (0UL) /*!< Position of EVENTS_SAMPLERDY field. */ 5573*150812a8SEvalZero #define QDEC_EVENTS_SAMPLERDY_EVENTS_SAMPLERDY_Msk (0x1UL << QDEC_EVENTS_SAMPLERDY_EVENTS_SAMPLERDY_Pos) /*!< Bit mask of EVENTS_SAMPLERDY field. */ 5574*150812a8SEvalZero 5575*150812a8SEvalZero /* Register: QDEC_EVENTS_REPORTRDY */ 5576*150812a8SEvalZero /* Description: Non-null report ready */ 5577*150812a8SEvalZero 5578*150812a8SEvalZero /* Bit 0 : */ 5579*150812a8SEvalZero #define QDEC_EVENTS_REPORTRDY_EVENTS_REPORTRDY_Pos (0UL) /*!< Position of EVENTS_REPORTRDY field. */ 5580*150812a8SEvalZero #define QDEC_EVENTS_REPORTRDY_EVENTS_REPORTRDY_Msk (0x1UL << QDEC_EVENTS_REPORTRDY_EVENTS_REPORTRDY_Pos) /*!< Bit mask of EVENTS_REPORTRDY field. */ 5581*150812a8SEvalZero 5582*150812a8SEvalZero /* Register: QDEC_EVENTS_ACCOF */ 5583*150812a8SEvalZero /* Description: ACC or ACCDBL register overflow */ 5584*150812a8SEvalZero 5585*150812a8SEvalZero /* Bit 0 : */ 5586*150812a8SEvalZero #define QDEC_EVENTS_ACCOF_EVENTS_ACCOF_Pos (0UL) /*!< Position of EVENTS_ACCOF field. */ 5587*150812a8SEvalZero #define QDEC_EVENTS_ACCOF_EVENTS_ACCOF_Msk (0x1UL << QDEC_EVENTS_ACCOF_EVENTS_ACCOF_Pos) /*!< Bit mask of EVENTS_ACCOF field. */ 5588*150812a8SEvalZero 5589*150812a8SEvalZero /* Register: QDEC_EVENTS_DBLRDY */ 5590*150812a8SEvalZero /* Description: Double displacement(s) detected */ 5591*150812a8SEvalZero 5592*150812a8SEvalZero /* Bit 0 : */ 5593*150812a8SEvalZero #define QDEC_EVENTS_DBLRDY_EVENTS_DBLRDY_Pos (0UL) /*!< Position of EVENTS_DBLRDY field. */ 5594*150812a8SEvalZero #define QDEC_EVENTS_DBLRDY_EVENTS_DBLRDY_Msk (0x1UL << QDEC_EVENTS_DBLRDY_EVENTS_DBLRDY_Pos) /*!< Bit mask of EVENTS_DBLRDY field. */ 5595*150812a8SEvalZero 5596*150812a8SEvalZero /* Register: QDEC_EVENTS_STOPPED */ 5597*150812a8SEvalZero /* Description: QDEC has been stopped */ 5598*150812a8SEvalZero 5599*150812a8SEvalZero /* Bit 0 : */ 5600*150812a8SEvalZero #define QDEC_EVENTS_STOPPED_EVENTS_STOPPED_Pos (0UL) /*!< Position of EVENTS_STOPPED field. */ 5601*150812a8SEvalZero #define QDEC_EVENTS_STOPPED_EVENTS_STOPPED_Msk (0x1UL << QDEC_EVENTS_STOPPED_EVENTS_STOPPED_Pos) /*!< Bit mask of EVENTS_STOPPED field. */ 5602*150812a8SEvalZero 5603*150812a8SEvalZero /* Register: QDEC_SHORTS */ 5604*150812a8SEvalZero /* Description: Shortcut register */ 5605*150812a8SEvalZero 5606*150812a8SEvalZero /* Bit 6 : Shortcut between SAMPLERDY event and READCLRACC task */ 5607*150812a8SEvalZero #define QDEC_SHORTS_SAMPLERDY_READCLRACC_Pos (6UL) /*!< Position of SAMPLERDY_READCLRACC field. */ 5608*150812a8SEvalZero #define QDEC_SHORTS_SAMPLERDY_READCLRACC_Msk (0x1UL << QDEC_SHORTS_SAMPLERDY_READCLRACC_Pos) /*!< Bit mask of SAMPLERDY_READCLRACC field. */ 5609*150812a8SEvalZero #define QDEC_SHORTS_SAMPLERDY_READCLRACC_Disabled (0UL) /*!< Disable shortcut */ 5610*150812a8SEvalZero #define QDEC_SHORTS_SAMPLERDY_READCLRACC_Enabled (1UL) /*!< Enable shortcut */ 5611*150812a8SEvalZero 5612*150812a8SEvalZero /* Bit 5 : Shortcut between DBLRDY event and STOP task */ 5613*150812a8SEvalZero #define QDEC_SHORTS_DBLRDY_STOP_Pos (5UL) /*!< Position of DBLRDY_STOP field. */ 5614*150812a8SEvalZero #define QDEC_SHORTS_DBLRDY_STOP_Msk (0x1UL << QDEC_SHORTS_DBLRDY_STOP_Pos) /*!< Bit mask of DBLRDY_STOP field. */ 5615*150812a8SEvalZero #define QDEC_SHORTS_DBLRDY_STOP_Disabled (0UL) /*!< Disable shortcut */ 5616*150812a8SEvalZero #define QDEC_SHORTS_DBLRDY_STOP_Enabled (1UL) /*!< Enable shortcut */ 5617*150812a8SEvalZero 5618*150812a8SEvalZero /* Bit 4 : Shortcut between DBLRDY event and RDCLRDBL task */ 5619*150812a8SEvalZero #define QDEC_SHORTS_DBLRDY_RDCLRDBL_Pos (4UL) /*!< Position of DBLRDY_RDCLRDBL field. */ 5620*150812a8SEvalZero #define QDEC_SHORTS_DBLRDY_RDCLRDBL_Msk (0x1UL << QDEC_SHORTS_DBLRDY_RDCLRDBL_Pos) /*!< Bit mask of DBLRDY_RDCLRDBL field. */ 5621*150812a8SEvalZero #define QDEC_SHORTS_DBLRDY_RDCLRDBL_Disabled (0UL) /*!< Disable shortcut */ 5622*150812a8SEvalZero #define QDEC_SHORTS_DBLRDY_RDCLRDBL_Enabled (1UL) /*!< Enable shortcut */ 5623*150812a8SEvalZero 5624*150812a8SEvalZero /* Bit 3 : Shortcut between REPORTRDY event and STOP task */ 5625*150812a8SEvalZero #define QDEC_SHORTS_REPORTRDY_STOP_Pos (3UL) /*!< Position of REPORTRDY_STOP field. */ 5626*150812a8SEvalZero #define QDEC_SHORTS_REPORTRDY_STOP_Msk (0x1UL << QDEC_SHORTS_REPORTRDY_STOP_Pos) /*!< Bit mask of REPORTRDY_STOP field. */ 5627*150812a8SEvalZero #define QDEC_SHORTS_REPORTRDY_STOP_Disabled (0UL) /*!< Disable shortcut */ 5628*150812a8SEvalZero #define QDEC_SHORTS_REPORTRDY_STOP_Enabled (1UL) /*!< Enable shortcut */ 5629*150812a8SEvalZero 5630*150812a8SEvalZero /* Bit 2 : Shortcut between REPORTRDY event and RDCLRACC task */ 5631*150812a8SEvalZero #define QDEC_SHORTS_REPORTRDY_RDCLRACC_Pos (2UL) /*!< Position of REPORTRDY_RDCLRACC field. */ 5632*150812a8SEvalZero #define QDEC_SHORTS_REPORTRDY_RDCLRACC_Msk (0x1UL << QDEC_SHORTS_REPORTRDY_RDCLRACC_Pos) /*!< Bit mask of REPORTRDY_RDCLRACC field. */ 5633*150812a8SEvalZero #define QDEC_SHORTS_REPORTRDY_RDCLRACC_Disabled (0UL) /*!< Disable shortcut */ 5634*150812a8SEvalZero #define QDEC_SHORTS_REPORTRDY_RDCLRACC_Enabled (1UL) /*!< Enable shortcut */ 5635*150812a8SEvalZero 5636*150812a8SEvalZero /* Bit 1 : Shortcut between SAMPLERDY event and STOP task */ 5637*150812a8SEvalZero #define QDEC_SHORTS_SAMPLERDY_STOP_Pos (1UL) /*!< Position of SAMPLERDY_STOP field. */ 5638*150812a8SEvalZero #define QDEC_SHORTS_SAMPLERDY_STOP_Msk (0x1UL << QDEC_SHORTS_SAMPLERDY_STOP_Pos) /*!< Bit mask of SAMPLERDY_STOP field. */ 5639*150812a8SEvalZero #define QDEC_SHORTS_SAMPLERDY_STOP_Disabled (0UL) /*!< Disable shortcut */ 5640*150812a8SEvalZero #define QDEC_SHORTS_SAMPLERDY_STOP_Enabled (1UL) /*!< Enable shortcut */ 5641*150812a8SEvalZero 5642*150812a8SEvalZero /* Bit 0 : Shortcut between REPORTRDY event and READCLRACC task */ 5643*150812a8SEvalZero #define QDEC_SHORTS_REPORTRDY_READCLRACC_Pos (0UL) /*!< Position of REPORTRDY_READCLRACC field. */ 5644*150812a8SEvalZero #define QDEC_SHORTS_REPORTRDY_READCLRACC_Msk (0x1UL << QDEC_SHORTS_REPORTRDY_READCLRACC_Pos) /*!< Bit mask of REPORTRDY_READCLRACC field. */ 5645*150812a8SEvalZero #define QDEC_SHORTS_REPORTRDY_READCLRACC_Disabled (0UL) /*!< Disable shortcut */ 5646*150812a8SEvalZero #define QDEC_SHORTS_REPORTRDY_READCLRACC_Enabled (1UL) /*!< Enable shortcut */ 5647*150812a8SEvalZero 5648*150812a8SEvalZero /* Register: QDEC_INTENSET */ 5649*150812a8SEvalZero /* Description: Enable interrupt */ 5650*150812a8SEvalZero 5651*150812a8SEvalZero /* Bit 4 : Write '1' to enable interrupt for STOPPED event */ 5652*150812a8SEvalZero #define QDEC_INTENSET_STOPPED_Pos (4UL) /*!< Position of STOPPED field. */ 5653*150812a8SEvalZero #define QDEC_INTENSET_STOPPED_Msk (0x1UL << QDEC_INTENSET_STOPPED_Pos) /*!< Bit mask of STOPPED field. */ 5654*150812a8SEvalZero #define QDEC_INTENSET_STOPPED_Disabled (0UL) /*!< Read: Disabled */ 5655*150812a8SEvalZero #define QDEC_INTENSET_STOPPED_Enabled (1UL) /*!< Read: Enabled */ 5656*150812a8SEvalZero #define QDEC_INTENSET_STOPPED_Set (1UL) /*!< Enable */ 5657*150812a8SEvalZero 5658*150812a8SEvalZero /* Bit 3 : Write '1' to enable interrupt for DBLRDY event */ 5659*150812a8SEvalZero #define QDEC_INTENSET_DBLRDY_Pos (3UL) /*!< Position of DBLRDY field. */ 5660*150812a8SEvalZero #define QDEC_INTENSET_DBLRDY_Msk (0x1UL << QDEC_INTENSET_DBLRDY_Pos) /*!< Bit mask of DBLRDY field. */ 5661*150812a8SEvalZero #define QDEC_INTENSET_DBLRDY_Disabled (0UL) /*!< Read: Disabled */ 5662*150812a8SEvalZero #define QDEC_INTENSET_DBLRDY_Enabled (1UL) /*!< Read: Enabled */ 5663*150812a8SEvalZero #define QDEC_INTENSET_DBLRDY_Set (1UL) /*!< Enable */ 5664*150812a8SEvalZero 5665*150812a8SEvalZero /* Bit 2 : Write '1' to enable interrupt for ACCOF event */ 5666*150812a8SEvalZero #define QDEC_INTENSET_ACCOF_Pos (2UL) /*!< Position of ACCOF field. */ 5667*150812a8SEvalZero #define QDEC_INTENSET_ACCOF_Msk (0x1UL << QDEC_INTENSET_ACCOF_Pos) /*!< Bit mask of ACCOF field. */ 5668*150812a8SEvalZero #define QDEC_INTENSET_ACCOF_Disabled (0UL) /*!< Read: Disabled */ 5669*150812a8SEvalZero #define QDEC_INTENSET_ACCOF_Enabled (1UL) /*!< Read: Enabled */ 5670*150812a8SEvalZero #define QDEC_INTENSET_ACCOF_Set (1UL) /*!< Enable */ 5671*150812a8SEvalZero 5672*150812a8SEvalZero /* Bit 1 : Write '1' to enable interrupt for REPORTRDY event */ 5673*150812a8SEvalZero #define QDEC_INTENSET_REPORTRDY_Pos (1UL) /*!< Position of REPORTRDY field. */ 5674*150812a8SEvalZero #define QDEC_INTENSET_REPORTRDY_Msk (0x1UL << QDEC_INTENSET_REPORTRDY_Pos) /*!< Bit mask of REPORTRDY field. */ 5675*150812a8SEvalZero #define QDEC_INTENSET_REPORTRDY_Disabled (0UL) /*!< Read: Disabled */ 5676*150812a8SEvalZero #define QDEC_INTENSET_REPORTRDY_Enabled (1UL) /*!< Read: Enabled */ 5677*150812a8SEvalZero #define QDEC_INTENSET_REPORTRDY_Set (1UL) /*!< Enable */ 5678*150812a8SEvalZero 5679*150812a8SEvalZero /* Bit 0 : Write '1' to enable interrupt for SAMPLERDY event */ 5680*150812a8SEvalZero #define QDEC_INTENSET_SAMPLERDY_Pos (0UL) /*!< Position of SAMPLERDY field. */ 5681*150812a8SEvalZero #define QDEC_INTENSET_SAMPLERDY_Msk (0x1UL << QDEC_INTENSET_SAMPLERDY_Pos) /*!< Bit mask of SAMPLERDY field. */ 5682*150812a8SEvalZero #define QDEC_INTENSET_SAMPLERDY_Disabled (0UL) /*!< Read: Disabled */ 5683*150812a8SEvalZero #define QDEC_INTENSET_SAMPLERDY_Enabled (1UL) /*!< Read: Enabled */ 5684*150812a8SEvalZero #define QDEC_INTENSET_SAMPLERDY_Set (1UL) /*!< Enable */ 5685*150812a8SEvalZero 5686*150812a8SEvalZero /* Register: QDEC_INTENCLR */ 5687*150812a8SEvalZero /* Description: Disable interrupt */ 5688*150812a8SEvalZero 5689*150812a8SEvalZero /* Bit 4 : Write '1' to disable interrupt for STOPPED event */ 5690*150812a8SEvalZero #define QDEC_INTENCLR_STOPPED_Pos (4UL) /*!< Position of STOPPED field. */ 5691*150812a8SEvalZero #define QDEC_INTENCLR_STOPPED_Msk (0x1UL << QDEC_INTENCLR_STOPPED_Pos) /*!< Bit mask of STOPPED field. */ 5692*150812a8SEvalZero #define QDEC_INTENCLR_STOPPED_Disabled (0UL) /*!< Read: Disabled */ 5693*150812a8SEvalZero #define QDEC_INTENCLR_STOPPED_Enabled (1UL) /*!< Read: Enabled */ 5694*150812a8SEvalZero #define QDEC_INTENCLR_STOPPED_Clear (1UL) /*!< Disable */ 5695*150812a8SEvalZero 5696*150812a8SEvalZero /* Bit 3 : Write '1' to disable interrupt for DBLRDY event */ 5697*150812a8SEvalZero #define QDEC_INTENCLR_DBLRDY_Pos (3UL) /*!< Position of DBLRDY field. */ 5698*150812a8SEvalZero #define QDEC_INTENCLR_DBLRDY_Msk (0x1UL << QDEC_INTENCLR_DBLRDY_Pos) /*!< Bit mask of DBLRDY field. */ 5699*150812a8SEvalZero #define QDEC_INTENCLR_DBLRDY_Disabled (0UL) /*!< Read: Disabled */ 5700*150812a8SEvalZero #define QDEC_INTENCLR_DBLRDY_Enabled (1UL) /*!< Read: Enabled */ 5701*150812a8SEvalZero #define QDEC_INTENCLR_DBLRDY_Clear (1UL) /*!< Disable */ 5702*150812a8SEvalZero 5703*150812a8SEvalZero /* Bit 2 : Write '1' to disable interrupt for ACCOF event */ 5704*150812a8SEvalZero #define QDEC_INTENCLR_ACCOF_Pos (2UL) /*!< Position of ACCOF field. */ 5705*150812a8SEvalZero #define QDEC_INTENCLR_ACCOF_Msk (0x1UL << QDEC_INTENCLR_ACCOF_Pos) /*!< Bit mask of ACCOF field. */ 5706*150812a8SEvalZero #define QDEC_INTENCLR_ACCOF_Disabled (0UL) /*!< Read: Disabled */ 5707*150812a8SEvalZero #define QDEC_INTENCLR_ACCOF_Enabled (1UL) /*!< Read: Enabled */ 5708*150812a8SEvalZero #define QDEC_INTENCLR_ACCOF_Clear (1UL) /*!< Disable */ 5709*150812a8SEvalZero 5710*150812a8SEvalZero /* Bit 1 : Write '1' to disable interrupt for REPORTRDY event */ 5711*150812a8SEvalZero #define QDEC_INTENCLR_REPORTRDY_Pos (1UL) /*!< Position of REPORTRDY field. */ 5712*150812a8SEvalZero #define QDEC_INTENCLR_REPORTRDY_Msk (0x1UL << QDEC_INTENCLR_REPORTRDY_Pos) /*!< Bit mask of REPORTRDY field. */ 5713*150812a8SEvalZero #define QDEC_INTENCLR_REPORTRDY_Disabled (0UL) /*!< Read: Disabled */ 5714*150812a8SEvalZero #define QDEC_INTENCLR_REPORTRDY_Enabled (1UL) /*!< Read: Enabled */ 5715*150812a8SEvalZero #define QDEC_INTENCLR_REPORTRDY_Clear (1UL) /*!< Disable */ 5716*150812a8SEvalZero 5717*150812a8SEvalZero /* Bit 0 : Write '1' to disable interrupt for SAMPLERDY event */ 5718*150812a8SEvalZero #define QDEC_INTENCLR_SAMPLERDY_Pos (0UL) /*!< Position of SAMPLERDY field. */ 5719*150812a8SEvalZero #define QDEC_INTENCLR_SAMPLERDY_Msk (0x1UL << QDEC_INTENCLR_SAMPLERDY_Pos) /*!< Bit mask of SAMPLERDY field. */ 5720*150812a8SEvalZero #define QDEC_INTENCLR_SAMPLERDY_Disabled (0UL) /*!< Read: Disabled */ 5721*150812a8SEvalZero #define QDEC_INTENCLR_SAMPLERDY_Enabled (1UL) /*!< Read: Enabled */ 5722*150812a8SEvalZero #define QDEC_INTENCLR_SAMPLERDY_Clear (1UL) /*!< Disable */ 5723*150812a8SEvalZero 5724*150812a8SEvalZero /* Register: QDEC_ENABLE */ 5725*150812a8SEvalZero /* Description: Enable the quadrature decoder */ 5726*150812a8SEvalZero 5727*150812a8SEvalZero /* Bit 0 : Enable or disable the quadrature decoder */ 5728*150812a8SEvalZero #define QDEC_ENABLE_ENABLE_Pos (0UL) /*!< Position of ENABLE field. */ 5729*150812a8SEvalZero #define QDEC_ENABLE_ENABLE_Msk (0x1UL << QDEC_ENABLE_ENABLE_Pos) /*!< Bit mask of ENABLE field. */ 5730*150812a8SEvalZero #define QDEC_ENABLE_ENABLE_Disabled (0UL) /*!< Disable */ 5731*150812a8SEvalZero #define QDEC_ENABLE_ENABLE_Enabled (1UL) /*!< Enable */ 5732*150812a8SEvalZero 5733*150812a8SEvalZero /* Register: QDEC_LEDPOL */ 5734*150812a8SEvalZero /* Description: LED output pin polarity */ 5735*150812a8SEvalZero 5736*150812a8SEvalZero /* Bit 0 : LED output pin polarity */ 5737*150812a8SEvalZero #define QDEC_LEDPOL_LEDPOL_Pos (0UL) /*!< Position of LEDPOL field. */ 5738*150812a8SEvalZero #define QDEC_LEDPOL_LEDPOL_Msk (0x1UL << QDEC_LEDPOL_LEDPOL_Pos) /*!< Bit mask of LEDPOL field. */ 5739*150812a8SEvalZero #define QDEC_LEDPOL_LEDPOL_ActiveLow (0UL) /*!< Led active on output pin low */ 5740*150812a8SEvalZero #define QDEC_LEDPOL_LEDPOL_ActiveHigh (1UL) /*!< Led active on output pin high */ 5741*150812a8SEvalZero 5742*150812a8SEvalZero /* Register: QDEC_SAMPLEPER */ 5743*150812a8SEvalZero /* Description: Sample period */ 5744*150812a8SEvalZero 5745*150812a8SEvalZero /* Bits 3..0 : Sample period. The SAMPLE register will be updated for every new sample */ 5746*150812a8SEvalZero #define QDEC_SAMPLEPER_SAMPLEPER_Pos (0UL) /*!< Position of SAMPLEPER field. */ 5747*150812a8SEvalZero #define QDEC_SAMPLEPER_SAMPLEPER_Msk (0xFUL << QDEC_SAMPLEPER_SAMPLEPER_Pos) /*!< Bit mask of SAMPLEPER field. */ 5748*150812a8SEvalZero #define QDEC_SAMPLEPER_SAMPLEPER_128us (0UL) /*!< 128 us */ 5749*150812a8SEvalZero #define QDEC_SAMPLEPER_SAMPLEPER_256us (1UL) /*!< 256 us */ 5750*150812a8SEvalZero #define QDEC_SAMPLEPER_SAMPLEPER_512us (2UL) /*!< 512 us */ 5751*150812a8SEvalZero #define QDEC_SAMPLEPER_SAMPLEPER_1024us (3UL) /*!< 1024 us */ 5752*150812a8SEvalZero #define QDEC_SAMPLEPER_SAMPLEPER_2048us (4UL) /*!< 2048 us */ 5753*150812a8SEvalZero #define QDEC_SAMPLEPER_SAMPLEPER_4096us (5UL) /*!< 4096 us */ 5754*150812a8SEvalZero #define QDEC_SAMPLEPER_SAMPLEPER_8192us (6UL) /*!< 8192 us */ 5755*150812a8SEvalZero #define QDEC_SAMPLEPER_SAMPLEPER_16384us (7UL) /*!< 16384 us */ 5756*150812a8SEvalZero #define QDEC_SAMPLEPER_SAMPLEPER_32ms (8UL) /*!< 32768 us */ 5757*150812a8SEvalZero #define QDEC_SAMPLEPER_SAMPLEPER_65ms (9UL) /*!< 65536 us */ 5758*150812a8SEvalZero #define QDEC_SAMPLEPER_SAMPLEPER_131ms (10UL) /*!< 131072 us */ 5759*150812a8SEvalZero 5760*150812a8SEvalZero /* Register: QDEC_SAMPLE */ 5761*150812a8SEvalZero /* Description: Motion sample value */ 5762*150812a8SEvalZero 5763*150812a8SEvalZero /* Bits 31..0 : Last motion sample */ 5764*150812a8SEvalZero #define QDEC_SAMPLE_SAMPLE_Pos (0UL) /*!< Position of SAMPLE field. */ 5765*150812a8SEvalZero #define QDEC_SAMPLE_SAMPLE_Msk (0xFFFFFFFFUL << QDEC_SAMPLE_SAMPLE_Pos) /*!< Bit mask of SAMPLE field. */ 5766*150812a8SEvalZero 5767*150812a8SEvalZero /* Register: QDEC_REPORTPER */ 5768*150812a8SEvalZero /* Description: Number of samples to be taken before REPORTRDY and DBLRDY events can be generated */ 5769*150812a8SEvalZero 5770*150812a8SEvalZero /* Bits 3..0 : Specifies the number of samples to be accumulated in the ACC register before the REPORTRDY and DBLRDY events can be generated */ 5771*150812a8SEvalZero #define QDEC_REPORTPER_REPORTPER_Pos (0UL) /*!< Position of REPORTPER field. */ 5772*150812a8SEvalZero #define QDEC_REPORTPER_REPORTPER_Msk (0xFUL << QDEC_REPORTPER_REPORTPER_Pos) /*!< Bit mask of REPORTPER field. */ 5773*150812a8SEvalZero #define QDEC_REPORTPER_REPORTPER_10Smpl (0UL) /*!< 10 samples / report */ 5774*150812a8SEvalZero #define QDEC_REPORTPER_REPORTPER_40Smpl (1UL) /*!< 40 samples / report */ 5775*150812a8SEvalZero #define QDEC_REPORTPER_REPORTPER_80Smpl (2UL) /*!< 80 samples / report */ 5776*150812a8SEvalZero #define QDEC_REPORTPER_REPORTPER_120Smpl (3UL) /*!< 120 samples / report */ 5777*150812a8SEvalZero #define QDEC_REPORTPER_REPORTPER_160Smpl (4UL) /*!< 160 samples / report */ 5778*150812a8SEvalZero #define QDEC_REPORTPER_REPORTPER_200Smpl (5UL) /*!< 200 samples / report */ 5779*150812a8SEvalZero #define QDEC_REPORTPER_REPORTPER_240Smpl (6UL) /*!< 240 samples / report */ 5780*150812a8SEvalZero #define QDEC_REPORTPER_REPORTPER_280Smpl (7UL) /*!< 280 samples / report */ 5781*150812a8SEvalZero #define QDEC_REPORTPER_REPORTPER_1Smpl (8UL) /*!< 1 sample / report */ 5782*150812a8SEvalZero 5783*150812a8SEvalZero /* Register: QDEC_ACC */ 5784*150812a8SEvalZero /* Description: Register accumulating the valid transitions */ 5785*150812a8SEvalZero 5786*150812a8SEvalZero /* Bits 31..0 : Register accumulating all valid samples (not double transition) read from the SAMPLE register */ 5787*150812a8SEvalZero #define QDEC_ACC_ACC_Pos (0UL) /*!< Position of ACC field. */ 5788*150812a8SEvalZero #define QDEC_ACC_ACC_Msk (0xFFFFFFFFUL << QDEC_ACC_ACC_Pos) /*!< Bit mask of ACC field. */ 5789*150812a8SEvalZero 5790*150812a8SEvalZero /* Register: QDEC_ACCREAD */ 5791*150812a8SEvalZero /* Description: Snapshot of the ACC register, updated by the READCLRACC or RDCLRACC task */ 5792*150812a8SEvalZero 5793*150812a8SEvalZero /* Bits 31..0 : Snapshot of the ACC register. */ 5794*150812a8SEvalZero #define QDEC_ACCREAD_ACCREAD_Pos (0UL) /*!< Position of ACCREAD field. */ 5795*150812a8SEvalZero #define QDEC_ACCREAD_ACCREAD_Msk (0xFFFFFFFFUL << QDEC_ACCREAD_ACCREAD_Pos) /*!< Bit mask of ACCREAD field. */ 5796*150812a8SEvalZero 5797*150812a8SEvalZero /* Register: QDEC_PSEL_LED */ 5798*150812a8SEvalZero /* Description: Pin select for LED signal */ 5799*150812a8SEvalZero 5800*150812a8SEvalZero /* Bit 31 : Connection */ 5801*150812a8SEvalZero #define QDEC_PSEL_LED_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */ 5802*150812a8SEvalZero #define QDEC_PSEL_LED_CONNECT_Msk (0x1UL << QDEC_PSEL_LED_CONNECT_Pos) /*!< Bit mask of CONNECT field. */ 5803*150812a8SEvalZero #define QDEC_PSEL_LED_CONNECT_Connected (0UL) /*!< Connect */ 5804*150812a8SEvalZero #define QDEC_PSEL_LED_CONNECT_Disconnected (1UL) /*!< Disconnect */ 5805*150812a8SEvalZero 5806*150812a8SEvalZero /* Bits 4..0 : Pin number */ 5807*150812a8SEvalZero #define QDEC_PSEL_LED_PIN_Pos (0UL) /*!< Position of PIN field. */ 5808*150812a8SEvalZero #define QDEC_PSEL_LED_PIN_Msk (0x1FUL << QDEC_PSEL_LED_PIN_Pos) /*!< Bit mask of PIN field. */ 5809*150812a8SEvalZero 5810*150812a8SEvalZero /* Register: QDEC_PSEL_A */ 5811*150812a8SEvalZero /* Description: Pin select for A signal */ 5812*150812a8SEvalZero 5813*150812a8SEvalZero /* Bit 31 : Connection */ 5814*150812a8SEvalZero #define QDEC_PSEL_A_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */ 5815*150812a8SEvalZero #define QDEC_PSEL_A_CONNECT_Msk (0x1UL << QDEC_PSEL_A_CONNECT_Pos) /*!< Bit mask of CONNECT field. */ 5816*150812a8SEvalZero #define QDEC_PSEL_A_CONNECT_Connected (0UL) /*!< Connect */ 5817*150812a8SEvalZero #define QDEC_PSEL_A_CONNECT_Disconnected (1UL) /*!< Disconnect */ 5818*150812a8SEvalZero 5819*150812a8SEvalZero /* Bits 4..0 : Pin number */ 5820*150812a8SEvalZero #define QDEC_PSEL_A_PIN_Pos (0UL) /*!< Position of PIN field. */ 5821*150812a8SEvalZero #define QDEC_PSEL_A_PIN_Msk (0x1FUL << QDEC_PSEL_A_PIN_Pos) /*!< Bit mask of PIN field. */ 5822*150812a8SEvalZero 5823*150812a8SEvalZero /* Register: QDEC_PSEL_B */ 5824*150812a8SEvalZero /* Description: Pin select for B signal */ 5825*150812a8SEvalZero 5826*150812a8SEvalZero /* Bit 31 : Connection */ 5827*150812a8SEvalZero #define QDEC_PSEL_B_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */ 5828*150812a8SEvalZero #define QDEC_PSEL_B_CONNECT_Msk (0x1UL << QDEC_PSEL_B_CONNECT_Pos) /*!< Bit mask of CONNECT field. */ 5829*150812a8SEvalZero #define QDEC_PSEL_B_CONNECT_Connected (0UL) /*!< Connect */ 5830*150812a8SEvalZero #define QDEC_PSEL_B_CONNECT_Disconnected (1UL) /*!< Disconnect */ 5831*150812a8SEvalZero 5832*150812a8SEvalZero /* Bits 4..0 : Pin number */ 5833*150812a8SEvalZero #define QDEC_PSEL_B_PIN_Pos (0UL) /*!< Position of PIN field. */ 5834*150812a8SEvalZero #define QDEC_PSEL_B_PIN_Msk (0x1FUL << QDEC_PSEL_B_PIN_Pos) /*!< Bit mask of PIN field. */ 5835*150812a8SEvalZero 5836*150812a8SEvalZero /* Register: QDEC_DBFEN */ 5837*150812a8SEvalZero /* Description: Enable input debounce filters */ 5838*150812a8SEvalZero 5839*150812a8SEvalZero /* Bit 0 : Enable input debounce filters */ 5840*150812a8SEvalZero #define QDEC_DBFEN_DBFEN_Pos (0UL) /*!< Position of DBFEN field. */ 5841*150812a8SEvalZero #define QDEC_DBFEN_DBFEN_Msk (0x1UL << QDEC_DBFEN_DBFEN_Pos) /*!< Bit mask of DBFEN field. */ 5842*150812a8SEvalZero #define QDEC_DBFEN_DBFEN_Disabled (0UL) /*!< Debounce input filters disabled */ 5843*150812a8SEvalZero #define QDEC_DBFEN_DBFEN_Enabled (1UL) /*!< Debounce input filters enabled */ 5844*150812a8SEvalZero 5845*150812a8SEvalZero /* Register: QDEC_LEDPRE */ 5846*150812a8SEvalZero /* Description: Time period the LED is switched ON prior to sampling */ 5847*150812a8SEvalZero 5848*150812a8SEvalZero /* Bits 8..0 : Period in us the LED is switched on prior to sampling */ 5849*150812a8SEvalZero #define QDEC_LEDPRE_LEDPRE_Pos (0UL) /*!< Position of LEDPRE field. */ 5850*150812a8SEvalZero #define QDEC_LEDPRE_LEDPRE_Msk (0x1FFUL << QDEC_LEDPRE_LEDPRE_Pos) /*!< Bit mask of LEDPRE field. */ 5851*150812a8SEvalZero 5852*150812a8SEvalZero /* Register: QDEC_ACCDBL */ 5853*150812a8SEvalZero /* Description: Register accumulating the number of detected double transitions */ 5854*150812a8SEvalZero 5855*150812a8SEvalZero /* Bits 3..0 : Register accumulating the number of detected double or illegal transitions. ( SAMPLE = 2 ). */ 5856*150812a8SEvalZero #define QDEC_ACCDBL_ACCDBL_Pos (0UL) /*!< Position of ACCDBL field. */ 5857*150812a8SEvalZero #define QDEC_ACCDBL_ACCDBL_Msk (0xFUL << QDEC_ACCDBL_ACCDBL_Pos) /*!< Bit mask of ACCDBL field. */ 5858*150812a8SEvalZero 5859*150812a8SEvalZero /* Register: QDEC_ACCDBLREAD */ 5860*150812a8SEvalZero /* Description: Snapshot of the ACCDBL, updated by the READCLRACC or RDCLRDBL task */ 5861*150812a8SEvalZero 5862*150812a8SEvalZero /* Bits 3..0 : Snapshot of the ACCDBL register. This field is updated when the READCLRACC or RDCLRDBL task is triggered. */ 5863*150812a8SEvalZero #define QDEC_ACCDBLREAD_ACCDBLREAD_Pos (0UL) /*!< Position of ACCDBLREAD field. */ 5864*150812a8SEvalZero #define QDEC_ACCDBLREAD_ACCDBLREAD_Msk (0xFUL << QDEC_ACCDBLREAD_ACCDBLREAD_Pos) /*!< Bit mask of ACCDBLREAD field. */ 5865*150812a8SEvalZero 5866*150812a8SEvalZero 5867*150812a8SEvalZero /* Peripheral: RADIO */ 5868*150812a8SEvalZero /* Description: 2.4 GHz Radio */ 5869*150812a8SEvalZero 5870*150812a8SEvalZero /* Register: RADIO_TASKS_TXEN */ 5871*150812a8SEvalZero /* Description: Enable RADIO in TX mode */ 5872*150812a8SEvalZero 5873*150812a8SEvalZero /* Bit 0 : */ 5874*150812a8SEvalZero #define RADIO_TASKS_TXEN_TASKS_TXEN_Pos (0UL) /*!< Position of TASKS_TXEN field. */ 5875*150812a8SEvalZero #define RADIO_TASKS_TXEN_TASKS_TXEN_Msk (0x1UL << RADIO_TASKS_TXEN_TASKS_TXEN_Pos) /*!< Bit mask of TASKS_TXEN field. */ 5876*150812a8SEvalZero 5877*150812a8SEvalZero /* Register: RADIO_TASKS_RXEN */ 5878*150812a8SEvalZero /* Description: Enable RADIO in RX mode */ 5879*150812a8SEvalZero 5880*150812a8SEvalZero /* Bit 0 : */ 5881*150812a8SEvalZero #define RADIO_TASKS_RXEN_TASKS_RXEN_Pos (0UL) /*!< Position of TASKS_RXEN field. */ 5882*150812a8SEvalZero #define RADIO_TASKS_RXEN_TASKS_RXEN_Msk (0x1UL << RADIO_TASKS_RXEN_TASKS_RXEN_Pos) /*!< Bit mask of TASKS_RXEN field. */ 5883*150812a8SEvalZero 5884*150812a8SEvalZero /* Register: RADIO_TASKS_START */ 5885*150812a8SEvalZero /* Description: Start RADIO */ 5886*150812a8SEvalZero 5887*150812a8SEvalZero /* Bit 0 : */ 5888*150812a8SEvalZero #define RADIO_TASKS_START_TASKS_START_Pos (0UL) /*!< Position of TASKS_START field. */ 5889*150812a8SEvalZero #define RADIO_TASKS_START_TASKS_START_Msk (0x1UL << RADIO_TASKS_START_TASKS_START_Pos) /*!< Bit mask of TASKS_START field. */ 5890*150812a8SEvalZero 5891*150812a8SEvalZero /* Register: RADIO_TASKS_STOP */ 5892*150812a8SEvalZero /* Description: Stop RADIO */ 5893*150812a8SEvalZero 5894*150812a8SEvalZero /* Bit 0 : */ 5895*150812a8SEvalZero #define RADIO_TASKS_STOP_TASKS_STOP_Pos (0UL) /*!< Position of TASKS_STOP field. */ 5896*150812a8SEvalZero #define RADIO_TASKS_STOP_TASKS_STOP_Msk (0x1UL << RADIO_TASKS_STOP_TASKS_STOP_Pos) /*!< Bit mask of TASKS_STOP field. */ 5897*150812a8SEvalZero 5898*150812a8SEvalZero /* Register: RADIO_TASKS_DISABLE */ 5899*150812a8SEvalZero /* Description: Disable RADIO */ 5900*150812a8SEvalZero 5901*150812a8SEvalZero /* Bit 0 : */ 5902*150812a8SEvalZero #define RADIO_TASKS_DISABLE_TASKS_DISABLE_Pos (0UL) /*!< Position of TASKS_DISABLE field. */ 5903*150812a8SEvalZero #define RADIO_TASKS_DISABLE_TASKS_DISABLE_Msk (0x1UL << RADIO_TASKS_DISABLE_TASKS_DISABLE_Pos) /*!< Bit mask of TASKS_DISABLE field. */ 5904*150812a8SEvalZero 5905*150812a8SEvalZero /* Register: RADIO_TASKS_RSSISTART */ 5906*150812a8SEvalZero /* Description: Start the RSSI and take one single sample of the receive signal strength. */ 5907*150812a8SEvalZero 5908*150812a8SEvalZero /* Bit 0 : */ 5909*150812a8SEvalZero #define RADIO_TASKS_RSSISTART_TASKS_RSSISTART_Pos (0UL) /*!< Position of TASKS_RSSISTART field. */ 5910*150812a8SEvalZero #define RADIO_TASKS_RSSISTART_TASKS_RSSISTART_Msk (0x1UL << RADIO_TASKS_RSSISTART_TASKS_RSSISTART_Pos) /*!< Bit mask of TASKS_RSSISTART field. */ 5911*150812a8SEvalZero 5912*150812a8SEvalZero /* Register: RADIO_TASKS_RSSISTOP */ 5913*150812a8SEvalZero /* Description: Stop the RSSI measurement */ 5914*150812a8SEvalZero 5915*150812a8SEvalZero /* Bit 0 : */ 5916*150812a8SEvalZero #define RADIO_TASKS_RSSISTOP_TASKS_RSSISTOP_Pos (0UL) /*!< Position of TASKS_RSSISTOP field. */ 5917*150812a8SEvalZero #define RADIO_TASKS_RSSISTOP_TASKS_RSSISTOP_Msk (0x1UL << RADIO_TASKS_RSSISTOP_TASKS_RSSISTOP_Pos) /*!< Bit mask of TASKS_RSSISTOP field. */ 5918*150812a8SEvalZero 5919*150812a8SEvalZero /* Register: RADIO_TASKS_BCSTART */ 5920*150812a8SEvalZero /* Description: Start the bit counter */ 5921*150812a8SEvalZero 5922*150812a8SEvalZero /* Bit 0 : */ 5923*150812a8SEvalZero #define RADIO_TASKS_BCSTART_TASKS_BCSTART_Pos (0UL) /*!< Position of TASKS_BCSTART field. */ 5924*150812a8SEvalZero #define RADIO_TASKS_BCSTART_TASKS_BCSTART_Msk (0x1UL << RADIO_TASKS_BCSTART_TASKS_BCSTART_Pos) /*!< Bit mask of TASKS_BCSTART field. */ 5925*150812a8SEvalZero 5926*150812a8SEvalZero /* Register: RADIO_TASKS_BCSTOP */ 5927*150812a8SEvalZero /* Description: Stop the bit counter */ 5928*150812a8SEvalZero 5929*150812a8SEvalZero /* Bit 0 : */ 5930*150812a8SEvalZero #define RADIO_TASKS_BCSTOP_TASKS_BCSTOP_Pos (0UL) /*!< Position of TASKS_BCSTOP field. */ 5931*150812a8SEvalZero #define RADIO_TASKS_BCSTOP_TASKS_BCSTOP_Msk (0x1UL << RADIO_TASKS_BCSTOP_TASKS_BCSTOP_Pos) /*!< Bit mask of TASKS_BCSTOP field. */ 5932*150812a8SEvalZero 5933*150812a8SEvalZero /* Register: RADIO_EVENTS_READY */ 5934*150812a8SEvalZero /* Description: RADIO has ramped up and is ready to be started */ 5935*150812a8SEvalZero 5936*150812a8SEvalZero /* Bit 0 : */ 5937*150812a8SEvalZero #define RADIO_EVENTS_READY_EVENTS_READY_Pos (0UL) /*!< Position of EVENTS_READY field. */ 5938*150812a8SEvalZero #define RADIO_EVENTS_READY_EVENTS_READY_Msk (0x1UL << RADIO_EVENTS_READY_EVENTS_READY_Pos) /*!< Bit mask of EVENTS_READY field. */ 5939*150812a8SEvalZero 5940*150812a8SEvalZero /* Register: RADIO_EVENTS_ADDRESS */ 5941*150812a8SEvalZero /* Description: Address sent or received */ 5942*150812a8SEvalZero 5943*150812a8SEvalZero /* Bit 0 : */ 5944*150812a8SEvalZero #define RADIO_EVENTS_ADDRESS_EVENTS_ADDRESS_Pos (0UL) /*!< Position of EVENTS_ADDRESS field. */ 5945*150812a8SEvalZero #define RADIO_EVENTS_ADDRESS_EVENTS_ADDRESS_Msk (0x1UL << RADIO_EVENTS_ADDRESS_EVENTS_ADDRESS_Pos) /*!< Bit mask of EVENTS_ADDRESS field. */ 5946*150812a8SEvalZero 5947*150812a8SEvalZero /* Register: RADIO_EVENTS_PAYLOAD */ 5948*150812a8SEvalZero /* Description: Packet payload sent or received */ 5949*150812a8SEvalZero 5950*150812a8SEvalZero /* Bit 0 : */ 5951*150812a8SEvalZero #define RADIO_EVENTS_PAYLOAD_EVENTS_PAYLOAD_Pos (0UL) /*!< Position of EVENTS_PAYLOAD field. */ 5952*150812a8SEvalZero #define RADIO_EVENTS_PAYLOAD_EVENTS_PAYLOAD_Msk (0x1UL << RADIO_EVENTS_PAYLOAD_EVENTS_PAYLOAD_Pos) /*!< Bit mask of EVENTS_PAYLOAD field. */ 5953*150812a8SEvalZero 5954*150812a8SEvalZero /* Register: RADIO_EVENTS_END */ 5955*150812a8SEvalZero /* Description: Packet sent or received */ 5956*150812a8SEvalZero 5957*150812a8SEvalZero /* Bit 0 : */ 5958*150812a8SEvalZero #define RADIO_EVENTS_END_EVENTS_END_Pos (0UL) /*!< Position of EVENTS_END field. */ 5959*150812a8SEvalZero #define RADIO_EVENTS_END_EVENTS_END_Msk (0x1UL << RADIO_EVENTS_END_EVENTS_END_Pos) /*!< Bit mask of EVENTS_END field. */ 5960*150812a8SEvalZero 5961*150812a8SEvalZero /* Register: RADIO_EVENTS_DISABLED */ 5962*150812a8SEvalZero /* Description: RADIO has been disabled */ 5963*150812a8SEvalZero 5964*150812a8SEvalZero /* Bit 0 : */ 5965*150812a8SEvalZero #define RADIO_EVENTS_DISABLED_EVENTS_DISABLED_Pos (0UL) /*!< Position of EVENTS_DISABLED field. */ 5966*150812a8SEvalZero #define RADIO_EVENTS_DISABLED_EVENTS_DISABLED_Msk (0x1UL << RADIO_EVENTS_DISABLED_EVENTS_DISABLED_Pos) /*!< Bit mask of EVENTS_DISABLED field. */ 5967*150812a8SEvalZero 5968*150812a8SEvalZero /* Register: RADIO_EVENTS_DEVMATCH */ 5969*150812a8SEvalZero /* Description: A device address match occurred on the last received packet */ 5970*150812a8SEvalZero 5971*150812a8SEvalZero /* Bit 0 : */ 5972*150812a8SEvalZero #define RADIO_EVENTS_DEVMATCH_EVENTS_DEVMATCH_Pos (0UL) /*!< Position of EVENTS_DEVMATCH field. */ 5973*150812a8SEvalZero #define RADIO_EVENTS_DEVMATCH_EVENTS_DEVMATCH_Msk (0x1UL << RADIO_EVENTS_DEVMATCH_EVENTS_DEVMATCH_Pos) /*!< Bit mask of EVENTS_DEVMATCH field. */ 5974*150812a8SEvalZero 5975*150812a8SEvalZero /* Register: RADIO_EVENTS_DEVMISS */ 5976*150812a8SEvalZero /* Description: No device address match occurred on the last received packet */ 5977*150812a8SEvalZero 5978*150812a8SEvalZero /* Bit 0 : */ 5979*150812a8SEvalZero #define RADIO_EVENTS_DEVMISS_EVENTS_DEVMISS_Pos (0UL) /*!< Position of EVENTS_DEVMISS field. */ 5980*150812a8SEvalZero #define RADIO_EVENTS_DEVMISS_EVENTS_DEVMISS_Msk (0x1UL << RADIO_EVENTS_DEVMISS_EVENTS_DEVMISS_Pos) /*!< Bit mask of EVENTS_DEVMISS field. */ 5981*150812a8SEvalZero 5982*150812a8SEvalZero /* Register: RADIO_EVENTS_RSSIEND */ 5983*150812a8SEvalZero /* Description: Sampling of receive signal strength complete. */ 5984*150812a8SEvalZero 5985*150812a8SEvalZero /* Bit 0 : */ 5986*150812a8SEvalZero #define RADIO_EVENTS_RSSIEND_EVENTS_RSSIEND_Pos (0UL) /*!< Position of EVENTS_RSSIEND field. */ 5987*150812a8SEvalZero #define RADIO_EVENTS_RSSIEND_EVENTS_RSSIEND_Msk (0x1UL << RADIO_EVENTS_RSSIEND_EVENTS_RSSIEND_Pos) /*!< Bit mask of EVENTS_RSSIEND field. */ 5988*150812a8SEvalZero 5989*150812a8SEvalZero /* Register: RADIO_EVENTS_BCMATCH */ 5990*150812a8SEvalZero /* Description: Bit counter reached bit count value. */ 5991*150812a8SEvalZero 5992*150812a8SEvalZero /* Bit 0 : */ 5993*150812a8SEvalZero #define RADIO_EVENTS_BCMATCH_EVENTS_BCMATCH_Pos (0UL) /*!< Position of EVENTS_BCMATCH field. */ 5994*150812a8SEvalZero #define RADIO_EVENTS_BCMATCH_EVENTS_BCMATCH_Msk (0x1UL << RADIO_EVENTS_BCMATCH_EVENTS_BCMATCH_Pos) /*!< Bit mask of EVENTS_BCMATCH field. */ 5995*150812a8SEvalZero 5996*150812a8SEvalZero /* Register: RADIO_EVENTS_CRCOK */ 5997*150812a8SEvalZero /* Description: Packet received with CRC ok */ 5998*150812a8SEvalZero 5999*150812a8SEvalZero /* Bit 0 : */ 6000*150812a8SEvalZero #define RADIO_EVENTS_CRCOK_EVENTS_CRCOK_Pos (0UL) /*!< Position of EVENTS_CRCOK field. */ 6001*150812a8SEvalZero #define RADIO_EVENTS_CRCOK_EVENTS_CRCOK_Msk (0x1UL << RADIO_EVENTS_CRCOK_EVENTS_CRCOK_Pos) /*!< Bit mask of EVENTS_CRCOK field. */ 6002*150812a8SEvalZero 6003*150812a8SEvalZero /* Register: RADIO_EVENTS_CRCERROR */ 6004*150812a8SEvalZero /* Description: Packet received with CRC error */ 6005*150812a8SEvalZero 6006*150812a8SEvalZero /* Bit 0 : */ 6007*150812a8SEvalZero #define RADIO_EVENTS_CRCERROR_EVENTS_CRCERROR_Pos (0UL) /*!< Position of EVENTS_CRCERROR field. */ 6008*150812a8SEvalZero #define RADIO_EVENTS_CRCERROR_EVENTS_CRCERROR_Msk (0x1UL << RADIO_EVENTS_CRCERROR_EVENTS_CRCERROR_Pos) /*!< Bit mask of EVENTS_CRCERROR field. */ 6009*150812a8SEvalZero 6010*150812a8SEvalZero /* Register: RADIO_SHORTS */ 6011*150812a8SEvalZero /* Description: Shortcut register */ 6012*150812a8SEvalZero 6013*150812a8SEvalZero /* Bit 8 : Shortcut between DISABLED event and RSSISTOP task */ 6014*150812a8SEvalZero #define RADIO_SHORTS_DISABLED_RSSISTOP_Pos (8UL) /*!< Position of DISABLED_RSSISTOP field. */ 6015*150812a8SEvalZero #define RADIO_SHORTS_DISABLED_RSSISTOP_Msk (0x1UL << RADIO_SHORTS_DISABLED_RSSISTOP_Pos) /*!< Bit mask of DISABLED_RSSISTOP field. */ 6016*150812a8SEvalZero #define RADIO_SHORTS_DISABLED_RSSISTOP_Disabled (0UL) /*!< Disable shortcut */ 6017*150812a8SEvalZero #define RADIO_SHORTS_DISABLED_RSSISTOP_Enabled (1UL) /*!< Enable shortcut */ 6018*150812a8SEvalZero 6019*150812a8SEvalZero /* Bit 6 : Shortcut between ADDRESS event and BCSTART task */ 6020*150812a8SEvalZero #define RADIO_SHORTS_ADDRESS_BCSTART_Pos (6UL) /*!< Position of ADDRESS_BCSTART field. */ 6021*150812a8SEvalZero #define RADIO_SHORTS_ADDRESS_BCSTART_Msk (0x1UL << RADIO_SHORTS_ADDRESS_BCSTART_Pos) /*!< Bit mask of ADDRESS_BCSTART field. */ 6022*150812a8SEvalZero #define RADIO_SHORTS_ADDRESS_BCSTART_Disabled (0UL) /*!< Disable shortcut */ 6023*150812a8SEvalZero #define RADIO_SHORTS_ADDRESS_BCSTART_Enabled (1UL) /*!< Enable shortcut */ 6024*150812a8SEvalZero 6025*150812a8SEvalZero /* Bit 5 : Shortcut between END event and START task */ 6026*150812a8SEvalZero #define RADIO_SHORTS_END_START_Pos (5UL) /*!< Position of END_START field. */ 6027*150812a8SEvalZero #define RADIO_SHORTS_END_START_Msk (0x1UL << RADIO_SHORTS_END_START_Pos) /*!< Bit mask of END_START field. */ 6028*150812a8SEvalZero #define RADIO_SHORTS_END_START_Disabled (0UL) /*!< Disable shortcut */ 6029*150812a8SEvalZero #define RADIO_SHORTS_END_START_Enabled (1UL) /*!< Enable shortcut */ 6030*150812a8SEvalZero 6031*150812a8SEvalZero /* Bit 4 : Shortcut between ADDRESS event and RSSISTART task */ 6032*150812a8SEvalZero #define RADIO_SHORTS_ADDRESS_RSSISTART_Pos (4UL) /*!< Position of ADDRESS_RSSISTART field. */ 6033*150812a8SEvalZero #define RADIO_SHORTS_ADDRESS_RSSISTART_Msk (0x1UL << RADIO_SHORTS_ADDRESS_RSSISTART_Pos) /*!< Bit mask of ADDRESS_RSSISTART field. */ 6034*150812a8SEvalZero #define RADIO_SHORTS_ADDRESS_RSSISTART_Disabled (0UL) /*!< Disable shortcut */ 6035*150812a8SEvalZero #define RADIO_SHORTS_ADDRESS_RSSISTART_Enabled (1UL) /*!< Enable shortcut */ 6036*150812a8SEvalZero 6037*150812a8SEvalZero /* Bit 3 : Shortcut between DISABLED event and RXEN task */ 6038*150812a8SEvalZero #define RADIO_SHORTS_DISABLED_RXEN_Pos (3UL) /*!< Position of DISABLED_RXEN field. */ 6039*150812a8SEvalZero #define RADIO_SHORTS_DISABLED_RXEN_Msk (0x1UL << RADIO_SHORTS_DISABLED_RXEN_Pos) /*!< Bit mask of DISABLED_RXEN field. */ 6040*150812a8SEvalZero #define RADIO_SHORTS_DISABLED_RXEN_Disabled (0UL) /*!< Disable shortcut */ 6041*150812a8SEvalZero #define RADIO_SHORTS_DISABLED_RXEN_Enabled (1UL) /*!< Enable shortcut */ 6042*150812a8SEvalZero 6043*150812a8SEvalZero /* Bit 2 : Shortcut between DISABLED event and TXEN task */ 6044*150812a8SEvalZero #define RADIO_SHORTS_DISABLED_TXEN_Pos (2UL) /*!< Position of DISABLED_TXEN field. */ 6045*150812a8SEvalZero #define RADIO_SHORTS_DISABLED_TXEN_Msk (0x1UL << RADIO_SHORTS_DISABLED_TXEN_Pos) /*!< Bit mask of DISABLED_TXEN field. */ 6046*150812a8SEvalZero #define RADIO_SHORTS_DISABLED_TXEN_Disabled (0UL) /*!< Disable shortcut */ 6047*150812a8SEvalZero #define RADIO_SHORTS_DISABLED_TXEN_Enabled (1UL) /*!< Enable shortcut */ 6048*150812a8SEvalZero 6049*150812a8SEvalZero /* Bit 1 : Shortcut between END event and DISABLE task */ 6050*150812a8SEvalZero #define RADIO_SHORTS_END_DISABLE_Pos (1UL) /*!< Position of END_DISABLE field. */ 6051*150812a8SEvalZero #define RADIO_SHORTS_END_DISABLE_Msk (0x1UL << RADIO_SHORTS_END_DISABLE_Pos) /*!< Bit mask of END_DISABLE field. */ 6052*150812a8SEvalZero #define RADIO_SHORTS_END_DISABLE_Disabled (0UL) /*!< Disable shortcut */ 6053*150812a8SEvalZero #define RADIO_SHORTS_END_DISABLE_Enabled (1UL) /*!< Enable shortcut */ 6054*150812a8SEvalZero 6055*150812a8SEvalZero /* Bit 0 : Shortcut between READY event and START task */ 6056*150812a8SEvalZero #define RADIO_SHORTS_READY_START_Pos (0UL) /*!< Position of READY_START field. */ 6057*150812a8SEvalZero #define RADIO_SHORTS_READY_START_Msk (0x1UL << RADIO_SHORTS_READY_START_Pos) /*!< Bit mask of READY_START field. */ 6058*150812a8SEvalZero #define RADIO_SHORTS_READY_START_Disabled (0UL) /*!< Disable shortcut */ 6059*150812a8SEvalZero #define RADIO_SHORTS_READY_START_Enabled (1UL) /*!< Enable shortcut */ 6060*150812a8SEvalZero 6061*150812a8SEvalZero /* Register: RADIO_INTENSET */ 6062*150812a8SEvalZero /* Description: Enable interrupt */ 6063*150812a8SEvalZero 6064*150812a8SEvalZero /* Bit 13 : Write '1' to enable interrupt for CRCERROR event */ 6065*150812a8SEvalZero #define RADIO_INTENSET_CRCERROR_Pos (13UL) /*!< Position of CRCERROR field. */ 6066*150812a8SEvalZero #define RADIO_INTENSET_CRCERROR_Msk (0x1UL << RADIO_INTENSET_CRCERROR_Pos) /*!< Bit mask of CRCERROR field. */ 6067*150812a8SEvalZero #define RADIO_INTENSET_CRCERROR_Disabled (0UL) /*!< Read: Disabled */ 6068*150812a8SEvalZero #define RADIO_INTENSET_CRCERROR_Enabled (1UL) /*!< Read: Enabled */ 6069*150812a8SEvalZero #define RADIO_INTENSET_CRCERROR_Set (1UL) /*!< Enable */ 6070*150812a8SEvalZero 6071*150812a8SEvalZero /* Bit 12 : Write '1' to enable interrupt for CRCOK event */ 6072*150812a8SEvalZero #define RADIO_INTENSET_CRCOK_Pos (12UL) /*!< Position of CRCOK field. */ 6073*150812a8SEvalZero #define RADIO_INTENSET_CRCOK_Msk (0x1UL << RADIO_INTENSET_CRCOK_Pos) /*!< Bit mask of CRCOK field. */ 6074*150812a8SEvalZero #define RADIO_INTENSET_CRCOK_Disabled (0UL) /*!< Read: Disabled */ 6075*150812a8SEvalZero #define RADIO_INTENSET_CRCOK_Enabled (1UL) /*!< Read: Enabled */ 6076*150812a8SEvalZero #define RADIO_INTENSET_CRCOK_Set (1UL) /*!< Enable */ 6077*150812a8SEvalZero 6078*150812a8SEvalZero /* Bit 10 : Write '1' to enable interrupt for BCMATCH event */ 6079*150812a8SEvalZero #define RADIO_INTENSET_BCMATCH_Pos (10UL) /*!< Position of BCMATCH field. */ 6080*150812a8SEvalZero #define RADIO_INTENSET_BCMATCH_Msk (0x1UL << RADIO_INTENSET_BCMATCH_Pos) /*!< Bit mask of BCMATCH field. */ 6081*150812a8SEvalZero #define RADIO_INTENSET_BCMATCH_Disabled (0UL) /*!< Read: Disabled */ 6082*150812a8SEvalZero #define RADIO_INTENSET_BCMATCH_Enabled (1UL) /*!< Read: Enabled */ 6083*150812a8SEvalZero #define RADIO_INTENSET_BCMATCH_Set (1UL) /*!< Enable */ 6084*150812a8SEvalZero 6085*150812a8SEvalZero /* Bit 7 : Write '1' to enable interrupt for RSSIEND event */ 6086*150812a8SEvalZero #define RADIO_INTENSET_RSSIEND_Pos (7UL) /*!< Position of RSSIEND field. */ 6087*150812a8SEvalZero #define RADIO_INTENSET_RSSIEND_Msk (0x1UL << RADIO_INTENSET_RSSIEND_Pos) /*!< Bit mask of RSSIEND field. */ 6088*150812a8SEvalZero #define RADIO_INTENSET_RSSIEND_Disabled (0UL) /*!< Read: Disabled */ 6089*150812a8SEvalZero #define RADIO_INTENSET_RSSIEND_Enabled (1UL) /*!< Read: Enabled */ 6090*150812a8SEvalZero #define RADIO_INTENSET_RSSIEND_Set (1UL) /*!< Enable */ 6091*150812a8SEvalZero 6092*150812a8SEvalZero /* Bit 6 : Write '1' to enable interrupt for DEVMISS event */ 6093*150812a8SEvalZero #define RADIO_INTENSET_DEVMISS_Pos (6UL) /*!< Position of DEVMISS field. */ 6094*150812a8SEvalZero #define RADIO_INTENSET_DEVMISS_Msk (0x1UL << RADIO_INTENSET_DEVMISS_Pos) /*!< Bit mask of DEVMISS field. */ 6095*150812a8SEvalZero #define RADIO_INTENSET_DEVMISS_Disabled (0UL) /*!< Read: Disabled */ 6096*150812a8SEvalZero #define RADIO_INTENSET_DEVMISS_Enabled (1UL) /*!< Read: Enabled */ 6097*150812a8SEvalZero #define RADIO_INTENSET_DEVMISS_Set (1UL) /*!< Enable */ 6098*150812a8SEvalZero 6099*150812a8SEvalZero /* Bit 5 : Write '1' to enable interrupt for DEVMATCH event */ 6100*150812a8SEvalZero #define RADIO_INTENSET_DEVMATCH_Pos (5UL) /*!< Position of DEVMATCH field. */ 6101*150812a8SEvalZero #define RADIO_INTENSET_DEVMATCH_Msk (0x1UL << RADIO_INTENSET_DEVMATCH_Pos) /*!< Bit mask of DEVMATCH field. */ 6102*150812a8SEvalZero #define RADIO_INTENSET_DEVMATCH_Disabled (0UL) /*!< Read: Disabled */ 6103*150812a8SEvalZero #define RADIO_INTENSET_DEVMATCH_Enabled (1UL) /*!< Read: Enabled */ 6104*150812a8SEvalZero #define RADIO_INTENSET_DEVMATCH_Set (1UL) /*!< Enable */ 6105*150812a8SEvalZero 6106*150812a8SEvalZero /* Bit 4 : Write '1' to enable interrupt for DISABLED event */ 6107*150812a8SEvalZero #define RADIO_INTENSET_DISABLED_Pos (4UL) /*!< Position of DISABLED field. */ 6108*150812a8SEvalZero #define RADIO_INTENSET_DISABLED_Msk (0x1UL << RADIO_INTENSET_DISABLED_Pos) /*!< Bit mask of DISABLED field. */ 6109*150812a8SEvalZero #define RADIO_INTENSET_DISABLED_Disabled (0UL) /*!< Read: Disabled */ 6110*150812a8SEvalZero #define RADIO_INTENSET_DISABLED_Enabled (1UL) /*!< Read: Enabled */ 6111*150812a8SEvalZero #define RADIO_INTENSET_DISABLED_Set (1UL) /*!< Enable */ 6112*150812a8SEvalZero 6113*150812a8SEvalZero /* Bit 3 : Write '1' to enable interrupt for END event */ 6114*150812a8SEvalZero #define RADIO_INTENSET_END_Pos (3UL) /*!< Position of END field. */ 6115*150812a8SEvalZero #define RADIO_INTENSET_END_Msk (0x1UL << RADIO_INTENSET_END_Pos) /*!< Bit mask of END field. */ 6116*150812a8SEvalZero #define RADIO_INTENSET_END_Disabled (0UL) /*!< Read: Disabled */ 6117*150812a8SEvalZero #define RADIO_INTENSET_END_Enabled (1UL) /*!< Read: Enabled */ 6118*150812a8SEvalZero #define RADIO_INTENSET_END_Set (1UL) /*!< Enable */ 6119*150812a8SEvalZero 6120*150812a8SEvalZero /* Bit 2 : Write '1' to enable interrupt for PAYLOAD event */ 6121*150812a8SEvalZero #define RADIO_INTENSET_PAYLOAD_Pos (2UL) /*!< Position of PAYLOAD field. */ 6122*150812a8SEvalZero #define RADIO_INTENSET_PAYLOAD_Msk (0x1UL << RADIO_INTENSET_PAYLOAD_Pos) /*!< Bit mask of PAYLOAD field. */ 6123*150812a8SEvalZero #define RADIO_INTENSET_PAYLOAD_Disabled (0UL) /*!< Read: Disabled */ 6124*150812a8SEvalZero #define RADIO_INTENSET_PAYLOAD_Enabled (1UL) /*!< Read: Enabled */ 6125*150812a8SEvalZero #define RADIO_INTENSET_PAYLOAD_Set (1UL) /*!< Enable */ 6126*150812a8SEvalZero 6127*150812a8SEvalZero /* Bit 1 : Write '1' to enable interrupt for ADDRESS event */ 6128*150812a8SEvalZero #define RADIO_INTENSET_ADDRESS_Pos (1UL) /*!< Position of ADDRESS field. */ 6129*150812a8SEvalZero #define RADIO_INTENSET_ADDRESS_Msk (0x1UL << RADIO_INTENSET_ADDRESS_Pos) /*!< Bit mask of ADDRESS field. */ 6130*150812a8SEvalZero #define RADIO_INTENSET_ADDRESS_Disabled (0UL) /*!< Read: Disabled */ 6131*150812a8SEvalZero #define RADIO_INTENSET_ADDRESS_Enabled (1UL) /*!< Read: Enabled */ 6132*150812a8SEvalZero #define RADIO_INTENSET_ADDRESS_Set (1UL) /*!< Enable */ 6133*150812a8SEvalZero 6134*150812a8SEvalZero /* Bit 0 : Write '1' to enable interrupt for READY event */ 6135*150812a8SEvalZero #define RADIO_INTENSET_READY_Pos (0UL) /*!< Position of READY field. */ 6136*150812a8SEvalZero #define RADIO_INTENSET_READY_Msk (0x1UL << RADIO_INTENSET_READY_Pos) /*!< Bit mask of READY field. */ 6137*150812a8SEvalZero #define RADIO_INTENSET_READY_Disabled (0UL) /*!< Read: Disabled */ 6138*150812a8SEvalZero #define RADIO_INTENSET_READY_Enabled (1UL) /*!< Read: Enabled */ 6139*150812a8SEvalZero #define RADIO_INTENSET_READY_Set (1UL) /*!< Enable */ 6140*150812a8SEvalZero 6141*150812a8SEvalZero /* Register: RADIO_INTENCLR */ 6142*150812a8SEvalZero /* Description: Disable interrupt */ 6143*150812a8SEvalZero 6144*150812a8SEvalZero /* Bit 13 : Write '1' to disable interrupt for CRCERROR event */ 6145*150812a8SEvalZero #define RADIO_INTENCLR_CRCERROR_Pos (13UL) /*!< Position of CRCERROR field. */ 6146*150812a8SEvalZero #define RADIO_INTENCLR_CRCERROR_Msk (0x1UL << RADIO_INTENCLR_CRCERROR_Pos) /*!< Bit mask of CRCERROR field. */ 6147*150812a8SEvalZero #define RADIO_INTENCLR_CRCERROR_Disabled (0UL) /*!< Read: Disabled */ 6148*150812a8SEvalZero #define RADIO_INTENCLR_CRCERROR_Enabled (1UL) /*!< Read: Enabled */ 6149*150812a8SEvalZero #define RADIO_INTENCLR_CRCERROR_Clear (1UL) /*!< Disable */ 6150*150812a8SEvalZero 6151*150812a8SEvalZero /* Bit 12 : Write '1' to disable interrupt for CRCOK event */ 6152*150812a8SEvalZero #define RADIO_INTENCLR_CRCOK_Pos (12UL) /*!< Position of CRCOK field. */ 6153*150812a8SEvalZero #define RADIO_INTENCLR_CRCOK_Msk (0x1UL << RADIO_INTENCLR_CRCOK_Pos) /*!< Bit mask of CRCOK field. */ 6154*150812a8SEvalZero #define RADIO_INTENCLR_CRCOK_Disabled (0UL) /*!< Read: Disabled */ 6155*150812a8SEvalZero #define RADIO_INTENCLR_CRCOK_Enabled (1UL) /*!< Read: Enabled */ 6156*150812a8SEvalZero #define RADIO_INTENCLR_CRCOK_Clear (1UL) /*!< Disable */ 6157*150812a8SEvalZero 6158*150812a8SEvalZero /* Bit 10 : Write '1' to disable interrupt for BCMATCH event */ 6159*150812a8SEvalZero #define RADIO_INTENCLR_BCMATCH_Pos (10UL) /*!< Position of BCMATCH field. */ 6160*150812a8SEvalZero #define RADIO_INTENCLR_BCMATCH_Msk (0x1UL << RADIO_INTENCLR_BCMATCH_Pos) /*!< Bit mask of BCMATCH field. */ 6161*150812a8SEvalZero #define RADIO_INTENCLR_BCMATCH_Disabled (0UL) /*!< Read: Disabled */ 6162*150812a8SEvalZero #define RADIO_INTENCLR_BCMATCH_Enabled (1UL) /*!< Read: Enabled */ 6163*150812a8SEvalZero #define RADIO_INTENCLR_BCMATCH_Clear (1UL) /*!< Disable */ 6164*150812a8SEvalZero 6165*150812a8SEvalZero /* Bit 7 : Write '1' to disable interrupt for RSSIEND event */ 6166*150812a8SEvalZero #define RADIO_INTENCLR_RSSIEND_Pos (7UL) /*!< Position of RSSIEND field. */ 6167*150812a8SEvalZero #define RADIO_INTENCLR_RSSIEND_Msk (0x1UL << RADIO_INTENCLR_RSSIEND_Pos) /*!< Bit mask of RSSIEND field. */ 6168*150812a8SEvalZero #define RADIO_INTENCLR_RSSIEND_Disabled (0UL) /*!< Read: Disabled */ 6169*150812a8SEvalZero #define RADIO_INTENCLR_RSSIEND_Enabled (1UL) /*!< Read: Enabled */ 6170*150812a8SEvalZero #define RADIO_INTENCLR_RSSIEND_Clear (1UL) /*!< Disable */ 6171*150812a8SEvalZero 6172*150812a8SEvalZero /* Bit 6 : Write '1' to disable interrupt for DEVMISS event */ 6173*150812a8SEvalZero #define RADIO_INTENCLR_DEVMISS_Pos (6UL) /*!< Position of DEVMISS field. */ 6174*150812a8SEvalZero #define RADIO_INTENCLR_DEVMISS_Msk (0x1UL << RADIO_INTENCLR_DEVMISS_Pos) /*!< Bit mask of DEVMISS field. */ 6175*150812a8SEvalZero #define RADIO_INTENCLR_DEVMISS_Disabled (0UL) /*!< Read: Disabled */ 6176*150812a8SEvalZero #define RADIO_INTENCLR_DEVMISS_Enabled (1UL) /*!< Read: Enabled */ 6177*150812a8SEvalZero #define RADIO_INTENCLR_DEVMISS_Clear (1UL) /*!< Disable */ 6178*150812a8SEvalZero 6179*150812a8SEvalZero /* Bit 5 : Write '1' to disable interrupt for DEVMATCH event */ 6180*150812a8SEvalZero #define RADIO_INTENCLR_DEVMATCH_Pos (5UL) /*!< Position of DEVMATCH field. */ 6181*150812a8SEvalZero #define RADIO_INTENCLR_DEVMATCH_Msk (0x1UL << RADIO_INTENCLR_DEVMATCH_Pos) /*!< Bit mask of DEVMATCH field. */ 6182*150812a8SEvalZero #define RADIO_INTENCLR_DEVMATCH_Disabled (0UL) /*!< Read: Disabled */ 6183*150812a8SEvalZero #define RADIO_INTENCLR_DEVMATCH_Enabled (1UL) /*!< Read: Enabled */ 6184*150812a8SEvalZero #define RADIO_INTENCLR_DEVMATCH_Clear (1UL) /*!< Disable */ 6185*150812a8SEvalZero 6186*150812a8SEvalZero /* Bit 4 : Write '1' to disable interrupt for DISABLED event */ 6187*150812a8SEvalZero #define RADIO_INTENCLR_DISABLED_Pos (4UL) /*!< Position of DISABLED field. */ 6188*150812a8SEvalZero #define RADIO_INTENCLR_DISABLED_Msk (0x1UL << RADIO_INTENCLR_DISABLED_Pos) /*!< Bit mask of DISABLED field. */ 6189*150812a8SEvalZero #define RADIO_INTENCLR_DISABLED_Disabled (0UL) /*!< Read: Disabled */ 6190*150812a8SEvalZero #define RADIO_INTENCLR_DISABLED_Enabled (1UL) /*!< Read: Enabled */ 6191*150812a8SEvalZero #define RADIO_INTENCLR_DISABLED_Clear (1UL) /*!< Disable */ 6192*150812a8SEvalZero 6193*150812a8SEvalZero /* Bit 3 : Write '1' to disable interrupt for END event */ 6194*150812a8SEvalZero #define RADIO_INTENCLR_END_Pos (3UL) /*!< Position of END field. */ 6195*150812a8SEvalZero #define RADIO_INTENCLR_END_Msk (0x1UL << RADIO_INTENCLR_END_Pos) /*!< Bit mask of END field. */ 6196*150812a8SEvalZero #define RADIO_INTENCLR_END_Disabled (0UL) /*!< Read: Disabled */ 6197*150812a8SEvalZero #define RADIO_INTENCLR_END_Enabled (1UL) /*!< Read: Enabled */ 6198*150812a8SEvalZero #define RADIO_INTENCLR_END_Clear (1UL) /*!< Disable */ 6199*150812a8SEvalZero 6200*150812a8SEvalZero /* Bit 2 : Write '1' to disable interrupt for PAYLOAD event */ 6201*150812a8SEvalZero #define RADIO_INTENCLR_PAYLOAD_Pos (2UL) /*!< Position of PAYLOAD field. */ 6202*150812a8SEvalZero #define RADIO_INTENCLR_PAYLOAD_Msk (0x1UL << RADIO_INTENCLR_PAYLOAD_Pos) /*!< Bit mask of PAYLOAD field. */ 6203*150812a8SEvalZero #define RADIO_INTENCLR_PAYLOAD_Disabled (0UL) /*!< Read: Disabled */ 6204*150812a8SEvalZero #define RADIO_INTENCLR_PAYLOAD_Enabled (1UL) /*!< Read: Enabled */ 6205*150812a8SEvalZero #define RADIO_INTENCLR_PAYLOAD_Clear (1UL) /*!< Disable */ 6206*150812a8SEvalZero 6207*150812a8SEvalZero /* Bit 1 : Write '1' to disable interrupt for ADDRESS event */ 6208*150812a8SEvalZero #define RADIO_INTENCLR_ADDRESS_Pos (1UL) /*!< Position of ADDRESS field. */ 6209*150812a8SEvalZero #define RADIO_INTENCLR_ADDRESS_Msk (0x1UL << RADIO_INTENCLR_ADDRESS_Pos) /*!< Bit mask of ADDRESS field. */ 6210*150812a8SEvalZero #define RADIO_INTENCLR_ADDRESS_Disabled (0UL) /*!< Read: Disabled */ 6211*150812a8SEvalZero #define RADIO_INTENCLR_ADDRESS_Enabled (1UL) /*!< Read: Enabled */ 6212*150812a8SEvalZero #define RADIO_INTENCLR_ADDRESS_Clear (1UL) /*!< Disable */ 6213*150812a8SEvalZero 6214*150812a8SEvalZero /* Bit 0 : Write '1' to disable interrupt for READY event */ 6215*150812a8SEvalZero #define RADIO_INTENCLR_READY_Pos (0UL) /*!< Position of READY field. */ 6216*150812a8SEvalZero #define RADIO_INTENCLR_READY_Msk (0x1UL << RADIO_INTENCLR_READY_Pos) /*!< Bit mask of READY field. */ 6217*150812a8SEvalZero #define RADIO_INTENCLR_READY_Disabled (0UL) /*!< Read: Disabled */ 6218*150812a8SEvalZero #define RADIO_INTENCLR_READY_Enabled (1UL) /*!< Read: Enabled */ 6219*150812a8SEvalZero #define RADIO_INTENCLR_READY_Clear (1UL) /*!< Disable */ 6220*150812a8SEvalZero 6221*150812a8SEvalZero /* Register: RADIO_CRCSTATUS */ 6222*150812a8SEvalZero /* Description: CRC status */ 6223*150812a8SEvalZero 6224*150812a8SEvalZero /* Bit 0 : CRC status of packet received */ 6225*150812a8SEvalZero #define RADIO_CRCSTATUS_CRCSTATUS_Pos (0UL) /*!< Position of CRCSTATUS field. */ 6226*150812a8SEvalZero #define RADIO_CRCSTATUS_CRCSTATUS_Msk (0x1UL << RADIO_CRCSTATUS_CRCSTATUS_Pos) /*!< Bit mask of CRCSTATUS field. */ 6227*150812a8SEvalZero #define RADIO_CRCSTATUS_CRCSTATUS_CRCError (0UL) /*!< Packet received with CRC error */ 6228*150812a8SEvalZero #define RADIO_CRCSTATUS_CRCSTATUS_CRCOk (1UL) /*!< Packet received with CRC ok */ 6229*150812a8SEvalZero 6230*150812a8SEvalZero /* Register: RADIO_RXMATCH */ 6231*150812a8SEvalZero /* Description: Received address */ 6232*150812a8SEvalZero 6233*150812a8SEvalZero /* Bits 2..0 : Received address */ 6234*150812a8SEvalZero #define RADIO_RXMATCH_RXMATCH_Pos (0UL) /*!< Position of RXMATCH field. */ 6235*150812a8SEvalZero #define RADIO_RXMATCH_RXMATCH_Msk (0x7UL << RADIO_RXMATCH_RXMATCH_Pos) /*!< Bit mask of RXMATCH field. */ 6236*150812a8SEvalZero 6237*150812a8SEvalZero /* Register: RADIO_RXCRC */ 6238*150812a8SEvalZero /* Description: CRC field of previously received packet */ 6239*150812a8SEvalZero 6240*150812a8SEvalZero /* Bits 23..0 : CRC field of previously received packet */ 6241*150812a8SEvalZero #define RADIO_RXCRC_RXCRC_Pos (0UL) /*!< Position of RXCRC field. */ 6242*150812a8SEvalZero #define RADIO_RXCRC_RXCRC_Msk (0xFFFFFFUL << RADIO_RXCRC_RXCRC_Pos) /*!< Bit mask of RXCRC field. */ 6243*150812a8SEvalZero 6244*150812a8SEvalZero /* Register: RADIO_DAI */ 6245*150812a8SEvalZero /* Description: Device address match index */ 6246*150812a8SEvalZero 6247*150812a8SEvalZero /* Bits 2..0 : Device address match index */ 6248*150812a8SEvalZero #define RADIO_DAI_DAI_Pos (0UL) /*!< Position of DAI field. */ 6249*150812a8SEvalZero #define RADIO_DAI_DAI_Msk (0x7UL << RADIO_DAI_DAI_Pos) /*!< Bit mask of DAI field. */ 6250*150812a8SEvalZero 6251*150812a8SEvalZero /* Register: RADIO_PACKETPTR */ 6252*150812a8SEvalZero /* Description: Packet pointer */ 6253*150812a8SEvalZero 6254*150812a8SEvalZero /* Bits 31..0 : Packet pointer */ 6255*150812a8SEvalZero #define RADIO_PACKETPTR_PACKETPTR_Pos (0UL) /*!< Position of PACKETPTR field. */ 6256*150812a8SEvalZero #define RADIO_PACKETPTR_PACKETPTR_Msk (0xFFFFFFFFUL << RADIO_PACKETPTR_PACKETPTR_Pos) /*!< Bit mask of PACKETPTR field. */ 6257*150812a8SEvalZero 6258*150812a8SEvalZero /* Register: RADIO_FREQUENCY */ 6259*150812a8SEvalZero /* Description: Frequency */ 6260*150812a8SEvalZero 6261*150812a8SEvalZero /* Bit 8 : Channel map selection. */ 6262*150812a8SEvalZero #define RADIO_FREQUENCY_MAP_Pos (8UL) /*!< Position of MAP field. */ 6263*150812a8SEvalZero #define RADIO_FREQUENCY_MAP_Msk (0x1UL << RADIO_FREQUENCY_MAP_Pos) /*!< Bit mask of MAP field. */ 6264*150812a8SEvalZero #define RADIO_FREQUENCY_MAP_Default (0UL) /*!< Channel map between 2400 MHZ .. 2500 MHz */ 6265*150812a8SEvalZero #define RADIO_FREQUENCY_MAP_Low (1UL) /*!< Channel map between 2360 MHZ .. 2460 MHz */ 6266*150812a8SEvalZero 6267*150812a8SEvalZero /* Bits 6..0 : Radio channel frequency */ 6268*150812a8SEvalZero #define RADIO_FREQUENCY_FREQUENCY_Pos (0UL) /*!< Position of FREQUENCY field. */ 6269*150812a8SEvalZero #define RADIO_FREQUENCY_FREQUENCY_Msk (0x7FUL << RADIO_FREQUENCY_FREQUENCY_Pos) /*!< Bit mask of FREQUENCY field. */ 6270*150812a8SEvalZero 6271*150812a8SEvalZero /* Register: RADIO_TXPOWER */ 6272*150812a8SEvalZero /* Description: Output power */ 6273*150812a8SEvalZero 6274*150812a8SEvalZero /* Bits 7..0 : RADIO output power. */ 6275*150812a8SEvalZero #define RADIO_TXPOWER_TXPOWER_Pos (0UL) /*!< Position of TXPOWER field. */ 6276*150812a8SEvalZero #define RADIO_TXPOWER_TXPOWER_Msk (0xFFUL << RADIO_TXPOWER_TXPOWER_Pos) /*!< Bit mask of TXPOWER field. */ 6277*150812a8SEvalZero #define RADIO_TXPOWER_TXPOWER_0dBm (0x00UL) /*!< 0 dBm */ 6278*150812a8SEvalZero #define RADIO_TXPOWER_TXPOWER_Pos3dBm (0x03UL) /*!< +3 dBm */ 6279*150812a8SEvalZero #define RADIO_TXPOWER_TXPOWER_Pos4dBm (0x04UL) /*!< +4 dBm */ 6280*150812a8SEvalZero #define RADIO_TXPOWER_TXPOWER_Neg40dBm (0xD8UL) /*!< -40 dBm */ 6281*150812a8SEvalZero #define RADIO_TXPOWER_TXPOWER_Neg20dBm (0xECUL) /*!< -20 dBm */ 6282*150812a8SEvalZero #define RADIO_TXPOWER_TXPOWER_Neg16dBm (0xF0UL) /*!< -16 dBm */ 6283*150812a8SEvalZero #define RADIO_TXPOWER_TXPOWER_Neg12dBm (0xF4UL) /*!< -12 dBm */ 6284*150812a8SEvalZero #define RADIO_TXPOWER_TXPOWER_Neg8dBm (0xF8UL) /*!< -8 dBm */ 6285*150812a8SEvalZero #define RADIO_TXPOWER_TXPOWER_Neg4dBm (0xFCUL) /*!< -4 dBm */ 6286*150812a8SEvalZero #define RADIO_TXPOWER_TXPOWER_Neg30dBm (0xFFUL) /*!< Deprecated enumerator - -40 dBm */ 6287*150812a8SEvalZero 6288*150812a8SEvalZero /* Register: RADIO_MODE */ 6289*150812a8SEvalZero /* Description: Data rate and modulation */ 6290*150812a8SEvalZero 6291*150812a8SEvalZero /* Bits 3..0 : Radio data rate and modulation setting. The radio supports Frequency-shift Keying (FSK) modulation. */ 6292*150812a8SEvalZero #define RADIO_MODE_MODE_Pos (0UL) /*!< Position of MODE field. */ 6293*150812a8SEvalZero #define RADIO_MODE_MODE_Msk (0xFUL << RADIO_MODE_MODE_Pos) /*!< Bit mask of MODE field. */ 6294*150812a8SEvalZero #define RADIO_MODE_MODE_Nrf_1Mbit (0UL) /*!< 1 Mbit/s Nordic proprietary radio mode */ 6295*150812a8SEvalZero #define RADIO_MODE_MODE_Nrf_2Mbit (1UL) /*!< 2 Mbit/s Nordic proprietary radio mode */ 6296*150812a8SEvalZero #define RADIO_MODE_MODE_Ble_1Mbit (3UL) /*!< 1 Mbit/s Bluetooth Low Energy */ 6297*150812a8SEvalZero #define RADIO_MODE_MODE_Ble_2Mbit (4UL) /*!< 2 Mbit/s Bluetooth Low Energy */ 6298*150812a8SEvalZero 6299*150812a8SEvalZero /* Register: RADIO_PCNF0 */ 6300*150812a8SEvalZero /* Description: Packet configuration register 0 */ 6301*150812a8SEvalZero 6302*150812a8SEvalZero /* Bit 24 : Length of preamble on air. Decision point: TASKS_START task */ 6303*150812a8SEvalZero #define RADIO_PCNF0_PLEN_Pos (24UL) /*!< Position of PLEN field. */ 6304*150812a8SEvalZero #define RADIO_PCNF0_PLEN_Msk (0x1UL << RADIO_PCNF0_PLEN_Pos) /*!< Bit mask of PLEN field. */ 6305*150812a8SEvalZero #define RADIO_PCNF0_PLEN_8bit (0UL) /*!< 8-bit preamble */ 6306*150812a8SEvalZero #define RADIO_PCNF0_PLEN_16bit (1UL) /*!< 16-bit preamble */ 6307*150812a8SEvalZero 6308*150812a8SEvalZero /* Bit 20 : Include or exclude S1 field in RAM */ 6309*150812a8SEvalZero #define RADIO_PCNF0_S1INCL_Pos (20UL) /*!< Position of S1INCL field. */ 6310*150812a8SEvalZero #define RADIO_PCNF0_S1INCL_Msk (0x1UL << RADIO_PCNF0_S1INCL_Pos) /*!< Bit mask of S1INCL field. */ 6311*150812a8SEvalZero #define RADIO_PCNF0_S1INCL_Automatic (0UL) /*!< Include S1 field in RAM only if S1LEN > 0 */ 6312*150812a8SEvalZero #define RADIO_PCNF0_S1INCL_Include (1UL) /*!< Always include S1 field in RAM independent of S1LEN */ 6313*150812a8SEvalZero 6314*150812a8SEvalZero /* Bits 19..16 : Length on air of S1 field in number of bits. */ 6315*150812a8SEvalZero #define RADIO_PCNF0_S1LEN_Pos (16UL) /*!< Position of S1LEN field. */ 6316*150812a8SEvalZero #define RADIO_PCNF0_S1LEN_Msk (0xFUL << RADIO_PCNF0_S1LEN_Pos) /*!< Bit mask of S1LEN field. */ 6317*150812a8SEvalZero 6318*150812a8SEvalZero /* Bit 8 : Length on air of S0 field in number of bytes. */ 6319*150812a8SEvalZero #define RADIO_PCNF0_S0LEN_Pos (8UL) /*!< Position of S0LEN field. */ 6320*150812a8SEvalZero #define RADIO_PCNF0_S0LEN_Msk (0x1UL << RADIO_PCNF0_S0LEN_Pos) /*!< Bit mask of S0LEN field. */ 6321*150812a8SEvalZero 6322*150812a8SEvalZero /* Bits 3..0 : Length on air of LENGTH field in number of bits. */ 6323*150812a8SEvalZero #define RADIO_PCNF0_LFLEN_Pos (0UL) /*!< Position of LFLEN field. */ 6324*150812a8SEvalZero #define RADIO_PCNF0_LFLEN_Msk (0xFUL << RADIO_PCNF0_LFLEN_Pos) /*!< Bit mask of LFLEN field. */ 6325*150812a8SEvalZero 6326*150812a8SEvalZero /* Register: RADIO_PCNF1 */ 6327*150812a8SEvalZero /* Description: Packet configuration register 1 */ 6328*150812a8SEvalZero 6329*150812a8SEvalZero /* Bit 25 : Enable or disable packet whitening */ 6330*150812a8SEvalZero #define RADIO_PCNF1_WHITEEN_Pos (25UL) /*!< Position of WHITEEN field. */ 6331*150812a8SEvalZero #define RADIO_PCNF1_WHITEEN_Msk (0x1UL << RADIO_PCNF1_WHITEEN_Pos) /*!< Bit mask of WHITEEN field. */ 6332*150812a8SEvalZero #define RADIO_PCNF1_WHITEEN_Disabled (0UL) /*!< Disable */ 6333*150812a8SEvalZero #define RADIO_PCNF1_WHITEEN_Enabled (1UL) /*!< Enable */ 6334*150812a8SEvalZero 6335*150812a8SEvalZero /* Bit 24 : On air endianness of packet, this applies to the S0, LENGTH, S1 and the PAYLOAD fields. */ 6336*150812a8SEvalZero #define RADIO_PCNF1_ENDIAN_Pos (24UL) /*!< Position of ENDIAN field. */ 6337*150812a8SEvalZero #define RADIO_PCNF1_ENDIAN_Msk (0x1UL << RADIO_PCNF1_ENDIAN_Pos) /*!< Bit mask of ENDIAN field. */ 6338*150812a8SEvalZero #define RADIO_PCNF1_ENDIAN_Little (0UL) /*!< Least Significant bit on air first */ 6339*150812a8SEvalZero #define RADIO_PCNF1_ENDIAN_Big (1UL) /*!< Most significant bit on air first */ 6340*150812a8SEvalZero 6341*150812a8SEvalZero /* Bits 18..16 : Base address length in number of bytes */ 6342*150812a8SEvalZero #define RADIO_PCNF1_BALEN_Pos (16UL) /*!< Position of BALEN field. */ 6343*150812a8SEvalZero #define RADIO_PCNF1_BALEN_Msk (0x7UL << RADIO_PCNF1_BALEN_Pos) /*!< Bit mask of BALEN field. */ 6344*150812a8SEvalZero 6345*150812a8SEvalZero /* Bits 15..8 : Static length in number of bytes */ 6346*150812a8SEvalZero #define RADIO_PCNF1_STATLEN_Pos (8UL) /*!< Position of STATLEN field. */ 6347*150812a8SEvalZero #define RADIO_PCNF1_STATLEN_Msk (0xFFUL << RADIO_PCNF1_STATLEN_Pos) /*!< Bit mask of STATLEN field. */ 6348*150812a8SEvalZero 6349*150812a8SEvalZero /* Bits 7..0 : Maximum length of packet payload. If the packet payload is larger than MAXLEN, the radio will truncate the payload to MAXLEN. */ 6350*150812a8SEvalZero #define RADIO_PCNF1_MAXLEN_Pos (0UL) /*!< Position of MAXLEN field. */ 6351*150812a8SEvalZero #define RADIO_PCNF1_MAXLEN_Msk (0xFFUL << RADIO_PCNF1_MAXLEN_Pos) /*!< Bit mask of MAXLEN field. */ 6352*150812a8SEvalZero 6353*150812a8SEvalZero /* Register: RADIO_BASE0 */ 6354*150812a8SEvalZero /* Description: Base address 0 */ 6355*150812a8SEvalZero 6356*150812a8SEvalZero /* Bits 31..0 : Base address 0 */ 6357*150812a8SEvalZero #define RADIO_BASE0_BASE0_Pos (0UL) /*!< Position of BASE0 field. */ 6358*150812a8SEvalZero #define RADIO_BASE0_BASE0_Msk (0xFFFFFFFFUL << RADIO_BASE0_BASE0_Pos) /*!< Bit mask of BASE0 field. */ 6359*150812a8SEvalZero 6360*150812a8SEvalZero /* Register: RADIO_BASE1 */ 6361*150812a8SEvalZero /* Description: Base address 1 */ 6362*150812a8SEvalZero 6363*150812a8SEvalZero /* Bits 31..0 : Base address 1 */ 6364*150812a8SEvalZero #define RADIO_BASE1_BASE1_Pos (0UL) /*!< Position of BASE1 field. */ 6365*150812a8SEvalZero #define RADIO_BASE1_BASE1_Msk (0xFFFFFFFFUL << RADIO_BASE1_BASE1_Pos) /*!< Bit mask of BASE1 field. */ 6366*150812a8SEvalZero 6367*150812a8SEvalZero /* Register: RADIO_PREFIX0 */ 6368*150812a8SEvalZero /* Description: Prefixes bytes for logical addresses 0-3 */ 6369*150812a8SEvalZero 6370*150812a8SEvalZero /* Bits 31..24 : Address prefix 3. */ 6371*150812a8SEvalZero #define RADIO_PREFIX0_AP3_Pos (24UL) /*!< Position of AP3 field. */ 6372*150812a8SEvalZero #define RADIO_PREFIX0_AP3_Msk (0xFFUL << RADIO_PREFIX0_AP3_Pos) /*!< Bit mask of AP3 field. */ 6373*150812a8SEvalZero 6374*150812a8SEvalZero /* Bits 23..16 : Address prefix 2. */ 6375*150812a8SEvalZero #define RADIO_PREFIX0_AP2_Pos (16UL) /*!< Position of AP2 field. */ 6376*150812a8SEvalZero #define RADIO_PREFIX0_AP2_Msk (0xFFUL << RADIO_PREFIX0_AP2_Pos) /*!< Bit mask of AP2 field. */ 6377*150812a8SEvalZero 6378*150812a8SEvalZero /* Bits 15..8 : Address prefix 1. */ 6379*150812a8SEvalZero #define RADIO_PREFIX0_AP1_Pos (8UL) /*!< Position of AP1 field. */ 6380*150812a8SEvalZero #define RADIO_PREFIX0_AP1_Msk (0xFFUL << RADIO_PREFIX0_AP1_Pos) /*!< Bit mask of AP1 field. */ 6381*150812a8SEvalZero 6382*150812a8SEvalZero /* Bits 7..0 : Address prefix 0. */ 6383*150812a8SEvalZero #define RADIO_PREFIX0_AP0_Pos (0UL) /*!< Position of AP0 field. */ 6384*150812a8SEvalZero #define RADIO_PREFIX0_AP0_Msk (0xFFUL << RADIO_PREFIX0_AP0_Pos) /*!< Bit mask of AP0 field. */ 6385*150812a8SEvalZero 6386*150812a8SEvalZero /* Register: RADIO_PREFIX1 */ 6387*150812a8SEvalZero /* Description: Prefixes bytes for logical addresses 4-7 */ 6388*150812a8SEvalZero 6389*150812a8SEvalZero /* Bits 31..24 : Address prefix 7. */ 6390*150812a8SEvalZero #define RADIO_PREFIX1_AP7_Pos (24UL) /*!< Position of AP7 field. */ 6391*150812a8SEvalZero #define RADIO_PREFIX1_AP7_Msk (0xFFUL << RADIO_PREFIX1_AP7_Pos) /*!< Bit mask of AP7 field. */ 6392*150812a8SEvalZero 6393*150812a8SEvalZero /* Bits 23..16 : Address prefix 6. */ 6394*150812a8SEvalZero #define RADIO_PREFIX1_AP6_Pos (16UL) /*!< Position of AP6 field. */ 6395*150812a8SEvalZero #define RADIO_PREFIX1_AP6_Msk (0xFFUL << RADIO_PREFIX1_AP6_Pos) /*!< Bit mask of AP6 field. */ 6396*150812a8SEvalZero 6397*150812a8SEvalZero /* Bits 15..8 : Address prefix 5. */ 6398*150812a8SEvalZero #define RADIO_PREFIX1_AP5_Pos (8UL) /*!< Position of AP5 field. */ 6399*150812a8SEvalZero #define RADIO_PREFIX1_AP5_Msk (0xFFUL << RADIO_PREFIX1_AP5_Pos) /*!< Bit mask of AP5 field. */ 6400*150812a8SEvalZero 6401*150812a8SEvalZero /* Bits 7..0 : Address prefix 4. */ 6402*150812a8SEvalZero #define RADIO_PREFIX1_AP4_Pos (0UL) /*!< Position of AP4 field. */ 6403*150812a8SEvalZero #define RADIO_PREFIX1_AP4_Msk (0xFFUL << RADIO_PREFIX1_AP4_Pos) /*!< Bit mask of AP4 field. */ 6404*150812a8SEvalZero 6405*150812a8SEvalZero /* Register: RADIO_TXADDRESS */ 6406*150812a8SEvalZero /* Description: Transmit address select */ 6407*150812a8SEvalZero 6408*150812a8SEvalZero /* Bits 2..0 : Transmit address select */ 6409*150812a8SEvalZero #define RADIO_TXADDRESS_TXADDRESS_Pos (0UL) /*!< Position of TXADDRESS field. */ 6410*150812a8SEvalZero #define RADIO_TXADDRESS_TXADDRESS_Msk (0x7UL << RADIO_TXADDRESS_TXADDRESS_Pos) /*!< Bit mask of TXADDRESS field. */ 6411*150812a8SEvalZero 6412*150812a8SEvalZero /* Register: RADIO_RXADDRESSES */ 6413*150812a8SEvalZero /* Description: Receive address select */ 6414*150812a8SEvalZero 6415*150812a8SEvalZero /* Bit 7 : Enable or disable reception on logical address 7. */ 6416*150812a8SEvalZero #define RADIO_RXADDRESSES_ADDR7_Pos (7UL) /*!< Position of ADDR7 field. */ 6417*150812a8SEvalZero #define RADIO_RXADDRESSES_ADDR7_Msk (0x1UL << RADIO_RXADDRESSES_ADDR7_Pos) /*!< Bit mask of ADDR7 field. */ 6418*150812a8SEvalZero #define RADIO_RXADDRESSES_ADDR7_Disabled (0UL) /*!< Disable */ 6419*150812a8SEvalZero #define RADIO_RXADDRESSES_ADDR7_Enabled (1UL) /*!< Enable */ 6420*150812a8SEvalZero 6421*150812a8SEvalZero /* Bit 6 : Enable or disable reception on logical address 6. */ 6422*150812a8SEvalZero #define RADIO_RXADDRESSES_ADDR6_Pos (6UL) /*!< Position of ADDR6 field. */ 6423*150812a8SEvalZero #define RADIO_RXADDRESSES_ADDR6_Msk (0x1UL << RADIO_RXADDRESSES_ADDR6_Pos) /*!< Bit mask of ADDR6 field. */ 6424*150812a8SEvalZero #define RADIO_RXADDRESSES_ADDR6_Disabled (0UL) /*!< Disable */ 6425*150812a8SEvalZero #define RADIO_RXADDRESSES_ADDR6_Enabled (1UL) /*!< Enable */ 6426*150812a8SEvalZero 6427*150812a8SEvalZero /* Bit 5 : Enable or disable reception on logical address 5. */ 6428*150812a8SEvalZero #define RADIO_RXADDRESSES_ADDR5_Pos (5UL) /*!< Position of ADDR5 field. */ 6429*150812a8SEvalZero #define RADIO_RXADDRESSES_ADDR5_Msk (0x1UL << RADIO_RXADDRESSES_ADDR5_Pos) /*!< Bit mask of ADDR5 field. */ 6430*150812a8SEvalZero #define RADIO_RXADDRESSES_ADDR5_Disabled (0UL) /*!< Disable */ 6431*150812a8SEvalZero #define RADIO_RXADDRESSES_ADDR5_Enabled (1UL) /*!< Enable */ 6432*150812a8SEvalZero 6433*150812a8SEvalZero /* Bit 4 : Enable or disable reception on logical address 4. */ 6434*150812a8SEvalZero #define RADIO_RXADDRESSES_ADDR4_Pos (4UL) /*!< Position of ADDR4 field. */ 6435*150812a8SEvalZero #define RADIO_RXADDRESSES_ADDR4_Msk (0x1UL << RADIO_RXADDRESSES_ADDR4_Pos) /*!< Bit mask of ADDR4 field. */ 6436*150812a8SEvalZero #define RADIO_RXADDRESSES_ADDR4_Disabled (0UL) /*!< Disable */ 6437*150812a8SEvalZero #define RADIO_RXADDRESSES_ADDR4_Enabled (1UL) /*!< Enable */ 6438*150812a8SEvalZero 6439*150812a8SEvalZero /* Bit 3 : Enable or disable reception on logical address 3. */ 6440*150812a8SEvalZero #define RADIO_RXADDRESSES_ADDR3_Pos (3UL) /*!< Position of ADDR3 field. */ 6441*150812a8SEvalZero #define RADIO_RXADDRESSES_ADDR3_Msk (0x1UL << RADIO_RXADDRESSES_ADDR3_Pos) /*!< Bit mask of ADDR3 field. */ 6442*150812a8SEvalZero #define RADIO_RXADDRESSES_ADDR3_Disabled (0UL) /*!< Disable */ 6443*150812a8SEvalZero #define RADIO_RXADDRESSES_ADDR3_Enabled (1UL) /*!< Enable */ 6444*150812a8SEvalZero 6445*150812a8SEvalZero /* Bit 2 : Enable or disable reception on logical address 2. */ 6446*150812a8SEvalZero #define RADIO_RXADDRESSES_ADDR2_Pos (2UL) /*!< Position of ADDR2 field. */ 6447*150812a8SEvalZero #define RADIO_RXADDRESSES_ADDR2_Msk (0x1UL << RADIO_RXADDRESSES_ADDR2_Pos) /*!< Bit mask of ADDR2 field. */ 6448*150812a8SEvalZero #define RADIO_RXADDRESSES_ADDR2_Disabled (0UL) /*!< Disable */ 6449*150812a8SEvalZero #define RADIO_RXADDRESSES_ADDR2_Enabled (1UL) /*!< Enable */ 6450*150812a8SEvalZero 6451*150812a8SEvalZero /* Bit 1 : Enable or disable reception on logical address 1. */ 6452*150812a8SEvalZero #define RADIO_RXADDRESSES_ADDR1_Pos (1UL) /*!< Position of ADDR1 field. */ 6453*150812a8SEvalZero #define RADIO_RXADDRESSES_ADDR1_Msk (0x1UL << RADIO_RXADDRESSES_ADDR1_Pos) /*!< Bit mask of ADDR1 field. */ 6454*150812a8SEvalZero #define RADIO_RXADDRESSES_ADDR1_Disabled (0UL) /*!< Disable */ 6455*150812a8SEvalZero #define RADIO_RXADDRESSES_ADDR1_Enabled (1UL) /*!< Enable */ 6456*150812a8SEvalZero 6457*150812a8SEvalZero /* Bit 0 : Enable or disable reception on logical address 0. */ 6458*150812a8SEvalZero #define RADIO_RXADDRESSES_ADDR0_Pos (0UL) /*!< Position of ADDR0 field. */ 6459*150812a8SEvalZero #define RADIO_RXADDRESSES_ADDR0_Msk (0x1UL << RADIO_RXADDRESSES_ADDR0_Pos) /*!< Bit mask of ADDR0 field. */ 6460*150812a8SEvalZero #define RADIO_RXADDRESSES_ADDR0_Disabled (0UL) /*!< Disable */ 6461*150812a8SEvalZero #define RADIO_RXADDRESSES_ADDR0_Enabled (1UL) /*!< Enable */ 6462*150812a8SEvalZero 6463*150812a8SEvalZero /* Register: RADIO_CRCCNF */ 6464*150812a8SEvalZero /* Description: CRC configuration */ 6465*150812a8SEvalZero 6466*150812a8SEvalZero /* Bit 8 : Include or exclude packet address field out of CRC calculation. */ 6467*150812a8SEvalZero #define RADIO_CRCCNF_SKIPADDR_Pos (8UL) /*!< Position of SKIPADDR field. */ 6468*150812a8SEvalZero #define RADIO_CRCCNF_SKIPADDR_Msk (0x1UL << RADIO_CRCCNF_SKIPADDR_Pos) /*!< Bit mask of SKIPADDR field. */ 6469*150812a8SEvalZero #define RADIO_CRCCNF_SKIPADDR_Include (0UL) /*!< CRC calculation includes address field */ 6470*150812a8SEvalZero #define RADIO_CRCCNF_SKIPADDR_Skip (1UL) /*!< CRC calculation does not include address field. The CRC calculation will start at the first byte after the address. */ 6471*150812a8SEvalZero 6472*150812a8SEvalZero /* Bits 1..0 : CRC length in number of bytes. */ 6473*150812a8SEvalZero #define RADIO_CRCCNF_LEN_Pos (0UL) /*!< Position of LEN field. */ 6474*150812a8SEvalZero #define RADIO_CRCCNF_LEN_Msk (0x3UL << RADIO_CRCCNF_LEN_Pos) /*!< Bit mask of LEN field. */ 6475*150812a8SEvalZero #define RADIO_CRCCNF_LEN_Disabled (0UL) /*!< CRC length is zero and CRC calculation is disabled */ 6476*150812a8SEvalZero #define RADIO_CRCCNF_LEN_One (1UL) /*!< CRC length is one byte and CRC calculation is enabled */ 6477*150812a8SEvalZero #define RADIO_CRCCNF_LEN_Two (2UL) /*!< CRC length is two bytes and CRC calculation is enabled */ 6478*150812a8SEvalZero #define RADIO_CRCCNF_LEN_Three (3UL) /*!< CRC length is three bytes and CRC calculation is enabled */ 6479*150812a8SEvalZero 6480*150812a8SEvalZero /* Register: RADIO_CRCPOLY */ 6481*150812a8SEvalZero /* Description: CRC polynomial */ 6482*150812a8SEvalZero 6483*150812a8SEvalZero /* Bits 23..0 : CRC polynomial */ 6484*150812a8SEvalZero #define RADIO_CRCPOLY_CRCPOLY_Pos (0UL) /*!< Position of CRCPOLY field. */ 6485*150812a8SEvalZero #define RADIO_CRCPOLY_CRCPOLY_Msk (0xFFFFFFUL << RADIO_CRCPOLY_CRCPOLY_Pos) /*!< Bit mask of CRCPOLY field. */ 6486*150812a8SEvalZero 6487*150812a8SEvalZero /* Register: RADIO_CRCINIT */ 6488*150812a8SEvalZero /* Description: CRC initial value */ 6489*150812a8SEvalZero 6490*150812a8SEvalZero /* Bits 23..0 : CRC initial value */ 6491*150812a8SEvalZero #define RADIO_CRCINIT_CRCINIT_Pos (0UL) /*!< Position of CRCINIT field. */ 6492*150812a8SEvalZero #define RADIO_CRCINIT_CRCINIT_Msk (0xFFFFFFUL << RADIO_CRCINIT_CRCINIT_Pos) /*!< Bit mask of CRCINIT field. */ 6493*150812a8SEvalZero 6494*150812a8SEvalZero /* Register: RADIO_TIFS */ 6495*150812a8SEvalZero /* Description: Inter Frame Spacing in us */ 6496*150812a8SEvalZero 6497*150812a8SEvalZero /* Bits 7..0 : Inter Frame Spacing in us */ 6498*150812a8SEvalZero #define RADIO_TIFS_TIFS_Pos (0UL) /*!< Position of TIFS field. */ 6499*150812a8SEvalZero #define RADIO_TIFS_TIFS_Msk (0xFFUL << RADIO_TIFS_TIFS_Pos) /*!< Bit mask of TIFS field. */ 6500*150812a8SEvalZero 6501*150812a8SEvalZero /* Register: RADIO_RSSISAMPLE */ 6502*150812a8SEvalZero /* Description: RSSI sample */ 6503*150812a8SEvalZero 6504*150812a8SEvalZero /* Bits 6..0 : RSSI sample */ 6505*150812a8SEvalZero #define RADIO_RSSISAMPLE_RSSISAMPLE_Pos (0UL) /*!< Position of RSSISAMPLE field. */ 6506*150812a8SEvalZero #define RADIO_RSSISAMPLE_RSSISAMPLE_Msk (0x7FUL << RADIO_RSSISAMPLE_RSSISAMPLE_Pos) /*!< Bit mask of RSSISAMPLE field. */ 6507*150812a8SEvalZero 6508*150812a8SEvalZero /* Register: RADIO_STATE */ 6509*150812a8SEvalZero /* Description: Current radio state */ 6510*150812a8SEvalZero 6511*150812a8SEvalZero /* Bits 3..0 : Current radio state */ 6512*150812a8SEvalZero #define RADIO_STATE_STATE_Pos (0UL) /*!< Position of STATE field. */ 6513*150812a8SEvalZero #define RADIO_STATE_STATE_Msk (0xFUL << RADIO_STATE_STATE_Pos) /*!< Bit mask of STATE field. */ 6514*150812a8SEvalZero #define RADIO_STATE_STATE_Disabled (0UL) /*!< RADIO is in the Disabled state */ 6515*150812a8SEvalZero #define RADIO_STATE_STATE_RxRu (1UL) /*!< RADIO is in the RXRU state */ 6516*150812a8SEvalZero #define RADIO_STATE_STATE_RxIdle (2UL) /*!< RADIO is in the RXIDLE state */ 6517*150812a8SEvalZero #define RADIO_STATE_STATE_Rx (3UL) /*!< RADIO is in the RX state */ 6518*150812a8SEvalZero #define RADIO_STATE_STATE_RxDisable (4UL) /*!< RADIO is in the RXDISABLED state */ 6519*150812a8SEvalZero #define RADIO_STATE_STATE_TxRu (9UL) /*!< RADIO is in the TXRU state */ 6520*150812a8SEvalZero #define RADIO_STATE_STATE_TxIdle (10UL) /*!< RADIO is in the TXIDLE state */ 6521*150812a8SEvalZero #define RADIO_STATE_STATE_Tx (11UL) /*!< RADIO is in the TX state */ 6522*150812a8SEvalZero #define RADIO_STATE_STATE_TxDisable (12UL) /*!< RADIO is in the TXDISABLED state */ 6523*150812a8SEvalZero 6524*150812a8SEvalZero /* Register: RADIO_DATAWHITEIV */ 6525*150812a8SEvalZero /* Description: Data whitening initial value */ 6526*150812a8SEvalZero 6527*150812a8SEvalZero /* Bits 6..0 : Data whitening initial value. Bit 6 is hard-wired to '1', writing '0' to it has no effect, and it will always be read back and used by the device as '1'. */ 6528*150812a8SEvalZero #define RADIO_DATAWHITEIV_DATAWHITEIV_Pos (0UL) /*!< Position of DATAWHITEIV field. */ 6529*150812a8SEvalZero #define RADIO_DATAWHITEIV_DATAWHITEIV_Msk (0x7FUL << RADIO_DATAWHITEIV_DATAWHITEIV_Pos) /*!< Bit mask of DATAWHITEIV field. */ 6530*150812a8SEvalZero 6531*150812a8SEvalZero /* Register: RADIO_BCC */ 6532*150812a8SEvalZero /* Description: Bit counter compare */ 6533*150812a8SEvalZero 6534*150812a8SEvalZero /* Bits 31..0 : Bit counter compare */ 6535*150812a8SEvalZero #define RADIO_BCC_BCC_Pos (0UL) /*!< Position of BCC field. */ 6536*150812a8SEvalZero #define RADIO_BCC_BCC_Msk (0xFFFFFFFFUL << RADIO_BCC_BCC_Pos) /*!< Bit mask of BCC field. */ 6537*150812a8SEvalZero 6538*150812a8SEvalZero /* Register: RADIO_DAB */ 6539*150812a8SEvalZero /* Description: Description collection[n]: Device address base segment n */ 6540*150812a8SEvalZero 6541*150812a8SEvalZero /* Bits 31..0 : Device address base segment n */ 6542*150812a8SEvalZero #define RADIO_DAB_DAB_Pos (0UL) /*!< Position of DAB field. */ 6543*150812a8SEvalZero #define RADIO_DAB_DAB_Msk (0xFFFFFFFFUL << RADIO_DAB_DAB_Pos) /*!< Bit mask of DAB field. */ 6544*150812a8SEvalZero 6545*150812a8SEvalZero /* Register: RADIO_DAP */ 6546*150812a8SEvalZero /* Description: Description collection[n]: Device address prefix n */ 6547*150812a8SEvalZero 6548*150812a8SEvalZero /* Bits 15..0 : Device address prefix n */ 6549*150812a8SEvalZero #define RADIO_DAP_DAP_Pos (0UL) /*!< Position of DAP field. */ 6550*150812a8SEvalZero #define RADIO_DAP_DAP_Msk (0xFFFFUL << RADIO_DAP_DAP_Pos) /*!< Bit mask of DAP field. */ 6551*150812a8SEvalZero 6552*150812a8SEvalZero /* Register: RADIO_DACNF */ 6553*150812a8SEvalZero /* Description: Device address match configuration */ 6554*150812a8SEvalZero 6555*150812a8SEvalZero /* Bit 15 : TxAdd for device address 7 */ 6556*150812a8SEvalZero #define RADIO_DACNF_TXADD7_Pos (15UL) /*!< Position of TXADD7 field. */ 6557*150812a8SEvalZero #define RADIO_DACNF_TXADD7_Msk (0x1UL << RADIO_DACNF_TXADD7_Pos) /*!< Bit mask of TXADD7 field. */ 6558*150812a8SEvalZero 6559*150812a8SEvalZero /* Bit 14 : TxAdd for device address 6 */ 6560*150812a8SEvalZero #define RADIO_DACNF_TXADD6_Pos (14UL) /*!< Position of TXADD6 field. */ 6561*150812a8SEvalZero #define RADIO_DACNF_TXADD6_Msk (0x1UL << RADIO_DACNF_TXADD6_Pos) /*!< Bit mask of TXADD6 field. */ 6562*150812a8SEvalZero 6563*150812a8SEvalZero /* Bit 13 : TxAdd for device address 5 */ 6564*150812a8SEvalZero #define RADIO_DACNF_TXADD5_Pos (13UL) /*!< Position of TXADD5 field. */ 6565*150812a8SEvalZero #define RADIO_DACNF_TXADD5_Msk (0x1UL << RADIO_DACNF_TXADD5_Pos) /*!< Bit mask of TXADD5 field. */ 6566*150812a8SEvalZero 6567*150812a8SEvalZero /* Bit 12 : TxAdd for device address 4 */ 6568*150812a8SEvalZero #define RADIO_DACNF_TXADD4_Pos (12UL) /*!< Position of TXADD4 field. */ 6569*150812a8SEvalZero #define RADIO_DACNF_TXADD4_Msk (0x1UL << RADIO_DACNF_TXADD4_Pos) /*!< Bit mask of TXADD4 field. */ 6570*150812a8SEvalZero 6571*150812a8SEvalZero /* Bit 11 : TxAdd for device address 3 */ 6572*150812a8SEvalZero #define RADIO_DACNF_TXADD3_Pos (11UL) /*!< Position of TXADD3 field. */ 6573*150812a8SEvalZero #define RADIO_DACNF_TXADD3_Msk (0x1UL << RADIO_DACNF_TXADD3_Pos) /*!< Bit mask of TXADD3 field. */ 6574*150812a8SEvalZero 6575*150812a8SEvalZero /* Bit 10 : TxAdd for device address 2 */ 6576*150812a8SEvalZero #define RADIO_DACNF_TXADD2_Pos (10UL) /*!< Position of TXADD2 field. */ 6577*150812a8SEvalZero #define RADIO_DACNF_TXADD2_Msk (0x1UL << RADIO_DACNF_TXADD2_Pos) /*!< Bit mask of TXADD2 field. */ 6578*150812a8SEvalZero 6579*150812a8SEvalZero /* Bit 9 : TxAdd for device address 1 */ 6580*150812a8SEvalZero #define RADIO_DACNF_TXADD1_Pos (9UL) /*!< Position of TXADD1 field. */ 6581*150812a8SEvalZero #define RADIO_DACNF_TXADD1_Msk (0x1UL << RADIO_DACNF_TXADD1_Pos) /*!< Bit mask of TXADD1 field. */ 6582*150812a8SEvalZero 6583*150812a8SEvalZero /* Bit 8 : TxAdd for device address 0 */ 6584*150812a8SEvalZero #define RADIO_DACNF_TXADD0_Pos (8UL) /*!< Position of TXADD0 field. */ 6585*150812a8SEvalZero #define RADIO_DACNF_TXADD0_Msk (0x1UL << RADIO_DACNF_TXADD0_Pos) /*!< Bit mask of TXADD0 field. */ 6586*150812a8SEvalZero 6587*150812a8SEvalZero /* Bit 7 : Enable or disable device address matching using device address 7 */ 6588*150812a8SEvalZero #define RADIO_DACNF_ENA7_Pos (7UL) /*!< Position of ENA7 field. */ 6589*150812a8SEvalZero #define RADIO_DACNF_ENA7_Msk (0x1UL << RADIO_DACNF_ENA7_Pos) /*!< Bit mask of ENA7 field. */ 6590*150812a8SEvalZero #define RADIO_DACNF_ENA7_Disabled (0UL) /*!< Disabled */ 6591*150812a8SEvalZero #define RADIO_DACNF_ENA7_Enabled (1UL) /*!< Enabled */ 6592*150812a8SEvalZero 6593*150812a8SEvalZero /* Bit 6 : Enable or disable device address matching using device address 6 */ 6594*150812a8SEvalZero #define RADIO_DACNF_ENA6_Pos (6UL) /*!< Position of ENA6 field. */ 6595*150812a8SEvalZero #define RADIO_DACNF_ENA6_Msk (0x1UL << RADIO_DACNF_ENA6_Pos) /*!< Bit mask of ENA6 field. */ 6596*150812a8SEvalZero #define RADIO_DACNF_ENA6_Disabled (0UL) /*!< Disabled */ 6597*150812a8SEvalZero #define RADIO_DACNF_ENA6_Enabled (1UL) /*!< Enabled */ 6598*150812a8SEvalZero 6599*150812a8SEvalZero /* Bit 5 : Enable or disable device address matching using device address 5 */ 6600*150812a8SEvalZero #define RADIO_DACNF_ENA5_Pos (5UL) /*!< Position of ENA5 field. */ 6601*150812a8SEvalZero #define RADIO_DACNF_ENA5_Msk (0x1UL << RADIO_DACNF_ENA5_Pos) /*!< Bit mask of ENA5 field. */ 6602*150812a8SEvalZero #define RADIO_DACNF_ENA5_Disabled (0UL) /*!< Disabled */ 6603*150812a8SEvalZero #define RADIO_DACNF_ENA5_Enabled (1UL) /*!< Enabled */ 6604*150812a8SEvalZero 6605*150812a8SEvalZero /* Bit 4 : Enable or disable device address matching using device address 4 */ 6606*150812a8SEvalZero #define RADIO_DACNF_ENA4_Pos (4UL) /*!< Position of ENA4 field. */ 6607*150812a8SEvalZero #define RADIO_DACNF_ENA4_Msk (0x1UL << RADIO_DACNF_ENA4_Pos) /*!< Bit mask of ENA4 field. */ 6608*150812a8SEvalZero #define RADIO_DACNF_ENA4_Disabled (0UL) /*!< Disabled */ 6609*150812a8SEvalZero #define RADIO_DACNF_ENA4_Enabled (1UL) /*!< Enabled */ 6610*150812a8SEvalZero 6611*150812a8SEvalZero /* Bit 3 : Enable or disable device address matching using device address 3 */ 6612*150812a8SEvalZero #define RADIO_DACNF_ENA3_Pos (3UL) /*!< Position of ENA3 field. */ 6613*150812a8SEvalZero #define RADIO_DACNF_ENA3_Msk (0x1UL << RADIO_DACNF_ENA3_Pos) /*!< Bit mask of ENA3 field. */ 6614*150812a8SEvalZero #define RADIO_DACNF_ENA3_Disabled (0UL) /*!< Disabled */ 6615*150812a8SEvalZero #define RADIO_DACNF_ENA3_Enabled (1UL) /*!< Enabled */ 6616*150812a8SEvalZero 6617*150812a8SEvalZero /* Bit 2 : Enable or disable device address matching using device address 2 */ 6618*150812a8SEvalZero #define RADIO_DACNF_ENA2_Pos (2UL) /*!< Position of ENA2 field. */ 6619*150812a8SEvalZero #define RADIO_DACNF_ENA2_Msk (0x1UL << RADIO_DACNF_ENA2_Pos) /*!< Bit mask of ENA2 field. */ 6620*150812a8SEvalZero #define RADIO_DACNF_ENA2_Disabled (0UL) /*!< Disabled */ 6621*150812a8SEvalZero #define RADIO_DACNF_ENA2_Enabled (1UL) /*!< Enabled */ 6622*150812a8SEvalZero 6623*150812a8SEvalZero /* Bit 1 : Enable or disable device address matching using device address 1 */ 6624*150812a8SEvalZero #define RADIO_DACNF_ENA1_Pos (1UL) /*!< Position of ENA1 field. */ 6625*150812a8SEvalZero #define RADIO_DACNF_ENA1_Msk (0x1UL << RADIO_DACNF_ENA1_Pos) /*!< Bit mask of ENA1 field. */ 6626*150812a8SEvalZero #define RADIO_DACNF_ENA1_Disabled (0UL) /*!< Disabled */ 6627*150812a8SEvalZero #define RADIO_DACNF_ENA1_Enabled (1UL) /*!< Enabled */ 6628*150812a8SEvalZero 6629*150812a8SEvalZero /* Bit 0 : Enable or disable device address matching using device address 0 */ 6630*150812a8SEvalZero #define RADIO_DACNF_ENA0_Pos (0UL) /*!< Position of ENA0 field. */ 6631*150812a8SEvalZero #define RADIO_DACNF_ENA0_Msk (0x1UL << RADIO_DACNF_ENA0_Pos) /*!< Bit mask of ENA0 field. */ 6632*150812a8SEvalZero #define RADIO_DACNF_ENA0_Disabled (0UL) /*!< Disabled */ 6633*150812a8SEvalZero #define RADIO_DACNF_ENA0_Enabled (1UL) /*!< Enabled */ 6634*150812a8SEvalZero 6635*150812a8SEvalZero /* Register: RADIO_MODECNF0 */ 6636*150812a8SEvalZero /* Description: Radio mode configuration register 0 */ 6637*150812a8SEvalZero 6638*150812a8SEvalZero /* Bits 9..8 : Default TX value */ 6639*150812a8SEvalZero #define RADIO_MODECNF0_DTX_Pos (8UL) /*!< Position of DTX field. */ 6640*150812a8SEvalZero #define RADIO_MODECNF0_DTX_Msk (0x3UL << RADIO_MODECNF0_DTX_Pos) /*!< Bit mask of DTX field. */ 6641*150812a8SEvalZero #define RADIO_MODECNF0_DTX_B1 (0UL) /*!< Transmit '1' */ 6642*150812a8SEvalZero #define RADIO_MODECNF0_DTX_B0 (1UL) /*!< Transmit '0' */ 6643*150812a8SEvalZero #define RADIO_MODECNF0_DTX_Center (2UL) /*!< Transmit center frequency */ 6644*150812a8SEvalZero 6645*150812a8SEvalZero /* Bit 0 : Radio ramp-up time */ 6646*150812a8SEvalZero #define RADIO_MODECNF0_RU_Pos (0UL) /*!< Position of RU field. */ 6647*150812a8SEvalZero #define RADIO_MODECNF0_RU_Msk (0x1UL << RADIO_MODECNF0_RU_Pos) /*!< Bit mask of RU field. */ 6648*150812a8SEvalZero #define RADIO_MODECNF0_RU_Default (0UL) /*!< Default ramp-up time (tRXEN), compatible with firmware written for nRF51 */ 6649*150812a8SEvalZero #define RADIO_MODECNF0_RU_Fast (1UL) /*!< Fast ramp-up (tRXEN,FAST), see electrical specification for more information */ 6650*150812a8SEvalZero 6651*150812a8SEvalZero /* Register: RADIO_POWER */ 6652*150812a8SEvalZero /* Description: Peripheral power control */ 6653*150812a8SEvalZero 6654*150812a8SEvalZero /* Bit 0 : Peripheral power control. The peripheral and its registers will be reset to its initial state by switching the peripheral off and then back on again. */ 6655*150812a8SEvalZero #define RADIO_POWER_POWER_Pos (0UL) /*!< Position of POWER field. */ 6656*150812a8SEvalZero #define RADIO_POWER_POWER_Msk (0x1UL << RADIO_POWER_POWER_Pos) /*!< Bit mask of POWER field. */ 6657*150812a8SEvalZero #define RADIO_POWER_POWER_Disabled (0UL) /*!< Peripheral is powered off */ 6658*150812a8SEvalZero #define RADIO_POWER_POWER_Enabled (1UL) /*!< Peripheral is powered on */ 6659*150812a8SEvalZero 6660*150812a8SEvalZero 6661*150812a8SEvalZero /* Peripheral: RNG */ 6662*150812a8SEvalZero /* Description: Random Number Generator */ 6663*150812a8SEvalZero 6664*150812a8SEvalZero /* Register: RNG_TASKS_START */ 6665*150812a8SEvalZero /* Description: Task starting the random number generator */ 6666*150812a8SEvalZero 6667*150812a8SEvalZero /* Bit 0 : */ 6668*150812a8SEvalZero #define RNG_TASKS_START_TASKS_START_Pos (0UL) /*!< Position of TASKS_START field. */ 6669*150812a8SEvalZero #define RNG_TASKS_START_TASKS_START_Msk (0x1UL << RNG_TASKS_START_TASKS_START_Pos) /*!< Bit mask of TASKS_START field. */ 6670*150812a8SEvalZero 6671*150812a8SEvalZero /* Register: RNG_TASKS_STOP */ 6672*150812a8SEvalZero /* Description: Task stopping the random number generator */ 6673*150812a8SEvalZero 6674*150812a8SEvalZero /* Bit 0 : */ 6675*150812a8SEvalZero #define RNG_TASKS_STOP_TASKS_STOP_Pos (0UL) /*!< Position of TASKS_STOP field. */ 6676*150812a8SEvalZero #define RNG_TASKS_STOP_TASKS_STOP_Msk (0x1UL << RNG_TASKS_STOP_TASKS_STOP_Pos) /*!< Bit mask of TASKS_STOP field. */ 6677*150812a8SEvalZero 6678*150812a8SEvalZero /* Register: RNG_EVENTS_VALRDY */ 6679*150812a8SEvalZero /* Description: Event being generated for every new random number written to the VALUE register */ 6680*150812a8SEvalZero 6681*150812a8SEvalZero /* Bit 0 : */ 6682*150812a8SEvalZero #define RNG_EVENTS_VALRDY_EVENTS_VALRDY_Pos (0UL) /*!< Position of EVENTS_VALRDY field. */ 6683*150812a8SEvalZero #define RNG_EVENTS_VALRDY_EVENTS_VALRDY_Msk (0x1UL << RNG_EVENTS_VALRDY_EVENTS_VALRDY_Pos) /*!< Bit mask of EVENTS_VALRDY field. */ 6684*150812a8SEvalZero 6685*150812a8SEvalZero /* Register: RNG_SHORTS */ 6686*150812a8SEvalZero /* Description: Shortcut register */ 6687*150812a8SEvalZero 6688*150812a8SEvalZero /* Bit 0 : Shortcut between VALRDY event and STOP task */ 6689*150812a8SEvalZero #define RNG_SHORTS_VALRDY_STOP_Pos (0UL) /*!< Position of VALRDY_STOP field. */ 6690*150812a8SEvalZero #define RNG_SHORTS_VALRDY_STOP_Msk (0x1UL << RNG_SHORTS_VALRDY_STOP_Pos) /*!< Bit mask of VALRDY_STOP field. */ 6691*150812a8SEvalZero #define RNG_SHORTS_VALRDY_STOP_Disabled (0UL) /*!< Disable shortcut */ 6692*150812a8SEvalZero #define RNG_SHORTS_VALRDY_STOP_Enabled (1UL) /*!< Enable shortcut */ 6693*150812a8SEvalZero 6694*150812a8SEvalZero /* Register: RNG_INTENSET */ 6695*150812a8SEvalZero /* Description: Enable interrupt */ 6696*150812a8SEvalZero 6697*150812a8SEvalZero /* Bit 0 : Write '1' to enable interrupt for VALRDY event */ 6698*150812a8SEvalZero #define RNG_INTENSET_VALRDY_Pos (0UL) /*!< Position of VALRDY field. */ 6699*150812a8SEvalZero #define RNG_INTENSET_VALRDY_Msk (0x1UL << RNG_INTENSET_VALRDY_Pos) /*!< Bit mask of VALRDY field. */ 6700*150812a8SEvalZero #define RNG_INTENSET_VALRDY_Disabled (0UL) /*!< Read: Disabled */ 6701*150812a8SEvalZero #define RNG_INTENSET_VALRDY_Enabled (1UL) /*!< Read: Enabled */ 6702*150812a8SEvalZero #define RNG_INTENSET_VALRDY_Set (1UL) /*!< Enable */ 6703*150812a8SEvalZero 6704*150812a8SEvalZero /* Register: RNG_INTENCLR */ 6705*150812a8SEvalZero /* Description: Disable interrupt */ 6706*150812a8SEvalZero 6707*150812a8SEvalZero /* Bit 0 : Write '1' to disable interrupt for VALRDY event */ 6708*150812a8SEvalZero #define RNG_INTENCLR_VALRDY_Pos (0UL) /*!< Position of VALRDY field. */ 6709*150812a8SEvalZero #define RNG_INTENCLR_VALRDY_Msk (0x1UL << RNG_INTENCLR_VALRDY_Pos) /*!< Bit mask of VALRDY field. */ 6710*150812a8SEvalZero #define RNG_INTENCLR_VALRDY_Disabled (0UL) /*!< Read: Disabled */ 6711*150812a8SEvalZero #define RNG_INTENCLR_VALRDY_Enabled (1UL) /*!< Read: Enabled */ 6712*150812a8SEvalZero #define RNG_INTENCLR_VALRDY_Clear (1UL) /*!< Disable */ 6713*150812a8SEvalZero 6714*150812a8SEvalZero /* Register: RNG_CONFIG */ 6715*150812a8SEvalZero /* Description: Configuration register */ 6716*150812a8SEvalZero 6717*150812a8SEvalZero /* Bit 0 : Bias correction */ 6718*150812a8SEvalZero #define RNG_CONFIG_DERCEN_Pos (0UL) /*!< Position of DERCEN field. */ 6719*150812a8SEvalZero #define RNG_CONFIG_DERCEN_Msk (0x1UL << RNG_CONFIG_DERCEN_Pos) /*!< Bit mask of DERCEN field. */ 6720*150812a8SEvalZero #define RNG_CONFIG_DERCEN_Disabled (0UL) /*!< Disabled */ 6721*150812a8SEvalZero #define RNG_CONFIG_DERCEN_Enabled (1UL) /*!< Enabled */ 6722*150812a8SEvalZero 6723*150812a8SEvalZero /* Register: RNG_VALUE */ 6724*150812a8SEvalZero /* Description: Output random number */ 6725*150812a8SEvalZero 6726*150812a8SEvalZero /* Bits 7..0 : Generated random number */ 6727*150812a8SEvalZero #define RNG_VALUE_VALUE_Pos (0UL) /*!< Position of VALUE field. */ 6728*150812a8SEvalZero #define RNG_VALUE_VALUE_Msk (0xFFUL << RNG_VALUE_VALUE_Pos) /*!< Bit mask of VALUE field. */ 6729*150812a8SEvalZero 6730*150812a8SEvalZero 6731*150812a8SEvalZero /* Peripheral: RTC */ 6732*150812a8SEvalZero /* Description: Real time counter 0 */ 6733*150812a8SEvalZero 6734*150812a8SEvalZero /* Register: RTC_TASKS_START */ 6735*150812a8SEvalZero /* Description: Start RTC COUNTER */ 6736*150812a8SEvalZero 6737*150812a8SEvalZero /* Bit 0 : */ 6738*150812a8SEvalZero #define RTC_TASKS_START_TASKS_START_Pos (0UL) /*!< Position of TASKS_START field. */ 6739*150812a8SEvalZero #define RTC_TASKS_START_TASKS_START_Msk (0x1UL << RTC_TASKS_START_TASKS_START_Pos) /*!< Bit mask of TASKS_START field. */ 6740*150812a8SEvalZero 6741*150812a8SEvalZero /* Register: RTC_TASKS_STOP */ 6742*150812a8SEvalZero /* Description: Stop RTC COUNTER */ 6743*150812a8SEvalZero 6744*150812a8SEvalZero /* Bit 0 : */ 6745*150812a8SEvalZero #define RTC_TASKS_STOP_TASKS_STOP_Pos (0UL) /*!< Position of TASKS_STOP field. */ 6746*150812a8SEvalZero #define RTC_TASKS_STOP_TASKS_STOP_Msk (0x1UL << RTC_TASKS_STOP_TASKS_STOP_Pos) /*!< Bit mask of TASKS_STOP field. */ 6747*150812a8SEvalZero 6748*150812a8SEvalZero /* Register: RTC_TASKS_CLEAR */ 6749*150812a8SEvalZero /* Description: Clear RTC COUNTER */ 6750*150812a8SEvalZero 6751*150812a8SEvalZero /* Bit 0 : */ 6752*150812a8SEvalZero #define RTC_TASKS_CLEAR_TASKS_CLEAR_Pos (0UL) /*!< Position of TASKS_CLEAR field. */ 6753*150812a8SEvalZero #define RTC_TASKS_CLEAR_TASKS_CLEAR_Msk (0x1UL << RTC_TASKS_CLEAR_TASKS_CLEAR_Pos) /*!< Bit mask of TASKS_CLEAR field. */ 6754*150812a8SEvalZero 6755*150812a8SEvalZero /* Register: RTC_TASKS_TRIGOVRFLW */ 6756*150812a8SEvalZero /* Description: Set COUNTER to 0xFFFFF0 */ 6757*150812a8SEvalZero 6758*150812a8SEvalZero /* Bit 0 : */ 6759*150812a8SEvalZero #define RTC_TASKS_TRIGOVRFLW_TASKS_TRIGOVRFLW_Pos (0UL) /*!< Position of TASKS_TRIGOVRFLW field. */ 6760*150812a8SEvalZero #define RTC_TASKS_TRIGOVRFLW_TASKS_TRIGOVRFLW_Msk (0x1UL << RTC_TASKS_TRIGOVRFLW_TASKS_TRIGOVRFLW_Pos) /*!< Bit mask of TASKS_TRIGOVRFLW field. */ 6761*150812a8SEvalZero 6762*150812a8SEvalZero /* Register: RTC_EVENTS_TICK */ 6763*150812a8SEvalZero /* Description: Event on COUNTER increment */ 6764*150812a8SEvalZero 6765*150812a8SEvalZero /* Bit 0 : */ 6766*150812a8SEvalZero #define RTC_EVENTS_TICK_EVENTS_TICK_Pos (0UL) /*!< Position of EVENTS_TICK field. */ 6767*150812a8SEvalZero #define RTC_EVENTS_TICK_EVENTS_TICK_Msk (0x1UL << RTC_EVENTS_TICK_EVENTS_TICK_Pos) /*!< Bit mask of EVENTS_TICK field. */ 6768*150812a8SEvalZero 6769*150812a8SEvalZero /* Register: RTC_EVENTS_OVRFLW */ 6770*150812a8SEvalZero /* Description: Event on COUNTER overflow */ 6771*150812a8SEvalZero 6772*150812a8SEvalZero /* Bit 0 : */ 6773*150812a8SEvalZero #define RTC_EVENTS_OVRFLW_EVENTS_OVRFLW_Pos (0UL) /*!< Position of EVENTS_OVRFLW field. */ 6774*150812a8SEvalZero #define RTC_EVENTS_OVRFLW_EVENTS_OVRFLW_Msk (0x1UL << RTC_EVENTS_OVRFLW_EVENTS_OVRFLW_Pos) /*!< Bit mask of EVENTS_OVRFLW field. */ 6775*150812a8SEvalZero 6776*150812a8SEvalZero /* Register: RTC_EVENTS_COMPARE */ 6777*150812a8SEvalZero /* Description: Description collection[n]: Compare event on CC[n] match */ 6778*150812a8SEvalZero 6779*150812a8SEvalZero /* Bit 0 : */ 6780*150812a8SEvalZero #define RTC_EVENTS_COMPARE_EVENTS_COMPARE_Pos (0UL) /*!< Position of EVENTS_COMPARE field. */ 6781*150812a8SEvalZero #define RTC_EVENTS_COMPARE_EVENTS_COMPARE_Msk (0x1UL << RTC_EVENTS_COMPARE_EVENTS_COMPARE_Pos) /*!< Bit mask of EVENTS_COMPARE field. */ 6782*150812a8SEvalZero 6783*150812a8SEvalZero /* Register: RTC_INTENSET */ 6784*150812a8SEvalZero /* Description: Enable interrupt */ 6785*150812a8SEvalZero 6786*150812a8SEvalZero /* Bit 19 : Write '1' to enable interrupt for COMPARE[3] event */ 6787*150812a8SEvalZero #define RTC_INTENSET_COMPARE3_Pos (19UL) /*!< Position of COMPARE3 field. */ 6788*150812a8SEvalZero #define RTC_INTENSET_COMPARE3_Msk (0x1UL << RTC_INTENSET_COMPARE3_Pos) /*!< Bit mask of COMPARE3 field. */ 6789*150812a8SEvalZero #define RTC_INTENSET_COMPARE3_Disabled (0UL) /*!< Read: Disabled */ 6790*150812a8SEvalZero #define RTC_INTENSET_COMPARE3_Enabled (1UL) /*!< Read: Enabled */ 6791*150812a8SEvalZero #define RTC_INTENSET_COMPARE3_Set (1UL) /*!< Enable */ 6792*150812a8SEvalZero 6793*150812a8SEvalZero /* Bit 18 : Write '1' to enable interrupt for COMPARE[2] event */ 6794*150812a8SEvalZero #define RTC_INTENSET_COMPARE2_Pos (18UL) /*!< Position of COMPARE2 field. */ 6795*150812a8SEvalZero #define RTC_INTENSET_COMPARE2_Msk (0x1UL << RTC_INTENSET_COMPARE2_Pos) /*!< Bit mask of COMPARE2 field. */ 6796*150812a8SEvalZero #define RTC_INTENSET_COMPARE2_Disabled (0UL) /*!< Read: Disabled */ 6797*150812a8SEvalZero #define RTC_INTENSET_COMPARE2_Enabled (1UL) /*!< Read: Enabled */ 6798*150812a8SEvalZero #define RTC_INTENSET_COMPARE2_Set (1UL) /*!< Enable */ 6799*150812a8SEvalZero 6800*150812a8SEvalZero /* Bit 17 : Write '1' to enable interrupt for COMPARE[1] event */ 6801*150812a8SEvalZero #define RTC_INTENSET_COMPARE1_Pos (17UL) /*!< Position of COMPARE1 field. */ 6802*150812a8SEvalZero #define RTC_INTENSET_COMPARE1_Msk (0x1UL << RTC_INTENSET_COMPARE1_Pos) /*!< Bit mask of COMPARE1 field. */ 6803*150812a8SEvalZero #define RTC_INTENSET_COMPARE1_Disabled (0UL) /*!< Read: Disabled */ 6804*150812a8SEvalZero #define RTC_INTENSET_COMPARE1_Enabled (1UL) /*!< Read: Enabled */ 6805*150812a8SEvalZero #define RTC_INTENSET_COMPARE1_Set (1UL) /*!< Enable */ 6806*150812a8SEvalZero 6807*150812a8SEvalZero /* Bit 16 : Write '1' to enable interrupt for COMPARE[0] event */ 6808*150812a8SEvalZero #define RTC_INTENSET_COMPARE0_Pos (16UL) /*!< Position of COMPARE0 field. */ 6809*150812a8SEvalZero #define RTC_INTENSET_COMPARE0_Msk (0x1UL << RTC_INTENSET_COMPARE0_Pos) /*!< Bit mask of COMPARE0 field. */ 6810*150812a8SEvalZero #define RTC_INTENSET_COMPARE0_Disabled (0UL) /*!< Read: Disabled */ 6811*150812a8SEvalZero #define RTC_INTENSET_COMPARE0_Enabled (1UL) /*!< Read: Enabled */ 6812*150812a8SEvalZero #define RTC_INTENSET_COMPARE0_Set (1UL) /*!< Enable */ 6813*150812a8SEvalZero 6814*150812a8SEvalZero /* Bit 1 : Write '1' to enable interrupt for OVRFLW event */ 6815*150812a8SEvalZero #define RTC_INTENSET_OVRFLW_Pos (1UL) /*!< Position of OVRFLW field. */ 6816*150812a8SEvalZero #define RTC_INTENSET_OVRFLW_Msk (0x1UL << RTC_INTENSET_OVRFLW_Pos) /*!< Bit mask of OVRFLW field. */ 6817*150812a8SEvalZero #define RTC_INTENSET_OVRFLW_Disabled (0UL) /*!< Read: Disabled */ 6818*150812a8SEvalZero #define RTC_INTENSET_OVRFLW_Enabled (1UL) /*!< Read: Enabled */ 6819*150812a8SEvalZero #define RTC_INTENSET_OVRFLW_Set (1UL) /*!< Enable */ 6820*150812a8SEvalZero 6821*150812a8SEvalZero /* Bit 0 : Write '1' to enable interrupt for TICK event */ 6822*150812a8SEvalZero #define RTC_INTENSET_TICK_Pos (0UL) /*!< Position of TICK field. */ 6823*150812a8SEvalZero #define RTC_INTENSET_TICK_Msk (0x1UL << RTC_INTENSET_TICK_Pos) /*!< Bit mask of TICK field. */ 6824*150812a8SEvalZero #define RTC_INTENSET_TICK_Disabled (0UL) /*!< Read: Disabled */ 6825*150812a8SEvalZero #define RTC_INTENSET_TICK_Enabled (1UL) /*!< Read: Enabled */ 6826*150812a8SEvalZero #define RTC_INTENSET_TICK_Set (1UL) /*!< Enable */ 6827*150812a8SEvalZero 6828*150812a8SEvalZero /* Register: RTC_INTENCLR */ 6829*150812a8SEvalZero /* Description: Disable interrupt */ 6830*150812a8SEvalZero 6831*150812a8SEvalZero /* Bit 19 : Write '1' to disable interrupt for COMPARE[3] event */ 6832*150812a8SEvalZero #define RTC_INTENCLR_COMPARE3_Pos (19UL) /*!< Position of COMPARE3 field. */ 6833*150812a8SEvalZero #define RTC_INTENCLR_COMPARE3_Msk (0x1UL << RTC_INTENCLR_COMPARE3_Pos) /*!< Bit mask of COMPARE3 field. */ 6834*150812a8SEvalZero #define RTC_INTENCLR_COMPARE3_Disabled (0UL) /*!< Read: Disabled */ 6835*150812a8SEvalZero #define RTC_INTENCLR_COMPARE3_Enabled (1UL) /*!< Read: Enabled */ 6836*150812a8SEvalZero #define RTC_INTENCLR_COMPARE3_Clear (1UL) /*!< Disable */ 6837*150812a8SEvalZero 6838*150812a8SEvalZero /* Bit 18 : Write '1' to disable interrupt for COMPARE[2] event */ 6839*150812a8SEvalZero #define RTC_INTENCLR_COMPARE2_Pos (18UL) /*!< Position of COMPARE2 field. */ 6840*150812a8SEvalZero #define RTC_INTENCLR_COMPARE2_Msk (0x1UL << RTC_INTENCLR_COMPARE2_Pos) /*!< Bit mask of COMPARE2 field. */ 6841*150812a8SEvalZero #define RTC_INTENCLR_COMPARE2_Disabled (0UL) /*!< Read: Disabled */ 6842*150812a8SEvalZero #define RTC_INTENCLR_COMPARE2_Enabled (1UL) /*!< Read: Enabled */ 6843*150812a8SEvalZero #define RTC_INTENCLR_COMPARE2_Clear (1UL) /*!< Disable */ 6844*150812a8SEvalZero 6845*150812a8SEvalZero /* Bit 17 : Write '1' to disable interrupt for COMPARE[1] event */ 6846*150812a8SEvalZero #define RTC_INTENCLR_COMPARE1_Pos (17UL) /*!< Position of COMPARE1 field. */ 6847*150812a8SEvalZero #define RTC_INTENCLR_COMPARE1_Msk (0x1UL << RTC_INTENCLR_COMPARE1_Pos) /*!< Bit mask of COMPARE1 field. */ 6848*150812a8SEvalZero #define RTC_INTENCLR_COMPARE1_Disabled (0UL) /*!< Read: Disabled */ 6849*150812a8SEvalZero #define RTC_INTENCLR_COMPARE1_Enabled (1UL) /*!< Read: Enabled */ 6850*150812a8SEvalZero #define RTC_INTENCLR_COMPARE1_Clear (1UL) /*!< Disable */ 6851*150812a8SEvalZero 6852*150812a8SEvalZero /* Bit 16 : Write '1' to disable interrupt for COMPARE[0] event */ 6853*150812a8SEvalZero #define RTC_INTENCLR_COMPARE0_Pos (16UL) /*!< Position of COMPARE0 field. */ 6854*150812a8SEvalZero #define RTC_INTENCLR_COMPARE0_Msk (0x1UL << RTC_INTENCLR_COMPARE0_Pos) /*!< Bit mask of COMPARE0 field. */ 6855*150812a8SEvalZero #define RTC_INTENCLR_COMPARE0_Disabled (0UL) /*!< Read: Disabled */ 6856*150812a8SEvalZero #define RTC_INTENCLR_COMPARE0_Enabled (1UL) /*!< Read: Enabled */ 6857*150812a8SEvalZero #define RTC_INTENCLR_COMPARE0_Clear (1UL) /*!< Disable */ 6858*150812a8SEvalZero 6859*150812a8SEvalZero /* Bit 1 : Write '1' to disable interrupt for OVRFLW event */ 6860*150812a8SEvalZero #define RTC_INTENCLR_OVRFLW_Pos (1UL) /*!< Position of OVRFLW field. */ 6861*150812a8SEvalZero #define RTC_INTENCLR_OVRFLW_Msk (0x1UL << RTC_INTENCLR_OVRFLW_Pos) /*!< Bit mask of OVRFLW field. */ 6862*150812a8SEvalZero #define RTC_INTENCLR_OVRFLW_Disabled (0UL) /*!< Read: Disabled */ 6863*150812a8SEvalZero #define RTC_INTENCLR_OVRFLW_Enabled (1UL) /*!< Read: Enabled */ 6864*150812a8SEvalZero #define RTC_INTENCLR_OVRFLW_Clear (1UL) /*!< Disable */ 6865*150812a8SEvalZero 6866*150812a8SEvalZero /* Bit 0 : Write '1' to disable interrupt for TICK event */ 6867*150812a8SEvalZero #define RTC_INTENCLR_TICK_Pos (0UL) /*!< Position of TICK field. */ 6868*150812a8SEvalZero #define RTC_INTENCLR_TICK_Msk (0x1UL << RTC_INTENCLR_TICK_Pos) /*!< Bit mask of TICK field. */ 6869*150812a8SEvalZero #define RTC_INTENCLR_TICK_Disabled (0UL) /*!< Read: Disabled */ 6870*150812a8SEvalZero #define RTC_INTENCLR_TICK_Enabled (1UL) /*!< Read: Enabled */ 6871*150812a8SEvalZero #define RTC_INTENCLR_TICK_Clear (1UL) /*!< Disable */ 6872*150812a8SEvalZero 6873*150812a8SEvalZero /* Register: RTC_EVTEN */ 6874*150812a8SEvalZero /* Description: Enable or disable event routing */ 6875*150812a8SEvalZero 6876*150812a8SEvalZero /* Bit 19 : Enable or disable event routing for COMPARE[3] event */ 6877*150812a8SEvalZero #define RTC_EVTEN_COMPARE3_Pos (19UL) /*!< Position of COMPARE3 field. */ 6878*150812a8SEvalZero #define RTC_EVTEN_COMPARE3_Msk (0x1UL << RTC_EVTEN_COMPARE3_Pos) /*!< Bit mask of COMPARE3 field. */ 6879*150812a8SEvalZero #define RTC_EVTEN_COMPARE3_Disabled (0UL) /*!< Disable */ 6880*150812a8SEvalZero #define RTC_EVTEN_COMPARE3_Enabled (1UL) /*!< Enable */ 6881*150812a8SEvalZero 6882*150812a8SEvalZero /* Bit 18 : Enable or disable event routing for COMPARE[2] event */ 6883*150812a8SEvalZero #define RTC_EVTEN_COMPARE2_Pos (18UL) /*!< Position of COMPARE2 field. */ 6884*150812a8SEvalZero #define RTC_EVTEN_COMPARE2_Msk (0x1UL << RTC_EVTEN_COMPARE2_Pos) /*!< Bit mask of COMPARE2 field. */ 6885*150812a8SEvalZero #define RTC_EVTEN_COMPARE2_Disabled (0UL) /*!< Disable */ 6886*150812a8SEvalZero #define RTC_EVTEN_COMPARE2_Enabled (1UL) /*!< Enable */ 6887*150812a8SEvalZero 6888*150812a8SEvalZero /* Bit 17 : Enable or disable event routing for COMPARE[1] event */ 6889*150812a8SEvalZero #define RTC_EVTEN_COMPARE1_Pos (17UL) /*!< Position of COMPARE1 field. */ 6890*150812a8SEvalZero #define RTC_EVTEN_COMPARE1_Msk (0x1UL << RTC_EVTEN_COMPARE1_Pos) /*!< Bit mask of COMPARE1 field. */ 6891*150812a8SEvalZero #define RTC_EVTEN_COMPARE1_Disabled (0UL) /*!< Disable */ 6892*150812a8SEvalZero #define RTC_EVTEN_COMPARE1_Enabled (1UL) /*!< Enable */ 6893*150812a8SEvalZero 6894*150812a8SEvalZero /* Bit 16 : Enable or disable event routing for COMPARE[0] event */ 6895*150812a8SEvalZero #define RTC_EVTEN_COMPARE0_Pos (16UL) /*!< Position of COMPARE0 field. */ 6896*150812a8SEvalZero #define RTC_EVTEN_COMPARE0_Msk (0x1UL << RTC_EVTEN_COMPARE0_Pos) /*!< Bit mask of COMPARE0 field. */ 6897*150812a8SEvalZero #define RTC_EVTEN_COMPARE0_Disabled (0UL) /*!< Disable */ 6898*150812a8SEvalZero #define RTC_EVTEN_COMPARE0_Enabled (1UL) /*!< Enable */ 6899*150812a8SEvalZero 6900*150812a8SEvalZero /* Bit 1 : Enable or disable event routing for OVRFLW event */ 6901*150812a8SEvalZero #define RTC_EVTEN_OVRFLW_Pos (1UL) /*!< Position of OVRFLW field. */ 6902*150812a8SEvalZero #define RTC_EVTEN_OVRFLW_Msk (0x1UL << RTC_EVTEN_OVRFLW_Pos) /*!< Bit mask of OVRFLW field. */ 6903*150812a8SEvalZero #define RTC_EVTEN_OVRFLW_Disabled (0UL) /*!< Disable */ 6904*150812a8SEvalZero #define RTC_EVTEN_OVRFLW_Enabled (1UL) /*!< Enable */ 6905*150812a8SEvalZero 6906*150812a8SEvalZero /* Bit 0 : Enable or disable event routing for TICK event */ 6907*150812a8SEvalZero #define RTC_EVTEN_TICK_Pos (0UL) /*!< Position of TICK field. */ 6908*150812a8SEvalZero #define RTC_EVTEN_TICK_Msk (0x1UL << RTC_EVTEN_TICK_Pos) /*!< Bit mask of TICK field. */ 6909*150812a8SEvalZero #define RTC_EVTEN_TICK_Disabled (0UL) /*!< Disable */ 6910*150812a8SEvalZero #define RTC_EVTEN_TICK_Enabled (1UL) /*!< Enable */ 6911*150812a8SEvalZero 6912*150812a8SEvalZero /* Register: RTC_EVTENSET */ 6913*150812a8SEvalZero /* Description: Enable event routing */ 6914*150812a8SEvalZero 6915*150812a8SEvalZero /* Bit 19 : Write '1' to enable event routing for COMPARE[3] event */ 6916*150812a8SEvalZero #define RTC_EVTENSET_COMPARE3_Pos (19UL) /*!< Position of COMPARE3 field. */ 6917*150812a8SEvalZero #define RTC_EVTENSET_COMPARE3_Msk (0x1UL << RTC_EVTENSET_COMPARE3_Pos) /*!< Bit mask of COMPARE3 field. */ 6918*150812a8SEvalZero #define RTC_EVTENSET_COMPARE3_Disabled (0UL) /*!< Read: Disabled */ 6919*150812a8SEvalZero #define RTC_EVTENSET_COMPARE3_Enabled (1UL) /*!< Read: Enabled */ 6920*150812a8SEvalZero #define RTC_EVTENSET_COMPARE3_Set (1UL) /*!< Enable */ 6921*150812a8SEvalZero 6922*150812a8SEvalZero /* Bit 18 : Write '1' to enable event routing for COMPARE[2] event */ 6923*150812a8SEvalZero #define RTC_EVTENSET_COMPARE2_Pos (18UL) /*!< Position of COMPARE2 field. */ 6924*150812a8SEvalZero #define RTC_EVTENSET_COMPARE2_Msk (0x1UL << RTC_EVTENSET_COMPARE2_Pos) /*!< Bit mask of COMPARE2 field. */ 6925*150812a8SEvalZero #define RTC_EVTENSET_COMPARE2_Disabled (0UL) /*!< Read: Disabled */ 6926*150812a8SEvalZero #define RTC_EVTENSET_COMPARE2_Enabled (1UL) /*!< Read: Enabled */ 6927*150812a8SEvalZero #define RTC_EVTENSET_COMPARE2_Set (1UL) /*!< Enable */ 6928*150812a8SEvalZero 6929*150812a8SEvalZero /* Bit 17 : Write '1' to enable event routing for COMPARE[1] event */ 6930*150812a8SEvalZero #define RTC_EVTENSET_COMPARE1_Pos (17UL) /*!< Position of COMPARE1 field. */ 6931*150812a8SEvalZero #define RTC_EVTENSET_COMPARE1_Msk (0x1UL << RTC_EVTENSET_COMPARE1_Pos) /*!< Bit mask of COMPARE1 field. */ 6932*150812a8SEvalZero #define RTC_EVTENSET_COMPARE1_Disabled (0UL) /*!< Read: Disabled */ 6933*150812a8SEvalZero #define RTC_EVTENSET_COMPARE1_Enabled (1UL) /*!< Read: Enabled */ 6934*150812a8SEvalZero #define RTC_EVTENSET_COMPARE1_Set (1UL) /*!< Enable */ 6935*150812a8SEvalZero 6936*150812a8SEvalZero /* Bit 16 : Write '1' to enable event routing for COMPARE[0] event */ 6937*150812a8SEvalZero #define RTC_EVTENSET_COMPARE0_Pos (16UL) /*!< Position of COMPARE0 field. */ 6938*150812a8SEvalZero #define RTC_EVTENSET_COMPARE0_Msk (0x1UL << RTC_EVTENSET_COMPARE0_Pos) /*!< Bit mask of COMPARE0 field. */ 6939*150812a8SEvalZero #define RTC_EVTENSET_COMPARE0_Disabled (0UL) /*!< Read: Disabled */ 6940*150812a8SEvalZero #define RTC_EVTENSET_COMPARE0_Enabled (1UL) /*!< Read: Enabled */ 6941*150812a8SEvalZero #define RTC_EVTENSET_COMPARE0_Set (1UL) /*!< Enable */ 6942*150812a8SEvalZero 6943*150812a8SEvalZero /* Bit 1 : Write '1' to enable event routing for OVRFLW event */ 6944*150812a8SEvalZero #define RTC_EVTENSET_OVRFLW_Pos (1UL) /*!< Position of OVRFLW field. */ 6945*150812a8SEvalZero #define RTC_EVTENSET_OVRFLW_Msk (0x1UL << RTC_EVTENSET_OVRFLW_Pos) /*!< Bit mask of OVRFLW field. */ 6946*150812a8SEvalZero #define RTC_EVTENSET_OVRFLW_Disabled (0UL) /*!< Read: Disabled */ 6947*150812a8SEvalZero #define RTC_EVTENSET_OVRFLW_Enabled (1UL) /*!< Read: Enabled */ 6948*150812a8SEvalZero #define RTC_EVTENSET_OVRFLW_Set (1UL) /*!< Enable */ 6949*150812a8SEvalZero 6950*150812a8SEvalZero /* Bit 0 : Write '1' to enable event routing for TICK event */ 6951*150812a8SEvalZero #define RTC_EVTENSET_TICK_Pos (0UL) /*!< Position of TICK field. */ 6952*150812a8SEvalZero #define RTC_EVTENSET_TICK_Msk (0x1UL << RTC_EVTENSET_TICK_Pos) /*!< Bit mask of TICK field. */ 6953*150812a8SEvalZero #define RTC_EVTENSET_TICK_Disabled (0UL) /*!< Read: Disabled */ 6954*150812a8SEvalZero #define RTC_EVTENSET_TICK_Enabled (1UL) /*!< Read: Enabled */ 6955*150812a8SEvalZero #define RTC_EVTENSET_TICK_Set (1UL) /*!< Enable */ 6956*150812a8SEvalZero 6957*150812a8SEvalZero /* Register: RTC_EVTENCLR */ 6958*150812a8SEvalZero /* Description: Disable event routing */ 6959*150812a8SEvalZero 6960*150812a8SEvalZero /* Bit 19 : Write '1' to disable event routing for COMPARE[3] event */ 6961*150812a8SEvalZero #define RTC_EVTENCLR_COMPARE3_Pos (19UL) /*!< Position of COMPARE3 field. */ 6962*150812a8SEvalZero #define RTC_EVTENCLR_COMPARE3_Msk (0x1UL << RTC_EVTENCLR_COMPARE3_Pos) /*!< Bit mask of COMPARE3 field. */ 6963*150812a8SEvalZero #define RTC_EVTENCLR_COMPARE3_Disabled (0UL) /*!< Read: Disabled */ 6964*150812a8SEvalZero #define RTC_EVTENCLR_COMPARE3_Enabled (1UL) /*!< Read: Enabled */ 6965*150812a8SEvalZero #define RTC_EVTENCLR_COMPARE3_Clear (1UL) /*!< Disable */ 6966*150812a8SEvalZero 6967*150812a8SEvalZero /* Bit 18 : Write '1' to disable event routing for COMPARE[2] event */ 6968*150812a8SEvalZero #define RTC_EVTENCLR_COMPARE2_Pos (18UL) /*!< Position of COMPARE2 field. */ 6969*150812a8SEvalZero #define RTC_EVTENCLR_COMPARE2_Msk (0x1UL << RTC_EVTENCLR_COMPARE2_Pos) /*!< Bit mask of COMPARE2 field. */ 6970*150812a8SEvalZero #define RTC_EVTENCLR_COMPARE2_Disabled (0UL) /*!< Read: Disabled */ 6971*150812a8SEvalZero #define RTC_EVTENCLR_COMPARE2_Enabled (1UL) /*!< Read: Enabled */ 6972*150812a8SEvalZero #define RTC_EVTENCLR_COMPARE2_Clear (1UL) /*!< Disable */ 6973*150812a8SEvalZero 6974*150812a8SEvalZero /* Bit 17 : Write '1' to disable event routing for COMPARE[1] event */ 6975*150812a8SEvalZero #define RTC_EVTENCLR_COMPARE1_Pos (17UL) /*!< Position of COMPARE1 field. */ 6976*150812a8SEvalZero #define RTC_EVTENCLR_COMPARE1_Msk (0x1UL << RTC_EVTENCLR_COMPARE1_Pos) /*!< Bit mask of COMPARE1 field. */ 6977*150812a8SEvalZero #define RTC_EVTENCLR_COMPARE1_Disabled (0UL) /*!< Read: Disabled */ 6978*150812a8SEvalZero #define RTC_EVTENCLR_COMPARE1_Enabled (1UL) /*!< Read: Enabled */ 6979*150812a8SEvalZero #define RTC_EVTENCLR_COMPARE1_Clear (1UL) /*!< Disable */ 6980*150812a8SEvalZero 6981*150812a8SEvalZero /* Bit 16 : Write '1' to disable event routing for COMPARE[0] event */ 6982*150812a8SEvalZero #define RTC_EVTENCLR_COMPARE0_Pos (16UL) /*!< Position of COMPARE0 field. */ 6983*150812a8SEvalZero #define RTC_EVTENCLR_COMPARE0_Msk (0x1UL << RTC_EVTENCLR_COMPARE0_Pos) /*!< Bit mask of COMPARE0 field. */ 6984*150812a8SEvalZero #define RTC_EVTENCLR_COMPARE0_Disabled (0UL) /*!< Read: Disabled */ 6985*150812a8SEvalZero #define RTC_EVTENCLR_COMPARE0_Enabled (1UL) /*!< Read: Enabled */ 6986*150812a8SEvalZero #define RTC_EVTENCLR_COMPARE0_Clear (1UL) /*!< Disable */ 6987*150812a8SEvalZero 6988*150812a8SEvalZero /* Bit 1 : Write '1' to disable event routing for OVRFLW event */ 6989*150812a8SEvalZero #define RTC_EVTENCLR_OVRFLW_Pos (1UL) /*!< Position of OVRFLW field. */ 6990*150812a8SEvalZero #define RTC_EVTENCLR_OVRFLW_Msk (0x1UL << RTC_EVTENCLR_OVRFLW_Pos) /*!< Bit mask of OVRFLW field. */ 6991*150812a8SEvalZero #define RTC_EVTENCLR_OVRFLW_Disabled (0UL) /*!< Read: Disabled */ 6992*150812a8SEvalZero #define RTC_EVTENCLR_OVRFLW_Enabled (1UL) /*!< Read: Enabled */ 6993*150812a8SEvalZero #define RTC_EVTENCLR_OVRFLW_Clear (1UL) /*!< Disable */ 6994*150812a8SEvalZero 6995*150812a8SEvalZero /* Bit 0 : Write '1' to disable event routing for TICK event */ 6996*150812a8SEvalZero #define RTC_EVTENCLR_TICK_Pos (0UL) /*!< Position of TICK field. */ 6997*150812a8SEvalZero #define RTC_EVTENCLR_TICK_Msk (0x1UL << RTC_EVTENCLR_TICK_Pos) /*!< Bit mask of TICK field. */ 6998*150812a8SEvalZero #define RTC_EVTENCLR_TICK_Disabled (0UL) /*!< Read: Disabled */ 6999*150812a8SEvalZero #define RTC_EVTENCLR_TICK_Enabled (1UL) /*!< Read: Enabled */ 7000*150812a8SEvalZero #define RTC_EVTENCLR_TICK_Clear (1UL) /*!< Disable */ 7001*150812a8SEvalZero 7002*150812a8SEvalZero /* Register: RTC_COUNTER */ 7003*150812a8SEvalZero /* Description: Current COUNTER value */ 7004*150812a8SEvalZero 7005*150812a8SEvalZero /* Bits 23..0 : Counter value */ 7006*150812a8SEvalZero #define RTC_COUNTER_COUNTER_Pos (0UL) /*!< Position of COUNTER field. */ 7007*150812a8SEvalZero #define RTC_COUNTER_COUNTER_Msk (0xFFFFFFUL << RTC_COUNTER_COUNTER_Pos) /*!< Bit mask of COUNTER field. */ 7008*150812a8SEvalZero 7009*150812a8SEvalZero /* Register: RTC_PRESCALER */ 7010*150812a8SEvalZero /* Description: 12 bit prescaler for COUNTER frequency (32768/(PRESCALER+1)).Must be written when RTC is stopped */ 7011*150812a8SEvalZero 7012*150812a8SEvalZero /* Bits 11..0 : Prescaler value */ 7013*150812a8SEvalZero #define RTC_PRESCALER_PRESCALER_Pos (0UL) /*!< Position of PRESCALER field. */ 7014*150812a8SEvalZero #define RTC_PRESCALER_PRESCALER_Msk (0xFFFUL << RTC_PRESCALER_PRESCALER_Pos) /*!< Bit mask of PRESCALER field. */ 7015*150812a8SEvalZero 7016*150812a8SEvalZero /* Register: RTC_CC */ 7017*150812a8SEvalZero /* Description: Description collection[n]: Compare register n */ 7018*150812a8SEvalZero 7019*150812a8SEvalZero /* Bits 23..0 : Compare value */ 7020*150812a8SEvalZero #define RTC_CC_COMPARE_Pos (0UL) /*!< Position of COMPARE field. */ 7021*150812a8SEvalZero #define RTC_CC_COMPARE_Msk (0xFFFFFFUL << RTC_CC_COMPARE_Pos) /*!< Bit mask of COMPARE field. */ 7022*150812a8SEvalZero 7023*150812a8SEvalZero 7024*150812a8SEvalZero /* Peripheral: SAADC */ 7025*150812a8SEvalZero /* Description: Analog to Digital Converter */ 7026*150812a8SEvalZero 7027*150812a8SEvalZero /* Register: SAADC_TASKS_START */ 7028*150812a8SEvalZero /* Description: Start the ADC and prepare the result buffer in RAM */ 7029*150812a8SEvalZero 7030*150812a8SEvalZero /* Bit 0 : */ 7031*150812a8SEvalZero #define SAADC_TASKS_START_TASKS_START_Pos (0UL) /*!< Position of TASKS_START field. */ 7032*150812a8SEvalZero #define SAADC_TASKS_START_TASKS_START_Msk (0x1UL << SAADC_TASKS_START_TASKS_START_Pos) /*!< Bit mask of TASKS_START field. */ 7033*150812a8SEvalZero 7034*150812a8SEvalZero /* Register: SAADC_TASKS_SAMPLE */ 7035*150812a8SEvalZero /* Description: Take one ADC sample, if scan is enabled all channels are sampled */ 7036*150812a8SEvalZero 7037*150812a8SEvalZero /* Bit 0 : */ 7038*150812a8SEvalZero #define SAADC_TASKS_SAMPLE_TASKS_SAMPLE_Pos (0UL) /*!< Position of TASKS_SAMPLE field. */ 7039*150812a8SEvalZero #define SAADC_TASKS_SAMPLE_TASKS_SAMPLE_Msk (0x1UL << SAADC_TASKS_SAMPLE_TASKS_SAMPLE_Pos) /*!< Bit mask of TASKS_SAMPLE field. */ 7040*150812a8SEvalZero 7041*150812a8SEvalZero /* Register: SAADC_TASKS_STOP */ 7042*150812a8SEvalZero /* Description: Stop the ADC and terminate any on-going conversion */ 7043*150812a8SEvalZero 7044*150812a8SEvalZero /* Bit 0 : */ 7045*150812a8SEvalZero #define SAADC_TASKS_STOP_TASKS_STOP_Pos (0UL) /*!< Position of TASKS_STOP field. */ 7046*150812a8SEvalZero #define SAADC_TASKS_STOP_TASKS_STOP_Msk (0x1UL << SAADC_TASKS_STOP_TASKS_STOP_Pos) /*!< Bit mask of TASKS_STOP field. */ 7047*150812a8SEvalZero 7048*150812a8SEvalZero /* Register: SAADC_TASKS_CALIBRATEOFFSET */ 7049*150812a8SEvalZero /* Description: Starts offset auto-calibration */ 7050*150812a8SEvalZero 7051*150812a8SEvalZero /* Bit 0 : */ 7052*150812a8SEvalZero #define SAADC_TASKS_CALIBRATEOFFSET_TASKS_CALIBRATEOFFSET_Pos (0UL) /*!< Position of TASKS_CALIBRATEOFFSET field. */ 7053*150812a8SEvalZero #define SAADC_TASKS_CALIBRATEOFFSET_TASKS_CALIBRATEOFFSET_Msk (0x1UL << SAADC_TASKS_CALIBRATEOFFSET_TASKS_CALIBRATEOFFSET_Pos) /*!< Bit mask of TASKS_CALIBRATEOFFSET field. */ 7054*150812a8SEvalZero 7055*150812a8SEvalZero /* Register: SAADC_EVENTS_STARTED */ 7056*150812a8SEvalZero /* Description: The ADC has started */ 7057*150812a8SEvalZero 7058*150812a8SEvalZero /* Bit 0 : */ 7059*150812a8SEvalZero #define SAADC_EVENTS_STARTED_EVENTS_STARTED_Pos (0UL) /*!< Position of EVENTS_STARTED field. */ 7060*150812a8SEvalZero #define SAADC_EVENTS_STARTED_EVENTS_STARTED_Msk (0x1UL << SAADC_EVENTS_STARTED_EVENTS_STARTED_Pos) /*!< Bit mask of EVENTS_STARTED field. */ 7061*150812a8SEvalZero 7062*150812a8SEvalZero /* Register: SAADC_EVENTS_END */ 7063*150812a8SEvalZero /* Description: The ADC has filled up the Result buffer */ 7064*150812a8SEvalZero 7065*150812a8SEvalZero /* Bit 0 : */ 7066*150812a8SEvalZero #define SAADC_EVENTS_END_EVENTS_END_Pos (0UL) /*!< Position of EVENTS_END field. */ 7067*150812a8SEvalZero #define SAADC_EVENTS_END_EVENTS_END_Msk (0x1UL << SAADC_EVENTS_END_EVENTS_END_Pos) /*!< Bit mask of EVENTS_END field. */ 7068*150812a8SEvalZero 7069*150812a8SEvalZero /* Register: SAADC_EVENTS_DONE */ 7070*150812a8SEvalZero /* Description: A conversion task has been completed. Depending on the mode, multiple conversions might be needed for a result to be transferred to RAM. */ 7071*150812a8SEvalZero 7072*150812a8SEvalZero /* Bit 0 : */ 7073*150812a8SEvalZero #define SAADC_EVENTS_DONE_EVENTS_DONE_Pos (0UL) /*!< Position of EVENTS_DONE field. */ 7074*150812a8SEvalZero #define SAADC_EVENTS_DONE_EVENTS_DONE_Msk (0x1UL << SAADC_EVENTS_DONE_EVENTS_DONE_Pos) /*!< Bit mask of EVENTS_DONE field. */ 7075*150812a8SEvalZero 7076*150812a8SEvalZero /* Register: SAADC_EVENTS_RESULTDONE */ 7077*150812a8SEvalZero /* Description: A result is ready to get transferred to RAM. */ 7078*150812a8SEvalZero 7079*150812a8SEvalZero /* Bit 0 : */ 7080*150812a8SEvalZero #define SAADC_EVENTS_RESULTDONE_EVENTS_RESULTDONE_Pos (0UL) /*!< Position of EVENTS_RESULTDONE field. */ 7081*150812a8SEvalZero #define SAADC_EVENTS_RESULTDONE_EVENTS_RESULTDONE_Msk (0x1UL << SAADC_EVENTS_RESULTDONE_EVENTS_RESULTDONE_Pos) /*!< Bit mask of EVENTS_RESULTDONE field. */ 7082*150812a8SEvalZero 7083*150812a8SEvalZero /* Register: SAADC_EVENTS_CALIBRATEDONE */ 7084*150812a8SEvalZero /* Description: Calibration is complete */ 7085*150812a8SEvalZero 7086*150812a8SEvalZero /* Bit 0 : */ 7087*150812a8SEvalZero #define SAADC_EVENTS_CALIBRATEDONE_EVENTS_CALIBRATEDONE_Pos (0UL) /*!< Position of EVENTS_CALIBRATEDONE field. */ 7088*150812a8SEvalZero #define SAADC_EVENTS_CALIBRATEDONE_EVENTS_CALIBRATEDONE_Msk (0x1UL << SAADC_EVENTS_CALIBRATEDONE_EVENTS_CALIBRATEDONE_Pos) /*!< Bit mask of EVENTS_CALIBRATEDONE field. */ 7089*150812a8SEvalZero 7090*150812a8SEvalZero /* Register: SAADC_EVENTS_STOPPED */ 7091*150812a8SEvalZero /* Description: The ADC has stopped */ 7092*150812a8SEvalZero 7093*150812a8SEvalZero /* Bit 0 : */ 7094*150812a8SEvalZero #define SAADC_EVENTS_STOPPED_EVENTS_STOPPED_Pos (0UL) /*!< Position of EVENTS_STOPPED field. */ 7095*150812a8SEvalZero #define SAADC_EVENTS_STOPPED_EVENTS_STOPPED_Msk (0x1UL << SAADC_EVENTS_STOPPED_EVENTS_STOPPED_Pos) /*!< Bit mask of EVENTS_STOPPED field. */ 7096*150812a8SEvalZero 7097*150812a8SEvalZero /* Register: SAADC_EVENTS_CH_LIMITH */ 7098*150812a8SEvalZero /* Description: Description cluster[n]: Last results is equal or above CH[n].LIMIT.HIGH */ 7099*150812a8SEvalZero 7100*150812a8SEvalZero /* Bit 0 : */ 7101*150812a8SEvalZero #define SAADC_EVENTS_CH_LIMITH_LIMITH_Pos (0UL) /*!< Position of LIMITH field. */ 7102*150812a8SEvalZero #define SAADC_EVENTS_CH_LIMITH_LIMITH_Msk (0x1UL << SAADC_EVENTS_CH_LIMITH_LIMITH_Pos) /*!< Bit mask of LIMITH field. */ 7103*150812a8SEvalZero 7104*150812a8SEvalZero /* Register: SAADC_EVENTS_CH_LIMITL */ 7105*150812a8SEvalZero /* Description: Description cluster[n]: Last results is equal or below CH[n].LIMIT.LOW */ 7106*150812a8SEvalZero 7107*150812a8SEvalZero /* Bit 0 : */ 7108*150812a8SEvalZero #define SAADC_EVENTS_CH_LIMITL_LIMITL_Pos (0UL) /*!< Position of LIMITL field. */ 7109*150812a8SEvalZero #define SAADC_EVENTS_CH_LIMITL_LIMITL_Msk (0x1UL << SAADC_EVENTS_CH_LIMITL_LIMITL_Pos) /*!< Bit mask of LIMITL field. */ 7110*150812a8SEvalZero 7111*150812a8SEvalZero /* Register: SAADC_INTEN */ 7112*150812a8SEvalZero /* Description: Enable or disable interrupt */ 7113*150812a8SEvalZero 7114*150812a8SEvalZero /* Bit 21 : Enable or disable interrupt for CH[7].LIMITL event */ 7115*150812a8SEvalZero #define SAADC_INTEN_CH7LIMITL_Pos (21UL) /*!< Position of CH7LIMITL field. */ 7116*150812a8SEvalZero #define SAADC_INTEN_CH7LIMITL_Msk (0x1UL << SAADC_INTEN_CH7LIMITL_Pos) /*!< Bit mask of CH7LIMITL field. */ 7117*150812a8SEvalZero #define SAADC_INTEN_CH7LIMITL_Disabled (0UL) /*!< Disable */ 7118*150812a8SEvalZero #define SAADC_INTEN_CH7LIMITL_Enabled (1UL) /*!< Enable */ 7119*150812a8SEvalZero 7120*150812a8SEvalZero /* Bit 20 : Enable or disable interrupt for CH[7].LIMITH event */ 7121*150812a8SEvalZero #define SAADC_INTEN_CH7LIMITH_Pos (20UL) /*!< Position of CH7LIMITH field. */ 7122*150812a8SEvalZero #define SAADC_INTEN_CH7LIMITH_Msk (0x1UL << SAADC_INTEN_CH7LIMITH_Pos) /*!< Bit mask of CH7LIMITH field. */ 7123*150812a8SEvalZero #define SAADC_INTEN_CH7LIMITH_Disabled (0UL) /*!< Disable */ 7124*150812a8SEvalZero #define SAADC_INTEN_CH7LIMITH_Enabled (1UL) /*!< Enable */ 7125*150812a8SEvalZero 7126*150812a8SEvalZero /* Bit 19 : Enable or disable interrupt for CH[6].LIMITL event */ 7127*150812a8SEvalZero #define SAADC_INTEN_CH6LIMITL_Pos (19UL) /*!< Position of CH6LIMITL field. */ 7128*150812a8SEvalZero #define SAADC_INTEN_CH6LIMITL_Msk (0x1UL << SAADC_INTEN_CH6LIMITL_Pos) /*!< Bit mask of CH6LIMITL field. */ 7129*150812a8SEvalZero #define SAADC_INTEN_CH6LIMITL_Disabled (0UL) /*!< Disable */ 7130*150812a8SEvalZero #define SAADC_INTEN_CH6LIMITL_Enabled (1UL) /*!< Enable */ 7131*150812a8SEvalZero 7132*150812a8SEvalZero /* Bit 18 : Enable or disable interrupt for CH[6].LIMITH event */ 7133*150812a8SEvalZero #define SAADC_INTEN_CH6LIMITH_Pos (18UL) /*!< Position of CH6LIMITH field. */ 7134*150812a8SEvalZero #define SAADC_INTEN_CH6LIMITH_Msk (0x1UL << SAADC_INTEN_CH6LIMITH_Pos) /*!< Bit mask of CH6LIMITH field. */ 7135*150812a8SEvalZero #define SAADC_INTEN_CH6LIMITH_Disabled (0UL) /*!< Disable */ 7136*150812a8SEvalZero #define SAADC_INTEN_CH6LIMITH_Enabled (1UL) /*!< Enable */ 7137*150812a8SEvalZero 7138*150812a8SEvalZero /* Bit 17 : Enable or disable interrupt for CH[5].LIMITL event */ 7139*150812a8SEvalZero #define SAADC_INTEN_CH5LIMITL_Pos (17UL) /*!< Position of CH5LIMITL field. */ 7140*150812a8SEvalZero #define SAADC_INTEN_CH5LIMITL_Msk (0x1UL << SAADC_INTEN_CH5LIMITL_Pos) /*!< Bit mask of CH5LIMITL field. */ 7141*150812a8SEvalZero #define SAADC_INTEN_CH5LIMITL_Disabled (0UL) /*!< Disable */ 7142*150812a8SEvalZero #define SAADC_INTEN_CH5LIMITL_Enabled (1UL) /*!< Enable */ 7143*150812a8SEvalZero 7144*150812a8SEvalZero /* Bit 16 : Enable or disable interrupt for CH[5].LIMITH event */ 7145*150812a8SEvalZero #define SAADC_INTEN_CH5LIMITH_Pos (16UL) /*!< Position of CH5LIMITH field. */ 7146*150812a8SEvalZero #define SAADC_INTEN_CH5LIMITH_Msk (0x1UL << SAADC_INTEN_CH5LIMITH_Pos) /*!< Bit mask of CH5LIMITH field. */ 7147*150812a8SEvalZero #define SAADC_INTEN_CH5LIMITH_Disabled (0UL) /*!< Disable */ 7148*150812a8SEvalZero #define SAADC_INTEN_CH5LIMITH_Enabled (1UL) /*!< Enable */ 7149*150812a8SEvalZero 7150*150812a8SEvalZero /* Bit 15 : Enable or disable interrupt for CH[4].LIMITL event */ 7151*150812a8SEvalZero #define SAADC_INTEN_CH4LIMITL_Pos (15UL) /*!< Position of CH4LIMITL field. */ 7152*150812a8SEvalZero #define SAADC_INTEN_CH4LIMITL_Msk (0x1UL << SAADC_INTEN_CH4LIMITL_Pos) /*!< Bit mask of CH4LIMITL field. */ 7153*150812a8SEvalZero #define SAADC_INTEN_CH4LIMITL_Disabled (0UL) /*!< Disable */ 7154*150812a8SEvalZero #define SAADC_INTEN_CH4LIMITL_Enabled (1UL) /*!< Enable */ 7155*150812a8SEvalZero 7156*150812a8SEvalZero /* Bit 14 : Enable or disable interrupt for CH[4].LIMITH event */ 7157*150812a8SEvalZero #define SAADC_INTEN_CH4LIMITH_Pos (14UL) /*!< Position of CH4LIMITH field. */ 7158*150812a8SEvalZero #define SAADC_INTEN_CH4LIMITH_Msk (0x1UL << SAADC_INTEN_CH4LIMITH_Pos) /*!< Bit mask of CH4LIMITH field. */ 7159*150812a8SEvalZero #define SAADC_INTEN_CH4LIMITH_Disabled (0UL) /*!< Disable */ 7160*150812a8SEvalZero #define SAADC_INTEN_CH4LIMITH_Enabled (1UL) /*!< Enable */ 7161*150812a8SEvalZero 7162*150812a8SEvalZero /* Bit 13 : Enable or disable interrupt for CH[3].LIMITL event */ 7163*150812a8SEvalZero #define SAADC_INTEN_CH3LIMITL_Pos (13UL) /*!< Position of CH3LIMITL field. */ 7164*150812a8SEvalZero #define SAADC_INTEN_CH3LIMITL_Msk (0x1UL << SAADC_INTEN_CH3LIMITL_Pos) /*!< Bit mask of CH3LIMITL field. */ 7165*150812a8SEvalZero #define SAADC_INTEN_CH3LIMITL_Disabled (0UL) /*!< Disable */ 7166*150812a8SEvalZero #define SAADC_INTEN_CH3LIMITL_Enabled (1UL) /*!< Enable */ 7167*150812a8SEvalZero 7168*150812a8SEvalZero /* Bit 12 : Enable or disable interrupt for CH[3].LIMITH event */ 7169*150812a8SEvalZero #define SAADC_INTEN_CH3LIMITH_Pos (12UL) /*!< Position of CH3LIMITH field. */ 7170*150812a8SEvalZero #define SAADC_INTEN_CH3LIMITH_Msk (0x1UL << SAADC_INTEN_CH3LIMITH_Pos) /*!< Bit mask of CH3LIMITH field. */ 7171*150812a8SEvalZero #define SAADC_INTEN_CH3LIMITH_Disabled (0UL) /*!< Disable */ 7172*150812a8SEvalZero #define SAADC_INTEN_CH3LIMITH_Enabled (1UL) /*!< Enable */ 7173*150812a8SEvalZero 7174*150812a8SEvalZero /* Bit 11 : Enable or disable interrupt for CH[2].LIMITL event */ 7175*150812a8SEvalZero #define SAADC_INTEN_CH2LIMITL_Pos (11UL) /*!< Position of CH2LIMITL field. */ 7176*150812a8SEvalZero #define SAADC_INTEN_CH2LIMITL_Msk (0x1UL << SAADC_INTEN_CH2LIMITL_Pos) /*!< Bit mask of CH2LIMITL field. */ 7177*150812a8SEvalZero #define SAADC_INTEN_CH2LIMITL_Disabled (0UL) /*!< Disable */ 7178*150812a8SEvalZero #define SAADC_INTEN_CH2LIMITL_Enabled (1UL) /*!< Enable */ 7179*150812a8SEvalZero 7180*150812a8SEvalZero /* Bit 10 : Enable or disable interrupt for CH[2].LIMITH event */ 7181*150812a8SEvalZero #define SAADC_INTEN_CH2LIMITH_Pos (10UL) /*!< Position of CH2LIMITH field. */ 7182*150812a8SEvalZero #define SAADC_INTEN_CH2LIMITH_Msk (0x1UL << SAADC_INTEN_CH2LIMITH_Pos) /*!< Bit mask of CH2LIMITH field. */ 7183*150812a8SEvalZero #define SAADC_INTEN_CH2LIMITH_Disabled (0UL) /*!< Disable */ 7184*150812a8SEvalZero #define SAADC_INTEN_CH2LIMITH_Enabled (1UL) /*!< Enable */ 7185*150812a8SEvalZero 7186*150812a8SEvalZero /* Bit 9 : Enable or disable interrupt for CH[1].LIMITL event */ 7187*150812a8SEvalZero #define SAADC_INTEN_CH1LIMITL_Pos (9UL) /*!< Position of CH1LIMITL field. */ 7188*150812a8SEvalZero #define SAADC_INTEN_CH1LIMITL_Msk (0x1UL << SAADC_INTEN_CH1LIMITL_Pos) /*!< Bit mask of CH1LIMITL field. */ 7189*150812a8SEvalZero #define SAADC_INTEN_CH1LIMITL_Disabled (0UL) /*!< Disable */ 7190*150812a8SEvalZero #define SAADC_INTEN_CH1LIMITL_Enabled (1UL) /*!< Enable */ 7191*150812a8SEvalZero 7192*150812a8SEvalZero /* Bit 8 : Enable or disable interrupt for CH[1].LIMITH event */ 7193*150812a8SEvalZero #define SAADC_INTEN_CH1LIMITH_Pos (8UL) /*!< Position of CH1LIMITH field. */ 7194*150812a8SEvalZero #define SAADC_INTEN_CH1LIMITH_Msk (0x1UL << SAADC_INTEN_CH1LIMITH_Pos) /*!< Bit mask of CH1LIMITH field. */ 7195*150812a8SEvalZero #define SAADC_INTEN_CH1LIMITH_Disabled (0UL) /*!< Disable */ 7196*150812a8SEvalZero #define SAADC_INTEN_CH1LIMITH_Enabled (1UL) /*!< Enable */ 7197*150812a8SEvalZero 7198*150812a8SEvalZero /* Bit 7 : Enable or disable interrupt for CH[0].LIMITL event */ 7199*150812a8SEvalZero #define SAADC_INTEN_CH0LIMITL_Pos (7UL) /*!< Position of CH0LIMITL field. */ 7200*150812a8SEvalZero #define SAADC_INTEN_CH0LIMITL_Msk (0x1UL << SAADC_INTEN_CH0LIMITL_Pos) /*!< Bit mask of CH0LIMITL field. */ 7201*150812a8SEvalZero #define SAADC_INTEN_CH0LIMITL_Disabled (0UL) /*!< Disable */ 7202*150812a8SEvalZero #define SAADC_INTEN_CH0LIMITL_Enabled (1UL) /*!< Enable */ 7203*150812a8SEvalZero 7204*150812a8SEvalZero /* Bit 6 : Enable or disable interrupt for CH[0].LIMITH event */ 7205*150812a8SEvalZero #define SAADC_INTEN_CH0LIMITH_Pos (6UL) /*!< Position of CH0LIMITH field. */ 7206*150812a8SEvalZero #define SAADC_INTEN_CH0LIMITH_Msk (0x1UL << SAADC_INTEN_CH0LIMITH_Pos) /*!< Bit mask of CH0LIMITH field. */ 7207*150812a8SEvalZero #define SAADC_INTEN_CH0LIMITH_Disabled (0UL) /*!< Disable */ 7208*150812a8SEvalZero #define SAADC_INTEN_CH0LIMITH_Enabled (1UL) /*!< Enable */ 7209*150812a8SEvalZero 7210*150812a8SEvalZero /* Bit 5 : Enable or disable interrupt for STOPPED event */ 7211*150812a8SEvalZero #define SAADC_INTEN_STOPPED_Pos (5UL) /*!< Position of STOPPED field. */ 7212*150812a8SEvalZero #define SAADC_INTEN_STOPPED_Msk (0x1UL << SAADC_INTEN_STOPPED_Pos) /*!< Bit mask of STOPPED field. */ 7213*150812a8SEvalZero #define SAADC_INTEN_STOPPED_Disabled (0UL) /*!< Disable */ 7214*150812a8SEvalZero #define SAADC_INTEN_STOPPED_Enabled (1UL) /*!< Enable */ 7215*150812a8SEvalZero 7216*150812a8SEvalZero /* Bit 4 : Enable or disable interrupt for CALIBRATEDONE event */ 7217*150812a8SEvalZero #define SAADC_INTEN_CALIBRATEDONE_Pos (4UL) /*!< Position of CALIBRATEDONE field. */ 7218*150812a8SEvalZero #define SAADC_INTEN_CALIBRATEDONE_Msk (0x1UL << SAADC_INTEN_CALIBRATEDONE_Pos) /*!< Bit mask of CALIBRATEDONE field. */ 7219*150812a8SEvalZero #define SAADC_INTEN_CALIBRATEDONE_Disabled (0UL) /*!< Disable */ 7220*150812a8SEvalZero #define SAADC_INTEN_CALIBRATEDONE_Enabled (1UL) /*!< Enable */ 7221*150812a8SEvalZero 7222*150812a8SEvalZero /* Bit 3 : Enable or disable interrupt for RESULTDONE event */ 7223*150812a8SEvalZero #define SAADC_INTEN_RESULTDONE_Pos (3UL) /*!< Position of RESULTDONE field. */ 7224*150812a8SEvalZero #define SAADC_INTEN_RESULTDONE_Msk (0x1UL << SAADC_INTEN_RESULTDONE_Pos) /*!< Bit mask of RESULTDONE field. */ 7225*150812a8SEvalZero #define SAADC_INTEN_RESULTDONE_Disabled (0UL) /*!< Disable */ 7226*150812a8SEvalZero #define SAADC_INTEN_RESULTDONE_Enabled (1UL) /*!< Enable */ 7227*150812a8SEvalZero 7228*150812a8SEvalZero /* Bit 2 : Enable or disable interrupt for DONE event */ 7229*150812a8SEvalZero #define SAADC_INTEN_DONE_Pos (2UL) /*!< Position of DONE field. */ 7230*150812a8SEvalZero #define SAADC_INTEN_DONE_Msk (0x1UL << SAADC_INTEN_DONE_Pos) /*!< Bit mask of DONE field. */ 7231*150812a8SEvalZero #define SAADC_INTEN_DONE_Disabled (0UL) /*!< Disable */ 7232*150812a8SEvalZero #define SAADC_INTEN_DONE_Enabled (1UL) /*!< Enable */ 7233*150812a8SEvalZero 7234*150812a8SEvalZero /* Bit 1 : Enable or disable interrupt for END event */ 7235*150812a8SEvalZero #define SAADC_INTEN_END_Pos (1UL) /*!< Position of END field. */ 7236*150812a8SEvalZero #define SAADC_INTEN_END_Msk (0x1UL << SAADC_INTEN_END_Pos) /*!< Bit mask of END field. */ 7237*150812a8SEvalZero #define SAADC_INTEN_END_Disabled (0UL) /*!< Disable */ 7238*150812a8SEvalZero #define SAADC_INTEN_END_Enabled (1UL) /*!< Enable */ 7239*150812a8SEvalZero 7240*150812a8SEvalZero /* Bit 0 : Enable or disable interrupt for STARTED event */ 7241*150812a8SEvalZero #define SAADC_INTEN_STARTED_Pos (0UL) /*!< Position of STARTED field. */ 7242*150812a8SEvalZero #define SAADC_INTEN_STARTED_Msk (0x1UL << SAADC_INTEN_STARTED_Pos) /*!< Bit mask of STARTED field. */ 7243*150812a8SEvalZero #define SAADC_INTEN_STARTED_Disabled (0UL) /*!< Disable */ 7244*150812a8SEvalZero #define SAADC_INTEN_STARTED_Enabled (1UL) /*!< Enable */ 7245*150812a8SEvalZero 7246*150812a8SEvalZero /* Register: SAADC_INTENSET */ 7247*150812a8SEvalZero /* Description: Enable interrupt */ 7248*150812a8SEvalZero 7249*150812a8SEvalZero /* Bit 21 : Write '1' to enable interrupt for CH[7].LIMITL event */ 7250*150812a8SEvalZero #define SAADC_INTENSET_CH7LIMITL_Pos (21UL) /*!< Position of CH7LIMITL field. */ 7251*150812a8SEvalZero #define SAADC_INTENSET_CH7LIMITL_Msk (0x1UL << SAADC_INTENSET_CH7LIMITL_Pos) /*!< Bit mask of CH7LIMITL field. */ 7252*150812a8SEvalZero #define SAADC_INTENSET_CH7LIMITL_Disabled (0UL) /*!< Read: Disabled */ 7253*150812a8SEvalZero #define SAADC_INTENSET_CH7LIMITL_Enabled (1UL) /*!< Read: Enabled */ 7254*150812a8SEvalZero #define SAADC_INTENSET_CH7LIMITL_Set (1UL) /*!< Enable */ 7255*150812a8SEvalZero 7256*150812a8SEvalZero /* Bit 20 : Write '1' to enable interrupt for CH[7].LIMITH event */ 7257*150812a8SEvalZero #define SAADC_INTENSET_CH7LIMITH_Pos (20UL) /*!< Position of CH7LIMITH field. */ 7258*150812a8SEvalZero #define SAADC_INTENSET_CH7LIMITH_Msk (0x1UL << SAADC_INTENSET_CH7LIMITH_Pos) /*!< Bit mask of CH7LIMITH field. */ 7259*150812a8SEvalZero #define SAADC_INTENSET_CH7LIMITH_Disabled (0UL) /*!< Read: Disabled */ 7260*150812a8SEvalZero #define SAADC_INTENSET_CH7LIMITH_Enabled (1UL) /*!< Read: Enabled */ 7261*150812a8SEvalZero #define SAADC_INTENSET_CH7LIMITH_Set (1UL) /*!< Enable */ 7262*150812a8SEvalZero 7263*150812a8SEvalZero /* Bit 19 : Write '1' to enable interrupt for CH[6].LIMITL event */ 7264*150812a8SEvalZero #define SAADC_INTENSET_CH6LIMITL_Pos (19UL) /*!< Position of CH6LIMITL field. */ 7265*150812a8SEvalZero #define SAADC_INTENSET_CH6LIMITL_Msk (0x1UL << SAADC_INTENSET_CH6LIMITL_Pos) /*!< Bit mask of CH6LIMITL field. */ 7266*150812a8SEvalZero #define SAADC_INTENSET_CH6LIMITL_Disabled (0UL) /*!< Read: Disabled */ 7267*150812a8SEvalZero #define SAADC_INTENSET_CH6LIMITL_Enabled (1UL) /*!< Read: Enabled */ 7268*150812a8SEvalZero #define SAADC_INTENSET_CH6LIMITL_Set (1UL) /*!< Enable */ 7269*150812a8SEvalZero 7270*150812a8SEvalZero /* Bit 18 : Write '1' to enable interrupt for CH[6].LIMITH event */ 7271*150812a8SEvalZero #define SAADC_INTENSET_CH6LIMITH_Pos (18UL) /*!< Position of CH6LIMITH field. */ 7272*150812a8SEvalZero #define SAADC_INTENSET_CH6LIMITH_Msk (0x1UL << SAADC_INTENSET_CH6LIMITH_Pos) /*!< Bit mask of CH6LIMITH field. */ 7273*150812a8SEvalZero #define SAADC_INTENSET_CH6LIMITH_Disabled (0UL) /*!< Read: Disabled */ 7274*150812a8SEvalZero #define SAADC_INTENSET_CH6LIMITH_Enabled (1UL) /*!< Read: Enabled */ 7275*150812a8SEvalZero #define SAADC_INTENSET_CH6LIMITH_Set (1UL) /*!< Enable */ 7276*150812a8SEvalZero 7277*150812a8SEvalZero /* Bit 17 : Write '1' to enable interrupt for CH[5].LIMITL event */ 7278*150812a8SEvalZero #define SAADC_INTENSET_CH5LIMITL_Pos (17UL) /*!< Position of CH5LIMITL field. */ 7279*150812a8SEvalZero #define SAADC_INTENSET_CH5LIMITL_Msk (0x1UL << SAADC_INTENSET_CH5LIMITL_Pos) /*!< Bit mask of CH5LIMITL field. */ 7280*150812a8SEvalZero #define SAADC_INTENSET_CH5LIMITL_Disabled (0UL) /*!< Read: Disabled */ 7281*150812a8SEvalZero #define SAADC_INTENSET_CH5LIMITL_Enabled (1UL) /*!< Read: Enabled */ 7282*150812a8SEvalZero #define SAADC_INTENSET_CH5LIMITL_Set (1UL) /*!< Enable */ 7283*150812a8SEvalZero 7284*150812a8SEvalZero /* Bit 16 : Write '1' to enable interrupt for CH[5].LIMITH event */ 7285*150812a8SEvalZero #define SAADC_INTENSET_CH5LIMITH_Pos (16UL) /*!< Position of CH5LIMITH field. */ 7286*150812a8SEvalZero #define SAADC_INTENSET_CH5LIMITH_Msk (0x1UL << SAADC_INTENSET_CH5LIMITH_Pos) /*!< Bit mask of CH5LIMITH field. */ 7287*150812a8SEvalZero #define SAADC_INTENSET_CH5LIMITH_Disabled (0UL) /*!< Read: Disabled */ 7288*150812a8SEvalZero #define SAADC_INTENSET_CH5LIMITH_Enabled (1UL) /*!< Read: Enabled */ 7289*150812a8SEvalZero #define SAADC_INTENSET_CH5LIMITH_Set (1UL) /*!< Enable */ 7290*150812a8SEvalZero 7291*150812a8SEvalZero /* Bit 15 : Write '1' to enable interrupt for CH[4].LIMITL event */ 7292*150812a8SEvalZero #define SAADC_INTENSET_CH4LIMITL_Pos (15UL) /*!< Position of CH4LIMITL field. */ 7293*150812a8SEvalZero #define SAADC_INTENSET_CH4LIMITL_Msk (0x1UL << SAADC_INTENSET_CH4LIMITL_Pos) /*!< Bit mask of CH4LIMITL field. */ 7294*150812a8SEvalZero #define SAADC_INTENSET_CH4LIMITL_Disabled (0UL) /*!< Read: Disabled */ 7295*150812a8SEvalZero #define SAADC_INTENSET_CH4LIMITL_Enabled (1UL) /*!< Read: Enabled */ 7296*150812a8SEvalZero #define SAADC_INTENSET_CH4LIMITL_Set (1UL) /*!< Enable */ 7297*150812a8SEvalZero 7298*150812a8SEvalZero /* Bit 14 : Write '1' to enable interrupt for CH[4].LIMITH event */ 7299*150812a8SEvalZero #define SAADC_INTENSET_CH4LIMITH_Pos (14UL) /*!< Position of CH4LIMITH field. */ 7300*150812a8SEvalZero #define SAADC_INTENSET_CH4LIMITH_Msk (0x1UL << SAADC_INTENSET_CH4LIMITH_Pos) /*!< Bit mask of CH4LIMITH field. */ 7301*150812a8SEvalZero #define SAADC_INTENSET_CH4LIMITH_Disabled (0UL) /*!< Read: Disabled */ 7302*150812a8SEvalZero #define SAADC_INTENSET_CH4LIMITH_Enabled (1UL) /*!< Read: Enabled */ 7303*150812a8SEvalZero #define SAADC_INTENSET_CH4LIMITH_Set (1UL) /*!< Enable */ 7304*150812a8SEvalZero 7305*150812a8SEvalZero /* Bit 13 : Write '1' to enable interrupt for CH[3].LIMITL event */ 7306*150812a8SEvalZero #define SAADC_INTENSET_CH3LIMITL_Pos (13UL) /*!< Position of CH3LIMITL field. */ 7307*150812a8SEvalZero #define SAADC_INTENSET_CH3LIMITL_Msk (0x1UL << SAADC_INTENSET_CH3LIMITL_Pos) /*!< Bit mask of CH3LIMITL field. */ 7308*150812a8SEvalZero #define SAADC_INTENSET_CH3LIMITL_Disabled (0UL) /*!< Read: Disabled */ 7309*150812a8SEvalZero #define SAADC_INTENSET_CH3LIMITL_Enabled (1UL) /*!< Read: Enabled */ 7310*150812a8SEvalZero #define SAADC_INTENSET_CH3LIMITL_Set (1UL) /*!< Enable */ 7311*150812a8SEvalZero 7312*150812a8SEvalZero /* Bit 12 : Write '1' to enable interrupt for CH[3].LIMITH event */ 7313*150812a8SEvalZero #define SAADC_INTENSET_CH3LIMITH_Pos (12UL) /*!< Position of CH3LIMITH field. */ 7314*150812a8SEvalZero #define SAADC_INTENSET_CH3LIMITH_Msk (0x1UL << SAADC_INTENSET_CH3LIMITH_Pos) /*!< Bit mask of CH3LIMITH field. */ 7315*150812a8SEvalZero #define SAADC_INTENSET_CH3LIMITH_Disabled (0UL) /*!< Read: Disabled */ 7316*150812a8SEvalZero #define SAADC_INTENSET_CH3LIMITH_Enabled (1UL) /*!< Read: Enabled */ 7317*150812a8SEvalZero #define SAADC_INTENSET_CH3LIMITH_Set (1UL) /*!< Enable */ 7318*150812a8SEvalZero 7319*150812a8SEvalZero /* Bit 11 : Write '1' to enable interrupt for CH[2].LIMITL event */ 7320*150812a8SEvalZero #define SAADC_INTENSET_CH2LIMITL_Pos (11UL) /*!< Position of CH2LIMITL field. */ 7321*150812a8SEvalZero #define SAADC_INTENSET_CH2LIMITL_Msk (0x1UL << SAADC_INTENSET_CH2LIMITL_Pos) /*!< Bit mask of CH2LIMITL field. */ 7322*150812a8SEvalZero #define SAADC_INTENSET_CH2LIMITL_Disabled (0UL) /*!< Read: Disabled */ 7323*150812a8SEvalZero #define SAADC_INTENSET_CH2LIMITL_Enabled (1UL) /*!< Read: Enabled */ 7324*150812a8SEvalZero #define SAADC_INTENSET_CH2LIMITL_Set (1UL) /*!< Enable */ 7325*150812a8SEvalZero 7326*150812a8SEvalZero /* Bit 10 : Write '1' to enable interrupt for CH[2].LIMITH event */ 7327*150812a8SEvalZero #define SAADC_INTENSET_CH2LIMITH_Pos (10UL) /*!< Position of CH2LIMITH field. */ 7328*150812a8SEvalZero #define SAADC_INTENSET_CH2LIMITH_Msk (0x1UL << SAADC_INTENSET_CH2LIMITH_Pos) /*!< Bit mask of CH2LIMITH field. */ 7329*150812a8SEvalZero #define SAADC_INTENSET_CH2LIMITH_Disabled (0UL) /*!< Read: Disabled */ 7330*150812a8SEvalZero #define SAADC_INTENSET_CH2LIMITH_Enabled (1UL) /*!< Read: Enabled */ 7331*150812a8SEvalZero #define SAADC_INTENSET_CH2LIMITH_Set (1UL) /*!< Enable */ 7332*150812a8SEvalZero 7333*150812a8SEvalZero /* Bit 9 : Write '1' to enable interrupt for CH[1].LIMITL event */ 7334*150812a8SEvalZero #define SAADC_INTENSET_CH1LIMITL_Pos (9UL) /*!< Position of CH1LIMITL field. */ 7335*150812a8SEvalZero #define SAADC_INTENSET_CH1LIMITL_Msk (0x1UL << SAADC_INTENSET_CH1LIMITL_Pos) /*!< Bit mask of CH1LIMITL field. */ 7336*150812a8SEvalZero #define SAADC_INTENSET_CH1LIMITL_Disabled (0UL) /*!< Read: Disabled */ 7337*150812a8SEvalZero #define SAADC_INTENSET_CH1LIMITL_Enabled (1UL) /*!< Read: Enabled */ 7338*150812a8SEvalZero #define SAADC_INTENSET_CH1LIMITL_Set (1UL) /*!< Enable */ 7339*150812a8SEvalZero 7340*150812a8SEvalZero /* Bit 8 : Write '1' to enable interrupt for CH[1].LIMITH event */ 7341*150812a8SEvalZero #define SAADC_INTENSET_CH1LIMITH_Pos (8UL) /*!< Position of CH1LIMITH field. */ 7342*150812a8SEvalZero #define SAADC_INTENSET_CH1LIMITH_Msk (0x1UL << SAADC_INTENSET_CH1LIMITH_Pos) /*!< Bit mask of CH1LIMITH field. */ 7343*150812a8SEvalZero #define SAADC_INTENSET_CH1LIMITH_Disabled (0UL) /*!< Read: Disabled */ 7344*150812a8SEvalZero #define SAADC_INTENSET_CH1LIMITH_Enabled (1UL) /*!< Read: Enabled */ 7345*150812a8SEvalZero #define SAADC_INTENSET_CH1LIMITH_Set (1UL) /*!< Enable */ 7346*150812a8SEvalZero 7347*150812a8SEvalZero /* Bit 7 : Write '1' to enable interrupt for CH[0].LIMITL event */ 7348*150812a8SEvalZero #define SAADC_INTENSET_CH0LIMITL_Pos (7UL) /*!< Position of CH0LIMITL field. */ 7349*150812a8SEvalZero #define SAADC_INTENSET_CH0LIMITL_Msk (0x1UL << SAADC_INTENSET_CH0LIMITL_Pos) /*!< Bit mask of CH0LIMITL field. */ 7350*150812a8SEvalZero #define SAADC_INTENSET_CH0LIMITL_Disabled (0UL) /*!< Read: Disabled */ 7351*150812a8SEvalZero #define SAADC_INTENSET_CH0LIMITL_Enabled (1UL) /*!< Read: Enabled */ 7352*150812a8SEvalZero #define SAADC_INTENSET_CH0LIMITL_Set (1UL) /*!< Enable */ 7353*150812a8SEvalZero 7354*150812a8SEvalZero /* Bit 6 : Write '1' to enable interrupt for CH[0].LIMITH event */ 7355*150812a8SEvalZero #define SAADC_INTENSET_CH0LIMITH_Pos (6UL) /*!< Position of CH0LIMITH field. */ 7356*150812a8SEvalZero #define SAADC_INTENSET_CH0LIMITH_Msk (0x1UL << SAADC_INTENSET_CH0LIMITH_Pos) /*!< Bit mask of CH0LIMITH field. */ 7357*150812a8SEvalZero #define SAADC_INTENSET_CH0LIMITH_Disabled (0UL) /*!< Read: Disabled */ 7358*150812a8SEvalZero #define SAADC_INTENSET_CH0LIMITH_Enabled (1UL) /*!< Read: Enabled */ 7359*150812a8SEvalZero #define SAADC_INTENSET_CH0LIMITH_Set (1UL) /*!< Enable */ 7360*150812a8SEvalZero 7361*150812a8SEvalZero /* Bit 5 : Write '1' to enable interrupt for STOPPED event */ 7362*150812a8SEvalZero #define SAADC_INTENSET_STOPPED_Pos (5UL) /*!< Position of STOPPED field. */ 7363*150812a8SEvalZero #define SAADC_INTENSET_STOPPED_Msk (0x1UL << SAADC_INTENSET_STOPPED_Pos) /*!< Bit mask of STOPPED field. */ 7364*150812a8SEvalZero #define SAADC_INTENSET_STOPPED_Disabled (0UL) /*!< Read: Disabled */ 7365*150812a8SEvalZero #define SAADC_INTENSET_STOPPED_Enabled (1UL) /*!< Read: Enabled */ 7366*150812a8SEvalZero #define SAADC_INTENSET_STOPPED_Set (1UL) /*!< Enable */ 7367*150812a8SEvalZero 7368*150812a8SEvalZero /* Bit 4 : Write '1' to enable interrupt for CALIBRATEDONE event */ 7369*150812a8SEvalZero #define SAADC_INTENSET_CALIBRATEDONE_Pos (4UL) /*!< Position of CALIBRATEDONE field. */ 7370*150812a8SEvalZero #define SAADC_INTENSET_CALIBRATEDONE_Msk (0x1UL << SAADC_INTENSET_CALIBRATEDONE_Pos) /*!< Bit mask of CALIBRATEDONE field. */ 7371*150812a8SEvalZero #define SAADC_INTENSET_CALIBRATEDONE_Disabled (0UL) /*!< Read: Disabled */ 7372*150812a8SEvalZero #define SAADC_INTENSET_CALIBRATEDONE_Enabled (1UL) /*!< Read: Enabled */ 7373*150812a8SEvalZero #define SAADC_INTENSET_CALIBRATEDONE_Set (1UL) /*!< Enable */ 7374*150812a8SEvalZero 7375*150812a8SEvalZero /* Bit 3 : Write '1' to enable interrupt for RESULTDONE event */ 7376*150812a8SEvalZero #define SAADC_INTENSET_RESULTDONE_Pos (3UL) /*!< Position of RESULTDONE field. */ 7377*150812a8SEvalZero #define SAADC_INTENSET_RESULTDONE_Msk (0x1UL << SAADC_INTENSET_RESULTDONE_Pos) /*!< Bit mask of RESULTDONE field. */ 7378*150812a8SEvalZero #define SAADC_INTENSET_RESULTDONE_Disabled (0UL) /*!< Read: Disabled */ 7379*150812a8SEvalZero #define SAADC_INTENSET_RESULTDONE_Enabled (1UL) /*!< Read: Enabled */ 7380*150812a8SEvalZero #define SAADC_INTENSET_RESULTDONE_Set (1UL) /*!< Enable */ 7381*150812a8SEvalZero 7382*150812a8SEvalZero /* Bit 2 : Write '1' to enable interrupt for DONE event */ 7383*150812a8SEvalZero #define SAADC_INTENSET_DONE_Pos (2UL) /*!< Position of DONE field. */ 7384*150812a8SEvalZero #define SAADC_INTENSET_DONE_Msk (0x1UL << SAADC_INTENSET_DONE_Pos) /*!< Bit mask of DONE field. */ 7385*150812a8SEvalZero #define SAADC_INTENSET_DONE_Disabled (0UL) /*!< Read: Disabled */ 7386*150812a8SEvalZero #define SAADC_INTENSET_DONE_Enabled (1UL) /*!< Read: Enabled */ 7387*150812a8SEvalZero #define SAADC_INTENSET_DONE_Set (1UL) /*!< Enable */ 7388*150812a8SEvalZero 7389*150812a8SEvalZero /* Bit 1 : Write '1' to enable interrupt for END event */ 7390*150812a8SEvalZero #define SAADC_INTENSET_END_Pos (1UL) /*!< Position of END field. */ 7391*150812a8SEvalZero #define SAADC_INTENSET_END_Msk (0x1UL << SAADC_INTENSET_END_Pos) /*!< Bit mask of END field. */ 7392*150812a8SEvalZero #define SAADC_INTENSET_END_Disabled (0UL) /*!< Read: Disabled */ 7393*150812a8SEvalZero #define SAADC_INTENSET_END_Enabled (1UL) /*!< Read: Enabled */ 7394*150812a8SEvalZero #define SAADC_INTENSET_END_Set (1UL) /*!< Enable */ 7395*150812a8SEvalZero 7396*150812a8SEvalZero /* Bit 0 : Write '1' to enable interrupt for STARTED event */ 7397*150812a8SEvalZero #define SAADC_INTENSET_STARTED_Pos (0UL) /*!< Position of STARTED field. */ 7398*150812a8SEvalZero #define SAADC_INTENSET_STARTED_Msk (0x1UL << SAADC_INTENSET_STARTED_Pos) /*!< Bit mask of STARTED field. */ 7399*150812a8SEvalZero #define SAADC_INTENSET_STARTED_Disabled (0UL) /*!< Read: Disabled */ 7400*150812a8SEvalZero #define SAADC_INTENSET_STARTED_Enabled (1UL) /*!< Read: Enabled */ 7401*150812a8SEvalZero #define SAADC_INTENSET_STARTED_Set (1UL) /*!< Enable */ 7402*150812a8SEvalZero 7403*150812a8SEvalZero /* Register: SAADC_INTENCLR */ 7404*150812a8SEvalZero /* Description: Disable interrupt */ 7405*150812a8SEvalZero 7406*150812a8SEvalZero /* Bit 21 : Write '1' to disable interrupt for CH[7].LIMITL event */ 7407*150812a8SEvalZero #define SAADC_INTENCLR_CH7LIMITL_Pos (21UL) /*!< Position of CH7LIMITL field. */ 7408*150812a8SEvalZero #define SAADC_INTENCLR_CH7LIMITL_Msk (0x1UL << SAADC_INTENCLR_CH7LIMITL_Pos) /*!< Bit mask of CH7LIMITL field. */ 7409*150812a8SEvalZero #define SAADC_INTENCLR_CH7LIMITL_Disabled (0UL) /*!< Read: Disabled */ 7410*150812a8SEvalZero #define SAADC_INTENCLR_CH7LIMITL_Enabled (1UL) /*!< Read: Enabled */ 7411*150812a8SEvalZero #define SAADC_INTENCLR_CH7LIMITL_Clear (1UL) /*!< Disable */ 7412*150812a8SEvalZero 7413*150812a8SEvalZero /* Bit 20 : Write '1' to disable interrupt for CH[7].LIMITH event */ 7414*150812a8SEvalZero #define SAADC_INTENCLR_CH7LIMITH_Pos (20UL) /*!< Position of CH7LIMITH field. */ 7415*150812a8SEvalZero #define SAADC_INTENCLR_CH7LIMITH_Msk (0x1UL << SAADC_INTENCLR_CH7LIMITH_Pos) /*!< Bit mask of CH7LIMITH field. */ 7416*150812a8SEvalZero #define SAADC_INTENCLR_CH7LIMITH_Disabled (0UL) /*!< Read: Disabled */ 7417*150812a8SEvalZero #define SAADC_INTENCLR_CH7LIMITH_Enabled (1UL) /*!< Read: Enabled */ 7418*150812a8SEvalZero #define SAADC_INTENCLR_CH7LIMITH_Clear (1UL) /*!< Disable */ 7419*150812a8SEvalZero 7420*150812a8SEvalZero /* Bit 19 : Write '1' to disable interrupt for CH[6].LIMITL event */ 7421*150812a8SEvalZero #define SAADC_INTENCLR_CH6LIMITL_Pos (19UL) /*!< Position of CH6LIMITL field. */ 7422*150812a8SEvalZero #define SAADC_INTENCLR_CH6LIMITL_Msk (0x1UL << SAADC_INTENCLR_CH6LIMITL_Pos) /*!< Bit mask of CH6LIMITL field. */ 7423*150812a8SEvalZero #define SAADC_INTENCLR_CH6LIMITL_Disabled (0UL) /*!< Read: Disabled */ 7424*150812a8SEvalZero #define SAADC_INTENCLR_CH6LIMITL_Enabled (1UL) /*!< Read: Enabled */ 7425*150812a8SEvalZero #define SAADC_INTENCLR_CH6LIMITL_Clear (1UL) /*!< Disable */ 7426*150812a8SEvalZero 7427*150812a8SEvalZero /* Bit 18 : Write '1' to disable interrupt for CH[6].LIMITH event */ 7428*150812a8SEvalZero #define SAADC_INTENCLR_CH6LIMITH_Pos (18UL) /*!< Position of CH6LIMITH field. */ 7429*150812a8SEvalZero #define SAADC_INTENCLR_CH6LIMITH_Msk (0x1UL << SAADC_INTENCLR_CH6LIMITH_Pos) /*!< Bit mask of CH6LIMITH field. */ 7430*150812a8SEvalZero #define SAADC_INTENCLR_CH6LIMITH_Disabled (0UL) /*!< Read: Disabled */ 7431*150812a8SEvalZero #define SAADC_INTENCLR_CH6LIMITH_Enabled (1UL) /*!< Read: Enabled */ 7432*150812a8SEvalZero #define SAADC_INTENCLR_CH6LIMITH_Clear (1UL) /*!< Disable */ 7433*150812a8SEvalZero 7434*150812a8SEvalZero /* Bit 17 : Write '1' to disable interrupt for CH[5].LIMITL event */ 7435*150812a8SEvalZero #define SAADC_INTENCLR_CH5LIMITL_Pos (17UL) /*!< Position of CH5LIMITL field. */ 7436*150812a8SEvalZero #define SAADC_INTENCLR_CH5LIMITL_Msk (0x1UL << SAADC_INTENCLR_CH5LIMITL_Pos) /*!< Bit mask of CH5LIMITL field. */ 7437*150812a8SEvalZero #define SAADC_INTENCLR_CH5LIMITL_Disabled (0UL) /*!< Read: Disabled */ 7438*150812a8SEvalZero #define SAADC_INTENCLR_CH5LIMITL_Enabled (1UL) /*!< Read: Enabled */ 7439*150812a8SEvalZero #define SAADC_INTENCLR_CH5LIMITL_Clear (1UL) /*!< Disable */ 7440*150812a8SEvalZero 7441*150812a8SEvalZero /* Bit 16 : Write '1' to disable interrupt for CH[5].LIMITH event */ 7442*150812a8SEvalZero #define SAADC_INTENCLR_CH5LIMITH_Pos (16UL) /*!< Position of CH5LIMITH field. */ 7443*150812a8SEvalZero #define SAADC_INTENCLR_CH5LIMITH_Msk (0x1UL << SAADC_INTENCLR_CH5LIMITH_Pos) /*!< Bit mask of CH5LIMITH field. */ 7444*150812a8SEvalZero #define SAADC_INTENCLR_CH5LIMITH_Disabled (0UL) /*!< Read: Disabled */ 7445*150812a8SEvalZero #define SAADC_INTENCLR_CH5LIMITH_Enabled (1UL) /*!< Read: Enabled */ 7446*150812a8SEvalZero #define SAADC_INTENCLR_CH5LIMITH_Clear (1UL) /*!< Disable */ 7447*150812a8SEvalZero 7448*150812a8SEvalZero /* Bit 15 : Write '1' to disable interrupt for CH[4].LIMITL event */ 7449*150812a8SEvalZero #define SAADC_INTENCLR_CH4LIMITL_Pos (15UL) /*!< Position of CH4LIMITL field. */ 7450*150812a8SEvalZero #define SAADC_INTENCLR_CH4LIMITL_Msk (0x1UL << SAADC_INTENCLR_CH4LIMITL_Pos) /*!< Bit mask of CH4LIMITL field. */ 7451*150812a8SEvalZero #define SAADC_INTENCLR_CH4LIMITL_Disabled (0UL) /*!< Read: Disabled */ 7452*150812a8SEvalZero #define SAADC_INTENCLR_CH4LIMITL_Enabled (1UL) /*!< Read: Enabled */ 7453*150812a8SEvalZero #define SAADC_INTENCLR_CH4LIMITL_Clear (1UL) /*!< Disable */ 7454*150812a8SEvalZero 7455*150812a8SEvalZero /* Bit 14 : Write '1' to disable interrupt for CH[4].LIMITH event */ 7456*150812a8SEvalZero #define SAADC_INTENCLR_CH4LIMITH_Pos (14UL) /*!< Position of CH4LIMITH field. */ 7457*150812a8SEvalZero #define SAADC_INTENCLR_CH4LIMITH_Msk (0x1UL << SAADC_INTENCLR_CH4LIMITH_Pos) /*!< Bit mask of CH4LIMITH field. */ 7458*150812a8SEvalZero #define SAADC_INTENCLR_CH4LIMITH_Disabled (0UL) /*!< Read: Disabled */ 7459*150812a8SEvalZero #define SAADC_INTENCLR_CH4LIMITH_Enabled (1UL) /*!< Read: Enabled */ 7460*150812a8SEvalZero #define SAADC_INTENCLR_CH4LIMITH_Clear (1UL) /*!< Disable */ 7461*150812a8SEvalZero 7462*150812a8SEvalZero /* Bit 13 : Write '1' to disable interrupt for CH[3].LIMITL event */ 7463*150812a8SEvalZero #define SAADC_INTENCLR_CH3LIMITL_Pos (13UL) /*!< Position of CH3LIMITL field. */ 7464*150812a8SEvalZero #define SAADC_INTENCLR_CH3LIMITL_Msk (0x1UL << SAADC_INTENCLR_CH3LIMITL_Pos) /*!< Bit mask of CH3LIMITL field. */ 7465*150812a8SEvalZero #define SAADC_INTENCLR_CH3LIMITL_Disabled (0UL) /*!< Read: Disabled */ 7466*150812a8SEvalZero #define SAADC_INTENCLR_CH3LIMITL_Enabled (1UL) /*!< Read: Enabled */ 7467*150812a8SEvalZero #define SAADC_INTENCLR_CH3LIMITL_Clear (1UL) /*!< Disable */ 7468*150812a8SEvalZero 7469*150812a8SEvalZero /* Bit 12 : Write '1' to disable interrupt for CH[3].LIMITH event */ 7470*150812a8SEvalZero #define SAADC_INTENCLR_CH3LIMITH_Pos (12UL) /*!< Position of CH3LIMITH field. */ 7471*150812a8SEvalZero #define SAADC_INTENCLR_CH3LIMITH_Msk (0x1UL << SAADC_INTENCLR_CH3LIMITH_Pos) /*!< Bit mask of CH3LIMITH field. */ 7472*150812a8SEvalZero #define SAADC_INTENCLR_CH3LIMITH_Disabled (0UL) /*!< Read: Disabled */ 7473*150812a8SEvalZero #define SAADC_INTENCLR_CH3LIMITH_Enabled (1UL) /*!< Read: Enabled */ 7474*150812a8SEvalZero #define SAADC_INTENCLR_CH3LIMITH_Clear (1UL) /*!< Disable */ 7475*150812a8SEvalZero 7476*150812a8SEvalZero /* Bit 11 : Write '1' to disable interrupt for CH[2].LIMITL event */ 7477*150812a8SEvalZero #define SAADC_INTENCLR_CH2LIMITL_Pos (11UL) /*!< Position of CH2LIMITL field. */ 7478*150812a8SEvalZero #define SAADC_INTENCLR_CH2LIMITL_Msk (0x1UL << SAADC_INTENCLR_CH2LIMITL_Pos) /*!< Bit mask of CH2LIMITL field. */ 7479*150812a8SEvalZero #define SAADC_INTENCLR_CH2LIMITL_Disabled (0UL) /*!< Read: Disabled */ 7480*150812a8SEvalZero #define SAADC_INTENCLR_CH2LIMITL_Enabled (1UL) /*!< Read: Enabled */ 7481*150812a8SEvalZero #define SAADC_INTENCLR_CH2LIMITL_Clear (1UL) /*!< Disable */ 7482*150812a8SEvalZero 7483*150812a8SEvalZero /* Bit 10 : Write '1' to disable interrupt for CH[2].LIMITH event */ 7484*150812a8SEvalZero #define SAADC_INTENCLR_CH2LIMITH_Pos (10UL) /*!< Position of CH2LIMITH field. */ 7485*150812a8SEvalZero #define SAADC_INTENCLR_CH2LIMITH_Msk (0x1UL << SAADC_INTENCLR_CH2LIMITH_Pos) /*!< Bit mask of CH2LIMITH field. */ 7486*150812a8SEvalZero #define SAADC_INTENCLR_CH2LIMITH_Disabled (0UL) /*!< Read: Disabled */ 7487*150812a8SEvalZero #define SAADC_INTENCLR_CH2LIMITH_Enabled (1UL) /*!< Read: Enabled */ 7488*150812a8SEvalZero #define SAADC_INTENCLR_CH2LIMITH_Clear (1UL) /*!< Disable */ 7489*150812a8SEvalZero 7490*150812a8SEvalZero /* Bit 9 : Write '1' to disable interrupt for CH[1].LIMITL event */ 7491*150812a8SEvalZero #define SAADC_INTENCLR_CH1LIMITL_Pos (9UL) /*!< Position of CH1LIMITL field. */ 7492*150812a8SEvalZero #define SAADC_INTENCLR_CH1LIMITL_Msk (0x1UL << SAADC_INTENCLR_CH1LIMITL_Pos) /*!< Bit mask of CH1LIMITL field. */ 7493*150812a8SEvalZero #define SAADC_INTENCLR_CH1LIMITL_Disabled (0UL) /*!< Read: Disabled */ 7494*150812a8SEvalZero #define SAADC_INTENCLR_CH1LIMITL_Enabled (1UL) /*!< Read: Enabled */ 7495*150812a8SEvalZero #define SAADC_INTENCLR_CH1LIMITL_Clear (1UL) /*!< Disable */ 7496*150812a8SEvalZero 7497*150812a8SEvalZero /* Bit 8 : Write '1' to disable interrupt for CH[1].LIMITH event */ 7498*150812a8SEvalZero #define SAADC_INTENCLR_CH1LIMITH_Pos (8UL) /*!< Position of CH1LIMITH field. */ 7499*150812a8SEvalZero #define SAADC_INTENCLR_CH1LIMITH_Msk (0x1UL << SAADC_INTENCLR_CH1LIMITH_Pos) /*!< Bit mask of CH1LIMITH field. */ 7500*150812a8SEvalZero #define SAADC_INTENCLR_CH1LIMITH_Disabled (0UL) /*!< Read: Disabled */ 7501*150812a8SEvalZero #define SAADC_INTENCLR_CH1LIMITH_Enabled (1UL) /*!< Read: Enabled */ 7502*150812a8SEvalZero #define SAADC_INTENCLR_CH1LIMITH_Clear (1UL) /*!< Disable */ 7503*150812a8SEvalZero 7504*150812a8SEvalZero /* Bit 7 : Write '1' to disable interrupt for CH[0].LIMITL event */ 7505*150812a8SEvalZero #define SAADC_INTENCLR_CH0LIMITL_Pos (7UL) /*!< Position of CH0LIMITL field. */ 7506*150812a8SEvalZero #define SAADC_INTENCLR_CH0LIMITL_Msk (0x1UL << SAADC_INTENCLR_CH0LIMITL_Pos) /*!< Bit mask of CH0LIMITL field. */ 7507*150812a8SEvalZero #define SAADC_INTENCLR_CH0LIMITL_Disabled (0UL) /*!< Read: Disabled */ 7508*150812a8SEvalZero #define SAADC_INTENCLR_CH0LIMITL_Enabled (1UL) /*!< Read: Enabled */ 7509*150812a8SEvalZero #define SAADC_INTENCLR_CH0LIMITL_Clear (1UL) /*!< Disable */ 7510*150812a8SEvalZero 7511*150812a8SEvalZero /* Bit 6 : Write '1' to disable interrupt for CH[0].LIMITH event */ 7512*150812a8SEvalZero #define SAADC_INTENCLR_CH0LIMITH_Pos (6UL) /*!< Position of CH0LIMITH field. */ 7513*150812a8SEvalZero #define SAADC_INTENCLR_CH0LIMITH_Msk (0x1UL << SAADC_INTENCLR_CH0LIMITH_Pos) /*!< Bit mask of CH0LIMITH field. */ 7514*150812a8SEvalZero #define SAADC_INTENCLR_CH0LIMITH_Disabled (0UL) /*!< Read: Disabled */ 7515*150812a8SEvalZero #define SAADC_INTENCLR_CH0LIMITH_Enabled (1UL) /*!< Read: Enabled */ 7516*150812a8SEvalZero #define SAADC_INTENCLR_CH0LIMITH_Clear (1UL) /*!< Disable */ 7517*150812a8SEvalZero 7518*150812a8SEvalZero /* Bit 5 : Write '1' to disable interrupt for STOPPED event */ 7519*150812a8SEvalZero #define SAADC_INTENCLR_STOPPED_Pos (5UL) /*!< Position of STOPPED field. */ 7520*150812a8SEvalZero #define SAADC_INTENCLR_STOPPED_Msk (0x1UL << SAADC_INTENCLR_STOPPED_Pos) /*!< Bit mask of STOPPED field. */ 7521*150812a8SEvalZero #define SAADC_INTENCLR_STOPPED_Disabled (0UL) /*!< Read: Disabled */ 7522*150812a8SEvalZero #define SAADC_INTENCLR_STOPPED_Enabled (1UL) /*!< Read: Enabled */ 7523*150812a8SEvalZero #define SAADC_INTENCLR_STOPPED_Clear (1UL) /*!< Disable */ 7524*150812a8SEvalZero 7525*150812a8SEvalZero /* Bit 4 : Write '1' to disable interrupt for CALIBRATEDONE event */ 7526*150812a8SEvalZero #define SAADC_INTENCLR_CALIBRATEDONE_Pos (4UL) /*!< Position of CALIBRATEDONE field. */ 7527*150812a8SEvalZero #define SAADC_INTENCLR_CALIBRATEDONE_Msk (0x1UL << SAADC_INTENCLR_CALIBRATEDONE_Pos) /*!< Bit mask of CALIBRATEDONE field. */ 7528*150812a8SEvalZero #define SAADC_INTENCLR_CALIBRATEDONE_Disabled (0UL) /*!< Read: Disabled */ 7529*150812a8SEvalZero #define SAADC_INTENCLR_CALIBRATEDONE_Enabled (1UL) /*!< Read: Enabled */ 7530*150812a8SEvalZero #define SAADC_INTENCLR_CALIBRATEDONE_Clear (1UL) /*!< Disable */ 7531*150812a8SEvalZero 7532*150812a8SEvalZero /* Bit 3 : Write '1' to disable interrupt for RESULTDONE event */ 7533*150812a8SEvalZero #define SAADC_INTENCLR_RESULTDONE_Pos (3UL) /*!< Position of RESULTDONE field. */ 7534*150812a8SEvalZero #define SAADC_INTENCLR_RESULTDONE_Msk (0x1UL << SAADC_INTENCLR_RESULTDONE_Pos) /*!< Bit mask of RESULTDONE field. */ 7535*150812a8SEvalZero #define SAADC_INTENCLR_RESULTDONE_Disabled (0UL) /*!< Read: Disabled */ 7536*150812a8SEvalZero #define SAADC_INTENCLR_RESULTDONE_Enabled (1UL) /*!< Read: Enabled */ 7537*150812a8SEvalZero #define SAADC_INTENCLR_RESULTDONE_Clear (1UL) /*!< Disable */ 7538*150812a8SEvalZero 7539*150812a8SEvalZero /* Bit 2 : Write '1' to disable interrupt for DONE event */ 7540*150812a8SEvalZero #define SAADC_INTENCLR_DONE_Pos (2UL) /*!< Position of DONE field. */ 7541*150812a8SEvalZero #define SAADC_INTENCLR_DONE_Msk (0x1UL << SAADC_INTENCLR_DONE_Pos) /*!< Bit mask of DONE field. */ 7542*150812a8SEvalZero #define SAADC_INTENCLR_DONE_Disabled (0UL) /*!< Read: Disabled */ 7543*150812a8SEvalZero #define SAADC_INTENCLR_DONE_Enabled (1UL) /*!< Read: Enabled */ 7544*150812a8SEvalZero #define SAADC_INTENCLR_DONE_Clear (1UL) /*!< Disable */ 7545*150812a8SEvalZero 7546*150812a8SEvalZero /* Bit 1 : Write '1' to disable interrupt for END event */ 7547*150812a8SEvalZero #define SAADC_INTENCLR_END_Pos (1UL) /*!< Position of END field. */ 7548*150812a8SEvalZero #define SAADC_INTENCLR_END_Msk (0x1UL << SAADC_INTENCLR_END_Pos) /*!< Bit mask of END field. */ 7549*150812a8SEvalZero #define SAADC_INTENCLR_END_Disabled (0UL) /*!< Read: Disabled */ 7550*150812a8SEvalZero #define SAADC_INTENCLR_END_Enabled (1UL) /*!< Read: Enabled */ 7551*150812a8SEvalZero #define SAADC_INTENCLR_END_Clear (1UL) /*!< Disable */ 7552*150812a8SEvalZero 7553*150812a8SEvalZero /* Bit 0 : Write '1' to disable interrupt for STARTED event */ 7554*150812a8SEvalZero #define SAADC_INTENCLR_STARTED_Pos (0UL) /*!< Position of STARTED field. */ 7555*150812a8SEvalZero #define SAADC_INTENCLR_STARTED_Msk (0x1UL << SAADC_INTENCLR_STARTED_Pos) /*!< Bit mask of STARTED field. */ 7556*150812a8SEvalZero #define SAADC_INTENCLR_STARTED_Disabled (0UL) /*!< Read: Disabled */ 7557*150812a8SEvalZero #define SAADC_INTENCLR_STARTED_Enabled (1UL) /*!< Read: Enabled */ 7558*150812a8SEvalZero #define SAADC_INTENCLR_STARTED_Clear (1UL) /*!< Disable */ 7559*150812a8SEvalZero 7560*150812a8SEvalZero /* Register: SAADC_STATUS */ 7561*150812a8SEvalZero /* Description: Status */ 7562*150812a8SEvalZero 7563*150812a8SEvalZero /* Bit 0 : Status */ 7564*150812a8SEvalZero #define SAADC_STATUS_STATUS_Pos (0UL) /*!< Position of STATUS field. */ 7565*150812a8SEvalZero #define SAADC_STATUS_STATUS_Msk (0x1UL << SAADC_STATUS_STATUS_Pos) /*!< Bit mask of STATUS field. */ 7566*150812a8SEvalZero #define SAADC_STATUS_STATUS_Ready (0UL) /*!< ADC is ready. No on-going conversion. */ 7567*150812a8SEvalZero #define SAADC_STATUS_STATUS_Busy (1UL) /*!< ADC is busy. Conversion in progress. */ 7568*150812a8SEvalZero 7569*150812a8SEvalZero /* Register: SAADC_ENABLE */ 7570*150812a8SEvalZero /* Description: Enable or disable ADC */ 7571*150812a8SEvalZero 7572*150812a8SEvalZero /* Bit 0 : Enable or disable ADC */ 7573*150812a8SEvalZero #define SAADC_ENABLE_ENABLE_Pos (0UL) /*!< Position of ENABLE field. */ 7574*150812a8SEvalZero #define SAADC_ENABLE_ENABLE_Msk (0x1UL << SAADC_ENABLE_ENABLE_Pos) /*!< Bit mask of ENABLE field. */ 7575*150812a8SEvalZero #define SAADC_ENABLE_ENABLE_Disabled (0UL) /*!< Disable ADC */ 7576*150812a8SEvalZero #define SAADC_ENABLE_ENABLE_Enabled (1UL) /*!< Enable ADC */ 7577*150812a8SEvalZero 7578*150812a8SEvalZero /* Register: SAADC_CH_PSELP */ 7579*150812a8SEvalZero /* Description: Description cluster[n]: Input positive pin selection for CH[n] */ 7580*150812a8SEvalZero 7581*150812a8SEvalZero /* Bits 4..0 : Analog positive input channel */ 7582*150812a8SEvalZero #define SAADC_CH_PSELP_PSELP_Pos (0UL) /*!< Position of PSELP field. */ 7583*150812a8SEvalZero #define SAADC_CH_PSELP_PSELP_Msk (0x1FUL << SAADC_CH_PSELP_PSELP_Pos) /*!< Bit mask of PSELP field. */ 7584*150812a8SEvalZero #define SAADC_CH_PSELP_PSELP_NC (0UL) /*!< Not connected */ 7585*150812a8SEvalZero #define SAADC_CH_PSELP_PSELP_AnalogInput0 (1UL) /*!< AIN0 */ 7586*150812a8SEvalZero #define SAADC_CH_PSELP_PSELP_AnalogInput1 (2UL) /*!< AIN1 */ 7587*150812a8SEvalZero #define SAADC_CH_PSELP_PSELP_AnalogInput2 (3UL) /*!< AIN2 */ 7588*150812a8SEvalZero #define SAADC_CH_PSELP_PSELP_AnalogInput3 (4UL) /*!< AIN3 */ 7589*150812a8SEvalZero #define SAADC_CH_PSELP_PSELP_AnalogInput4 (5UL) /*!< AIN4 */ 7590*150812a8SEvalZero #define SAADC_CH_PSELP_PSELP_AnalogInput5 (6UL) /*!< AIN5 */ 7591*150812a8SEvalZero #define SAADC_CH_PSELP_PSELP_AnalogInput6 (7UL) /*!< AIN6 */ 7592*150812a8SEvalZero #define SAADC_CH_PSELP_PSELP_AnalogInput7 (8UL) /*!< AIN7 */ 7593*150812a8SEvalZero #define SAADC_CH_PSELP_PSELP_VDD (9UL) /*!< VDD */ 7594*150812a8SEvalZero 7595*150812a8SEvalZero /* Register: SAADC_CH_PSELN */ 7596*150812a8SEvalZero /* Description: Description cluster[n]: Input negative pin selection for CH[n] */ 7597*150812a8SEvalZero 7598*150812a8SEvalZero /* Bits 4..0 : Analog negative input, enables differential channel */ 7599*150812a8SEvalZero #define SAADC_CH_PSELN_PSELN_Pos (0UL) /*!< Position of PSELN field. */ 7600*150812a8SEvalZero #define SAADC_CH_PSELN_PSELN_Msk (0x1FUL << SAADC_CH_PSELN_PSELN_Pos) /*!< Bit mask of PSELN field. */ 7601*150812a8SEvalZero #define SAADC_CH_PSELN_PSELN_NC (0UL) /*!< Not connected */ 7602*150812a8SEvalZero #define SAADC_CH_PSELN_PSELN_AnalogInput0 (1UL) /*!< AIN0 */ 7603*150812a8SEvalZero #define SAADC_CH_PSELN_PSELN_AnalogInput1 (2UL) /*!< AIN1 */ 7604*150812a8SEvalZero #define SAADC_CH_PSELN_PSELN_AnalogInput2 (3UL) /*!< AIN2 */ 7605*150812a8SEvalZero #define SAADC_CH_PSELN_PSELN_AnalogInput3 (4UL) /*!< AIN3 */ 7606*150812a8SEvalZero #define SAADC_CH_PSELN_PSELN_AnalogInput4 (5UL) /*!< AIN4 */ 7607*150812a8SEvalZero #define SAADC_CH_PSELN_PSELN_AnalogInput5 (6UL) /*!< AIN5 */ 7608*150812a8SEvalZero #define SAADC_CH_PSELN_PSELN_AnalogInput6 (7UL) /*!< AIN6 */ 7609*150812a8SEvalZero #define SAADC_CH_PSELN_PSELN_AnalogInput7 (8UL) /*!< AIN7 */ 7610*150812a8SEvalZero #define SAADC_CH_PSELN_PSELN_VDD (9UL) /*!< VDD */ 7611*150812a8SEvalZero 7612*150812a8SEvalZero /* Register: SAADC_CH_CONFIG */ 7613*150812a8SEvalZero /* Description: Description cluster[n]: Input configuration for CH[n] */ 7614*150812a8SEvalZero 7615*150812a8SEvalZero /* Bit 24 : Enable burst mode */ 7616*150812a8SEvalZero #define SAADC_CH_CONFIG_BURST_Pos (24UL) /*!< Position of BURST field. */ 7617*150812a8SEvalZero #define SAADC_CH_CONFIG_BURST_Msk (0x1UL << SAADC_CH_CONFIG_BURST_Pos) /*!< Bit mask of BURST field. */ 7618*150812a8SEvalZero #define SAADC_CH_CONFIG_BURST_Disabled (0UL) /*!< Burst mode is disabled (normal operation) */ 7619*150812a8SEvalZero #define SAADC_CH_CONFIG_BURST_Enabled (1UL) /*!< Burst mode is enabled. SAADC takes 2^OVERSAMPLE number of samples as fast as it can, and sends the average to Data RAM. */ 7620*150812a8SEvalZero 7621*150812a8SEvalZero /* Bit 20 : Enable differential mode */ 7622*150812a8SEvalZero #define SAADC_CH_CONFIG_MODE_Pos (20UL) /*!< Position of MODE field. */ 7623*150812a8SEvalZero #define SAADC_CH_CONFIG_MODE_Msk (0x1UL << SAADC_CH_CONFIG_MODE_Pos) /*!< Bit mask of MODE field. */ 7624*150812a8SEvalZero #define SAADC_CH_CONFIG_MODE_SE (0UL) /*!< Single ended, PSELN will be ignored, negative input to ADC shorted to GND */ 7625*150812a8SEvalZero #define SAADC_CH_CONFIG_MODE_Diff (1UL) /*!< Differential */ 7626*150812a8SEvalZero 7627*150812a8SEvalZero /* Bits 18..16 : Acquisition time, the time the ADC uses to sample the input voltage */ 7628*150812a8SEvalZero #define SAADC_CH_CONFIG_TACQ_Pos (16UL) /*!< Position of TACQ field. */ 7629*150812a8SEvalZero #define SAADC_CH_CONFIG_TACQ_Msk (0x7UL << SAADC_CH_CONFIG_TACQ_Pos) /*!< Bit mask of TACQ field. */ 7630*150812a8SEvalZero #define SAADC_CH_CONFIG_TACQ_3us (0UL) /*!< 3 us */ 7631*150812a8SEvalZero #define SAADC_CH_CONFIG_TACQ_5us (1UL) /*!< 5 us */ 7632*150812a8SEvalZero #define SAADC_CH_CONFIG_TACQ_10us (2UL) /*!< 10 us */ 7633*150812a8SEvalZero #define SAADC_CH_CONFIG_TACQ_15us (3UL) /*!< 15 us */ 7634*150812a8SEvalZero #define SAADC_CH_CONFIG_TACQ_20us (4UL) /*!< 20 us */ 7635*150812a8SEvalZero #define SAADC_CH_CONFIG_TACQ_40us (5UL) /*!< 40 us */ 7636*150812a8SEvalZero 7637*150812a8SEvalZero /* Bit 12 : Reference control */ 7638*150812a8SEvalZero #define SAADC_CH_CONFIG_REFSEL_Pos (12UL) /*!< Position of REFSEL field. */ 7639*150812a8SEvalZero #define SAADC_CH_CONFIG_REFSEL_Msk (0x1UL << SAADC_CH_CONFIG_REFSEL_Pos) /*!< Bit mask of REFSEL field. */ 7640*150812a8SEvalZero #define SAADC_CH_CONFIG_REFSEL_Internal (0UL) /*!< Internal reference (0.6 V) */ 7641*150812a8SEvalZero #define SAADC_CH_CONFIG_REFSEL_VDD1_4 (1UL) /*!< VDD/4 as reference */ 7642*150812a8SEvalZero 7643*150812a8SEvalZero /* Bits 10..8 : Gain control */ 7644*150812a8SEvalZero #define SAADC_CH_CONFIG_GAIN_Pos (8UL) /*!< Position of GAIN field. */ 7645*150812a8SEvalZero #define SAADC_CH_CONFIG_GAIN_Msk (0x7UL << SAADC_CH_CONFIG_GAIN_Pos) /*!< Bit mask of GAIN field. */ 7646*150812a8SEvalZero #define SAADC_CH_CONFIG_GAIN_Gain1_6 (0UL) /*!< 1/6 */ 7647*150812a8SEvalZero #define SAADC_CH_CONFIG_GAIN_Gain1_5 (1UL) /*!< 1/5 */ 7648*150812a8SEvalZero #define SAADC_CH_CONFIG_GAIN_Gain1_4 (2UL) /*!< 1/4 */ 7649*150812a8SEvalZero #define SAADC_CH_CONFIG_GAIN_Gain1_3 (3UL) /*!< 1/3 */ 7650*150812a8SEvalZero #define SAADC_CH_CONFIG_GAIN_Gain1_2 (4UL) /*!< 1/2 */ 7651*150812a8SEvalZero #define SAADC_CH_CONFIG_GAIN_Gain1 (5UL) /*!< 1 */ 7652*150812a8SEvalZero #define SAADC_CH_CONFIG_GAIN_Gain2 (6UL) /*!< 2 */ 7653*150812a8SEvalZero #define SAADC_CH_CONFIG_GAIN_Gain4 (7UL) /*!< 4 */ 7654*150812a8SEvalZero 7655*150812a8SEvalZero /* Bits 5..4 : Negative channel resistor control */ 7656*150812a8SEvalZero #define SAADC_CH_CONFIG_RESN_Pos (4UL) /*!< Position of RESN field. */ 7657*150812a8SEvalZero #define SAADC_CH_CONFIG_RESN_Msk (0x3UL << SAADC_CH_CONFIG_RESN_Pos) /*!< Bit mask of RESN field. */ 7658*150812a8SEvalZero #define SAADC_CH_CONFIG_RESN_Bypass (0UL) /*!< Bypass resistor ladder */ 7659*150812a8SEvalZero #define SAADC_CH_CONFIG_RESN_Pulldown (1UL) /*!< Pull-down to GND */ 7660*150812a8SEvalZero #define SAADC_CH_CONFIG_RESN_Pullup (2UL) /*!< Pull-up to VDD */ 7661*150812a8SEvalZero #define SAADC_CH_CONFIG_RESN_VDD1_2 (3UL) /*!< Set input at VDD/2 */ 7662*150812a8SEvalZero 7663*150812a8SEvalZero /* Bits 1..0 : Positive channel resistor control */ 7664*150812a8SEvalZero #define SAADC_CH_CONFIG_RESP_Pos (0UL) /*!< Position of RESP field. */ 7665*150812a8SEvalZero #define SAADC_CH_CONFIG_RESP_Msk (0x3UL << SAADC_CH_CONFIG_RESP_Pos) /*!< Bit mask of RESP field. */ 7666*150812a8SEvalZero #define SAADC_CH_CONFIG_RESP_Bypass (0UL) /*!< Bypass resistor ladder */ 7667*150812a8SEvalZero #define SAADC_CH_CONFIG_RESP_Pulldown (1UL) /*!< Pull-down to GND */ 7668*150812a8SEvalZero #define SAADC_CH_CONFIG_RESP_Pullup (2UL) /*!< Pull-up to VDD */ 7669*150812a8SEvalZero #define SAADC_CH_CONFIG_RESP_VDD1_2 (3UL) /*!< Set input at VDD/2 */ 7670*150812a8SEvalZero 7671*150812a8SEvalZero /* Register: SAADC_CH_LIMIT */ 7672*150812a8SEvalZero /* Description: Description cluster[n]: High/low limits for event monitoring a channel */ 7673*150812a8SEvalZero 7674*150812a8SEvalZero /* Bits 31..16 : High level limit */ 7675*150812a8SEvalZero #define SAADC_CH_LIMIT_HIGH_Pos (16UL) /*!< Position of HIGH field. */ 7676*150812a8SEvalZero #define SAADC_CH_LIMIT_HIGH_Msk (0xFFFFUL << SAADC_CH_LIMIT_HIGH_Pos) /*!< Bit mask of HIGH field. */ 7677*150812a8SEvalZero 7678*150812a8SEvalZero /* Bits 15..0 : Low level limit */ 7679*150812a8SEvalZero #define SAADC_CH_LIMIT_LOW_Pos (0UL) /*!< Position of LOW field. */ 7680*150812a8SEvalZero #define SAADC_CH_LIMIT_LOW_Msk (0xFFFFUL << SAADC_CH_LIMIT_LOW_Pos) /*!< Bit mask of LOW field. */ 7681*150812a8SEvalZero 7682*150812a8SEvalZero /* Register: SAADC_RESOLUTION */ 7683*150812a8SEvalZero /* Description: Resolution configuration */ 7684*150812a8SEvalZero 7685*150812a8SEvalZero /* Bits 2..0 : Set the resolution */ 7686*150812a8SEvalZero #define SAADC_RESOLUTION_VAL_Pos (0UL) /*!< Position of VAL field. */ 7687*150812a8SEvalZero #define SAADC_RESOLUTION_VAL_Msk (0x7UL << SAADC_RESOLUTION_VAL_Pos) /*!< Bit mask of VAL field. */ 7688*150812a8SEvalZero #define SAADC_RESOLUTION_VAL_8bit (0UL) /*!< 8 bit */ 7689*150812a8SEvalZero #define SAADC_RESOLUTION_VAL_10bit (1UL) /*!< 10 bit */ 7690*150812a8SEvalZero #define SAADC_RESOLUTION_VAL_12bit (2UL) /*!< 12 bit */ 7691*150812a8SEvalZero #define SAADC_RESOLUTION_VAL_14bit (3UL) /*!< 14 bit */ 7692*150812a8SEvalZero 7693*150812a8SEvalZero /* Register: SAADC_OVERSAMPLE */ 7694*150812a8SEvalZero /* Description: Oversampling configuration. OVERSAMPLE should not be combined with SCAN. The RESOLUTION is applied before averaging, thus for high OVERSAMPLE a higher RESOLUTION should be used. */ 7695*150812a8SEvalZero 7696*150812a8SEvalZero /* Bits 3..0 : Oversample control */ 7697*150812a8SEvalZero #define SAADC_OVERSAMPLE_OVERSAMPLE_Pos (0UL) /*!< Position of OVERSAMPLE field. */ 7698*150812a8SEvalZero #define SAADC_OVERSAMPLE_OVERSAMPLE_Msk (0xFUL << SAADC_OVERSAMPLE_OVERSAMPLE_Pos) /*!< Bit mask of OVERSAMPLE field. */ 7699*150812a8SEvalZero #define SAADC_OVERSAMPLE_OVERSAMPLE_Bypass (0UL) /*!< Bypass oversampling */ 7700*150812a8SEvalZero #define SAADC_OVERSAMPLE_OVERSAMPLE_Over2x (1UL) /*!< Oversample 2x */ 7701*150812a8SEvalZero #define SAADC_OVERSAMPLE_OVERSAMPLE_Over4x (2UL) /*!< Oversample 4x */ 7702*150812a8SEvalZero #define SAADC_OVERSAMPLE_OVERSAMPLE_Over8x (3UL) /*!< Oversample 8x */ 7703*150812a8SEvalZero #define SAADC_OVERSAMPLE_OVERSAMPLE_Over16x (4UL) /*!< Oversample 16x */ 7704*150812a8SEvalZero #define SAADC_OVERSAMPLE_OVERSAMPLE_Over32x (5UL) /*!< Oversample 32x */ 7705*150812a8SEvalZero #define SAADC_OVERSAMPLE_OVERSAMPLE_Over64x (6UL) /*!< Oversample 64x */ 7706*150812a8SEvalZero #define SAADC_OVERSAMPLE_OVERSAMPLE_Over128x (7UL) /*!< Oversample 128x */ 7707*150812a8SEvalZero #define SAADC_OVERSAMPLE_OVERSAMPLE_Over256x (8UL) /*!< Oversample 256x */ 7708*150812a8SEvalZero 7709*150812a8SEvalZero /* Register: SAADC_SAMPLERATE */ 7710*150812a8SEvalZero /* Description: Controls normal or continuous sample rate */ 7711*150812a8SEvalZero 7712*150812a8SEvalZero /* Bit 12 : Select mode for sample rate control */ 7713*150812a8SEvalZero #define SAADC_SAMPLERATE_MODE_Pos (12UL) /*!< Position of MODE field. */ 7714*150812a8SEvalZero #define SAADC_SAMPLERATE_MODE_Msk (0x1UL << SAADC_SAMPLERATE_MODE_Pos) /*!< Bit mask of MODE field. */ 7715*150812a8SEvalZero #define SAADC_SAMPLERATE_MODE_Task (0UL) /*!< Rate is controlled from SAMPLE task */ 7716*150812a8SEvalZero #define SAADC_SAMPLERATE_MODE_Timers (1UL) /*!< Rate is controlled from local timer (use CC to control the rate) */ 7717*150812a8SEvalZero 7718*150812a8SEvalZero /* Bits 10..0 : Capture and compare value. Sample rate is 16 MHz/CC */ 7719*150812a8SEvalZero #define SAADC_SAMPLERATE_CC_Pos (0UL) /*!< Position of CC field. */ 7720*150812a8SEvalZero #define SAADC_SAMPLERATE_CC_Msk (0x7FFUL << SAADC_SAMPLERATE_CC_Pos) /*!< Bit mask of CC field. */ 7721*150812a8SEvalZero 7722*150812a8SEvalZero /* Register: SAADC_RESULT_PTR */ 7723*150812a8SEvalZero /* Description: Data pointer */ 7724*150812a8SEvalZero 7725*150812a8SEvalZero /* Bits 31..0 : Data pointer */ 7726*150812a8SEvalZero #define SAADC_RESULT_PTR_PTR_Pos (0UL) /*!< Position of PTR field. */ 7727*150812a8SEvalZero #define SAADC_RESULT_PTR_PTR_Msk (0xFFFFFFFFUL << SAADC_RESULT_PTR_PTR_Pos) /*!< Bit mask of PTR field. */ 7728*150812a8SEvalZero 7729*150812a8SEvalZero /* Register: SAADC_RESULT_MAXCNT */ 7730*150812a8SEvalZero /* Description: Maximum number of buffer words to transfer */ 7731*150812a8SEvalZero 7732*150812a8SEvalZero /* Bits 14..0 : Maximum number of buffer words to transfer */ 7733*150812a8SEvalZero #define SAADC_RESULT_MAXCNT_MAXCNT_Pos (0UL) /*!< Position of MAXCNT field. */ 7734*150812a8SEvalZero #define SAADC_RESULT_MAXCNT_MAXCNT_Msk (0x7FFFUL << SAADC_RESULT_MAXCNT_MAXCNT_Pos) /*!< Bit mask of MAXCNT field. */ 7735*150812a8SEvalZero 7736*150812a8SEvalZero /* Register: SAADC_RESULT_AMOUNT */ 7737*150812a8SEvalZero /* Description: Number of buffer words transferred since last START */ 7738*150812a8SEvalZero 7739*150812a8SEvalZero /* Bits 14..0 : Number of buffer words transferred since last START. This register can be read after an END or STOPPED event. */ 7740*150812a8SEvalZero #define SAADC_RESULT_AMOUNT_AMOUNT_Pos (0UL) /*!< Position of AMOUNT field. */ 7741*150812a8SEvalZero #define SAADC_RESULT_AMOUNT_AMOUNT_Msk (0x7FFFUL << SAADC_RESULT_AMOUNT_AMOUNT_Pos) /*!< Bit mask of AMOUNT field. */ 7742*150812a8SEvalZero 7743*150812a8SEvalZero 7744*150812a8SEvalZero /* Peripheral: SPIM */ 7745*150812a8SEvalZero /* Description: Serial Peripheral Interface Master with EasyDMA */ 7746*150812a8SEvalZero 7747*150812a8SEvalZero /* Register: SPIM_TASKS_START */ 7748*150812a8SEvalZero /* Description: Start SPI transaction */ 7749*150812a8SEvalZero 7750*150812a8SEvalZero /* Bit 0 : */ 7751*150812a8SEvalZero #define SPIM_TASKS_START_TASKS_START_Pos (0UL) /*!< Position of TASKS_START field. */ 7752*150812a8SEvalZero #define SPIM_TASKS_START_TASKS_START_Msk (0x1UL << SPIM_TASKS_START_TASKS_START_Pos) /*!< Bit mask of TASKS_START field. */ 7753*150812a8SEvalZero 7754*150812a8SEvalZero /* Register: SPIM_TASKS_STOP */ 7755*150812a8SEvalZero /* Description: Stop SPI transaction */ 7756*150812a8SEvalZero 7757*150812a8SEvalZero /* Bit 0 : */ 7758*150812a8SEvalZero #define SPIM_TASKS_STOP_TASKS_STOP_Pos (0UL) /*!< Position of TASKS_STOP field. */ 7759*150812a8SEvalZero #define SPIM_TASKS_STOP_TASKS_STOP_Msk (0x1UL << SPIM_TASKS_STOP_TASKS_STOP_Pos) /*!< Bit mask of TASKS_STOP field. */ 7760*150812a8SEvalZero 7761*150812a8SEvalZero /* Register: SPIM_TASKS_SUSPEND */ 7762*150812a8SEvalZero /* Description: Suspend SPI transaction */ 7763*150812a8SEvalZero 7764*150812a8SEvalZero /* Bit 0 : */ 7765*150812a8SEvalZero #define SPIM_TASKS_SUSPEND_TASKS_SUSPEND_Pos (0UL) /*!< Position of TASKS_SUSPEND field. */ 7766*150812a8SEvalZero #define SPIM_TASKS_SUSPEND_TASKS_SUSPEND_Msk (0x1UL << SPIM_TASKS_SUSPEND_TASKS_SUSPEND_Pos) /*!< Bit mask of TASKS_SUSPEND field. */ 7767*150812a8SEvalZero 7768*150812a8SEvalZero /* Register: SPIM_TASKS_RESUME */ 7769*150812a8SEvalZero /* Description: Resume SPI transaction */ 7770*150812a8SEvalZero 7771*150812a8SEvalZero /* Bit 0 : */ 7772*150812a8SEvalZero #define SPIM_TASKS_RESUME_TASKS_RESUME_Pos (0UL) /*!< Position of TASKS_RESUME field. */ 7773*150812a8SEvalZero #define SPIM_TASKS_RESUME_TASKS_RESUME_Msk (0x1UL << SPIM_TASKS_RESUME_TASKS_RESUME_Pos) /*!< Bit mask of TASKS_RESUME field. */ 7774*150812a8SEvalZero 7775*150812a8SEvalZero /* Register: SPIM_EVENTS_STOPPED */ 7776*150812a8SEvalZero /* Description: SPI transaction has stopped */ 7777*150812a8SEvalZero 7778*150812a8SEvalZero /* Bit 0 : */ 7779*150812a8SEvalZero #define SPIM_EVENTS_STOPPED_EVENTS_STOPPED_Pos (0UL) /*!< Position of EVENTS_STOPPED field. */ 7780*150812a8SEvalZero #define SPIM_EVENTS_STOPPED_EVENTS_STOPPED_Msk (0x1UL << SPIM_EVENTS_STOPPED_EVENTS_STOPPED_Pos) /*!< Bit mask of EVENTS_STOPPED field. */ 7781*150812a8SEvalZero 7782*150812a8SEvalZero /* Register: SPIM_EVENTS_ENDRX */ 7783*150812a8SEvalZero /* Description: End of RXD buffer reached */ 7784*150812a8SEvalZero 7785*150812a8SEvalZero /* Bit 0 : */ 7786*150812a8SEvalZero #define SPIM_EVENTS_ENDRX_EVENTS_ENDRX_Pos (0UL) /*!< Position of EVENTS_ENDRX field. */ 7787*150812a8SEvalZero #define SPIM_EVENTS_ENDRX_EVENTS_ENDRX_Msk (0x1UL << SPIM_EVENTS_ENDRX_EVENTS_ENDRX_Pos) /*!< Bit mask of EVENTS_ENDRX field. */ 7788*150812a8SEvalZero 7789*150812a8SEvalZero /* Register: SPIM_EVENTS_END */ 7790*150812a8SEvalZero /* Description: End of RXD buffer and TXD buffer reached */ 7791*150812a8SEvalZero 7792*150812a8SEvalZero /* Bit 0 : */ 7793*150812a8SEvalZero #define SPIM_EVENTS_END_EVENTS_END_Pos (0UL) /*!< Position of EVENTS_END field. */ 7794*150812a8SEvalZero #define SPIM_EVENTS_END_EVENTS_END_Msk (0x1UL << SPIM_EVENTS_END_EVENTS_END_Pos) /*!< Bit mask of EVENTS_END field. */ 7795*150812a8SEvalZero 7796*150812a8SEvalZero /* Register: SPIM_EVENTS_ENDTX */ 7797*150812a8SEvalZero /* Description: End of TXD buffer reached */ 7798*150812a8SEvalZero 7799*150812a8SEvalZero /* Bit 0 : */ 7800*150812a8SEvalZero #define SPIM_EVENTS_ENDTX_EVENTS_ENDTX_Pos (0UL) /*!< Position of EVENTS_ENDTX field. */ 7801*150812a8SEvalZero #define SPIM_EVENTS_ENDTX_EVENTS_ENDTX_Msk (0x1UL << SPIM_EVENTS_ENDTX_EVENTS_ENDTX_Pos) /*!< Bit mask of EVENTS_ENDTX field. */ 7802*150812a8SEvalZero 7803*150812a8SEvalZero /* Register: SPIM_EVENTS_STARTED */ 7804*150812a8SEvalZero /* Description: Transaction started */ 7805*150812a8SEvalZero 7806*150812a8SEvalZero /* Bit 0 : */ 7807*150812a8SEvalZero #define SPIM_EVENTS_STARTED_EVENTS_STARTED_Pos (0UL) /*!< Position of EVENTS_STARTED field. */ 7808*150812a8SEvalZero #define SPIM_EVENTS_STARTED_EVENTS_STARTED_Msk (0x1UL << SPIM_EVENTS_STARTED_EVENTS_STARTED_Pos) /*!< Bit mask of EVENTS_STARTED field. */ 7809*150812a8SEvalZero 7810*150812a8SEvalZero /* Register: SPIM_SHORTS */ 7811*150812a8SEvalZero /* Description: Shortcut register */ 7812*150812a8SEvalZero 7813*150812a8SEvalZero /* Bit 17 : Shortcut between END event and START task */ 7814*150812a8SEvalZero #define SPIM_SHORTS_END_START_Pos (17UL) /*!< Position of END_START field. */ 7815*150812a8SEvalZero #define SPIM_SHORTS_END_START_Msk (0x1UL << SPIM_SHORTS_END_START_Pos) /*!< Bit mask of END_START field. */ 7816*150812a8SEvalZero #define SPIM_SHORTS_END_START_Disabled (0UL) /*!< Disable shortcut */ 7817*150812a8SEvalZero #define SPIM_SHORTS_END_START_Enabled (1UL) /*!< Enable shortcut */ 7818*150812a8SEvalZero 7819*150812a8SEvalZero /* Register: SPIM_INTENSET */ 7820*150812a8SEvalZero /* Description: Enable interrupt */ 7821*150812a8SEvalZero 7822*150812a8SEvalZero /* Bit 19 : Write '1' to enable interrupt for STARTED event */ 7823*150812a8SEvalZero #define SPIM_INTENSET_STARTED_Pos (19UL) /*!< Position of STARTED field. */ 7824*150812a8SEvalZero #define SPIM_INTENSET_STARTED_Msk (0x1UL << SPIM_INTENSET_STARTED_Pos) /*!< Bit mask of STARTED field. */ 7825*150812a8SEvalZero #define SPIM_INTENSET_STARTED_Disabled (0UL) /*!< Read: Disabled */ 7826*150812a8SEvalZero #define SPIM_INTENSET_STARTED_Enabled (1UL) /*!< Read: Enabled */ 7827*150812a8SEvalZero #define SPIM_INTENSET_STARTED_Set (1UL) /*!< Enable */ 7828*150812a8SEvalZero 7829*150812a8SEvalZero /* Bit 8 : Write '1' to enable interrupt for ENDTX event */ 7830*150812a8SEvalZero #define SPIM_INTENSET_ENDTX_Pos (8UL) /*!< Position of ENDTX field. */ 7831*150812a8SEvalZero #define SPIM_INTENSET_ENDTX_Msk (0x1UL << SPIM_INTENSET_ENDTX_Pos) /*!< Bit mask of ENDTX field. */ 7832*150812a8SEvalZero #define SPIM_INTENSET_ENDTX_Disabled (0UL) /*!< Read: Disabled */ 7833*150812a8SEvalZero #define SPIM_INTENSET_ENDTX_Enabled (1UL) /*!< Read: Enabled */ 7834*150812a8SEvalZero #define SPIM_INTENSET_ENDTX_Set (1UL) /*!< Enable */ 7835*150812a8SEvalZero 7836*150812a8SEvalZero /* Bit 6 : Write '1' to enable interrupt for END event */ 7837*150812a8SEvalZero #define SPIM_INTENSET_END_Pos (6UL) /*!< Position of END field. */ 7838*150812a8SEvalZero #define SPIM_INTENSET_END_Msk (0x1UL << SPIM_INTENSET_END_Pos) /*!< Bit mask of END field. */ 7839*150812a8SEvalZero #define SPIM_INTENSET_END_Disabled (0UL) /*!< Read: Disabled */ 7840*150812a8SEvalZero #define SPIM_INTENSET_END_Enabled (1UL) /*!< Read: Enabled */ 7841*150812a8SEvalZero #define SPIM_INTENSET_END_Set (1UL) /*!< Enable */ 7842*150812a8SEvalZero 7843*150812a8SEvalZero /* Bit 4 : Write '1' to enable interrupt for ENDRX event */ 7844*150812a8SEvalZero #define SPIM_INTENSET_ENDRX_Pos (4UL) /*!< Position of ENDRX field. */ 7845*150812a8SEvalZero #define SPIM_INTENSET_ENDRX_Msk (0x1UL << SPIM_INTENSET_ENDRX_Pos) /*!< Bit mask of ENDRX field. */ 7846*150812a8SEvalZero #define SPIM_INTENSET_ENDRX_Disabled (0UL) /*!< Read: Disabled */ 7847*150812a8SEvalZero #define SPIM_INTENSET_ENDRX_Enabled (1UL) /*!< Read: Enabled */ 7848*150812a8SEvalZero #define SPIM_INTENSET_ENDRX_Set (1UL) /*!< Enable */ 7849*150812a8SEvalZero 7850*150812a8SEvalZero /* Bit 1 : Write '1' to enable interrupt for STOPPED event */ 7851*150812a8SEvalZero #define SPIM_INTENSET_STOPPED_Pos (1UL) /*!< Position of STOPPED field. */ 7852*150812a8SEvalZero #define SPIM_INTENSET_STOPPED_Msk (0x1UL << SPIM_INTENSET_STOPPED_Pos) /*!< Bit mask of STOPPED field. */ 7853*150812a8SEvalZero #define SPIM_INTENSET_STOPPED_Disabled (0UL) /*!< Read: Disabled */ 7854*150812a8SEvalZero #define SPIM_INTENSET_STOPPED_Enabled (1UL) /*!< Read: Enabled */ 7855*150812a8SEvalZero #define SPIM_INTENSET_STOPPED_Set (1UL) /*!< Enable */ 7856*150812a8SEvalZero 7857*150812a8SEvalZero /* Register: SPIM_INTENCLR */ 7858*150812a8SEvalZero /* Description: Disable interrupt */ 7859*150812a8SEvalZero 7860*150812a8SEvalZero /* Bit 19 : Write '1' to disable interrupt for STARTED event */ 7861*150812a8SEvalZero #define SPIM_INTENCLR_STARTED_Pos (19UL) /*!< Position of STARTED field. */ 7862*150812a8SEvalZero #define SPIM_INTENCLR_STARTED_Msk (0x1UL << SPIM_INTENCLR_STARTED_Pos) /*!< Bit mask of STARTED field. */ 7863*150812a8SEvalZero #define SPIM_INTENCLR_STARTED_Disabled (0UL) /*!< Read: Disabled */ 7864*150812a8SEvalZero #define SPIM_INTENCLR_STARTED_Enabled (1UL) /*!< Read: Enabled */ 7865*150812a8SEvalZero #define SPIM_INTENCLR_STARTED_Clear (1UL) /*!< Disable */ 7866*150812a8SEvalZero 7867*150812a8SEvalZero /* Bit 8 : Write '1' to disable interrupt for ENDTX event */ 7868*150812a8SEvalZero #define SPIM_INTENCLR_ENDTX_Pos (8UL) /*!< Position of ENDTX field. */ 7869*150812a8SEvalZero #define SPIM_INTENCLR_ENDTX_Msk (0x1UL << SPIM_INTENCLR_ENDTX_Pos) /*!< Bit mask of ENDTX field. */ 7870*150812a8SEvalZero #define SPIM_INTENCLR_ENDTX_Disabled (0UL) /*!< Read: Disabled */ 7871*150812a8SEvalZero #define SPIM_INTENCLR_ENDTX_Enabled (1UL) /*!< Read: Enabled */ 7872*150812a8SEvalZero #define SPIM_INTENCLR_ENDTX_Clear (1UL) /*!< Disable */ 7873*150812a8SEvalZero 7874*150812a8SEvalZero /* Bit 6 : Write '1' to disable interrupt for END event */ 7875*150812a8SEvalZero #define SPIM_INTENCLR_END_Pos (6UL) /*!< Position of END field. */ 7876*150812a8SEvalZero #define SPIM_INTENCLR_END_Msk (0x1UL << SPIM_INTENCLR_END_Pos) /*!< Bit mask of END field. */ 7877*150812a8SEvalZero #define SPIM_INTENCLR_END_Disabled (0UL) /*!< Read: Disabled */ 7878*150812a8SEvalZero #define SPIM_INTENCLR_END_Enabled (1UL) /*!< Read: Enabled */ 7879*150812a8SEvalZero #define SPIM_INTENCLR_END_Clear (1UL) /*!< Disable */ 7880*150812a8SEvalZero 7881*150812a8SEvalZero /* Bit 4 : Write '1' to disable interrupt for ENDRX event */ 7882*150812a8SEvalZero #define SPIM_INTENCLR_ENDRX_Pos (4UL) /*!< Position of ENDRX field. */ 7883*150812a8SEvalZero #define SPIM_INTENCLR_ENDRX_Msk (0x1UL << SPIM_INTENCLR_ENDRX_Pos) /*!< Bit mask of ENDRX field. */ 7884*150812a8SEvalZero #define SPIM_INTENCLR_ENDRX_Disabled (0UL) /*!< Read: Disabled */ 7885*150812a8SEvalZero #define SPIM_INTENCLR_ENDRX_Enabled (1UL) /*!< Read: Enabled */ 7886*150812a8SEvalZero #define SPIM_INTENCLR_ENDRX_Clear (1UL) /*!< Disable */ 7887*150812a8SEvalZero 7888*150812a8SEvalZero /* Bit 1 : Write '1' to disable interrupt for STOPPED event */ 7889*150812a8SEvalZero #define SPIM_INTENCLR_STOPPED_Pos (1UL) /*!< Position of STOPPED field. */ 7890*150812a8SEvalZero #define SPIM_INTENCLR_STOPPED_Msk (0x1UL << SPIM_INTENCLR_STOPPED_Pos) /*!< Bit mask of STOPPED field. */ 7891*150812a8SEvalZero #define SPIM_INTENCLR_STOPPED_Disabled (0UL) /*!< Read: Disabled */ 7892*150812a8SEvalZero #define SPIM_INTENCLR_STOPPED_Enabled (1UL) /*!< Read: Enabled */ 7893*150812a8SEvalZero #define SPIM_INTENCLR_STOPPED_Clear (1UL) /*!< Disable */ 7894*150812a8SEvalZero 7895*150812a8SEvalZero /* Register: SPIM_ENABLE */ 7896*150812a8SEvalZero /* Description: Enable SPIM */ 7897*150812a8SEvalZero 7898*150812a8SEvalZero /* Bits 3..0 : Enable or disable SPIM */ 7899*150812a8SEvalZero #define SPIM_ENABLE_ENABLE_Pos (0UL) /*!< Position of ENABLE field. */ 7900*150812a8SEvalZero #define SPIM_ENABLE_ENABLE_Msk (0xFUL << SPIM_ENABLE_ENABLE_Pos) /*!< Bit mask of ENABLE field. */ 7901*150812a8SEvalZero #define SPIM_ENABLE_ENABLE_Disabled (0UL) /*!< Disable SPIM */ 7902*150812a8SEvalZero #define SPIM_ENABLE_ENABLE_Enabled (7UL) /*!< Enable SPIM */ 7903*150812a8SEvalZero 7904*150812a8SEvalZero /* Register: SPIM_PSEL_SCK */ 7905*150812a8SEvalZero /* Description: Pin select for SCK */ 7906*150812a8SEvalZero 7907*150812a8SEvalZero /* Bit 31 : Connection */ 7908*150812a8SEvalZero #define SPIM_PSEL_SCK_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */ 7909*150812a8SEvalZero #define SPIM_PSEL_SCK_CONNECT_Msk (0x1UL << SPIM_PSEL_SCK_CONNECT_Pos) /*!< Bit mask of CONNECT field. */ 7910*150812a8SEvalZero #define SPIM_PSEL_SCK_CONNECT_Connected (0UL) /*!< Connect */ 7911*150812a8SEvalZero #define SPIM_PSEL_SCK_CONNECT_Disconnected (1UL) /*!< Disconnect */ 7912*150812a8SEvalZero 7913*150812a8SEvalZero /* Bits 4..0 : Pin number */ 7914*150812a8SEvalZero #define SPIM_PSEL_SCK_PIN_Pos (0UL) /*!< Position of PIN field. */ 7915*150812a8SEvalZero #define SPIM_PSEL_SCK_PIN_Msk (0x1FUL << SPIM_PSEL_SCK_PIN_Pos) /*!< Bit mask of PIN field. */ 7916*150812a8SEvalZero 7917*150812a8SEvalZero /* Register: SPIM_PSEL_MOSI */ 7918*150812a8SEvalZero /* Description: Pin select for MOSI signal */ 7919*150812a8SEvalZero 7920*150812a8SEvalZero /* Bit 31 : Connection */ 7921*150812a8SEvalZero #define SPIM_PSEL_MOSI_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */ 7922*150812a8SEvalZero #define SPIM_PSEL_MOSI_CONNECT_Msk (0x1UL << SPIM_PSEL_MOSI_CONNECT_Pos) /*!< Bit mask of CONNECT field. */ 7923*150812a8SEvalZero #define SPIM_PSEL_MOSI_CONNECT_Connected (0UL) /*!< Connect */ 7924*150812a8SEvalZero #define SPIM_PSEL_MOSI_CONNECT_Disconnected (1UL) /*!< Disconnect */ 7925*150812a8SEvalZero 7926*150812a8SEvalZero /* Bits 4..0 : Pin number */ 7927*150812a8SEvalZero #define SPIM_PSEL_MOSI_PIN_Pos (0UL) /*!< Position of PIN field. */ 7928*150812a8SEvalZero #define SPIM_PSEL_MOSI_PIN_Msk (0x1FUL << SPIM_PSEL_MOSI_PIN_Pos) /*!< Bit mask of PIN field. */ 7929*150812a8SEvalZero 7930*150812a8SEvalZero /* Register: SPIM_PSEL_MISO */ 7931*150812a8SEvalZero /* Description: Pin select for MISO signal */ 7932*150812a8SEvalZero 7933*150812a8SEvalZero /* Bit 31 : Connection */ 7934*150812a8SEvalZero #define SPIM_PSEL_MISO_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */ 7935*150812a8SEvalZero #define SPIM_PSEL_MISO_CONNECT_Msk (0x1UL << SPIM_PSEL_MISO_CONNECT_Pos) /*!< Bit mask of CONNECT field. */ 7936*150812a8SEvalZero #define SPIM_PSEL_MISO_CONNECT_Connected (0UL) /*!< Connect */ 7937*150812a8SEvalZero #define SPIM_PSEL_MISO_CONNECT_Disconnected (1UL) /*!< Disconnect */ 7938*150812a8SEvalZero 7939*150812a8SEvalZero /* Bits 4..0 : Pin number */ 7940*150812a8SEvalZero #define SPIM_PSEL_MISO_PIN_Pos (0UL) /*!< Position of PIN field. */ 7941*150812a8SEvalZero #define SPIM_PSEL_MISO_PIN_Msk (0x1FUL << SPIM_PSEL_MISO_PIN_Pos) /*!< Bit mask of PIN field. */ 7942*150812a8SEvalZero 7943*150812a8SEvalZero /* Register: SPIM_FREQUENCY */ 7944*150812a8SEvalZero /* Description: SPI frequency. Accuracy depends on the HFCLK source selected. */ 7945*150812a8SEvalZero 7946*150812a8SEvalZero /* Bits 31..0 : SPI master data rate */ 7947*150812a8SEvalZero #define SPIM_FREQUENCY_FREQUENCY_Pos (0UL) /*!< Position of FREQUENCY field. */ 7948*150812a8SEvalZero #define SPIM_FREQUENCY_FREQUENCY_Msk (0xFFFFFFFFUL << SPIM_FREQUENCY_FREQUENCY_Pos) /*!< Bit mask of FREQUENCY field. */ 7949*150812a8SEvalZero #define SPIM_FREQUENCY_FREQUENCY_K125 (0x02000000UL) /*!< 125 kbps */ 7950*150812a8SEvalZero #define SPIM_FREQUENCY_FREQUENCY_K250 (0x04000000UL) /*!< 250 kbps */ 7951*150812a8SEvalZero #define SPIM_FREQUENCY_FREQUENCY_K500 (0x08000000UL) /*!< 500 kbps */ 7952*150812a8SEvalZero #define SPIM_FREQUENCY_FREQUENCY_M1 (0x10000000UL) /*!< 1 Mbps */ 7953*150812a8SEvalZero #define SPIM_FREQUENCY_FREQUENCY_M2 (0x20000000UL) /*!< 2 Mbps */ 7954*150812a8SEvalZero #define SPIM_FREQUENCY_FREQUENCY_M4 (0x40000000UL) /*!< 4 Mbps */ 7955*150812a8SEvalZero #define SPIM_FREQUENCY_FREQUENCY_M8 (0x80000000UL) /*!< 8 Mbps */ 7956*150812a8SEvalZero 7957*150812a8SEvalZero /* Register: SPIM_RXD_PTR */ 7958*150812a8SEvalZero /* Description: Data pointer */ 7959*150812a8SEvalZero 7960*150812a8SEvalZero /* Bits 31..0 : Data pointer */ 7961*150812a8SEvalZero #define SPIM_RXD_PTR_PTR_Pos (0UL) /*!< Position of PTR field. */ 7962*150812a8SEvalZero #define SPIM_RXD_PTR_PTR_Msk (0xFFFFFFFFUL << SPIM_RXD_PTR_PTR_Pos) /*!< Bit mask of PTR field. */ 7963*150812a8SEvalZero 7964*150812a8SEvalZero /* Register: SPIM_RXD_MAXCNT */ 7965*150812a8SEvalZero /* Description: Maximum number of bytes in receive buffer */ 7966*150812a8SEvalZero 7967*150812a8SEvalZero /* Bits 9..0 : Maximum number of bytes in receive buffer */ 7968*150812a8SEvalZero #define SPIM_RXD_MAXCNT_MAXCNT_Pos (0UL) /*!< Position of MAXCNT field. */ 7969*150812a8SEvalZero #define SPIM_RXD_MAXCNT_MAXCNT_Msk (0x3FFUL << SPIM_RXD_MAXCNT_MAXCNT_Pos) /*!< Bit mask of MAXCNT field. */ 7970*150812a8SEvalZero 7971*150812a8SEvalZero /* Register: SPIM_RXD_AMOUNT */ 7972*150812a8SEvalZero /* Description: Number of bytes transferred in the last transaction */ 7973*150812a8SEvalZero 7974*150812a8SEvalZero /* Bits 9..0 : Number of bytes transferred in the last transaction */ 7975*150812a8SEvalZero #define SPIM_RXD_AMOUNT_AMOUNT_Pos (0UL) /*!< Position of AMOUNT field. */ 7976*150812a8SEvalZero #define SPIM_RXD_AMOUNT_AMOUNT_Msk (0x3FFUL << SPIM_RXD_AMOUNT_AMOUNT_Pos) /*!< Bit mask of AMOUNT field. */ 7977*150812a8SEvalZero 7978*150812a8SEvalZero /* Register: SPIM_RXD_LIST */ 7979*150812a8SEvalZero /* Description: EasyDMA list type */ 7980*150812a8SEvalZero 7981*150812a8SEvalZero /* Bits 2..0 : List type */ 7982*150812a8SEvalZero #define SPIM_RXD_LIST_LIST_Pos (0UL) /*!< Position of LIST field. */ 7983*150812a8SEvalZero #define SPIM_RXD_LIST_LIST_Msk (0x7UL << SPIM_RXD_LIST_LIST_Pos) /*!< Bit mask of LIST field. */ 7984*150812a8SEvalZero #define SPIM_RXD_LIST_LIST_Disabled (0UL) /*!< Disable EasyDMA list */ 7985*150812a8SEvalZero #define SPIM_RXD_LIST_LIST_ArrayList (1UL) /*!< Use array list */ 7986*150812a8SEvalZero 7987*150812a8SEvalZero /* Register: SPIM_TXD_PTR */ 7988*150812a8SEvalZero /* Description: Data pointer */ 7989*150812a8SEvalZero 7990*150812a8SEvalZero /* Bits 31..0 : Data pointer */ 7991*150812a8SEvalZero #define SPIM_TXD_PTR_PTR_Pos (0UL) /*!< Position of PTR field. */ 7992*150812a8SEvalZero #define SPIM_TXD_PTR_PTR_Msk (0xFFFFFFFFUL << SPIM_TXD_PTR_PTR_Pos) /*!< Bit mask of PTR field. */ 7993*150812a8SEvalZero 7994*150812a8SEvalZero /* Register: SPIM_TXD_MAXCNT */ 7995*150812a8SEvalZero /* Description: Maximum number of bytes in transmit buffer */ 7996*150812a8SEvalZero 7997*150812a8SEvalZero /* Bits 9..0 : Maximum number of bytes in transmit buffer */ 7998*150812a8SEvalZero #define SPIM_TXD_MAXCNT_MAXCNT_Pos (0UL) /*!< Position of MAXCNT field. */ 7999*150812a8SEvalZero #define SPIM_TXD_MAXCNT_MAXCNT_Msk (0x3FFUL << SPIM_TXD_MAXCNT_MAXCNT_Pos) /*!< Bit mask of MAXCNT field. */ 8000*150812a8SEvalZero 8001*150812a8SEvalZero /* Register: SPIM_TXD_AMOUNT */ 8002*150812a8SEvalZero /* Description: Number of bytes transferred in the last transaction */ 8003*150812a8SEvalZero 8004*150812a8SEvalZero /* Bits 9..0 : Number of bytes transferred in the last transaction */ 8005*150812a8SEvalZero #define SPIM_TXD_AMOUNT_AMOUNT_Pos (0UL) /*!< Position of AMOUNT field. */ 8006*150812a8SEvalZero #define SPIM_TXD_AMOUNT_AMOUNT_Msk (0x3FFUL << SPIM_TXD_AMOUNT_AMOUNT_Pos) /*!< Bit mask of AMOUNT field. */ 8007*150812a8SEvalZero 8008*150812a8SEvalZero /* Register: SPIM_TXD_LIST */ 8009*150812a8SEvalZero /* Description: EasyDMA list type */ 8010*150812a8SEvalZero 8011*150812a8SEvalZero /* Bits 2..0 : List type */ 8012*150812a8SEvalZero #define SPIM_TXD_LIST_LIST_Pos (0UL) /*!< Position of LIST field. */ 8013*150812a8SEvalZero #define SPIM_TXD_LIST_LIST_Msk (0x7UL << SPIM_TXD_LIST_LIST_Pos) /*!< Bit mask of LIST field. */ 8014*150812a8SEvalZero #define SPIM_TXD_LIST_LIST_Disabled (0UL) /*!< Disable EasyDMA list */ 8015*150812a8SEvalZero #define SPIM_TXD_LIST_LIST_ArrayList (1UL) /*!< Use array list */ 8016*150812a8SEvalZero 8017*150812a8SEvalZero /* Register: SPIM_CONFIG */ 8018*150812a8SEvalZero /* Description: Configuration register */ 8019*150812a8SEvalZero 8020*150812a8SEvalZero /* Bit 2 : Serial clock (SCK) polarity */ 8021*150812a8SEvalZero #define SPIM_CONFIG_CPOL_Pos (2UL) /*!< Position of CPOL field. */ 8022*150812a8SEvalZero #define SPIM_CONFIG_CPOL_Msk (0x1UL << SPIM_CONFIG_CPOL_Pos) /*!< Bit mask of CPOL field. */ 8023*150812a8SEvalZero #define SPIM_CONFIG_CPOL_ActiveHigh (0UL) /*!< Active high */ 8024*150812a8SEvalZero #define SPIM_CONFIG_CPOL_ActiveLow (1UL) /*!< Active low */ 8025*150812a8SEvalZero 8026*150812a8SEvalZero /* Bit 1 : Serial clock (SCK) phase */ 8027*150812a8SEvalZero #define SPIM_CONFIG_CPHA_Pos (1UL) /*!< Position of CPHA field. */ 8028*150812a8SEvalZero #define SPIM_CONFIG_CPHA_Msk (0x1UL << SPIM_CONFIG_CPHA_Pos) /*!< Bit mask of CPHA field. */ 8029*150812a8SEvalZero #define SPIM_CONFIG_CPHA_Leading (0UL) /*!< Sample on leading edge of clock, shift serial data on trailing edge */ 8030*150812a8SEvalZero #define SPIM_CONFIG_CPHA_Trailing (1UL) /*!< Sample on trailing edge of clock, shift serial data on leading edge */ 8031*150812a8SEvalZero 8032*150812a8SEvalZero /* Bit 0 : Bit order */ 8033*150812a8SEvalZero #define SPIM_CONFIG_ORDER_Pos (0UL) /*!< Position of ORDER field. */ 8034*150812a8SEvalZero #define SPIM_CONFIG_ORDER_Msk (0x1UL << SPIM_CONFIG_ORDER_Pos) /*!< Bit mask of ORDER field. */ 8035*150812a8SEvalZero #define SPIM_CONFIG_ORDER_MsbFirst (0UL) /*!< Most significant bit shifted out first */ 8036*150812a8SEvalZero #define SPIM_CONFIG_ORDER_LsbFirst (1UL) /*!< Least significant bit shifted out first */ 8037*150812a8SEvalZero 8038*150812a8SEvalZero /* Register: SPIM_ORC */ 8039*150812a8SEvalZero /* Description: Over-read character. Character clocked out in case and over-read of the TXD buffer. */ 8040*150812a8SEvalZero 8041*150812a8SEvalZero /* Bits 7..0 : Over-read character. Character clocked out in case and over-read of the TXD buffer. */ 8042*150812a8SEvalZero #define SPIM_ORC_ORC_Pos (0UL) /*!< Position of ORC field. */ 8043*150812a8SEvalZero #define SPIM_ORC_ORC_Msk (0xFFUL << SPIM_ORC_ORC_Pos) /*!< Bit mask of ORC field. */ 8044*150812a8SEvalZero 8045*150812a8SEvalZero 8046*150812a8SEvalZero /* Peripheral: SPIS */ 8047*150812a8SEvalZero /* Description: SPI Slave */ 8048*150812a8SEvalZero 8049*150812a8SEvalZero /* Register: SPIS_TASKS_ACQUIRE */ 8050*150812a8SEvalZero /* Description: Acquire SPI semaphore */ 8051*150812a8SEvalZero 8052*150812a8SEvalZero /* Bit 0 : */ 8053*150812a8SEvalZero #define SPIS_TASKS_ACQUIRE_TASKS_ACQUIRE_Pos (0UL) /*!< Position of TASKS_ACQUIRE field. */ 8054*150812a8SEvalZero #define SPIS_TASKS_ACQUIRE_TASKS_ACQUIRE_Msk (0x1UL << SPIS_TASKS_ACQUIRE_TASKS_ACQUIRE_Pos) /*!< Bit mask of TASKS_ACQUIRE field. */ 8055*150812a8SEvalZero 8056*150812a8SEvalZero /* Register: SPIS_TASKS_RELEASE */ 8057*150812a8SEvalZero /* Description: Release SPI semaphore, enabling the SPI slave to acquire it */ 8058*150812a8SEvalZero 8059*150812a8SEvalZero /* Bit 0 : */ 8060*150812a8SEvalZero #define SPIS_TASKS_RELEASE_TASKS_RELEASE_Pos (0UL) /*!< Position of TASKS_RELEASE field. */ 8061*150812a8SEvalZero #define SPIS_TASKS_RELEASE_TASKS_RELEASE_Msk (0x1UL << SPIS_TASKS_RELEASE_TASKS_RELEASE_Pos) /*!< Bit mask of TASKS_RELEASE field. */ 8062*150812a8SEvalZero 8063*150812a8SEvalZero /* Register: SPIS_EVENTS_END */ 8064*150812a8SEvalZero /* Description: Granted transaction completed */ 8065*150812a8SEvalZero 8066*150812a8SEvalZero /* Bit 0 : */ 8067*150812a8SEvalZero #define SPIS_EVENTS_END_EVENTS_END_Pos (0UL) /*!< Position of EVENTS_END field. */ 8068*150812a8SEvalZero #define SPIS_EVENTS_END_EVENTS_END_Msk (0x1UL << SPIS_EVENTS_END_EVENTS_END_Pos) /*!< Bit mask of EVENTS_END field. */ 8069*150812a8SEvalZero 8070*150812a8SEvalZero /* Register: SPIS_EVENTS_ENDRX */ 8071*150812a8SEvalZero /* Description: End of RXD buffer reached */ 8072*150812a8SEvalZero 8073*150812a8SEvalZero /* Bit 0 : */ 8074*150812a8SEvalZero #define SPIS_EVENTS_ENDRX_EVENTS_ENDRX_Pos (0UL) /*!< Position of EVENTS_ENDRX field. */ 8075*150812a8SEvalZero #define SPIS_EVENTS_ENDRX_EVENTS_ENDRX_Msk (0x1UL << SPIS_EVENTS_ENDRX_EVENTS_ENDRX_Pos) /*!< Bit mask of EVENTS_ENDRX field. */ 8076*150812a8SEvalZero 8077*150812a8SEvalZero /* Register: SPIS_EVENTS_ACQUIRED */ 8078*150812a8SEvalZero /* Description: Semaphore acquired */ 8079*150812a8SEvalZero 8080*150812a8SEvalZero /* Bit 0 : */ 8081*150812a8SEvalZero #define SPIS_EVENTS_ACQUIRED_EVENTS_ACQUIRED_Pos (0UL) /*!< Position of EVENTS_ACQUIRED field. */ 8082*150812a8SEvalZero #define SPIS_EVENTS_ACQUIRED_EVENTS_ACQUIRED_Msk (0x1UL << SPIS_EVENTS_ACQUIRED_EVENTS_ACQUIRED_Pos) /*!< Bit mask of EVENTS_ACQUIRED field. */ 8083*150812a8SEvalZero 8084*150812a8SEvalZero /* Register: SPIS_SHORTS */ 8085*150812a8SEvalZero /* Description: Shortcut register */ 8086*150812a8SEvalZero 8087*150812a8SEvalZero /* Bit 2 : Shortcut between END event and ACQUIRE task */ 8088*150812a8SEvalZero #define SPIS_SHORTS_END_ACQUIRE_Pos (2UL) /*!< Position of END_ACQUIRE field. */ 8089*150812a8SEvalZero #define SPIS_SHORTS_END_ACQUIRE_Msk (0x1UL << SPIS_SHORTS_END_ACQUIRE_Pos) /*!< Bit mask of END_ACQUIRE field. */ 8090*150812a8SEvalZero #define SPIS_SHORTS_END_ACQUIRE_Disabled (0UL) /*!< Disable shortcut */ 8091*150812a8SEvalZero #define SPIS_SHORTS_END_ACQUIRE_Enabled (1UL) /*!< Enable shortcut */ 8092*150812a8SEvalZero 8093*150812a8SEvalZero /* Register: SPIS_INTENSET */ 8094*150812a8SEvalZero /* Description: Enable interrupt */ 8095*150812a8SEvalZero 8096*150812a8SEvalZero /* Bit 10 : Write '1' to enable interrupt for ACQUIRED event */ 8097*150812a8SEvalZero #define SPIS_INTENSET_ACQUIRED_Pos (10UL) /*!< Position of ACQUIRED field. */ 8098*150812a8SEvalZero #define SPIS_INTENSET_ACQUIRED_Msk (0x1UL << SPIS_INTENSET_ACQUIRED_Pos) /*!< Bit mask of ACQUIRED field. */ 8099*150812a8SEvalZero #define SPIS_INTENSET_ACQUIRED_Disabled (0UL) /*!< Read: Disabled */ 8100*150812a8SEvalZero #define SPIS_INTENSET_ACQUIRED_Enabled (1UL) /*!< Read: Enabled */ 8101*150812a8SEvalZero #define SPIS_INTENSET_ACQUIRED_Set (1UL) /*!< Enable */ 8102*150812a8SEvalZero 8103*150812a8SEvalZero /* Bit 4 : Write '1' to enable interrupt for ENDRX event */ 8104*150812a8SEvalZero #define SPIS_INTENSET_ENDRX_Pos (4UL) /*!< Position of ENDRX field. */ 8105*150812a8SEvalZero #define SPIS_INTENSET_ENDRX_Msk (0x1UL << SPIS_INTENSET_ENDRX_Pos) /*!< Bit mask of ENDRX field. */ 8106*150812a8SEvalZero #define SPIS_INTENSET_ENDRX_Disabled (0UL) /*!< Read: Disabled */ 8107*150812a8SEvalZero #define SPIS_INTENSET_ENDRX_Enabled (1UL) /*!< Read: Enabled */ 8108*150812a8SEvalZero #define SPIS_INTENSET_ENDRX_Set (1UL) /*!< Enable */ 8109*150812a8SEvalZero 8110*150812a8SEvalZero /* Bit 1 : Write '1' to enable interrupt for END event */ 8111*150812a8SEvalZero #define SPIS_INTENSET_END_Pos (1UL) /*!< Position of END field. */ 8112*150812a8SEvalZero #define SPIS_INTENSET_END_Msk (0x1UL << SPIS_INTENSET_END_Pos) /*!< Bit mask of END field. */ 8113*150812a8SEvalZero #define SPIS_INTENSET_END_Disabled (0UL) /*!< Read: Disabled */ 8114*150812a8SEvalZero #define SPIS_INTENSET_END_Enabled (1UL) /*!< Read: Enabled */ 8115*150812a8SEvalZero #define SPIS_INTENSET_END_Set (1UL) /*!< Enable */ 8116*150812a8SEvalZero 8117*150812a8SEvalZero /* Register: SPIS_INTENCLR */ 8118*150812a8SEvalZero /* Description: Disable interrupt */ 8119*150812a8SEvalZero 8120*150812a8SEvalZero /* Bit 10 : Write '1' to disable interrupt for ACQUIRED event */ 8121*150812a8SEvalZero #define SPIS_INTENCLR_ACQUIRED_Pos (10UL) /*!< Position of ACQUIRED field. */ 8122*150812a8SEvalZero #define SPIS_INTENCLR_ACQUIRED_Msk (0x1UL << SPIS_INTENCLR_ACQUIRED_Pos) /*!< Bit mask of ACQUIRED field. */ 8123*150812a8SEvalZero #define SPIS_INTENCLR_ACQUIRED_Disabled (0UL) /*!< Read: Disabled */ 8124*150812a8SEvalZero #define SPIS_INTENCLR_ACQUIRED_Enabled (1UL) /*!< Read: Enabled */ 8125*150812a8SEvalZero #define SPIS_INTENCLR_ACQUIRED_Clear (1UL) /*!< Disable */ 8126*150812a8SEvalZero 8127*150812a8SEvalZero /* Bit 4 : Write '1' to disable interrupt for ENDRX event */ 8128*150812a8SEvalZero #define SPIS_INTENCLR_ENDRX_Pos (4UL) /*!< Position of ENDRX field. */ 8129*150812a8SEvalZero #define SPIS_INTENCLR_ENDRX_Msk (0x1UL << SPIS_INTENCLR_ENDRX_Pos) /*!< Bit mask of ENDRX field. */ 8130*150812a8SEvalZero #define SPIS_INTENCLR_ENDRX_Disabled (0UL) /*!< Read: Disabled */ 8131*150812a8SEvalZero #define SPIS_INTENCLR_ENDRX_Enabled (1UL) /*!< Read: Enabled */ 8132*150812a8SEvalZero #define SPIS_INTENCLR_ENDRX_Clear (1UL) /*!< Disable */ 8133*150812a8SEvalZero 8134*150812a8SEvalZero /* Bit 1 : Write '1' to disable interrupt for END event */ 8135*150812a8SEvalZero #define SPIS_INTENCLR_END_Pos (1UL) /*!< Position of END field. */ 8136*150812a8SEvalZero #define SPIS_INTENCLR_END_Msk (0x1UL << SPIS_INTENCLR_END_Pos) /*!< Bit mask of END field. */ 8137*150812a8SEvalZero #define SPIS_INTENCLR_END_Disabled (0UL) /*!< Read: Disabled */ 8138*150812a8SEvalZero #define SPIS_INTENCLR_END_Enabled (1UL) /*!< Read: Enabled */ 8139*150812a8SEvalZero #define SPIS_INTENCLR_END_Clear (1UL) /*!< Disable */ 8140*150812a8SEvalZero 8141*150812a8SEvalZero /* Register: SPIS_SEMSTAT */ 8142*150812a8SEvalZero /* Description: Semaphore status register */ 8143*150812a8SEvalZero 8144*150812a8SEvalZero /* Bits 1..0 : Semaphore status */ 8145*150812a8SEvalZero #define SPIS_SEMSTAT_SEMSTAT_Pos (0UL) /*!< Position of SEMSTAT field. */ 8146*150812a8SEvalZero #define SPIS_SEMSTAT_SEMSTAT_Msk (0x3UL << SPIS_SEMSTAT_SEMSTAT_Pos) /*!< Bit mask of SEMSTAT field. */ 8147*150812a8SEvalZero #define SPIS_SEMSTAT_SEMSTAT_Free (0UL) /*!< Semaphore is free */ 8148*150812a8SEvalZero #define SPIS_SEMSTAT_SEMSTAT_CPU (1UL) /*!< Semaphore is assigned to CPU */ 8149*150812a8SEvalZero #define SPIS_SEMSTAT_SEMSTAT_SPIS (2UL) /*!< Semaphore is assigned to SPI slave */ 8150*150812a8SEvalZero #define SPIS_SEMSTAT_SEMSTAT_CPUPending (3UL) /*!< Semaphore is assigned to SPI but a handover to the CPU is pending */ 8151*150812a8SEvalZero 8152*150812a8SEvalZero /* Register: SPIS_STATUS */ 8153*150812a8SEvalZero /* Description: Status from last transaction */ 8154*150812a8SEvalZero 8155*150812a8SEvalZero /* Bit 1 : RX buffer overflow detected, and prevented */ 8156*150812a8SEvalZero #define SPIS_STATUS_OVERFLOW_Pos (1UL) /*!< Position of OVERFLOW field. */ 8157*150812a8SEvalZero #define SPIS_STATUS_OVERFLOW_Msk (0x1UL << SPIS_STATUS_OVERFLOW_Pos) /*!< Bit mask of OVERFLOW field. */ 8158*150812a8SEvalZero #define SPIS_STATUS_OVERFLOW_NotPresent (0UL) /*!< Read: error not present */ 8159*150812a8SEvalZero #define SPIS_STATUS_OVERFLOW_Present (1UL) /*!< Read: error present */ 8160*150812a8SEvalZero #define SPIS_STATUS_OVERFLOW_Clear (1UL) /*!< Write: clear error on writing '1' */ 8161*150812a8SEvalZero 8162*150812a8SEvalZero /* Bit 0 : TX buffer over-read detected, and prevented */ 8163*150812a8SEvalZero #define SPIS_STATUS_OVERREAD_Pos (0UL) /*!< Position of OVERREAD field. */ 8164*150812a8SEvalZero #define SPIS_STATUS_OVERREAD_Msk (0x1UL << SPIS_STATUS_OVERREAD_Pos) /*!< Bit mask of OVERREAD field. */ 8165*150812a8SEvalZero #define SPIS_STATUS_OVERREAD_NotPresent (0UL) /*!< Read: error not present */ 8166*150812a8SEvalZero #define SPIS_STATUS_OVERREAD_Present (1UL) /*!< Read: error present */ 8167*150812a8SEvalZero #define SPIS_STATUS_OVERREAD_Clear (1UL) /*!< Write: clear error on writing '1' */ 8168*150812a8SEvalZero 8169*150812a8SEvalZero /* Register: SPIS_ENABLE */ 8170*150812a8SEvalZero /* Description: Enable SPI slave */ 8171*150812a8SEvalZero 8172*150812a8SEvalZero /* Bits 3..0 : Enable or disable SPI slave */ 8173*150812a8SEvalZero #define SPIS_ENABLE_ENABLE_Pos (0UL) /*!< Position of ENABLE field. */ 8174*150812a8SEvalZero #define SPIS_ENABLE_ENABLE_Msk (0xFUL << SPIS_ENABLE_ENABLE_Pos) /*!< Bit mask of ENABLE field. */ 8175*150812a8SEvalZero #define SPIS_ENABLE_ENABLE_Disabled (0UL) /*!< Disable SPI slave */ 8176*150812a8SEvalZero #define SPIS_ENABLE_ENABLE_Enabled (2UL) /*!< Enable SPI slave */ 8177*150812a8SEvalZero 8178*150812a8SEvalZero /* Register: SPIS_PSEL_SCK */ 8179*150812a8SEvalZero /* Description: Pin select for SCK */ 8180*150812a8SEvalZero 8181*150812a8SEvalZero /* Bit 31 : Connection */ 8182*150812a8SEvalZero #define SPIS_PSEL_SCK_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */ 8183*150812a8SEvalZero #define SPIS_PSEL_SCK_CONNECT_Msk (0x1UL << SPIS_PSEL_SCK_CONNECT_Pos) /*!< Bit mask of CONNECT field. */ 8184*150812a8SEvalZero #define SPIS_PSEL_SCK_CONNECT_Connected (0UL) /*!< Connect */ 8185*150812a8SEvalZero #define SPIS_PSEL_SCK_CONNECT_Disconnected (1UL) /*!< Disconnect */ 8186*150812a8SEvalZero 8187*150812a8SEvalZero /* Bits 4..0 : Pin number */ 8188*150812a8SEvalZero #define SPIS_PSEL_SCK_PIN_Pos (0UL) /*!< Position of PIN field. */ 8189*150812a8SEvalZero #define SPIS_PSEL_SCK_PIN_Msk (0x1FUL << SPIS_PSEL_SCK_PIN_Pos) /*!< Bit mask of PIN field. */ 8190*150812a8SEvalZero 8191*150812a8SEvalZero /* Register: SPIS_PSEL_MISO */ 8192*150812a8SEvalZero /* Description: Pin select for MISO signal */ 8193*150812a8SEvalZero 8194*150812a8SEvalZero /* Bit 31 : Connection */ 8195*150812a8SEvalZero #define SPIS_PSEL_MISO_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */ 8196*150812a8SEvalZero #define SPIS_PSEL_MISO_CONNECT_Msk (0x1UL << SPIS_PSEL_MISO_CONNECT_Pos) /*!< Bit mask of CONNECT field. */ 8197*150812a8SEvalZero #define SPIS_PSEL_MISO_CONNECT_Connected (0UL) /*!< Connect */ 8198*150812a8SEvalZero #define SPIS_PSEL_MISO_CONNECT_Disconnected (1UL) /*!< Disconnect */ 8199*150812a8SEvalZero 8200*150812a8SEvalZero /* Bits 4..0 : Pin number */ 8201*150812a8SEvalZero #define SPIS_PSEL_MISO_PIN_Pos (0UL) /*!< Position of PIN field. */ 8202*150812a8SEvalZero #define SPIS_PSEL_MISO_PIN_Msk (0x1FUL << SPIS_PSEL_MISO_PIN_Pos) /*!< Bit mask of PIN field. */ 8203*150812a8SEvalZero 8204*150812a8SEvalZero /* Register: SPIS_PSEL_MOSI */ 8205*150812a8SEvalZero /* Description: Pin select for MOSI signal */ 8206*150812a8SEvalZero 8207*150812a8SEvalZero /* Bit 31 : Connection */ 8208*150812a8SEvalZero #define SPIS_PSEL_MOSI_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */ 8209*150812a8SEvalZero #define SPIS_PSEL_MOSI_CONNECT_Msk (0x1UL << SPIS_PSEL_MOSI_CONNECT_Pos) /*!< Bit mask of CONNECT field. */ 8210*150812a8SEvalZero #define SPIS_PSEL_MOSI_CONNECT_Connected (0UL) /*!< Connect */ 8211*150812a8SEvalZero #define SPIS_PSEL_MOSI_CONNECT_Disconnected (1UL) /*!< Disconnect */ 8212*150812a8SEvalZero 8213*150812a8SEvalZero /* Bits 4..0 : Pin number */ 8214*150812a8SEvalZero #define SPIS_PSEL_MOSI_PIN_Pos (0UL) /*!< Position of PIN field. */ 8215*150812a8SEvalZero #define SPIS_PSEL_MOSI_PIN_Msk (0x1FUL << SPIS_PSEL_MOSI_PIN_Pos) /*!< Bit mask of PIN field. */ 8216*150812a8SEvalZero 8217*150812a8SEvalZero /* Register: SPIS_PSEL_CSN */ 8218*150812a8SEvalZero /* Description: Pin select for CSN signal */ 8219*150812a8SEvalZero 8220*150812a8SEvalZero /* Bit 31 : Connection */ 8221*150812a8SEvalZero #define SPIS_PSEL_CSN_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */ 8222*150812a8SEvalZero #define SPIS_PSEL_CSN_CONNECT_Msk (0x1UL << SPIS_PSEL_CSN_CONNECT_Pos) /*!< Bit mask of CONNECT field. */ 8223*150812a8SEvalZero #define SPIS_PSEL_CSN_CONNECT_Connected (0UL) /*!< Connect */ 8224*150812a8SEvalZero #define SPIS_PSEL_CSN_CONNECT_Disconnected (1UL) /*!< Disconnect */ 8225*150812a8SEvalZero 8226*150812a8SEvalZero /* Bits 4..0 : Pin number */ 8227*150812a8SEvalZero #define SPIS_PSEL_CSN_PIN_Pos (0UL) /*!< Position of PIN field. */ 8228*150812a8SEvalZero #define SPIS_PSEL_CSN_PIN_Msk (0x1FUL << SPIS_PSEL_CSN_PIN_Pos) /*!< Bit mask of PIN field. */ 8229*150812a8SEvalZero 8230*150812a8SEvalZero /* Register: SPIS_RXD_PTR */ 8231*150812a8SEvalZero /* Description: RXD data pointer */ 8232*150812a8SEvalZero 8233*150812a8SEvalZero /* Bits 31..0 : RXD data pointer */ 8234*150812a8SEvalZero #define SPIS_RXD_PTR_PTR_Pos (0UL) /*!< Position of PTR field. */ 8235*150812a8SEvalZero #define SPIS_RXD_PTR_PTR_Msk (0xFFFFFFFFUL << SPIS_RXD_PTR_PTR_Pos) /*!< Bit mask of PTR field. */ 8236*150812a8SEvalZero 8237*150812a8SEvalZero /* Register: SPIS_RXD_MAXCNT */ 8238*150812a8SEvalZero /* Description: Maximum number of bytes in receive buffer */ 8239*150812a8SEvalZero 8240*150812a8SEvalZero /* Bits 9..0 : Maximum number of bytes in receive buffer */ 8241*150812a8SEvalZero #define SPIS_RXD_MAXCNT_MAXCNT_Pos (0UL) /*!< Position of MAXCNT field. */ 8242*150812a8SEvalZero #define SPIS_RXD_MAXCNT_MAXCNT_Msk (0x3FFUL << SPIS_RXD_MAXCNT_MAXCNT_Pos) /*!< Bit mask of MAXCNT field. */ 8243*150812a8SEvalZero 8244*150812a8SEvalZero /* Register: SPIS_RXD_AMOUNT */ 8245*150812a8SEvalZero /* Description: Number of bytes received in last granted transaction */ 8246*150812a8SEvalZero 8247*150812a8SEvalZero /* Bits 9..0 : Number of bytes received in the last granted transaction */ 8248*150812a8SEvalZero #define SPIS_RXD_AMOUNT_AMOUNT_Pos (0UL) /*!< Position of AMOUNT field. */ 8249*150812a8SEvalZero #define SPIS_RXD_AMOUNT_AMOUNT_Msk (0x3FFUL << SPIS_RXD_AMOUNT_AMOUNT_Pos) /*!< Bit mask of AMOUNT field. */ 8250*150812a8SEvalZero 8251*150812a8SEvalZero /* Register: SPIS_TXD_PTR */ 8252*150812a8SEvalZero /* Description: TXD data pointer */ 8253*150812a8SEvalZero 8254*150812a8SEvalZero /* Bits 31..0 : TXD data pointer */ 8255*150812a8SEvalZero #define SPIS_TXD_PTR_PTR_Pos (0UL) /*!< Position of PTR field. */ 8256*150812a8SEvalZero #define SPIS_TXD_PTR_PTR_Msk (0xFFFFFFFFUL << SPIS_TXD_PTR_PTR_Pos) /*!< Bit mask of PTR field. */ 8257*150812a8SEvalZero 8258*150812a8SEvalZero /* Register: SPIS_TXD_MAXCNT */ 8259*150812a8SEvalZero /* Description: Maximum number of bytes in transmit buffer */ 8260*150812a8SEvalZero 8261*150812a8SEvalZero /* Bits 9..0 : Maximum number of bytes in transmit buffer */ 8262*150812a8SEvalZero #define SPIS_TXD_MAXCNT_MAXCNT_Pos (0UL) /*!< Position of MAXCNT field. */ 8263*150812a8SEvalZero #define SPIS_TXD_MAXCNT_MAXCNT_Msk (0x3FFUL << SPIS_TXD_MAXCNT_MAXCNT_Pos) /*!< Bit mask of MAXCNT field. */ 8264*150812a8SEvalZero 8265*150812a8SEvalZero /* Register: SPIS_TXD_AMOUNT */ 8266*150812a8SEvalZero /* Description: Number of bytes transmitted in last granted transaction */ 8267*150812a8SEvalZero 8268*150812a8SEvalZero /* Bits 9..0 : Number of bytes transmitted in last granted transaction */ 8269*150812a8SEvalZero #define SPIS_TXD_AMOUNT_AMOUNT_Pos (0UL) /*!< Position of AMOUNT field. */ 8270*150812a8SEvalZero #define SPIS_TXD_AMOUNT_AMOUNT_Msk (0x3FFUL << SPIS_TXD_AMOUNT_AMOUNT_Pos) /*!< Bit mask of AMOUNT field. */ 8271*150812a8SEvalZero 8272*150812a8SEvalZero /* Register: SPIS_CONFIG */ 8273*150812a8SEvalZero /* Description: Configuration register */ 8274*150812a8SEvalZero 8275*150812a8SEvalZero /* Bit 2 : Serial clock (SCK) polarity */ 8276*150812a8SEvalZero #define SPIS_CONFIG_CPOL_Pos (2UL) /*!< Position of CPOL field. */ 8277*150812a8SEvalZero #define SPIS_CONFIG_CPOL_Msk (0x1UL << SPIS_CONFIG_CPOL_Pos) /*!< Bit mask of CPOL field. */ 8278*150812a8SEvalZero #define SPIS_CONFIG_CPOL_ActiveHigh (0UL) /*!< Active high */ 8279*150812a8SEvalZero #define SPIS_CONFIG_CPOL_ActiveLow (1UL) /*!< Active low */ 8280*150812a8SEvalZero 8281*150812a8SEvalZero /* Bit 1 : Serial clock (SCK) phase */ 8282*150812a8SEvalZero #define SPIS_CONFIG_CPHA_Pos (1UL) /*!< Position of CPHA field. */ 8283*150812a8SEvalZero #define SPIS_CONFIG_CPHA_Msk (0x1UL << SPIS_CONFIG_CPHA_Pos) /*!< Bit mask of CPHA field. */ 8284*150812a8SEvalZero #define SPIS_CONFIG_CPHA_Leading (0UL) /*!< Sample on leading edge of clock, shift serial data on trailing edge */ 8285*150812a8SEvalZero #define SPIS_CONFIG_CPHA_Trailing (1UL) /*!< Sample on trailing edge of clock, shift serial data on leading edge */ 8286*150812a8SEvalZero 8287*150812a8SEvalZero /* Bit 0 : Bit order */ 8288*150812a8SEvalZero #define SPIS_CONFIG_ORDER_Pos (0UL) /*!< Position of ORDER field. */ 8289*150812a8SEvalZero #define SPIS_CONFIG_ORDER_Msk (0x1UL << SPIS_CONFIG_ORDER_Pos) /*!< Bit mask of ORDER field. */ 8290*150812a8SEvalZero #define SPIS_CONFIG_ORDER_MsbFirst (0UL) /*!< Most significant bit shifted out first */ 8291*150812a8SEvalZero #define SPIS_CONFIG_ORDER_LsbFirst (1UL) /*!< Least significant bit shifted out first */ 8292*150812a8SEvalZero 8293*150812a8SEvalZero /* Register: SPIS_DEF */ 8294*150812a8SEvalZero /* Description: Default character. Character clocked out in case of an ignored transaction. */ 8295*150812a8SEvalZero 8296*150812a8SEvalZero /* Bits 7..0 : Default character. Character clocked out in case of an ignored transaction. */ 8297*150812a8SEvalZero #define SPIS_DEF_DEF_Pos (0UL) /*!< Position of DEF field. */ 8298*150812a8SEvalZero #define SPIS_DEF_DEF_Msk (0xFFUL << SPIS_DEF_DEF_Pos) /*!< Bit mask of DEF field. */ 8299*150812a8SEvalZero 8300*150812a8SEvalZero /* Register: SPIS_ORC */ 8301*150812a8SEvalZero /* Description: Over-read character */ 8302*150812a8SEvalZero 8303*150812a8SEvalZero /* Bits 7..0 : Over-read character. Character clocked out after an over-read of the transmit buffer. */ 8304*150812a8SEvalZero #define SPIS_ORC_ORC_Pos (0UL) /*!< Position of ORC field. */ 8305*150812a8SEvalZero #define SPIS_ORC_ORC_Msk (0xFFUL << SPIS_ORC_ORC_Pos) /*!< Bit mask of ORC field. */ 8306*150812a8SEvalZero 8307*150812a8SEvalZero 8308*150812a8SEvalZero /* Peripheral: TEMP */ 8309*150812a8SEvalZero /* Description: Temperature Sensor */ 8310*150812a8SEvalZero 8311*150812a8SEvalZero /* Register: TEMP_TASKS_START */ 8312*150812a8SEvalZero /* Description: Start temperature measurement */ 8313*150812a8SEvalZero 8314*150812a8SEvalZero /* Bit 0 : */ 8315*150812a8SEvalZero #define TEMP_TASKS_START_TASKS_START_Pos (0UL) /*!< Position of TASKS_START field. */ 8316*150812a8SEvalZero #define TEMP_TASKS_START_TASKS_START_Msk (0x1UL << TEMP_TASKS_START_TASKS_START_Pos) /*!< Bit mask of TASKS_START field. */ 8317*150812a8SEvalZero 8318*150812a8SEvalZero /* Register: TEMP_TASKS_STOP */ 8319*150812a8SEvalZero /* Description: Stop temperature measurement */ 8320*150812a8SEvalZero 8321*150812a8SEvalZero /* Bit 0 : */ 8322*150812a8SEvalZero #define TEMP_TASKS_STOP_TASKS_STOP_Pos (0UL) /*!< Position of TASKS_STOP field. */ 8323*150812a8SEvalZero #define TEMP_TASKS_STOP_TASKS_STOP_Msk (0x1UL << TEMP_TASKS_STOP_TASKS_STOP_Pos) /*!< Bit mask of TASKS_STOP field. */ 8324*150812a8SEvalZero 8325*150812a8SEvalZero /* Register: TEMP_EVENTS_DATARDY */ 8326*150812a8SEvalZero /* Description: Temperature measurement complete, data ready */ 8327*150812a8SEvalZero 8328*150812a8SEvalZero /* Bit 0 : */ 8329*150812a8SEvalZero #define TEMP_EVENTS_DATARDY_EVENTS_DATARDY_Pos (0UL) /*!< Position of EVENTS_DATARDY field. */ 8330*150812a8SEvalZero #define TEMP_EVENTS_DATARDY_EVENTS_DATARDY_Msk (0x1UL << TEMP_EVENTS_DATARDY_EVENTS_DATARDY_Pos) /*!< Bit mask of EVENTS_DATARDY field. */ 8331*150812a8SEvalZero 8332*150812a8SEvalZero /* Register: TEMP_INTENSET */ 8333*150812a8SEvalZero /* Description: Enable interrupt */ 8334*150812a8SEvalZero 8335*150812a8SEvalZero /* Bit 0 : Write '1' to enable interrupt for DATARDY event */ 8336*150812a8SEvalZero #define TEMP_INTENSET_DATARDY_Pos (0UL) /*!< Position of DATARDY field. */ 8337*150812a8SEvalZero #define TEMP_INTENSET_DATARDY_Msk (0x1UL << TEMP_INTENSET_DATARDY_Pos) /*!< Bit mask of DATARDY field. */ 8338*150812a8SEvalZero #define TEMP_INTENSET_DATARDY_Disabled (0UL) /*!< Read: Disabled */ 8339*150812a8SEvalZero #define TEMP_INTENSET_DATARDY_Enabled (1UL) /*!< Read: Enabled */ 8340*150812a8SEvalZero #define TEMP_INTENSET_DATARDY_Set (1UL) /*!< Enable */ 8341*150812a8SEvalZero 8342*150812a8SEvalZero /* Register: TEMP_INTENCLR */ 8343*150812a8SEvalZero /* Description: Disable interrupt */ 8344*150812a8SEvalZero 8345*150812a8SEvalZero /* Bit 0 : Write '1' to disable interrupt for DATARDY event */ 8346*150812a8SEvalZero #define TEMP_INTENCLR_DATARDY_Pos (0UL) /*!< Position of DATARDY field. */ 8347*150812a8SEvalZero #define TEMP_INTENCLR_DATARDY_Msk (0x1UL << TEMP_INTENCLR_DATARDY_Pos) /*!< Bit mask of DATARDY field. */ 8348*150812a8SEvalZero #define TEMP_INTENCLR_DATARDY_Disabled (0UL) /*!< Read: Disabled */ 8349*150812a8SEvalZero #define TEMP_INTENCLR_DATARDY_Enabled (1UL) /*!< Read: Enabled */ 8350*150812a8SEvalZero #define TEMP_INTENCLR_DATARDY_Clear (1UL) /*!< Disable */ 8351*150812a8SEvalZero 8352*150812a8SEvalZero /* Register: TEMP_TEMP */ 8353*150812a8SEvalZero /* Description: Temperature in degC (0.25deg steps) */ 8354*150812a8SEvalZero 8355*150812a8SEvalZero /* Bits 31..0 : Temperature in degC (0.25deg steps) */ 8356*150812a8SEvalZero #define TEMP_TEMP_TEMP_Pos (0UL) /*!< Position of TEMP field. */ 8357*150812a8SEvalZero #define TEMP_TEMP_TEMP_Msk (0xFFFFFFFFUL << TEMP_TEMP_TEMP_Pos) /*!< Bit mask of TEMP field. */ 8358*150812a8SEvalZero 8359*150812a8SEvalZero /* Register: TEMP_A0 */ 8360*150812a8SEvalZero /* Description: Slope of 1st piece wise linear function */ 8361*150812a8SEvalZero 8362*150812a8SEvalZero /* Bits 11..0 : Slope of 1st piece wise linear function */ 8363*150812a8SEvalZero #define TEMP_A0_A0_Pos (0UL) /*!< Position of A0 field. */ 8364*150812a8SEvalZero #define TEMP_A0_A0_Msk (0xFFFUL << TEMP_A0_A0_Pos) /*!< Bit mask of A0 field. */ 8365*150812a8SEvalZero 8366*150812a8SEvalZero /* Register: TEMP_A1 */ 8367*150812a8SEvalZero /* Description: Slope of 2nd piece wise linear function */ 8368*150812a8SEvalZero 8369*150812a8SEvalZero /* Bits 11..0 : Slope of 2nd piece wise linear function */ 8370*150812a8SEvalZero #define TEMP_A1_A1_Pos (0UL) /*!< Position of A1 field. */ 8371*150812a8SEvalZero #define TEMP_A1_A1_Msk (0xFFFUL << TEMP_A1_A1_Pos) /*!< Bit mask of A1 field. */ 8372*150812a8SEvalZero 8373*150812a8SEvalZero /* Register: TEMP_A2 */ 8374*150812a8SEvalZero /* Description: Slope of 3rd piece wise linear function */ 8375*150812a8SEvalZero 8376*150812a8SEvalZero /* Bits 11..0 : Slope of 3rd piece wise linear function */ 8377*150812a8SEvalZero #define TEMP_A2_A2_Pos (0UL) /*!< Position of A2 field. */ 8378*150812a8SEvalZero #define TEMP_A2_A2_Msk (0xFFFUL << TEMP_A2_A2_Pos) /*!< Bit mask of A2 field. */ 8379*150812a8SEvalZero 8380*150812a8SEvalZero /* Register: TEMP_A3 */ 8381*150812a8SEvalZero /* Description: Slope of 4th piece wise linear function */ 8382*150812a8SEvalZero 8383*150812a8SEvalZero /* Bits 11..0 : Slope of 4th piece wise linear function */ 8384*150812a8SEvalZero #define TEMP_A3_A3_Pos (0UL) /*!< Position of A3 field. */ 8385*150812a8SEvalZero #define TEMP_A3_A3_Msk (0xFFFUL << TEMP_A3_A3_Pos) /*!< Bit mask of A3 field. */ 8386*150812a8SEvalZero 8387*150812a8SEvalZero /* Register: TEMP_A4 */ 8388*150812a8SEvalZero /* Description: Slope of 5th piece wise linear function */ 8389*150812a8SEvalZero 8390*150812a8SEvalZero /* Bits 11..0 : Slope of 5th piece wise linear function */ 8391*150812a8SEvalZero #define TEMP_A4_A4_Pos (0UL) /*!< Position of A4 field. */ 8392*150812a8SEvalZero #define TEMP_A4_A4_Msk (0xFFFUL << TEMP_A4_A4_Pos) /*!< Bit mask of A4 field. */ 8393*150812a8SEvalZero 8394*150812a8SEvalZero /* Register: TEMP_A5 */ 8395*150812a8SEvalZero /* Description: Slope of 6th piece wise linear function */ 8396*150812a8SEvalZero 8397*150812a8SEvalZero /* Bits 11..0 : Slope of 6th piece wise linear function */ 8398*150812a8SEvalZero #define TEMP_A5_A5_Pos (0UL) /*!< Position of A5 field. */ 8399*150812a8SEvalZero #define TEMP_A5_A5_Msk (0xFFFUL << TEMP_A5_A5_Pos) /*!< Bit mask of A5 field. */ 8400*150812a8SEvalZero 8401*150812a8SEvalZero /* Register: TEMP_B0 */ 8402*150812a8SEvalZero /* Description: y-intercept of 1st piece wise linear function */ 8403*150812a8SEvalZero 8404*150812a8SEvalZero /* Bits 13..0 : y-intercept of 1st piece wise linear function */ 8405*150812a8SEvalZero #define TEMP_B0_B0_Pos (0UL) /*!< Position of B0 field. */ 8406*150812a8SEvalZero #define TEMP_B0_B0_Msk (0x3FFFUL << TEMP_B0_B0_Pos) /*!< Bit mask of B0 field. */ 8407*150812a8SEvalZero 8408*150812a8SEvalZero /* Register: TEMP_B1 */ 8409*150812a8SEvalZero /* Description: y-intercept of 2nd piece wise linear function */ 8410*150812a8SEvalZero 8411*150812a8SEvalZero /* Bits 13..0 : y-intercept of 2nd piece wise linear function */ 8412*150812a8SEvalZero #define TEMP_B1_B1_Pos (0UL) /*!< Position of B1 field. */ 8413*150812a8SEvalZero #define TEMP_B1_B1_Msk (0x3FFFUL << TEMP_B1_B1_Pos) /*!< Bit mask of B1 field. */ 8414*150812a8SEvalZero 8415*150812a8SEvalZero /* Register: TEMP_B2 */ 8416*150812a8SEvalZero /* Description: y-intercept of 3rd piece wise linear function */ 8417*150812a8SEvalZero 8418*150812a8SEvalZero /* Bits 13..0 : y-intercept of 3rd piece wise linear function */ 8419*150812a8SEvalZero #define TEMP_B2_B2_Pos (0UL) /*!< Position of B2 field. */ 8420*150812a8SEvalZero #define TEMP_B2_B2_Msk (0x3FFFUL << TEMP_B2_B2_Pos) /*!< Bit mask of B2 field. */ 8421*150812a8SEvalZero 8422*150812a8SEvalZero /* Register: TEMP_B3 */ 8423*150812a8SEvalZero /* Description: y-intercept of 4th piece wise linear function */ 8424*150812a8SEvalZero 8425*150812a8SEvalZero /* Bits 13..0 : y-intercept of 4th piece wise linear function */ 8426*150812a8SEvalZero #define TEMP_B3_B3_Pos (0UL) /*!< Position of B3 field. */ 8427*150812a8SEvalZero #define TEMP_B3_B3_Msk (0x3FFFUL << TEMP_B3_B3_Pos) /*!< Bit mask of B3 field. */ 8428*150812a8SEvalZero 8429*150812a8SEvalZero /* Register: TEMP_B4 */ 8430*150812a8SEvalZero /* Description: y-intercept of 5th piece wise linear function */ 8431*150812a8SEvalZero 8432*150812a8SEvalZero /* Bits 13..0 : y-intercept of 5th piece wise linear function */ 8433*150812a8SEvalZero #define TEMP_B4_B4_Pos (0UL) /*!< Position of B4 field. */ 8434*150812a8SEvalZero #define TEMP_B4_B4_Msk (0x3FFFUL << TEMP_B4_B4_Pos) /*!< Bit mask of B4 field. */ 8435*150812a8SEvalZero 8436*150812a8SEvalZero /* Register: TEMP_B5 */ 8437*150812a8SEvalZero /* Description: y-intercept of 6th piece wise linear function */ 8438*150812a8SEvalZero 8439*150812a8SEvalZero /* Bits 13..0 : y-intercept of 6th piece wise linear function */ 8440*150812a8SEvalZero #define TEMP_B5_B5_Pos (0UL) /*!< Position of B5 field. */ 8441*150812a8SEvalZero #define TEMP_B5_B5_Msk (0x3FFFUL << TEMP_B5_B5_Pos) /*!< Bit mask of B5 field. */ 8442*150812a8SEvalZero 8443*150812a8SEvalZero /* Register: TEMP_T0 */ 8444*150812a8SEvalZero /* Description: End point of 1st piece wise linear function */ 8445*150812a8SEvalZero 8446*150812a8SEvalZero /* Bits 7..0 : End point of 1st piece wise linear function */ 8447*150812a8SEvalZero #define TEMP_T0_T0_Pos (0UL) /*!< Position of T0 field. */ 8448*150812a8SEvalZero #define TEMP_T0_T0_Msk (0xFFUL << TEMP_T0_T0_Pos) /*!< Bit mask of T0 field. */ 8449*150812a8SEvalZero 8450*150812a8SEvalZero /* Register: TEMP_T1 */ 8451*150812a8SEvalZero /* Description: End point of 2nd piece wise linear function */ 8452*150812a8SEvalZero 8453*150812a8SEvalZero /* Bits 7..0 : End point of 2nd piece wise linear function */ 8454*150812a8SEvalZero #define TEMP_T1_T1_Pos (0UL) /*!< Position of T1 field. */ 8455*150812a8SEvalZero #define TEMP_T1_T1_Msk (0xFFUL << TEMP_T1_T1_Pos) /*!< Bit mask of T1 field. */ 8456*150812a8SEvalZero 8457*150812a8SEvalZero /* Register: TEMP_T2 */ 8458*150812a8SEvalZero /* Description: End point of 3rd piece wise linear function */ 8459*150812a8SEvalZero 8460*150812a8SEvalZero /* Bits 7..0 : End point of 3rd piece wise linear function */ 8461*150812a8SEvalZero #define TEMP_T2_T2_Pos (0UL) /*!< Position of T2 field. */ 8462*150812a8SEvalZero #define TEMP_T2_T2_Msk (0xFFUL << TEMP_T2_T2_Pos) /*!< Bit mask of T2 field. */ 8463*150812a8SEvalZero 8464*150812a8SEvalZero /* Register: TEMP_T3 */ 8465*150812a8SEvalZero /* Description: End point of 4th piece wise linear function */ 8466*150812a8SEvalZero 8467*150812a8SEvalZero /* Bits 7..0 : End point of 4th piece wise linear function */ 8468*150812a8SEvalZero #define TEMP_T3_T3_Pos (0UL) /*!< Position of T3 field. */ 8469*150812a8SEvalZero #define TEMP_T3_T3_Msk (0xFFUL << TEMP_T3_T3_Pos) /*!< Bit mask of T3 field. */ 8470*150812a8SEvalZero 8471*150812a8SEvalZero /* Register: TEMP_T4 */ 8472*150812a8SEvalZero /* Description: End point of 5th piece wise linear function */ 8473*150812a8SEvalZero 8474*150812a8SEvalZero /* Bits 7..0 : End point of 5th piece wise linear function */ 8475*150812a8SEvalZero #define TEMP_T4_T4_Pos (0UL) /*!< Position of T4 field. */ 8476*150812a8SEvalZero #define TEMP_T4_T4_Msk (0xFFUL << TEMP_T4_T4_Pos) /*!< Bit mask of T4 field. */ 8477*150812a8SEvalZero 8478*150812a8SEvalZero 8479*150812a8SEvalZero /* Peripheral: TIMER */ 8480*150812a8SEvalZero /* Description: Timer/Counter 0 */ 8481*150812a8SEvalZero 8482*150812a8SEvalZero /* Register: TIMER_TASKS_START */ 8483*150812a8SEvalZero /* Description: Start Timer */ 8484*150812a8SEvalZero 8485*150812a8SEvalZero /* Bit 0 : */ 8486*150812a8SEvalZero #define TIMER_TASKS_START_TASKS_START_Pos (0UL) /*!< Position of TASKS_START field. */ 8487*150812a8SEvalZero #define TIMER_TASKS_START_TASKS_START_Msk (0x1UL << TIMER_TASKS_START_TASKS_START_Pos) /*!< Bit mask of TASKS_START field. */ 8488*150812a8SEvalZero 8489*150812a8SEvalZero /* Register: TIMER_TASKS_STOP */ 8490*150812a8SEvalZero /* Description: Stop Timer */ 8491*150812a8SEvalZero 8492*150812a8SEvalZero /* Bit 0 : */ 8493*150812a8SEvalZero #define TIMER_TASKS_STOP_TASKS_STOP_Pos (0UL) /*!< Position of TASKS_STOP field. */ 8494*150812a8SEvalZero #define TIMER_TASKS_STOP_TASKS_STOP_Msk (0x1UL << TIMER_TASKS_STOP_TASKS_STOP_Pos) /*!< Bit mask of TASKS_STOP field. */ 8495*150812a8SEvalZero 8496*150812a8SEvalZero /* Register: TIMER_TASKS_COUNT */ 8497*150812a8SEvalZero /* Description: Increment Timer (Counter mode only) */ 8498*150812a8SEvalZero 8499*150812a8SEvalZero /* Bit 0 : */ 8500*150812a8SEvalZero #define TIMER_TASKS_COUNT_TASKS_COUNT_Pos (0UL) /*!< Position of TASKS_COUNT field. */ 8501*150812a8SEvalZero #define TIMER_TASKS_COUNT_TASKS_COUNT_Msk (0x1UL << TIMER_TASKS_COUNT_TASKS_COUNT_Pos) /*!< Bit mask of TASKS_COUNT field. */ 8502*150812a8SEvalZero 8503*150812a8SEvalZero /* Register: TIMER_TASKS_CLEAR */ 8504*150812a8SEvalZero /* Description: Clear time */ 8505*150812a8SEvalZero 8506*150812a8SEvalZero /* Bit 0 : */ 8507*150812a8SEvalZero #define TIMER_TASKS_CLEAR_TASKS_CLEAR_Pos (0UL) /*!< Position of TASKS_CLEAR field. */ 8508*150812a8SEvalZero #define TIMER_TASKS_CLEAR_TASKS_CLEAR_Msk (0x1UL << TIMER_TASKS_CLEAR_TASKS_CLEAR_Pos) /*!< Bit mask of TASKS_CLEAR field. */ 8509*150812a8SEvalZero 8510*150812a8SEvalZero /* Register: TIMER_TASKS_SHUTDOWN */ 8511*150812a8SEvalZero /* Description: Deprecated register - Shut down timer */ 8512*150812a8SEvalZero 8513*150812a8SEvalZero /* Bit 0 : */ 8514*150812a8SEvalZero #define TIMER_TASKS_SHUTDOWN_TASKS_SHUTDOWN_Pos (0UL) /*!< Position of TASKS_SHUTDOWN field. */ 8515*150812a8SEvalZero #define TIMER_TASKS_SHUTDOWN_TASKS_SHUTDOWN_Msk (0x1UL << TIMER_TASKS_SHUTDOWN_TASKS_SHUTDOWN_Pos) /*!< Bit mask of TASKS_SHUTDOWN field. */ 8516*150812a8SEvalZero 8517*150812a8SEvalZero /* Register: TIMER_TASKS_CAPTURE */ 8518*150812a8SEvalZero /* Description: Description collection[n]: Capture Timer value to CC[n] register */ 8519*150812a8SEvalZero 8520*150812a8SEvalZero /* Bit 0 : */ 8521*150812a8SEvalZero #define TIMER_TASKS_CAPTURE_TASKS_CAPTURE_Pos (0UL) /*!< Position of TASKS_CAPTURE field. */ 8522*150812a8SEvalZero #define TIMER_TASKS_CAPTURE_TASKS_CAPTURE_Msk (0x1UL << TIMER_TASKS_CAPTURE_TASKS_CAPTURE_Pos) /*!< Bit mask of TASKS_CAPTURE field. */ 8523*150812a8SEvalZero 8524*150812a8SEvalZero /* Register: TIMER_EVENTS_COMPARE */ 8525*150812a8SEvalZero /* Description: Description collection[n]: Compare event on CC[n] match */ 8526*150812a8SEvalZero 8527*150812a8SEvalZero /* Bit 0 : */ 8528*150812a8SEvalZero #define TIMER_EVENTS_COMPARE_EVENTS_COMPARE_Pos (0UL) /*!< Position of EVENTS_COMPARE field. */ 8529*150812a8SEvalZero #define TIMER_EVENTS_COMPARE_EVENTS_COMPARE_Msk (0x1UL << TIMER_EVENTS_COMPARE_EVENTS_COMPARE_Pos) /*!< Bit mask of EVENTS_COMPARE field. */ 8530*150812a8SEvalZero 8531*150812a8SEvalZero /* Register: TIMER_SHORTS */ 8532*150812a8SEvalZero /* Description: Shortcut register */ 8533*150812a8SEvalZero 8534*150812a8SEvalZero /* Bit 13 : Shortcut between COMPARE[5] event and STOP task */ 8535*150812a8SEvalZero #define TIMER_SHORTS_COMPARE5_STOP_Pos (13UL) /*!< Position of COMPARE5_STOP field. */ 8536*150812a8SEvalZero #define TIMER_SHORTS_COMPARE5_STOP_Msk (0x1UL << TIMER_SHORTS_COMPARE5_STOP_Pos) /*!< Bit mask of COMPARE5_STOP field. */ 8537*150812a8SEvalZero #define TIMER_SHORTS_COMPARE5_STOP_Disabled (0UL) /*!< Disable shortcut */ 8538*150812a8SEvalZero #define TIMER_SHORTS_COMPARE5_STOP_Enabled (1UL) /*!< Enable shortcut */ 8539*150812a8SEvalZero 8540*150812a8SEvalZero /* Bit 12 : Shortcut between COMPARE[4] event and STOP task */ 8541*150812a8SEvalZero #define TIMER_SHORTS_COMPARE4_STOP_Pos (12UL) /*!< Position of COMPARE4_STOP field. */ 8542*150812a8SEvalZero #define TIMER_SHORTS_COMPARE4_STOP_Msk (0x1UL << TIMER_SHORTS_COMPARE4_STOP_Pos) /*!< Bit mask of COMPARE4_STOP field. */ 8543*150812a8SEvalZero #define TIMER_SHORTS_COMPARE4_STOP_Disabled (0UL) /*!< Disable shortcut */ 8544*150812a8SEvalZero #define TIMER_SHORTS_COMPARE4_STOP_Enabled (1UL) /*!< Enable shortcut */ 8545*150812a8SEvalZero 8546*150812a8SEvalZero /* Bit 11 : Shortcut between COMPARE[3] event and STOP task */ 8547*150812a8SEvalZero #define TIMER_SHORTS_COMPARE3_STOP_Pos (11UL) /*!< Position of COMPARE3_STOP field. */ 8548*150812a8SEvalZero #define TIMER_SHORTS_COMPARE3_STOP_Msk (0x1UL << TIMER_SHORTS_COMPARE3_STOP_Pos) /*!< Bit mask of COMPARE3_STOP field. */ 8549*150812a8SEvalZero #define TIMER_SHORTS_COMPARE3_STOP_Disabled (0UL) /*!< Disable shortcut */ 8550*150812a8SEvalZero #define TIMER_SHORTS_COMPARE3_STOP_Enabled (1UL) /*!< Enable shortcut */ 8551*150812a8SEvalZero 8552*150812a8SEvalZero /* Bit 10 : Shortcut between COMPARE[2] event and STOP task */ 8553*150812a8SEvalZero #define TIMER_SHORTS_COMPARE2_STOP_Pos (10UL) /*!< Position of COMPARE2_STOP field. */ 8554*150812a8SEvalZero #define TIMER_SHORTS_COMPARE2_STOP_Msk (0x1UL << TIMER_SHORTS_COMPARE2_STOP_Pos) /*!< Bit mask of COMPARE2_STOP field. */ 8555*150812a8SEvalZero #define TIMER_SHORTS_COMPARE2_STOP_Disabled (0UL) /*!< Disable shortcut */ 8556*150812a8SEvalZero #define TIMER_SHORTS_COMPARE2_STOP_Enabled (1UL) /*!< Enable shortcut */ 8557*150812a8SEvalZero 8558*150812a8SEvalZero /* Bit 9 : Shortcut between COMPARE[1] event and STOP task */ 8559*150812a8SEvalZero #define TIMER_SHORTS_COMPARE1_STOP_Pos (9UL) /*!< Position of COMPARE1_STOP field. */ 8560*150812a8SEvalZero #define TIMER_SHORTS_COMPARE1_STOP_Msk (0x1UL << TIMER_SHORTS_COMPARE1_STOP_Pos) /*!< Bit mask of COMPARE1_STOP field. */ 8561*150812a8SEvalZero #define TIMER_SHORTS_COMPARE1_STOP_Disabled (0UL) /*!< Disable shortcut */ 8562*150812a8SEvalZero #define TIMER_SHORTS_COMPARE1_STOP_Enabled (1UL) /*!< Enable shortcut */ 8563*150812a8SEvalZero 8564*150812a8SEvalZero /* Bit 8 : Shortcut between COMPARE[0] event and STOP task */ 8565*150812a8SEvalZero #define TIMER_SHORTS_COMPARE0_STOP_Pos (8UL) /*!< Position of COMPARE0_STOP field. */ 8566*150812a8SEvalZero #define TIMER_SHORTS_COMPARE0_STOP_Msk (0x1UL << TIMER_SHORTS_COMPARE0_STOP_Pos) /*!< Bit mask of COMPARE0_STOP field. */ 8567*150812a8SEvalZero #define TIMER_SHORTS_COMPARE0_STOP_Disabled (0UL) /*!< Disable shortcut */ 8568*150812a8SEvalZero #define TIMER_SHORTS_COMPARE0_STOP_Enabled (1UL) /*!< Enable shortcut */ 8569*150812a8SEvalZero 8570*150812a8SEvalZero /* Bit 5 : Shortcut between COMPARE[5] event and CLEAR task */ 8571*150812a8SEvalZero #define TIMER_SHORTS_COMPARE5_CLEAR_Pos (5UL) /*!< Position of COMPARE5_CLEAR field. */ 8572*150812a8SEvalZero #define TIMER_SHORTS_COMPARE5_CLEAR_Msk (0x1UL << TIMER_SHORTS_COMPARE5_CLEAR_Pos) /*!< Bit mask of COMPARE5_CLEAR field. */ 8573*150812a8SEvalZero #define TIMER_SHORTS_COMPARE5_CLEAR_Disabled (0UL) /*!< Disable shortcut */ 8574*150812a8SEvalZero #define TIMER_SHORTS_COMPARE5_CLEAR_Enabled (1UL) /*!< Enable shortcut */ 8575*150812a8SEvalZero 8576*150812a8SEvalZero /* Bit 4 : Shortcut between COMPARE[4] event and CLEAR task */ 8577*150812a8SEvalZero #define TIMER_SHORTS_COMPARE4_CLEAR_Pos (4UL) /*!< Position of COMPARE4_CLEAR field. */ 8578*150812a8SEvalZero #define TIMER_SHORTS_COMPARE4_CLEAR_Msk (0x1UL << TIMER_SHORTS_COMPARE4_CLEAR_Pos) /*!< Bit mask of COMPARE4_CLEAR field. */ 8579*150812a8SEvalZero #define TIMER_SHORTS_COMPARE4_CLEAR_Disabled (0UL) /*!< Disable shortcut */ 8580*150812a8SEvalZero #define TIMER_SHORTS_COMPARE4_CLEAR_Enabled (1UL) /*!< Enable shortcut */ 8581*150812a8SEvalZero 8582*150812a8SEvalZero /* Bit 3 : Shortcut between COMPARE[3] event and CLEAR task */ 8583*150812a8SEvalZero #define TIMER_SHORTS_COMPARE3_CLEAR_Pos (3UL) /*!< Position of COMPARE3_CLEAR field. */ 8584*150812a8SEvalZero #define TIMER_SHORTS_COMPARE3_CLEAR_Msk (0x1UL << TIMER_SHORTS_COMPARE3_CLEAR_Pos) /*!< Bit mask of COMPARE3_CLEAR field. */ 8585*150812a8SEvalZero #define TIMER_SHORTS_COMPARE3_CLEAR_Disabled (0UL) /*!< Disable shortcut */ 8586*150812a8SEvalZero #define TIMER_SHORTS_COMPARE3_CLEAR_Enabled (1UL) /*!< Enable shortcut */ 8587*150812a8SEvalZero 8588*150812a8SEvalZero /* Bit 2 : Shortcut between COMPARE[2] event and CLEAR task */ 8589*150812a8SEvalZero #define TIMER_SHORTS_COMPARE2_CLEAR_Pos (2UL) /*!< Position of COMPARE2_CLEAR field. */ 8590*150812a8SEvalZero #define TIMER_SHORTS_COMPARE2_CLEAR_Msk (0x1UL << TIMER_SHORTS_COMPARE2_CLEAR_Pos) /*!< Bit mask of COMPARE2_CLEAR field. */ 8591*150812a8SEvalZero #define TIMER_SHORTS_COMPARE2_CLEAR_Disabled (0UL) /*!< Disable shortcut */ 8592*150812a8SEvalZero #define TIMER_SHORTS_COMPARE2_CLEAR_Enabled (1UL) /*!< Enable shortcut */ 8593*150812a8SEvalZero 8594*150812a8SEvalZero /* Bit 1 : Shortcut between COMPARE[1] event and CLEAR task */ 8595*150812a8SEvalZero #define TIMER_SHORTS_COMPARE1_CLEAR_Pos (1UL) /*!< Position of COMPARE1_CLEAR field. */ 8596*150812a8SEvalZero #define TIMER_SHORTS_COMPARE1_CLEAR_Msk (0x1UL << TIMER_SHORTS_COMPARE1_CLEAR_Pos) /*!< Bit mask of COMPARE1_CLEAR field. */ 8597*150812a8SEvalZero #define TIMER_SHORTS_COMPARE1_CLEAR_Disabled (0UL) /*!< Disable shortcut */ 8598*150812a8SEvalZero #define TIMER_SHORTS_COMPARE1_CLEAR_Enabled (1UL) /*!< Enable shortcut */ 8599*150812a8SEvalZero 8600*150812a8SEvalZero /* Bit 0 : Shortcut between COMPARE[0] event and CLEAR task */ 8601*150812a8SEvalZero #define TIMER_SHORTS_COMPARE0_CLEAR_Pos (0UL) /*!< Position of COMPARE0_CLEAR field. */ 8602*150812a8SEvalZero #define TIMER_SHORTS_COMPARE0_CLEAR_Msk (0x1UL << TIMER_SHORTS_COMPARE0_CLEAR_Pos) /*!< Bit mask of COMPARE0_CLEAR field. */ 8603*150812a8SEvalZero #define TIMER_SHORTS_COMPARE0_CLEAR_Disabled (0UL) /*!< Disable shortcut */ 8604*150812a8SEvalZero #define TIMER_SHORTS_COMPARE0_CLEAR_Enabled (1UL) /*!< Enable shortcut */ 8605*150812a8SEvalZero 8606*150812a8SEvalZero /* Register: TIMER_INTENSET */ 8607*150812a8SEvalZero /* Description: Enable interrupt */ 8608*150812a8SEvalZero 8609*150812a8SEvalZero /* Bit 21 : Write '1' to enable interrupt for COMPARE[5] event */ 8610*150812a8SEvalZero #define TIMER_INTENSET_COMPARE5_Pos (21UL) /*!< Position of COMPARE5 field. */ 8611*150812a8SEvalZero #define TIMER_INTENSET_COMPARE5_Msk (0x1UL << TIMER_INTENSET_COMPARE5_Pos) /*!< Bit mask of COMPARE5 field. */ 8612*150812a8SEvalZero #define TIMER_INTENSET_COMPARE5_Disabled (0UL) /*!< Read: Disabled */ 8613*150812a8SEvalZero #define TIMER_INTENSET_COMPARE5_Enabled (1UL) /*!< Read: Enabled */ 8614*150812a8SEvalZero #define TIMER_INTENSET_COMPARE5_Set (1UL) /*!< Enable */ 8615*150812a8SEvalZero 8616*150812a8SEvalZero /* Bit 20 : Write '1' to enable interrupt for COMPARE[4] event */ 8617*150812a8SEvalZero #define TIMER_INTENSET_COMPARE4_Pos (20UL) /*!< Position of COMPARE4 field. */ 8618*150812a8SEvalZero #define TIMER_INTENSET_COMPARE4_Msk (0x1UL << TIMER_INTENSET_COMPARE4_Pos) /*!< Bit mask of COMPARE4 field. */ 8619*150812a8SEvalZero #define TIMER_INTENSET_COMPARE4_Disabled (0UL) /*!< Read: Disabled */ 8620*150812a8SEvalZero #define TIMER_INTENSET_COMPARE4_Enabled (1UL) /*!< Read: Enabled */ 8621*150812a8SEvalZero #define TIMER_INTENSET_COMPARE4_Set (1UL) /*!< Enable */ 8622*150812a8SEvalZero 8623*150812a8SEvalZero /* Bit 19 : Write '1' to enable interrupt for COMPARE[3] event */ 8624*150812a8SEvalZero #define TIMER_INTENSET_COMPARE3_Pos (19UL) /*!< Position of COMPARE3 field. */ 8625*150812a8SEvalZero #define TIMER_INTENSET_COMPARE3_Msk (0x1UL << TIMER_INTENSET_COMPARE3_Pos) /*!< Bit mask of COMPARE3 field. */ 8626*150812a8SEvalZero #define TIMER_INTENSET_COMPARE3_Disabled (0UL) /*!< Read: Disabled */ 8627*150812a8SEvalZero #define TIMER_INTENSET_COMPARE3_Enabled (1UL) /*!< Read: Enabled */ 8628*150812a8SEvalZero #define TIMER_INTENSET_COMPARE3_Set (1UL) /*!< Enable */ 8629*150812a8SEvalZero 8630*150812a8SEvalZero /* Bit 18 : Write '1' to enable interrupt for COMPARE[2] event */ 8631*150812a8SEvalZero #define TIMER_INTENSET_COMPARE2_Pos (18UL) /*!< Position of COMPARE2 field. */ 8632*150812a8SEvalZero #define TIMER_INTENSET_COMPARE2_Msk (0x1UL << TIMER_INTENSET_COMPARE2_Pos) /*!< Bit mask of COMPARE2 field. */ 8633*150812a8SEvalZero #define TIMER_INTENSET_COMPARE2_Disabled (0UL) /*!< Read: Disabled */ 8634*150812a8SEvalZero #define TIMER_INTENSET_COMPARE2_Enabled (1UL) /*!< Read: Enabled */ 8635*150812a8SEvalZero #define TIMER_INTENSET_COMPARE2_Set (1UL) /*!< Enable */ 8636*150812a8SEvalZero 8637*150812a8SEvalZero /* Bit 17 : Write '1' to enable interrupt for COMPARE[1] event */ 8638*150812a8SEvalZero #define TIMER_INTENSET_COMPARE1_Pos (17UL) /*!< Position of COMPARE1 field. */ 8639*150812a8SEvalZero #define TIMER_INTENSET_COMPARE1_Msk (0x1UL << TIMER_INTENSET_COMPARE1_Pos) /*!< Bit mask of COMPARE1 field. */ 8640*150812a8SEvalZero #define TIMER_INTENSET_COMPARE1_Disabled (0UL) /*!< Read: Disabled */ 8641*150812a8SEvalZero #define TIMER_INTENSET_COMPARE1_Enabled (1UL) /*!< Read: Enabled */ 8642*150812a8SEvalZero #define TIMER_INTENSET_COMPARE1_Set (1UL) /*!< Enable */ 8643*150812a8SEvalZero 8644*150812a8SEvalZero /* Bit 16 : Write '1' to enable interrupt for COMPARE[0] event */ 8645*150812a8SEvalZero #define TIMER_INTENSET_COMPARE0_Pos (16UL) /*!< Position of COMPARE0 field. */ 8646*150812a8SEvalZero #define TIMER_INTENSET_COMPARE0_Msk (0x1UL << TIMER_INTENSET_COMPARE0_Pos) /*!< Bit mask of COMPARE0 field. */ 8647*150812a8SEvalZero #define TIMER_INTENSET_COMPARE0_Disabled (0UL) /*!< Read: Disabled */ 8648*150812a8SEvalZero #define TIMER_INTENSET_COMPARE0_Enabled (1UL) /*!< Read: Enabled */ 8649*150812a8SEvalZero #define TIMER_INTENSET_COMPARE0_Set (1UL) /*!< Enable */ 8650*150812a8SEvalZero 8651*150812a8SEvalZero /* Register: TIMER_INTENCLR */ 8652*150812a8SEvalZero /* Description: Disable interrupt */ 8653*150812a8SEvalZero 8654*150812a8SEvalZero /* Bit 21 : Write '1' to disable interrupt for COMPARE[5] event */ 8655*150812a8SEvalZero #define TIMER_INTENCLR_COMPARE5_Pos (21UL) /*!< Position of COMPARE5 field. */ 8656*150812a8SEvalZero #define TIMER_INTENCLR_COMPARE5_Msk (0x1UL << TIMER_INTENCLR_COMPARE5_Pos) /*!< Bit mask of COMPARE5 field. */ 8657*150812a8SEvalZero #define TIMER_INTENCLR_COMPARE5_Disabled (0UL) /*!< Read: Disabled */ 8658*150812a8SEvalZero #define TIMER_INTENCLR_COMPARE5_Enabled (1UL) /*!< Read: Enabled */ 8659*150812a8SEvalZero #define TIMER_INTENCLR_COMPARE5_Clear (1UL) /*!< Disable */ 8660*150812a8SEvalZero 8661*150812a8SEvalZero /* Bit 20 : Write '1' to disable interrupt for COMPARE[4] event */ 8662*150812a8SEvalZero #define TIMER_INTENCLR_COMPARE4_Pos (20UL) /*!< Position of COMPARE4 field. */ 8663*150812a8SEvalZero #define TIMER_INTENCLR_COMPARE4_Msk (0x1UL << TIMER_INTENCLR_COMPARE4_Pos) /*!< Bit mask of COMPARE4 field. */ 8664*150812a8SEvalZero #define TIMER_INTENCLR_COMPARE4_Disabled (0UL) /*!< Read: Disabled */ 8665*150812a8SEvalZero #define TIMER_INTENCLR_COMPARE4_Enabled (1UL) /*!< Read: Enabled */ 8666*150812a8SEvalZero #define TIMER_INTENCLR_COMPARE4_Clear (1UL) /*!< Disable */ 8667*150812a8SEvalZero 8668*150812a8SEvalZero /* Bit 19 : Write '1' to disable interrupt for COMPARE[3] event */ 8669*150812a8SEvalZero #define TIMER_INTENCLR_COMPARE3_Pos (19UL) /*!< Position of COMPARE3 field. */ 8670*150812a8SEvalZero #define TIMER_INTENCLR_COMPARE3_Msk (0x1UL << TIMER_INTENCLR_COMPARE3_Pos) /*!< Bit mask of COMPARE3 field. */ 8671*150812a8SEvalZero #define TIMER_INTENCLR_COMPARE3_Disabled (0UL) /*!< Read: Disabled */ 8672*150812a8SEvalZero #define TIMER_INTENCLR_COMPARE3_Enabled (1UL) /*!< Read: Enabled */ 8673*150812a8SEvalZero #define TIMER_INTENCLR_COMPARE3_Clear (1UL) /*!< Disable */ 8674*150812a8SEvalZero 8675*150812a8SEvalZero /* Bit 18 : Write '1' to disable interrupt for COMPARE[2] event */ 8676*150812a8SEvalZero #define TIMER_INTENCLR_COMPARE2_Pos (18UL) /*!< Position of COMPARE2 field. */ 8677*150812a8SEvalZero #define TIMER_INTENCLR_COMPARE2_Msk (0x1UL << TIMER_INTENCLR_COMPARE2_Pos) /*!< Bit mask of COMPARE2 field. */ 8678*150812a8SEvalZero #define TIMER_INTENCLR_COMPARE2_Disabled (0UL) /*!< Read: Disabled */ 8679*150812a8SEvalZero #define TIMER_INTENCLR_COMPARE2_Enabled (1UL) /*!< Read: Enabled */ 8680*150812a8SEvalZero #define TIMER_INTENCLR_COMPARE2_Clear (1UL) /*!< Disable */ 8681*150812a8SEvalZero 8682*150812a8SEvalZero /* Bit 17 : Write '1' to disable interrupt for COMPARE[1] event */ 8683*150812a8SEvalZero #define TIMER_INTENCLR_COMPARE1_Pos (17UL) /*!< Position of COMPARE1 field. */ 8684*150812a8SEvalZero #define TIMER_INTENCLR_COMPARE1_Msk (0x1UL << TIMER_INTENCLR_COMPARE1_Pos) /*!< Bit mask of COMPARE1 field. */ 8685*150812a8SEvalZero #define TIMER_INTENCLR_COMPARE1_Disabled (0UL) /*!< Read: Disabled */ 8686*150812a8SEvalZero #define TIMER_INTENCLR_COMPARE1_Enabled (1UL) /*!< Read: Enabled */ 8687*150812a8SEvalZero #define TIMER_INTENCLR_COMPARE1_Clear (1UL) /*!< Disable */ 8688*150812a8SEvalZero 8689*150812a8SEvalZero /* Bit 16 : Write '1' to disable interrupt for COMPARE[0] event */ 8690*150812a8SEvalZero #define TIMER_INTENCLR_COMPARE0_Pos (16UL) /*!< Position of COMPARE0 field. */ 8691*150812a8SEvalZero #define TIMER_INTENCLR_COMPARE0_Msk (0x1UL << TIMER_INTENCLR_COMPARE0_Pos) /*!< Bit mask of COMPARE0 field. */ 8692*150812a8SEvalZero #define TIMER_INTENCLR_COMPARE0_Disabled (0UL) /*!< Read: Disabled */ 8693*150812a8SEvalZero #define TIMER_INTENCLR_COMPARE0_Enabled (1UL) /*!< Read: Enabled */ 8694*150812a8SEvalZero #define TIMER_INTENCLR_COMPARE0_Clear (1UL) /*!< Disable */ 8695*150812a8SEvalZero 8696*150812a8SEvalZero /* Register: TIMER_MODE */ 8697*150812a8SEvalZero /* Description: Timer mode selection */ 8698*150812a8SEvalZero 8699*150812a8SEvalZero /* Bits 1..0 : Timer mode */ 8700*150812a8SEvalZero #define TIMER_MODE_MODE_Pos (0UL) /*!< Position of MODE field. */ 8701*150812a8SEvalZero #define TIMER_MODE_MODE_Msk (0x3UL << TIMER_MODE_MODE_Pos) /*!< Bit mask of MODE field. */ 8702*150812a8SEvalZero #define TIMER_MODE_MODE_Timer (0UL) /*!< Select Timer mode */ 8703*150812a8SEvalZero #define TIMER_MODE_MODE_Counter (1UL) /*!< Deprecated enumerator - Select Counter mode */ 8704*150812a8SEvalZero #define TIMER_MODE_MODE_LowPowerCounter (2UL) /*!< Select Low Power Counter mode */ 8705*150812a8SEvalZero 8706*150812a8SEvalZero /* Register: TIMER_BITMODE */ 8707*150812a8SEvalZero /* Description: Configure the number of bits used by the TIMER */ 8708*150812a8SEvalZero 8709*150812a8SEvalZero /* Bits 1..0 : Timer bit width */ 8710*150812a8SEvalZero #define TIMER_BITMODE_BITMODE_Pos (0UL) /*!< Position of BITMODE field. */ 8711*150812a8SEvalZero #define TIMER_BITMODE_BITMODE_Msk (0x3UL << TIMER_BITMODE_BITMODE_Pos) /*!< Bit mask of BITMODE field. */ 8712*150812a8SEvalZero #define TIMER_BITMODE_BITMODE_16Bit (0UL) /*!< 16 bit timer bit width */ 8713*150812a8SEvalZero #define TIMER_BITMODE_BITMODE_08Bit (1UL) /*!< 8 bit timer bit width */ 8714*150812a8SEvalZero #define TIMER_BITMODE_BITMODE_24Bit (2UL) /*!< 24 bit timer bit width */ 8715*150812a8SEvalZero #define TIMER_BITMODE_BITMODE_32Bit (3UL) /*!< 32 bit timer bit width */ 8716*150812a8SEvalZero 8717*150812a8SEvalZero /* Register: TIMER_PRESCALER */ 8718*150812a8SEvalZero /* Description: Timer prescaler register */ 8719*150812a8SEvalZero 8720*150812a8SEvalZero /* Bits 3..0 : Prescaler value */ 8721*150812a8SEvalZero #define TIMER_PRESCALER_PRESCALER_Pos (0UL) /*!< Position of PRESCALER field. */ 8722*150812a8SEvalZero #define TIMER_PRESCALER_PRESCALER_Msk (0xFUL << TIMER_PRESCALER_PRESCALER_Pos) /*!< Bit mask of PRESCALER field. */ 8723*150812a8SEvalZero 8724*150812a8SEvalZero /* Register: TIMER_CC */ 8725*150812a8SEvalZero /* Description: Description collection[n]: Capture/Compare register n */ 8726*150812a8SEvalZero 8727*150812a8SEvalZero /* Bits 31..0 : Capture/Compare value */ 8728*150812a8SEvalZero #define TIMER_CC_CC_Pos (0UL) /*!< Position of CC field. */ 8729*150812a8SEvalZero #define TIMER_CC_CC_Msk (0xFFFFFFFFUL << TIMER_CC_CC_Pos) /*!< Bit mask of CC field. */ 8730*150812a8SEvalZero 8731*150812a8SEvalZero 8732*150812a8SEvalZero /* Peripheral: TWIM */ 8733*150812a8SEvalZero /* Description: I2C compatible Two-Wire Master Interface with EasyDMA */ 8734*150812a8SEvalZero 8735*150812a8SEvalZero /* Register: TWIM_TASKS_STARTRX */ 8736*150812a8SEvalZero /* Description: Start TWI receive sequence */ 8737*150812a8SEvalZero 8738*150812a8SEvalZero /* Bit 0 : */ 8739*150812a8SEvalZero #define TWIM_TASKS_STARTRX_TASKS_STARTRX_Pos (0UL) /*!< Position of TASKS_STARTRX field. */ 8740*150812a8SEvalZero #define TWIM_TASKS_STARTRX_TASKS_STARTRX_Msk (0x1UL << TWIM_TASKS_STARTRX_TASKS_STARTRX_Pos) /*!< Bit mask of TASKS_STARTRX field. */ 8741*150812a8SEvalZero 8742*150812a8SEvalZero /* Register: TWIM_TASKS_STARTTX */ 8743*150812a8SEvalZero /* Description: Start TWI transmit sequence */ 8744*150812a8SEvalZero 8745*150812a8SEvalZero /* Bit 0 : */ 8746*150812a8SEvalZero #define TWIM_TASKS_STARTTX_TASKS_STARTTX_Pos (0UL) /*!< Position of TASKS_STARTTX field. */ 8747*150812a8SEvalZero #define TWIM_TASKS_STARTTX_TASKS_STARTTX_Msk (0x1UL << TWIM_TASKS_STARTTX_TASKS_STARTTX_Pos) /*!< Bit mask of TASKS_STARTTX field. */ 8748*150812a8SEvalZero 8749*150812a8SEvalZero /* Register: TWIM_TASKS_STOP */ 8750*150812a8SEvalZero /* Description: Stop TWI transaction. Must be issued while the TWI master is not suspended. */ 8751*150812a8SEvalZero 8752*150812a8SEvalZero /* Bit 0 : */ 8753*150812a8SEvalZero #define TWIM_TASKS_STOP_TASKS_STOP_Pos (0UL) /*!< Position of TASKS_STOP field. */ 8754*150812a8SEvalZero #define TWIM_TASKS_STOP_TASKS_STOP_Msk (0x1UL << TWIM_TASKS_STOP_TASKS_STOP_Pos) /*!< Bit mask of TASKS_STOP field. */ 8755*150812a8SEvalZero 8756*150812a8SEvalZero /* Register: TWIM_TASKS_SUSPEND */ 8757*150812a8SEvalZero /* Description: Suspend TWI transaction */ 8758*150812a8SEvalZero 8759*150812a8SEvalZero /* Bit 0 : */ 8760*150812a8SEvalZero #define TWIM_TASKS_SUSPEND_TASKS_SUSPEND_Pos (0UL) /*!< Position of TASKS_SUSPEND field. */ 8761*150812a8SEvalZero #define TWIM_TASKS_SUSPEND_TASKS_SUSPEND_Msk (0x1UL << TWIM_TASKS_SUSPEND_TASKS_SUSPEND_Pos) /*!< Bit mask of TASKS_SUSPEND field. */ 8762*150812a8SEvalZero 8763*150812a8SEvalZero /* Register: TWIM_TASKS_RESUME */ 8764*150812a8SEvalZero /* Description: Resume TWI transaction */ 8765*150812a8SEvalZero 8766*150812a8SEvalZero /* Bit 0 : */ 8767*150812a8SEvalZero #define TWIM_TASKS_RESUME_TASKS_RESUME_Pos (0UL) /*!< Position of TASKS_RESUME field. */ 8768*150812a8SEvalZero #define TWIM_TASKS_RESUME_TASKS_RESUME_Msk (0x1UL << TWIM_TASKS_RESUME_TASKS_RESUME_Pos) /*!< Bit mask of TASKS_RESUME field. */ 8769*150812a8SEvalZero 8770*150812a8SEvalZero /* Register: TWIM_EVENTS_STOPPED */ 8771*150812a8SEvalZero /* Description: TWI stopped */ 8772*150812a8SEvalZero 8773*150812a8SEvalZero /* Bit 0 : */ 8774*150812a8SEvalZero #define TWIM_EVENTS_STOPPED_EVENTS_STOPPED_Pos (0UL) /*!< Position of EVENTS_STOPPED field. */ 8775*150812a8SEvalZero #define TWIM_EVENTS_STOPPED_EVENTS_STOPPED_Msk (0x1UL << TWIM_EVENTS_STOPPED_EVENTS_STOPPED_Pos) /*!< Bit mask of EVENTS_STOPPED field. */ 8776*150812a8SEvalZero 8777*150812a8SEvalZero /* Register: TWIM_EVENTS_ERROR */ 8778*150812a8SEvalZero /* Description: TWI error */ 8779*150812a8SEvalZero 8780*150812a8SEvalZero /* Bit 0 : */ 8781*150812a8SEvalZero #define TWIM_EVENTS_ERROR_EVENTS_ERROR_Pos (0UL) /*!< Position of EVENTS_ERROR field. */ 8782*150812a8SEvalZero #define TWIM_EVENTS_ERROR_EVENTS_ERROR_Msk (0x1UL << TWIM_EVENTS_ERROR_EVENTS_ERROR_Pos) /*!< Bit mask of EVENTS_ERROR field. */ 8783*150812a8SEvalZero 8784*150812a8SEvalZero /* Register: TWIM_EVENTS_SUSPENDED */ 8785*150812a8SEvalZero /* Description: Last byte has been sent out after the SUSPEND task has been issued, TWI traffic is now suspended. */ 8786*150812a8SEvalZero 8787*150812a8SEvalZero /* Bit 0 : */ 8788*150812a8SEvalZero #define TWIM_EVENTS_SUSPENDED_EVENTS_SUSPENDED_Pos (0UL) /*!< Position of EVENTS_SUSPENDED field. */ 8789*150812a8SEvalZero #define TWIM_EVENTS_SUSPENDED_EVENTS_SUSPENDED_Msk (0x1UL << TWIM_EVENTS_SUSPENDED_EVENTS_SUSPENDED_Pos) /*!< Bit mask of EVENTS_SUSPENDED field. */ 8790*150812a8SEvalZero 8791*150812a8SEvalZero /* Register: TWIM_EVENTS_RXSTARTED */ 8792*150812a8SEvalZero /* Description: Receive sequence started */ 8793*150812a8SEvalZero 8794*150812a8SEvalZero /* Bit 0 : */ 8795*150812a8SEvalZero #define TWIM_EVENTS_RXSTARTED_EVENTS_RXSTARTED_Pos (0UL) /*!< Position of EVENTS_RXSTARTED field. */ 8796*150812a8SEvalZero #define TWIM_EVENTS_RXSTARTED_EVENTS_RXSTARTED_Msk (0x1UL << TWIM_EVENTS_RXSTARTED_EVENTS_RXSTARTED_Pos) /*!< Bit mask of EVENTS_RXSTARTED field. */ 8797*150812a8SEvalZero 8798*150812a8SEvalZero /* Register: TWIM_EVENTS_TXSTARTED */ 8799*150812a8SEvalZero /* Description: Transmit sequence started */ 8800*150812a8SEvalZero 8801*150812a8SEvalZero /* Bit 0 : */ 8802*150812a8SEvalZero #define TWIM_EVENTS_TXSTARTED_EVENTS_TXSTARTED_Pos (0UL) /*!< Position of EVENTS_TXSTARTED field. */ 8803*150812a8SEvalZero #define TWIM_EVENTS_TXSTARTED_EVENTS_TXSTARTED_Msk (0x1UL << TWIM_EVENTS_TXSTARTED_EVENTS_TXSTARTED_Pos) /*!< Bit mask of EVENTS_TXSTARTED field. */ 8804*150812a8SEvalZero 8805*150812a8SEvalZero /* Register: TWIM_EVENTS_LASTRX */ 8806*150812a8SEvalZero /* Description: Byte boundary, starting to receive the last byte */ 8807*150812a8SEvalZero 8808*150812a8SEvalZero /* Bit 0 : */ 8809*150812a8SEvalZero #define TWIM_EVENTS_LASTRX_EVENTS_LASTRX_Pos (0UL) /*!< Position of EVENTS_LASTRX field. */ 8810*150812a8SEvalZero #define TWIM_EVENTS_LASTRX_EVENTS_LASTRX_Msk (0x1UL << TWIM_EVENTS_LASTRX_EVENTS_LASTRX_Pos) /*!< Bit mask of EVENTS_LASTRX field. */ 8811*150812a8SEvalZero 8812*150812a8SEvalZero /* Register: TWIM_EVENTS_LASTTX */ 8813*150812a8SEvalZero /* Description: Byte boundary, starting to transmit the last byte */ 8814*150812a8SEvalZero 8815*150812a8SEvalZero /* Bit 0 : */ 8816*150812a8SEvalZero #define TWIM_EVENTS_LASTTX_EVENTS_LASTTX_Pos (0UL) /*!< Position of EVENTS_LASTTX field. */ 8817*150812a8SEvalZero #define TWIM_EVENTS_LASTTX_EVENTS_LASTTX_Msk (0x1UL << TWIM_EVENTS_LASTTX_EVENTS_LASTTX_Pos) /*!< Bit mask of EVENTS_LASTTX field. */ 8818*150812a8SEvalZero 8819*150812a8SEvalZero /* Register: TWIM_SHORTS */ 8820*150812a8SEvalZero /* Description: Shortcut register */ 8821*150812a8SEvalZero 8822*150812a8SEvalZero /* Bit 12 : Shortcut between LASTRX event and STOP task */ 8823*150812a8SEvalZero #define TWIM_SHORTS_LASTRX_STOP_Pos (12UL) /*!< Position of LASTRX_STOP field. */ 8824*150812a8SEvalZero #define TWIM_SHORTS_LASTRX_STOP_Msk (0x1UL << TWIM_SHORTS_LASTRX_STOP_Pos) /*!< Bit mask of LASTRX_STOP field. */ 8825*150812a8SEvalZero #define TWIM_SHORTS_LASTRX_STOP_Disabled (0UL) /*!< Disable shortcut */ 8826*150812a8SEvalZero #define TWIM_SHORTS_LASTRX_STOP_Enabled (1UL) /*!< Enable shortcut */ 8827*150812a8SEvalZero 8828*150812a8SEvalZero /* Bit 11 : Shortcut between LASTRX event and SUSPEND task */ 8829*150812a8SEvalZero #define TWIM_SHORTS_LASTRX_SUSPEND_Pos (11UL) /*!< Position of LASTRX_SUSPEND field. */ 8830*150812a8SEvalZero #define TWIM_SHORTS_LASTRX_SUSPEND_Msk (0x1UL << TWIM_SHORTS_LASTRX_SUSPEND_Pos) /*!< Bit mask of LASTRX_SUSPEND field. */ 8831*150812a8SEvalZero #define TWIM_SHORTS_LASTRX_SUSPEND_Disabled (0UL) /*!< Disable shortcut */ 8832*150812a8SEvalZero #define TWIM_SHORTS_LASTRX_SUSPEND_Enabled (1UL) /*!< Enable shortcut */ 8833*150812a8SEvalZero 8834*150812a8SEvalZero /* Bit 10 : Shortcut between LASTRX event and STARTTX task */ 8835*150812a8SEvalZero #define TWIM_SHORTS_LASTRX_STARTTX_Pos (10UL) /*!< Position of LASTRX_STARTTX field. */ 8836*150812a8SEvalZero #define TWIM_SHORTS_LASTRX_STARTTX_Msk (0x1UL << TWIM_SHORTS_LASTRX_STARTTX_Pos) /*!< Bit mask of LASTRX_STARTTX field. */ 8837*150812a8SEvalZero #define TWIM_SHORTS_LASTRX_STARTTX_Disabled (0UL) /*!< Disable shortcut */ 8838*150812a8SEvalZero #define TWIM_SHORTS_LASTRX_STARTTX_Enabled (1UL) /*!< Enable shortcut */ 8839*150812a8SEvalZero 8840*150812a8SEvalZero /* Bit 9 : Shortcut between LASTTX event and STOP task */ 8841*150812a8SEvalZero #define TWIM_SHORTS_LASTTX_STOP_Pos (9UL) /*!< Position of LASTTX_STOP field. */ 8842*150812a8SEvalZero #define TWIM_SHORTS_LASTTX_STOP_Msk (0x1UL << TWIM_SHORTS_LASTTX_STOP_Pos) /*!< Bit mask of LASTTX_STOP field. */ 8843*150812a8SEvalZero #define TWIM_SHORTS_LASTTX_STOP_Disabled (0UL) /*!< Disable shortcut */ 8844*150812a8SEvalZero #define TWIM_SHORTS_LASTTX_STOP_Enabled (1UL) /*!< Enable shortcut */ 8845*150812a8SEvalZero 8846*150812a8SEvalZero /* Bit 8 : Shortcut between LASTTX event and SUSPEND task */ 8847*150812a8SEvalZero #define TWIM_SHORTS_LASTTX_SUSPEND_Pos (8UL) /*!< Position of LASTTX_SUSPEND field. */ 8848*150812a8SEvalZero #define TWIM_SHORTS_LASTTX_SUSPEND_Msk (0x1UL << TWIM_SHORTS_LASTTX_SUSPEND_Pos) /*!< Bit mask of LASTTX_SUSPEND field. */ 8849*150812a8SEvalZero #define TWIM_SHORTS_LASTTX_SUSPEND_Disabled (0UL) /*!< Disable shortcut */ 8850*150812a8SEvalZero #define TWIM_SHORTS_LASTTX_SUSPEND_Enabled (1UL) /*!< Enable shortcut */ 8851*150812a8SEvalZero 8852*150812a8SEvalZero /* Bit 7 : Shortcut between LASTTX event and STARTRX task */ 8853*150812a8SEvalZero #define TWIM_SHORTS_LASTTX_STARTRX_Pos (7UL) /*!< Position of LASTTX_STARTRX field. */ 8854*150812a8SEvalZero #define TWIM_SHORTS_LASTTX_STARTRX_Msk (0x1UL << TWIM_SHORTS_LASTTX_STARTRX_Pos) /*!< Bit mask of LASTTX_STARTRX field. */ 8855*150812a8SEvalZero #define TWIM_SHORTS_LASTTX_STARTRX_Disabled (0UL) /*!< Disable shortcut */ 8856*150812a8SEvalZero #define TWIM_SHORTS_LASTTX_STARTRX_Enabled (1UL) /*!< Enable shortcut */ 8857*150812a8SEvalZero 8858*150812a8SEvalZero /* Register: TWIM_INTEN */ 8859*150812a8SEvalZero /* Description: Enable or disable interrupt */ 8860*150812a8SEvalZero 8861*150812a8SEvalZero /* Bit 24 : Enable or disable interrupt for LASTTX event */ 8862*150812a8SEvalZero #define TWIM_INTEN_LASTTX_Pos (24UL) /*!< Position of LASTTX field. */ 8863*150812a8SEvalZero #define TWIM_INTEN_LASTTX_Msk (0x1UL << TWIM_INTEN_LASTTX_Pos) /*!< Bit mask of LASTTX field. */ 8864*150812a8SEvalZero #define TWIM_INTEN_LASTTX_Disabled (0UL) /*!< Disable */ 8865*150812a8SEvalZero #define TWIM_INTEN_LASTTX_Enabled (1UL) /*!< Enable */ 8866*150812a8SEvalZero 8867*150812a8SEvalZero /* Bit 23 : Enable or disable interrupt for LASTRX event */ 8868*150812a8SEvalZero #define TWIM_INTEN_LASTRX_Pos (23UL) /*!< Position of LASTRX field. */ 8869*150812a8SEvalZero #define TWIM_INTEN_LASTRX_Msk (0x1UL << TWIM_INTEN_LASTRX_Pos) /*!< Bit mask of LASTRX field. */ 8870*150812a8SEvalZero #define TWIM_INTEN_LASTRX_Disabled (0UL) /*!< Disable */ 8871*150812a8SEvalZero #define TWIM_INTEN_LASTRX_Enabled (1UL) /*!< Enable */ 8872*150812a8SEvalZero 8873*150812a8SEvalZero /* Bit 20 : Enable or disable interrupt for TXSTARTED event */ 8874*150812a8SEvalZero #define TWIM_INTEN_TXSTARTED_Pos (20UL) /*!< Position of TXSTARTED field. */ 8875*150812a8SEvalZero #define TWIM_INTEN_TXSTARTED_Msk (0x1UL << TWIM_INTEN_TXSTARTED_Pos) /*!< Bit mask of TXSTARTED field. */ 8876*150812a8SEvalZero #define TWIM_INTEN_TXSTARTED_Disabled (0UL) /*!< Disable */ 8877*150812a8SEvalZero #define TWIM_INTEN_TXSTARTED_Enabled (1UL) /*!< Enable */ 8878*150812a8SEvalZero 8879*150812a8SEvalZero /* Bit 19 : Enable or disable interrupt for RXSTARTED event */ 8880*150812a8SEvalZero #define TWIM_INTEN_RXSTARTED_Pos (19UL) /*!< Position of RXSTARTED field. */ 8881*150812a8SEvalZero #define TWIM_INTEN_RXSTARTED_Msk (0x1UL << TWIM_INTEN_RXSTARTED_Pos) /*!< Bit mask of RXSTARTED field. */ 8882*150812a8SEvalZero #define TWIM_INTEN_RXSTARTED_Disabled (0UL) /*!< Disable */ 8883*150812a8SEvalZero #define TWIM_INTEN_RXSTARTED_Enabled (1UL) /*!< Enable */ 8884*150812a8SEvalZero 8885*150812a8SEvalZero /* Bit 18 : Enable or disable interrupt for SUSPENDED event */ 8886*150812a8SEvalZero #define TWIM_INTEN_SUSPENDED_Pos (18UL) /*!< Position of SUSPENDED field. */ 8887*150812a8SEvalZero #define TWIM_INTEN_SUSPENDED_Msk (0x1UL << TWIM_INTEN_SUSPENDED_Pos) /*!< Bit mask of SUSPENDED field. */ 8888*150812a8SEvalZero #define TWIM_INTEN_SUSPENDED_Disabled (0UL) /*!< Disable */ 8889*150812a8SEvalZero #define TWIM_INTEN_SUSPENDED_Enabled (1UL) /*!< Enable */ 8890*150812a8SEvalZero 8891*150812a8SEvalZero /* Bit 9 : Enable or disable interrupt for ERROR event */ 8892*150812a8SEvalZero #define TWIM_INTEN_ERROR_Pos (9UL) /*!< Position of ERROR field. */ 8893*150812a8SEvalZero #define TWIM_INTEN_ERROR_Msk (0x1UL << TWIM_INTEN_ERROR_Pos) /*!< Bit mask of ERROR field. */ 8894*150812a8SEvalZero #define TWIM_INTEN_ERROR_Disabled (0UL) /*!< Disable */ 8895*150812a8SEvalZero #define TWIM_INTEN_ERROR_Enabled (1UL) /*!< Enable */ 8896*150812a8SEvalZero 8897*150812a8SEvalZero /* Bit 1 : Enable or disable interrupt for STOPPED event */ 8898*150812a8SEvalZero #define TWIM_INTEN_STOPPED_Pos (1UL) /*!< Position of STOPPED field. */ 8899*150812a8SEvalZero #define TWIM_INTEN_STOPPED_Msk (0x1UL << TWIM_INTEN_STOPPED_Pos) /*!< Bit mask of STOPPED field. */ 8900*150812a8SEvalZero #define TWIM_INTEN_STOPPED_Disabled (0UL) /*!< Disable */ 8901*150812a8SEvalZero #define TWIM_INTEN_STOPPED_Enabled (1UL) /*!< Enable */ 8902*150812a8SEvalZero 8903*150812a8SEvalZero /* Register: TWIM_INTENSET */ 8904*150812a8SEvalZero /* Description: Enable interrupt */ 8905*150812a8SEvalZero 8906*150812a8SEvalZero /* Bit 24 : Write '1' to enable interrupt for LASTTX event */ 8907*150812a8SEvalZero #define TWIM_INTENSET_LASTTX_Pos (24UL) /*!< Position of LASTTX field. */ 8908*150812a8SEvalZero #define TWIM_INTENSET_LASTTX_Msk (0x1UL << TWIM_INTENSET_LASTTX_Pos) /*!< Bit mask of LASTTX field. */ 8909*150812a8SEvalZero #define TWIM_INTENSET_LASTTX_Disabled (0UL) /*!< Read: Disabled */ 8910*150812a8SEvalZero #define TWIM_INTENSET_LASTTX_Enabled (1UL) /*!< Read: Enabled */ 8911*150812a8SEvalZero #define TWIM_INTENSET_LASTTX_Set (1UL) /*!< Enable */ 8912*150812a8SEvalZero 8913*150812a8SEvalZero /* Bit 23 : Write '1' to enable interrupt for LASTRX event */ 8914*150812a8SEvalZero #define TWIM_INTENSET_LASTRX_Pos (23UL) /*!< Position of LASTRX field. */ 8915*150812a8SEvalZero #define TWIM_INTENSET_LASTRX_Msk (0x1UL << TWIM_INTENSET_LASTRX_Pos) /*!< Bit mask of LASTRX field. */ 8916*150812a8SEvalZero #define TWIM_INTENSET_LASTRX_Disabled (0UL) /*!< Read: Disabled */ 8917*150812a8SEvalZero #define TWIM_INTENSET_LASTRX_Enabled (1UL) /*!< Read: Enabled */ 8918*150812a8SEvalZero #define TWIM_INTENSET_LASTRX_Set (1UL) /*!< Enable */ 8919*150812a8SEvalZero 8920*150812a8SEvalZero /* Bit 20 : Write '1' to enable interrupt for TXSTARTED event */ 8921*150812a8SEvalZero #define TWIM_INTENSET_TXSTARTED_Pos (20UL) /*!< Position of TXSTARTED field. */ 8922*150812a8SEvalZero #define TWIM_INTENSET_TXSTARTED_Msk (0x1UL << TWIM_INTENSET_TXSTARTED_Pos) /*!< Bit mask of TXSTARTED field. */ 8923*150812a8SEvalZero #define TWIM_INTENSET_TXSTARTED_Disabled (0UL) /*!< Read: Disabled */ 8924*150812a8SEvalZero #define TWIM_INTENSET_TXSTARTED_Enabled (1UL) /*!< Read: Enabled */ 8925*150812a8SEvalZero #define TWIM_INTENSET_TXSTARTED_Set (1UL) /*!< Enable */ 8926*150812a8SEvalZero 8927*150812a8SEvalZero /* Bit 19 : Write '1' to enable interrupt for RXSTARTED event */ 8928*150812a8SEvalZero #define TWIM_INTENSET_RXSTARTED_Pos (19UL) /*!< Position of RXSTARTED field. */ 8929*150812a8SEvalZero #define TWIM_INTENSET_RXSTARTED_Msk (0x1UL << TWIM_INTENSET_RXSTARTED_Pos) /*!< Bit mask of RXSTARTED field. */ 8930*150812a8SEvalZero #define TWIM_INTENSET_RXSTARTED_Disabled (0UL) /*!< Read: Disabled */ 8931*150812a8SEvalZero #define TWIM_INTENSET_RXSTARTED_Enabled (1UL) /*!< Read: Enabled */ 8932*150812a8SEvalZero #define TWIM_INTENSET_RXSTARTED_Set (1UL) /*!< Enable */ 8933*150812a8SEvalZero 8934*150812a8SEvalZero /* Bit 18 : Write '1' to enable interrupt for SUSPENDED event */ 8935*150812a8SEvalZero #define TWIM_INTENSET_SUSPENDED_Pos (18UL) /*!< Position of SUSPENDED field. */ 8936*150812a8SEvalZero #define TWIM_INTENSET_SUSPENDED_Msk (0x1UL << TWIM_INTENSET_SUSPENDED_Pos) /*!< Bit mask of SUSPENDED field. */ 8937*150812a8SEvalZero #define TWIM_INTENSET_SUSPENDED_Disabled (0UL) /*!< Read: Disabled */ 8938*150812a8SEvalZero #define TWIM_INTENSET_SUSPENDED_Enabled (1UL) /*!< Read: Enabled */ 8939*150812a8SEvalZero #define TWIM_INTENSET_SUSPENDED_Set (1UL) /*!< Enable */ 8940*150812a8SEvalZero 8941*150812a8SEvalZero /* Bit 9 : Write '1' to enable interrupt for ERROR event */ 8942*150812a8SEvalZero #define TWIM_INTENSET_ERROR_Pos (9UL) /*!< Position of ERROR field. */ 8943*150812a8SEvalZero #define TWIM_INTENSET_ERROR_Msk (0x1UL << TWIM_INTENSET_ERROR_Pos) /*!< Bit mask of ERROR field. */ 8944*150812a8SEvalZero #define TWIM_INTENSET_ERROR_Disabled (0UL) /*!< Read: Disabled */ 8945*150812a8SEvalZero #define TWIM_INTENSET_ERROR_Enabled (1UL) /*!< Read: Enabled */ 8946*150812a8SEvalZero #define TWIM_INTENSET_ERROR_Set (1UL) /*!< Enable */ 8947*150812a8SEvalZero 8948*150812a8SEvalZero /* Bit 1 : Write '1' to enable interrupt for STOPPED event */ 8949*150812a8SEvalZero #define TWIM_INTENSET_STOPPED_Pos (1UL) /*!< Position of STOPPED field. */ 8950*150812a8SEvalZero #define TWIM_INTENSET_STOPPED_Msk (0x1UL << TWIM_INTENSET_STOPPED_Pos) /*!< Bit mask of STOPPED field. */ 8951*150812a8SEvalZero #define TWIM_INTENSET_STOPPED_Disabled (0UL) /*!< Read: Disabled */ 8952*150812a8SEvalZero #define TWIM_INTENSET_STOPPED_Enabled (1UL) /*!< Read: Enabled */ 8953*150812a8SEvalZero #define TWIM_INTENSET_STOPPED_Set (1UL) /*!< Enable */ 8954*150812a8SEvalZero 8955*150812a8SEvalZero /* Register: TWIM_INTENCLR */ 8956*150812a8SEvalZero /* Description: Disable interrupt */ 8957*150812a8SEvalZero 8958*150812a8SEvalZero /* Bit 24 : Write '1' to disable interrupt for LASTTX event */ 8959*150812a8SEvalZero #define TWIM_INTENCLR_LASTTX_Pos (24UL) /*!< Position of LASTTX field. */ 8960*150812a8SEvalZero #define TWIM_INTENCLR_LASTTX_Msk (0x1UL << TWIM_INTENCLR_LASTTX_Pos) /*!< Bit mask of LASTTX field. */ 8961*150812a8SEvalZero #define TWIM_INTENCLR_LASTTX_Disabled (0UL) /*!< Read: Disabled */ 8962*150812a8SEvalZero #define TWIM_INTENCLR_LASTTX_Enabled (1UL) /*!< Read: Enabled */ 8963*150812a8SEvalZero #define TWIM_INTENCLR_LASTTX_Clear (1UL) /*!< Disable */ 8964*150812a8SEvalZero 8965*150812a8SEvalZero /* Bit 23 : Write '1' to disable interrupt for LASTRX event */ 8966*150812a8SEvalZero #define TWIM_INTENCLR_LASTRX_Pos (23UL) /*!< Position of LASTRX field. */ 8967*150812a8SEvalZero #define TWIM_INTENCLR_LASTRX_Msk (0x1UL << TWIM_INTENCLR_LASTRX_Pos) /*!< Bit mask of LASTRX field. */ 8968*150812a8SEvalZero #define TWIM_INTENCLR_LASTRX_Disabled (0UL) /*!< Read: Disabled */ 8969*150812a8SEvalZero #define TWIM_INTENCLR_LASTRX_Enabled (1UL) /*!< Read: Enabled */ 8970*150812a8SEvalZero #define TWIM_INTENCLR_LASTRX_Clear (1UL) /*!< Disable */ 8971*150812a8SEvalZero 8972*150812a8SEvalZero /* Bit 20 : Write '1' to disable interrupt for TXSTARTED event */ 8973*150812a8SEvalZero #define TWIM_INTENCLR_TXSTARTED_Pos (20UL) /*!< Position of TXSTARTED field. */ 8974*150812a8SEvalZero #define TWIM_INTENCLR_TXSTARTED_Msk (0x1UL << TWIM_INTENCLR_TXSTARTED_Pos) /*!< Bit mask of TXSTARTED field. */ 8975*150812a8SEvalZero #define TWIM_INTENCLR_TXSTARTED_Disabled (0UL) /*!< Read: Disabled */ 8976*150812a8SEvalZero #define TWIM_INTENCLR_TXSTARTED_Enabled (1UL) /*!< Read: Enabled */ 8977*150812a8SEvalZero #define TWIM_INTENCLR_TXSTARTED_Clear (1UL) /*!< Disable */ 8978*150812a8SEvalZero 8979*150812a8SEvalZero /* Bit 19 : Write '1' to disable interrupt for RXSTARTED event */ 8980*150812a8SEvalZero #define TWIM_INTENCLR_RXSTARTED_Pos (19UL) /*!< Position of RXSTARTED field. */ 8981*150812a8SEvalZero #define TWIM_INTENCLR_RXSTARTED_Msk (0x1UL << TWIM_INTENCLR_RXSTARTED_Pos) /*!< Bit mask of RXSTARTED field. */ 8982*150812a8SEvalZero #define TWIM_INTENCLR_RXSTARTED_Disabled (0UL) /*!< Read: Disabled */ 8983*150812a8SEvalZero #define TWIM_INTENCLR_RXSTARTED_Enabled (1UL) /*!< Read: Enabled */ 8984*150812a8SEvalZero #define TWIM_INTENCLR_RXSTARTED_Clear (1UL) /*!< Disable */ 8985*150812a8SEvalZero 8986*150812a8SEvalZero /* Bit 18 : Write '1' to disable interrupt for SUSPENDED event */ 8987*150812a8SEvalZero #define TWIM_INTENCLR_SUSPENDED_Pos (18UL) /*!< Position of SUSPENDED field. */ 8988*150812a8SEvalZero #define TWIM_INTENCLR_SUSPENDED_Msk (0x1UL << TWIM_INTENCLR_SUSPENDED_Pos) /*!< Bit mask of SUSPENDED field. */ 8989*150812a8SEvalZero #define TWIM_INTENCLR_SUSPENDED_Disabled (0UL) /*!< Read: Disabled */ 8990*150812a8SEvalZero #define TWIM_INTENCLR_SUSPENDED_Enabled (1UL) /*!< Read: Enabled */ 8991*150812a8SEvalZero #define TWIM_INTENCLR_SUSPENDED_Clear (1UL) /*!< Disable */ 8992*150812a8SEvalZero 8993*150812a8SEvalZero /* Bit 9 : Write '1' to disable interrupt for ERROR event */ 8994*150812a8SEvalZero #define TWIM_INTENCLR_ERROR_Pos (9UL) /*!< Position of ERROR field. */ 8995*150812a8SEvalZero #define TWIM_INTENCLR_ERROR_Msk (0x1UL << TWIM_INTENCLR_ERROR_Pos) /*!< Bit mask of ERROR field. */ 8996*150812a8SEvalZero #define TWIM_INTENCLR_ERROR_Disabled (0UL) /*!< Read: Disabled */ 8997*150812a8SEvalZero #define TWIM_INTENCLR_ERROR_Enabled (1UL) /*!< Read: Enabled */ 8998*150812a8SEvalZero #define TWIM_INTENCLR_ERROR_Clear (1UL) /*!< Disable */ 8999*150812a8SEvalZero 9000*150812a8SEvalZero /* Bit 1 : Write '1' to disable interrupt for STOPPED event */ 9001*150812a8SEvalZero #define TWIM_INTENCLR_STOPPED_Pos (1UL) /*!< Position of STOPPED field. */ 9002*150812a8SEvalZero #define TWIM_INTENCLR_STOPPED_Msk (0x1UL << TWIM_INTENCLR_STOPPED_Pos) /*!< Bit mask of STOPPED field. */ 9003*150812a8SEvalZero #define TWIM_INTENCLR_STOPPED_Disabled (0UL) /*!< Read: Disabled */ 9004*150812a8SEvalZero #define TWIM_INTENCLR_STOPPED_Enabled (1UL) /*!< Read: Enabled */ 9005*150812a8SEvalZero #define TWIM_INTENCLR_STOPPED_Clear (1UL) /*!< Disable */ 9006*150812a8SEvalZero 9007*150812a8SEvalZero /* Register: TWIM_ERRORSRC */ 9008*150812a8SEvalZero /* Description: Error source */ 9009*150812a8SEvalZero 9010*150812a8SEvalZero /* Bit 2 : NACK received after sending a data byte (write '1' to clear) */ 9011*150812a8SEvalZero #define TWIM_ERRORSRC_DNACK_Pos (2UL) /*!< Position of DNACK field. */ 9012*150812a8SEvalZero #define TWIM_ERRORSRC_DNACK_Msk (0x1UL << TWIM_ERRORSRC_DNACK_Pos) /*!< Bit mask of DNACK field. */ 9013*150812a8SEvalZero #define TWIM_ERRORSRC_DNACK_NotReceived (0UL) /*!< Error did not occur */ 9014*150812a8SEvalZero #define TWIM_ERRORSRC_DNACK_Received (1UL) /*!< Error occurred */ 9015*150812a8SEvalZero 9016*150812a8SEvalZero /* Bit 1 : NACK received after sending the address (write '1' to clear) */ 9017*150812a8SEvalZero #define TWIM_ERRORSRC_ANACK_Pos (1UL) /*!< Position of ANACK field. */ 9018*150812a8SEvalZero #define TWIM_ERRORSRC_ANACK_Msk (0x1UL << TWIM_ERRORSRC_ANACK_Pos) /*!< Bit mask of ANACK field. */ 9019*150812a8SEvalZero #define TWIM_ERRORSRC_ANACK_NotReceived (0UL) /*!< Error did not occur */ 9020*150812a8SEvalZero #define TWIM_ERRORSRC_ANACK_Received (1UL) /*!< Error occurred */ 9021*150812a8SEvalZero 9022*150812a8SEvalZero /* Bit 0 : Overrun error */ 9023*150812a8SEvalZero #define TWIM_ERRORSRC_OVERRUN_Pos (0UL) /*!< Position of OVERRUN field. */ 9024*150812a8SEvalZero #define TWIM_ERRORSRC_OVERRUN_Msk (0x1UL << TWIM_ERRORSRC_OVERRUN_Pos) /*!< Bit mask of OVERRUN field. */ 9025*150812a8SEvalZero #define TWIM_ERRORSRC_OVERRUN_NotReceived (0UL) /*!< Error did not occur */ 9026*150812a8SEvalZero #define TWIM_ERRORSRC_OVERRUN_Received (1UL) /*!< Error occurred */ 9027*150812a8SEvalZero 9028*150812a8SEvalZero /* Register: TWIM_ENABLE */ 9029*150812a8SEvalZero /* Description: Enable TWIM */ 9030*150812a8SEvalZero 9031*150812a8SEvalZero /* Bits 3..0 : Enable or disable TWIM */ 9032*150812a8SEvalZero #define TWIM_ENABLE_ENABLE_Pos (0UL) /*!< Position of ENABLE field. */ 9033*150812a8SEvalZero #define TWIM_ENABLE_ENABLE_Msk (0xFUL << TWIM_ENABLE_ENABLE_Pos) /*!< Bit mask of ENABLE field. */ 9034*150812a8SEvalZero #define TWIM_ENABLE_ENABLE_Disabled (0UL) /*!< Disable TWIM */ 9035*150812a8SEvalZero #define TWIM_ENABLE_ENABLE_Enabled (6UL) /*!< Enable TWIM */ 9036*150812a8SEvalZero 9037*150812a8SEvalZero /* Register: TWIM_PSEL_SCL */ 9038*150812a8SEvalZero /* Description: Pin select for SCL signal */ 9039*150812a8SEvalZero 9040*150812a8SEvalZero /* Bit 31 : Connection */ 9041*150812a8SEvalZero #define TWIM_PSEL_SCL_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */ 9042*150812a8SEvalZero #define TWIM_PSEL_SCL_CONNECT_Msk (0x1UL << TWIM_PSEL_SCL_CONNECT_Pos) /*!< Bit mask of CONNECT field. */ 9043*150812a8SEvalZero #define TWIM_PSEL_SCL_CONNECT_Connected (0UL) /*!< Connect */ 9044*150812a8SEvalZero #define TWIM_PSEL_SCL_CONNECT_Disconnected (1UL) /*!< Disconnect */ 9045*150812a8SEvalZero 9046*150812a8SEvalZero /* Bits 4..0 : Pin number */ 9047*150812a8SEvalZero #define TWIM_PSEL_SCL_PIN_Pos (0UL) /*!< Position of PIN field. */ 9048*150812a8SEvalZero #define TWIM_PSEL_SCL_PIN_Msk (0x1FUL << TWIM_PSEL_SCL_PIN_Pos) /*!< Bit mask of PIN field. */ 9049*150812a8SEvalZero 9050*150812a8SEvalZero /* Register: TWIM_PSEL_SDA */ 9051*150812a8SEvalZero /* Description: Pin select for SDA signal */ 9052*150812a8SEvalZero 9053*150812a8SEvalZero /* Bit 31 : Connection */ 9054*150812a8SEvalZero #define TWIM_PSEL_SDA_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */ 9055*150812a8SEvalZero #define TWIM_PSEL_SDA_CONNECT_Msk (0x1UL << TWIM_PSEL_SDA_CONNECT_Pos) /*!< Bit mask of CONNECT field. */ 9056*150812a8SEvalZero #define TWIM_PSEL_SDA_CONNECT_Connected (0UL) /*!< Connect */ 9057*150812a8SEvalZero #define TWIM_PSEL_SDA_CONNECT_Disconnected (1UL) /*!< Disconnect */ 9058*150812a8SEvalZero 9059*150812a8SEvalZero /* Bits 4..0 : Pin number */ 9060*150812a8SEvalZero #define TWIM_PSEL_SDA_PIN_Pos (0UL) /*!< Position of PIN field. */ 9061*150812a8SEvalZero #define TWIM_PSEL_SDA_PIN_Msk (0x1FUL << TWIM_PSEL_SDA_PIN_Pos) /*!< Bit mask of PIN field. */ 9062*150812a8SEvalZero 9063*150812a8SEvalZero /* Register: TWIM_FREQUENCY */ 9064*150812a8SEvalZero /* Description: TWI frequency. Accuracy depends on the HFCLK source selected. */ 9065*150812a8SEvalZero 9066*150812a8SEvalZero /* Bits 31..0 : TWI master clock frequency */ 9067*150812a8SEvalZero #define TWIM_FREQUENCY_FREQUENCY_Pos (0UL) /*!< Position of FREQUENCY field. */ 9068*150812a8SEvalZero #define TWIM_FREQUENCY_FREQUENCY_Msk (0xFFFFFFFFUL << TWIM_FREQUENCY_FREQUENCY_Pos) /*!< Bit mask of FREQUENCY field. */ 9069*150812a8SEvalZero #define TWIM_FREQUENCY_FREQUENCY_K100 (0x01980000UL) /*!< 100 kbps */ 9070*150812a8SEvalZero #define TWIM_FREQUENCY_FREQUENCY_K250 (0x04000000UL) /*!< 250 kbps */ 9071*150812a8SEvalZero #define TWIM_FREQUENCY_FREQUENCY_K400 (0x06400000UL) /*!< 400 kbps */ 9072*150812a8SEvalZero 9073*150812a8SEvalZero /* Register: TWIM_RXD_PTR */ 9074*150812a8SEvalZero /* Description: Data pointer */ 9075*150812a8SEvalZero 9076*150812a8SEvalZero /* Bits 31..0 : Data pointer */ 9077*150812a8SEvalZero #define TWIM_RXD_PTR_PTR_Pos (0UL) /*!< Position of PTR field. */ 9078*150812a8SEvalZero #define TWIM_RXD_PTR_PTR_Msk (0xFFFFFFFFUL << TWIM_RXD_PTR_PTR_Pos) /*!< Bit mask of PTR field. */ 9079*150812a8SEvalZero 9080*150812a8SEvalZero /* Register: TWIM_RXD_MAXCNT */ 9081*150812a8SEvalZero /* Description: Maximum number of bytes in receive buffer */ 9082*150812a8SEvalZero 9083*150812a8SEvalZero /* Bits 9..0 : Maximum number of bytes in receive buffer */ 9084*150812a8SEvalZero #define TWIM_RXD_MAXCNT_MAXCNT_Pos (0UL) /*!< Position of MAXCNT field. */ 9085*150812a8SEvalZero #define TWIM_RXD_MAXCNT_MAXCNT_Msk (0x3FFUL << TWIM_RXD_MAXCNT_MAXCNT_Pos) /*!< Bit mask of MAXCNT field. */ 9086*150812a8SEvalZero 9087*150812a8SEvalZero /* Register: TWIM_RXD_AMOUNT */ 9088*150812a8SEvalZero /* Description: Number of bytes transferred in the last transaction */ 9089*150812a8SEvalZero 9090*150812a8SEvalZero /* Bits 9..0 : Number of bytes transferred in the last transaction. In case of NACK error, includes the NACK'ed byte. */ 9091*150812a8SEvalZero #define TWIM_RXD_AMOUNT_AMOUNT_Pos (0UL) /*!< Position of AMOUNT field. */ 9092*150812a8SEvalZero #define TWIM_RXD_AMOUNT_AMOUNT_Msk (0x3FFUL << TWIM_RXD_AMOUNT_AMOUNT_Pos) /*!< Bit mask of AMOUNT field. */ 9093*150812a8SEvalZero 9094*150812a8SEvalZero /* Register: TWIM_RXD_LIST */ 9095*150812a8SEvalZero /* Description: EasyDMA list type */ 9096*150812a8SEvalZero 9097*150812a8SEvalZero /* Bits 2..0 : List type */ 9098*150812a8SEvalZero #define TWIM_RXD_LIST_LIST_Pos (0UL) /*!< Position of LIST field. */ 9099*150812a8SEvalZero #define TWIM_RXD_LIST_LIST_Msk (0x7UL << TWIM_RXD_LIST_LIST_Pos) /*!< Bit mask of LIST field. */ 9100*150812a8SEvalZero #define TWIM_RXD_LIST_LIST_Disabled (0UL) /*!< Disable EasyDMA list */ 9101*150812a8SEvalZero #define TWIM_RXD_LIST_LIST_ArrayList (1UL) /*!< Use array list */ 9102*150812a8SEvalZero 9103*150812a8SEvalZero /* Register: TWIM_TXD_PTR */ 9104*150812a8SEvalZero /* Description: Data pointer */ 9105*150812a8SEvalZero 9106*150812a8SEvalZero /* Bits 31..0 : Data pointer */ 9107*150812a8SEvalZero #define TWIM_TXD_PTR_PTR_Pos (0UL) /*!< Position of PTR field. */ 9108*150812a8SEvalZero #define TWIM_TXD_PTR_PTR_Msk (0xFFFFFFFFUL << TWIM_TXD_PTR_PTR_Pos) /*!< Bit mask of PTR field. */ 9109*150812a8SEvalZero 9110*150812a8SEvalZero /* Register: TWIM_TXD_MAXCNT */ 9111*150812a8SEvalZero /* Description: Maximum number of bytes in transmit buffer */ 9112*150812a8SEvalZero 9113*150812a8SEvalZero /* Bits 9..0 : Maximum number of bytes in transmit buffer */ 9114*150812a8SEvalZero #define TWIM_TXD_MAXCNT_MAXCNT_Pos (0UL) /*!< Position of MAXCNT field. */ 9115*150812a8SEvalZero #define TWIM_TXD_MAXCNT_MAXCNT_Msk (0x3FFUL << TWIM_TXD_MAXCNT_MAXCNT_Pos) /*!< Bit mask of MAXCNT field. */ 9116*150812a8SEvalZero 9117*150812a8SEvalZero /* Register: TWIM_TXD_AMOUNT */ 9118*150812a8SEvalZero /* Description: Number of bytes transferred in the last transaction */ 9119*150812a8SEvalZero 9120*150812a8SEvalZero /* Bits 9..0 : Number of bytes transferred in the last transaction. In case of NACK error, includes the NACK'ed byte. */ 9121*150812a8SEvalZero #define TWIM_TXD_AMOUNT_AMOUNT_Pos (0UL) /*!< Position of AMOUNT field. */ 9122*150812a8SEvalZero #define TWIM_TXD_AMOUNT_AMOUNT_Msk (0x3FFUL << TWIM_TXD_AMOUNT_AMOUNT_Pos) /*!< Bit mask of AMOUNT field. */ 9123*150812a8SEvalZero 9124*150812a8SEvalZero /* Register: TWIM_TXD_LIST */ 9125*150812a8SEvalZero /* Description: EasyDMA list type */ 9126*150812a8SEvalZero 9127*150812a8SEvalZero /* Bits 2..0 : List type */ 9128*150812a8SEvalZero #define TWIM_TXD_LIST_LIST_Pos (0UL) /*!< Position of LIST field. */ 9129*150812a8SEvalZero #define TWIM_TXD_LIST_LIST_Msk (0x7UL << TWIM_TXD_LIST_LIST_Pos) /*!< Bit mask of LIST field. */ 9130*150812a8SEvalZero #define TWIM_TXD_LIST_LIST_Disabled (0UL) /*!< Disable EasyDMA list */ 9131*150812a8SEvalZero #define TWIM_TXD_LIST_LIST_ArrayList (1UL) /*!< Use array list */ 9132*150812a8SEvalZero 9133*150812a8SEvalZero /* Register: TWIM_ADDRESS */ 9134*150812a8SEvalZero /* Description: Address used in the TWI transfer */ 9135*150812a8SEvalZero 9136*150812a8SEvalZero /* Bits 6..0 : Address used in the TWI transfer */ 9137*150812a8SEvalZero #define TWIM_ADDRESS_ADDRESS_Pos (0UL) /*!< Position of ADDRESS field. */ 9138*150812a8SEvalZero #define TWIM_ADDRESS_ADDRESS_Msk (0x7FUL << TWIM_ADDRESS_ADDRESS_Pos) /*!< Bit mask of ADDRESS field. */ 9139*150812a8SEvalZero 9140*150812a8SEvalZero 9141*150812a8SEvalZero /* Peripheral: TWIS */ 9142*150812a8SEvalZero /* Description: I2C compatible Two-Wire Slave Interface with EasyDMA */ 9143*150812a8SEvalZero 9144*150812a8SEvalZero /* Register: TWIS_TASKS_STOP */ 9145*150812a8SEvalZero /* Description: Stop TWI transaction */ 9146*150812a8SEvalZero 9147*150812a8SEvalZero /* Bit 0 : */ 9148*150812a8SEvalZero #define TWIS_TASKS_STOP_TASKS_STOP_Pos (0UL) /*!< Position of TASKS_STOP field. */ 9149*150812a8SEvalZero #define TWIS_TASKS_STOP_TASKS_STOP_Msk (0x1UL << TWIS_TASKS_STOP_TASKS_STOP_Pos) /*!< Bit mask of TASKS_STOP field. */ 9150*150812a8SEvalZero 9151*150812a8SEvalZero /* Register: TWIS_TASKS_SUSPEND */ 9152*150812a8SEvalZero /* Description: Suspend TWI transaction */ 9153*150812a8SEvalZero 9154*150812a8SEvalZero /* Bit 0 : */ 9155*150812a8SEvalZero #define TWIS_TASKS_SUSPEND_TASKS_SUSPEND_Pos (0UL) /*!< Position of TASKS_SUSPEND field. */ 9156*150812a8SEvalZero #define TWIS_TASKS_SUSPEND_TASKS_SUSPEND_Msk (0x1UL << TWIS_TASKS_SUSPEND_TASKS_SUSPEND_Pos) /*!< Bit mask of TASKS_SUSPEND field. */ 9157*150812a8SEvalZero 9158*150812a8SEvalZero /* Register: TWIS_TASKS_RESUME */ 9159*150812a8SEvalZero /* Description: Resume TWI transaction */ 9160*150812a8SEvalZero 9161*150812a8SEvalZero /* Bit 0 : */ 9162*150812a8SEvalZero #define TWIS_TASKS_RESUME_TASKS_RESUME_Pos (0UL) /*!< Position of TASKS_RESUME field. */ 9163*150812a8SEvalZero #define TWIS_TASKS_RESUME_TASKS_RESUME_Msk (0x1UL << TWIS_TASKS_RESUME_TASKS_RESUME_Pos) /*!< Bit mask of TASKS_RESUME field. */ 9164*150812a8SEvalZero 9165*150812a8SEvalZero /* Register: TWIS_TASKS_PREPARERX */ 9166*150812a8SEvalZero /* Description: Prepare the TWI slave to respond to a write command */ 9167*150812a8SEvalZero 9168*150812a8SEvalZero /* Bit 0 : */ 9169*150812a8SEvalZero #define TWIS_TASKS_PREPARERX_TASKS_PREPARERX_Pos (0UL) /*!< Position of TASKS_PREPARERX field. */ 9170*150812a8SEvalZero #define TWIS_TASKS_PREPARERX_TASKS_PREPARERX_Msk (0x1UL << TWIS_TASKS_PREPARERX_TASKS_PREPARERX_Pos) /*!< Bit mask of TASKS_PREPARERX field. */ 9171*150812a8SEvalZero 9172*150812a8SEvalZero /* Register: TWIS_TASKS_PREPARETX */ 9173*150812a8SEvalZero /* Description: Prepare the TWI slave to respond to a read command */ 9174*150812a8SEvalZero 9175*150812a8SEvalZero /* Bit 0 : */ 9176*150812a8SEvalZero #define TWIS_TASKS_PREPARETX_TASKS_PREPARETX_Pos (0UL) /*!< Position of TASKS_PREPARETX field. */ 9177*150812a8SEvalZero #define TWIS_TASKS_PREPARETX_TASKS_PREPARETX_Msk (0x1UL << TWIS_TASKS_PREPARETX_TASKS_PREPARETX_Pos) /*!< Bit mask of TASKS_PREPARETX field. */ 9178*150812a8SEvalZero 9179*150812a8SEvalZero /* Register: TWIS_EVENTS_STOPPED */ 9180*150812a8SEvalZero /* Description: TWI stopped */ 9181*150812a8SEvalZero 9182*150812a8SEvalZero /* Bit 0 : */ 9183*150812a8SEvalZero #define TWIS_EVENTS_STOPPED_EVENTS_STOPPED_Pos (0UL) /*!< Position of EVENTS_STOPPED field. */ 9184*150812a8SEvalZero #define TWIS_EVENTS_STOPPED_EVENTS_STOPPED_Msk (0x1UL << TWIS_EVENTS_STOPPED_EVENTS_STOPPED_Pos) /*!< Bit mask of EVENTS_STOPPED field. */ 9185*150812a8SEvalZero 9186*150812a8SEvalZero /* Register: TWIS_EVENTS_ERROR */ 9187*150812a8SEvalZero /* Description: TWI error */ 9188*150812a8SEvalZero 9189*150812a8SEvalZero /* Bit 0 : */ 9190*150812a8SEvalZero #define TWIS_EVENTS_ERROR_EVENTS_ERROR_Pos (0UL) /*!< Position of EVENTS_ERROR field. */ 9191*150812a8SEvalZero #define TWIS_EVENTS_ERROR_EVENTS_ERROR_Msk (0x1UL << TWIS_EVENTS_ERROR_EVENTS_ERROR_Pos) /*!< Bit mask of EVENTS_ERROR field. */ 9192*150812a8SEvalZero 9193*150812a8SEvalZero /* Register: TWIS_EVENTS_RXSTARTED */ 9194*150812a8SEvalZero /* Description: Receive sequence started */ 9195*150812a8SEvalZero 9196*150812a8SEvalZero /* Bit 0 : */ 9197*150812a8SEvalZero #define TWIS_EVENTS_RXSTARTED_EVENTS_RXSTARTED_Pos (0UL) /*!< Position of EVENTS_RXSTARTED field. */ 9198*150812a8SEvalZero #define TWIS_EVENTS_RXSTARTED_EVENTS_RXSTARTED_Msk (0x1UL << TWIS_EVENTS_RXSTARTED_EVENTS_RXSTARTED_Pos) /*!< Bit mask of EVENTS_RXSTARTED field. */ 9199*150812a8SEvalZero 9200*150812a8SEvalZero /* Register: TWIS_EVENTS_TXSTARTED */ 9201*150812a8SEvalZero /* Description: Transmit sequence started */ 9202*150812a8SEvalZero 9203*150812a8SEvalZero /* Bit 0 : */ 9204*150812a8SEvalZero #define TWIS_EVENTS_TXSTARTED_EVENTS_TXSTARTED_Pos (0UL) /*!< Position of EVENTS_TXSTARTED field. */ 9205*150812a8SEvalZero #define TWIS_EVENTS_TXSTARTED_EVENTS_TXSTARTED_Msk (0x1UL << TWIS_EVENTS_TXSTARTED_EVENTS_TXSTARTED_Pos) /*!< Bit mask of EVENTS_TXSTARTED field. */ 9206*150812a8SEvalZero 9207*150812a8SEvalZero /* Register: TWIS_EVENTS_WRITE */ 9208*150812a8SEvalZero /* Description: Write command received */ 9209*150812a8SEvalZero 9210*150812a8SEvalZero /* Bit 0 : */ 9211*150812a8SEvalZero #define TWIS_EVENTS_WRITE_EVENTS_WRITE_Pos (0UL) /*!< Position of EVENTS_WRITE field. */ 9212*150812a8SEvalZero #define TWIS_EVENTS_WRITE_EVENTS_WRITE_Msk (0x1UL << TWIS_EVENTS_WRITE_EVENTS_WRITE_Pos) /*!< Bit mask of EVENTS_WRITE field. */ 9213*150812a8SEvalZero 9214*150812a8SEvalZero /* Register: TWIS_EVENTS_READ */ 9215*150812a8SEvalZero /* Description: Read command received */ 9216*150812a8SEvalZero 9217*150812a8SEvalZero /* Bit 0 : */ 9218*150812a8SEvalZero #define TWIS_EVENTS_READ_EVENTS_READ_Pos (0UL) /*!< Position of EVENTS_READ field. */ 9219*150812a8SEvalZero #define TWIS_EVENTS_READ_EVENTS_READ_Msk (0x1UL << TWIS_EVENTS_READ_EVENTS_READ_Pos) /*!< Bit mask of EVENTS_READ field. */ 9220*150812a8SEvalZero 9221*150812a8SEvalZero /* Register: TWIS_SHORTS */ 9222*150812a8SEvalZero /* Description: Shortcut register */ 9223*150812a8SEvalZero 9224*150812a8SEvalZero /* Bit 14 : Shortcut between READ event and SUSPEND task */ 9225*150812a8SEvalZero #define TWIS_SHORTS_READ_SUSPEND_Pos (14UL) /*!< Position of READ_SUSPEND field. */ 9226*150812a8SEvalZero #define TWIS_SHORTS_READ_SUSPEND_Msk (0x1UL << TWIS_SHORTS_READ_SUSPEND_Pos) /*!< Bit mask of READ_SUSPEND field. */ 9227*150812a8SEvalZero #define TWIS_SHORTS_READ_SUSPEND_Disabled (0UL) /*!< Disable shortcut */ 9228*150812a8SEvalZero #define TWIS_SHORTS_READ_SUSPEND_Enabled (1UL) /*!< Enable shortcut */ 9229*150812a8SEvalZero 9230*150812a8SEvalZero /* Bit 13 : Shortcut between WRITE event and SUSPEND task */ 9231*150812a8SEvalZero #define TWIS_SHORTS_WRITE_SUSPEND_Pos (13UL) /*!< Position of WRITE_SUSPEND field. */ 9232*150812a8SEvalZero #define TWIS_SHORTS_WRITE_SUSPEND_Msk (0x1UL << TWIS_SHORTS_WRITE_SUSPEND_Pos) /*!< Bit mask of WRITE_SUSPEND field. */ 9233*150812a8SEvalZero #define TWIS_SHORTS_WRITE_SUSPEND_Disabled (0UL) /*!< Disable shortcut */ 9234*150812a8SEvalZero #define TWIS_SHORTS_WRITE_SUSPEND_Enabled (1UL) /*!< Enable shortcut */ 9235*150812a8SEvalZero 9236*150812a8SEvalZero /* Register: TWIS_INTEN */ 9237*150812a8SEvalZero /* Description: Enable or disable interrupt */ 9238*150812a8SEvalZero 9239*150812a8SEvalZero /* Bit 26 : Enable or disable interrupt for READ event */ 9240*150812a8SEvalZero #define TWIS_INTEN_READ_Pos (26UL) /*!< Position of READ field. */ 9241*150812a8SEvalZero #define TWIS_INTEN_READ_Msk (0x1UL << TWIS_INTEN_READ_Pos) /*!< Bit mask of READ field. */ 9242*150812a8SEvalZero #define TWIS_INTEN_READ_Disabled (0UL) /*!< Disable */ 9243*150812a8SEvalZero #define TWIS_INTEN_READ_Enabled (1UL) /*!< Enable */ 9244*150812a8SEvalZero 9245*150812a8SEvalZero /* Bit 25 : Enable or disable interrupt for WRITE event */ 9246*150812a8SEvalZero #define TWIS_INTEN_WRITE_Pos (25UL) /*!< Position of WRITE field. */ 9247*150812a8SEvalZero #define TWIS_INTEN_WRITE_Msk (0x1UL << TWIS_INTEN_WRITE_Pos) /*!< Bit mask of WRITE field. */ 9248*150812a8SEvalZero #define TWIS_INTEN_WRITE_Disabled (0UL) /*!< Disable */ 9249*150812a8SEvalZero #define TWIS_INTEN_WRITE_Enabled (1UL) /*!< Enable */ 9250*150812a8SEvalZero 9251*150812a8SEvalZero /* Bit 20 : Enable or disable interrupt for TXSTARTED event */ 9252*150812a8SEvalZero #define TWIS_INTEN_TXSTARTED_Pos (20UL) /*!< Position of TXSTARTED field. */ 9253*150812a8SEvalZero #define TWIS_INTEN_TXSTARTED_Msk (0x1UL << TWIS_INTEN_TXSTARTED_Pos) /*!< Bit mask of TXSTARTED field. */ 9254*150812a8SEvalZero #define TWIS_INTEN_TXSTARTED_Disabled (0UL) /*!< Disable */ 9255*150812a8SEvalZero #define TWIS_INTEN_TXSTARTED_Enabled (1UL) /*!< Enable */ 9256*150812a8SEvalZero 9257*150812a8SEvalZero /* Bit 19 : Enable or disable interrupt for RXSTARTED event */ 9258*150812a8SEvalZero #define TWIS_INTEN_RXSTARTED_Pos (19UL) /*!< Position of RXSTARTED field. */ 9259*150812a8SEvalZero #define TWIS_INTEN_RXSTARTED_Msk (0x1UL << TWIS_INTEN_RXSTARTED_Pos) /*!< Bit mask of RXSTARTED field. */ 9260*150812a8SEvalZero #define TWIS_INTEN_RXSTARTED_Disabled (0UL) /*!< Disable */ 9261*150812a8SEvalZero #define TWIS_INTEN_RXSTARTED_Enabled (1UL) /*!< Enable */ 9262*150812a8SEvalZero 9263*150812a8SEvalZero /* Bit 9 : Enable or disable interrupt for ERROR event */ 9264*150812a8SEvalZero #define TWIS_INTEN_ERROR_Pos (9UL) /*!< Position of ERROR field. */ 9265*150812a8SEvalZero #define TWIS_INTEN_ERROR_Msk (0x1UL << TWIS_INTEN_ERROR_Pos) /*!< Bit mask of ERROR field. */ 9266*150812a8SEvalZero #define TWIS_INTEN_ERROR_Disabled (0UL) /*!< Disable */ 9267*150812a8SEvalZero #define TWIS_INTEN_ERROR_Enabled (1UL) /*!< Enable */ 9268*150812a8SEvalZero 9269*150812a8SEvalZero /* Bit 1 : Enable or disable interrupt for STOPPED event */ 9270*150812a8SEvalZero #define TWIS_INTEN_STOPPED_Pos (1UL) /*!< Position of STOPPED field. */ 9271*150812a8SEvalZero #define TWIS_INTEN_STOPPED_Msk (0x1UL << TWIS_INTEN_STOPPED_Pos) /*!< Bit mask of STOPPED field. */ 9272*150812a8SEvalZero #define TWIS_INTEN_STOPPED_Disabled (0UL) /*!< Disable */ 9273*150812a8SEvalZero #define TWIS_INTEN_STOPPED_Enabled (1UL) /*!< Enable */ 9274*150812a8SEvalZero 9275*150812a8SEvalZero /* Register: TWIS_INTENSET */ 9276*150812a8SEvalZero /* Description: Enable interrupt */ 9277*150812a8SEvalZero 9278*150812a8SEvalZero /* Bit 26 : Write '1' to enable interrupt for READ event */ 9279*150812a8SEvalZero #define TWIS_INTENSET_READ_Pos (26UL) /*!< Position of READ field. */ 9280*150812a8SEvalZero #define TWIS_INTENSET_READ_Msk (0x1UL << TWIS_INTENSET_READ_Pos) /*!< Bit mask of READ field. */ 9281*150812a8SEvalZero #define TWIS_INTENSET_READ_Disabled (0UL) /*!< Read: Disabled */ 9282*150812a8SEvalZero #define TWIS_INTENSET_READ_Enabled (1UL) /*!< Read: Enabled */ 9283*150812a8SEvalZero #define TWIS_INTENSET_READ_Set (1UL) /*!< Enable */ 9284*150812a8SEvalZero 9285*150812a8SEvalZero /* Bit 25 : Write '1' to enable interrupt for WRITE event */ 9286*150812a8SEvalZero #define TWIS_INTENSET_WRITE_Pos (25UL) /*!< Position of WRITE field. */ 9287*150812a8SEvalZero #define TWIS_INTENSET_WRITE_Msk (0x1UL << TWIS_INTENSET_WRITE_Pos) /*!< Bit mask of WRITE field. */ 9288*150812a8SEvalZero #define TWIS_INTENSET_WRITE_Disabled (0UL) /*!< Read: Disabled */ 9289*150812a8SEvalZero #define TWIS_INTENSET_WRITE_Enabled (1UL) /*!< Read: Enabled */ 9290*150812a8SEvalZero #define TWIS_INTENSET_WRITE_Set (1UL) /*!< Enable */ 9291*150812a8SEvalZero 9292*150812a8SEvalZero /* Bit 20 : Write '1' to enable interrupt for TXSTARTED event */ 9293*150812a8SEvalZero #define TWIS_INTENSET_TXSTARTED_Pos (20UL) /*!< Position of TXSTARTED field. */ 9294*150812a8SEvalZero #define TWIS_INTENSET_TXSTARTED_Msk (0x1UL << TWIS_INTENSET_TXSTARTED_Pos) /*!< Bit mask of TXSTARTED field. */ 9295*150812a8SEvalZero #define TWIS_INTENSET_TXSTARTED_Disabled (0UL) /*!< Read: Disabled */ 9296*150812a8SEvalZero #define TWIS_INTENSET_TXSTARTED_Enabled (1UL) /*!< Read: Enabled */ 9297*150812a8SEvalZero #define TWIS_INTENSET_TXSTARTED_Set (1UL) /*!< Enable */ 9298*150812a8SEvalZero 9299*150812a8SEvalZero /* Bit 19 : Write '1' to enable interrupt for RXSTARTED event */ 9300*150812a8SEvalZero #define TWIS_INTENSET_RXSTARTED_Pos (19UL) /*!< Position of RXSTARTED field. */ 9301*150812a8SEvalZero #define TWIS_INTENSET_RXSTARTED_Msk (0x1UL << TWIS_INTENSET_RXSTARTED_Pos) /*!< Bit mask of RXSTARTED field. */ 9302*150812a8SEvalZero #define TWIS_INTENSET_RXSTARTED_Disabled (0UL) /*!< Read: Disabled */ 9303*150812a8SEvalZero #define TWIS_INTENSET_RXSTARTED_Enabled (1UL) /*!< Read: Enabled */ 9304*150812a8SEvalZero #define TWIS_INTENSET_RXSTARTED_Set (1UL) /*!< Enable */ 9305*150812a8SEvalZero 9306*150812a8SEvalZero /* Bit 9 : Write '1' to enable interrupt for ERROR event */ 9307*150812a8SEvalZero #define TWIS_INTENSET_ERROR_Pos (9UL) /*!< Position of ERROR field. */ 9308*150812a8SEvalZero #define TWIS_INTENSET_ERROR_Msk (0x1UL << TWIS_INTENSET_ERROR_Pos) /*!< Bit mask of ERROR field. */ 9309*150812a8SEvalZero #define TWIS_INTENSET_ERROR_Disabled (0UL) /*!< Read: Disabled */ 9310*150812a8SEvalZero #define TWIS_INTENSET_ERROR_Enabled (1UL) /*!< Read: Enabled */ 9311*150812a8SEvalZero #define TWIS_INTENSET_ERROR_Set (1UL) /*!< Enable */ 9312*150812a8SEvalZero 9313*150812a8SEvalZero /* Bit 1 : Write '1' to enable interrupt for STOPPED event */ 9314*150812a8SEvalZero #define TWIS_INTENSET_STOPPED_Pos (1UL) /*!< Position of STOPPED field. */ 9315*150812a8SEvalZero #define TWIS_INTENSET_STOPPED_Msk (0x1UL << TWIS_INTENSET_STOPPED_Pos) /*!< Bit mask of STOPPED field. */ 9316*150812a8SEvalZero #define TWIS_INTENSET_STOPPED_Disabled (0UL) /*!< Read: Disabled */ 9317*150812a8SEvalZero #define TWIS_INTENSET_STOPPED_Enabled (1UL) /*!< Read: Enabled */ 9318*150812a8SEvalZero #define TWIS_INTENSET_STOPPED_Set (1UL) /*!< Enable */ 9319*150812a8SEvalZero 9320*150812a8SEvalZero /* Register: TWIS_INTENCLR */ 9321*150812a8SEvalZero /* Description: Disable interrupt */ 9322*150812a8SEvalZero 9323*150812a8SEvalZero /* Bit 26 : Write '1' to disable interrupt for READ event */ 9324*150812a8SEvalZero #define TWIS_INTENCLR_READ_Pos (26UL) /*!< Position of READ field. */ 9325*150812a8SEvalZero #define TWIS_INTENCLR_READ_Msk (0x1UL << TWIS_INTENCLR_READ_Pos) /*!< Bit mask of READ field. */ 9326*150812a8SEvalZero #define TWIS_INTENCLR_READ_Disabled (0UL) /*!< Read: Disabled */ 9327*150812a8SEvalZero #define TWIS_INTENCLR_READ_Enabled (1UL) /*!< Read: Enabled */ 9328*150812a8SEvalZero #define TWIS_INTENCLR_READ_Clear (1UL) /*!< Disable */ 9329*150812a8SEvalZero 9330*150812a8SEvalZero /* Bit 25 : Write '1' to disable interrupt for WRITE event */ 9331*150812a8SEvalZero #define TWIS_INTENCLR_WRITE_Pos (25UL) /*!< Position of WRITE field. */ 9332*150812a8SEvalZero #define TWIS_INTENCLR_WRITE_Msk (0x1UL << TWIS_INTENCLR_WRITE_Pos) /*!< Bit mask of WRITE field. */ 9333*150812a8SEvalZero #define TWIS_INTENCLR_WRITE_Disabled (0UL) /*!< Read: Disabled */ 9334*150812a8SEvalZero #define TWIS_INTENCLR_WRITE_Enabled (1UL) /*!< Read: Enabled */ 9335*150812a8SEvalZero #define TWIS_INTENCLR_WRITE_Clear (1UL) /*!< Disable */ 9336*150812a8SEvalZero 9337*150812a8SEvalZero /* Bit 20 : Write '1' to disable interrupt for TXSTARTED event */ 9338*150812a8SEvalZero #define TWIS_INTENCLR_TXSTARTED_Pos (20UL) /*!< Position of TXSTARTED field. */ 9339*150812a8SEvalZero #define TWIS_INTENCLR_TXSTARTED_Msk (0x1UL << TWIS_INTENCLR_TXSTARTED_Pos) /*!< Bit mask of TXSTARTED field. */ 9340*150812a8SEvalZero #define TWIS_INTENCLR_TXSTARTED_Disabled (0UL) /*!< Read: Disabled */ 9341*150812a8SEvalZero #define TWIS_INTENCLR_TXSTARTED_Enabled (1UL) /*!< Read: Enabled */ 9342*150812a8SEvalZero #define TWIS_INTENCLR_TXSTARTED_Clear (1UL) /*!< Disable */ 9343*150812a8SEvalZero 9344*150812a8SEvalZero /* Bit 19 : Write '1' to disable interrupt for RXSTARTED event */ 9345*150812a8SEvalZero #define TWIS_INTENCLR_RXSTARTED_Pos (19UL) /*!< Position of RXSTARTED field. */ 9346*150812a8SEvalZero #define TWIS_INTENCLR_RXSTARTED_Msk (0x1UL << TWIS_INTENCLR_RXSTARTED_Pos) /*!< Bit mask of RXSTARTED field. */ 9347*150812a8SEvalZero #define TWIS_INTENCLR_RXSTARTED_Disabled (0UL) /*!< Read: Disabled */ 9348*150812a8SEvalZero #define TWIS_INTENCLR_RXSTARTED_Enabled (1UL) /*!< Read: Enabled */ 9349*150812a8SEvalZero #define TWIS_INTENCLR_RXSTARTED_Clear (1UL) /*!< Disable */ 9350*150812a8SEvalZero 9351*150812a8SEvalZero /* Bit 9 : Write '1' to disable interrupt for ERROR event */ 9352*150812a8SEvalZero #define TWIS_INTENCLR_ERROR_Pos (9UL) /*!< Position of ERROR field. */ 9353*150812a8SEvalZero #define TWIS_INTENCLR_ERROR_Msk (0x1UL << TWIS_INTENCLR_ERROR_Pos) /*!< Bit mask of ERROR field. */ 9354*150812a8SEvalZero #define TWIS_INTENCLR_ERROR_Disabled (0UL) /*!< Read: Disabled */ 9355*150812a8SEvalZero #define TWIS_INTENCLR_ERROR_Enabled (1UL) /*!< Read: Enabled */ 9356*150812a8SEvalZero #define TWIS_INTENCLR_ERROR_Clear (1UL) /*!< Disable */ 9357*150812a8SEvalZero 9358*150812a8SEvalZero /* Bit 1 : Write '1' to disable interrupt for STOPPED event */ 9359*150812a8SEvalZero #define TWIS_INTENCLR_STOPPED_Pos (1UL) /*!< Position of STOPPED field. */ 9360*150812a8SEvalZero #define TWIS_INTENCLR_STOPPED_Msk (0x1UL << TWIS_INTENCLR_STOPPED_Pos) /*!< Bit mask of STOPPED field. */ 9361*150812a8SEvalZero #define TWIS_INTENCLR_STOPPED_Disabled (0UL) /*!< Read: Disabled */ 9362*150812a8SEvalZero #define TWIS_INTENCLR_STOPPED_Enabled (1UL) /*!< Read: Enabled */ 9363*150812a8SEvalZero #define TWIS_INTENCLR_STOPPED_Clear (1UL) /*!< Disable */ 9364*150812a8SEvalZero 9365*150812a8SEvalZero /* Register: TWIS_ERRORSRC */ 9366*150812a8SEvalZero /* Description: Error source */ 9367*150812a8SEvalZero 9368*150812a8SEvalZero /* Bit 3 : TX buffer over-read detected, and prevented */ 9369*150812a8SEvalZero #define TWIS_ERRORSRC_OVERREAD_Pos (3UL) /*!< Position of OVERREAD field. */ 9370*150812a8SEvalZero #define TWIS_ERRORSRC_OVERREAD_Msk (0x1UL << TWIS_ERRORSRC_OVERREAD_Pos) /*!< Bit mask of OVERREAD field. */ 9371*150812a8SEvalZero #define TWIS_ERRORSRC_OVERREAD_NotDetected (0UL) /*!< Error did not occur */ 9372*150812a8SEvalZero #define TWIS_ERRORSRC_OVERREAD_Detected (1UL) /*!< Error occurred */ 9373*150812a8SEvalZero 9374*150812a8SEvalZero /* Bit 2 : NACK sent after receiving a data byte */ 9375*150812a8SEvalZero #define TWIS_ERRORSRC_DNACK_Pos (2UL) /*!< Position of DNACK field. */ 9376*150812a8SEvalZero #define TWIS_ERRORSRC_DNACK_Msk (0x1UL << TWIS_ERRORSRC_DNACK_Pos) /*!< Bit mask of DNACK field. */ 9377*150812a8SEvalZero #define TWIS_ERRORSRC_DNACK_NotReceived (0UL) /*!< Error did not occur */ 9378*150812a8SEvalZero #define TWIS_ERRORSRC_DNACK_Received (1UL) /*!< Error occurred */ 9379*150812a8SEvalZero 9380*150812a8SEvalZero /* Bit 0 : RX buffer overflow detected, and prevented */ 9381*150812a8SEvalZero #define TWIS_ERRORSRC_OVERFLOW_Pos (0UL) /*!< Position of OVERFLOW field. */ 9382*150812a8SEvalZero #define TWIS_ERRORSRC_OVERFLOW_Msk (0x1UL << TWIS_ERRORSRC_OVERFLOW_Pos) /*!< Bit mask of OVERFLOW field. */ 9383*150812a8SEvalZero #define TWIS_ERRORSRC_OVERFLOW_NotDetected (0UL) /*!< Error did not occur */ 9384*150812a8SEvalZero #define TWIS_ERRORSRC_OVERFLOW_Detected (1UL) /*!< Error occurred */ 9385*150812a8SEvalZero 9386*150812a8SEvalZero /* Register: TWIS_MATCH */ 9387*150812a8SEvalZero /* Description: Status register indicating which address had a match */ 9388*150812a8SEvalZero 9389*150812a8SEvalZero /* Bit 0 : Which of the addresses in {ADDRESS} matched the incoming address */ 9390*150812a8SEvalZero #define TWIS_MATCH_MATCH_Pos (0UL) /*!< Position of MATCH field. */ 9391*150812a8SEvalZero #define TWIS_MATCH_MATCH_Msk (0x1UL << TWIS_MATCH_MATCH_Pos) /*!< Bit mask of MATCH field. */ 9392*150812a8SEvalZero 9393*150812a8SEvalZero /* Register: TWIS_ENABLE */ 9394*150812a8SEvalZero /* Description: Enable TWIS */ 9395*150812a8SEvalZero 9396*150812a8SEvalZero /* Bits 3..0 : Enable or disable TWIS */ 9397*150812a8SEvalZero #define TWIS_ENABLE_ENABLE_Pos (0UL) /*!< Position of ENABLE field. */ 9398*150812a8SEvalZero #define TWIS_ENABLE_ENABLE_Msk (0xFUL << TWIS_ENABLE_ENABLE_Pos) /*!< Bit mask of ENABLE field. */ 9399*150812a8SEvalZero #define TWIS_ENABLE_ENABLE_Disabled (0UL) /*!< Disable TWIS */ 9400*150812a8SEvalZero #define TWIS_ENABLE_ENABLE_Enabled (9UL) /*!< Enable TWIS */ 9401*150812a8SEvalZero 9402*150812a8SEvalZero /* Register: TWIS_PSEL_SCL */ 9403*150812a8SEvalZero /* Description: Pin select for SCL signal */ 9404*150812a8SEvalZero 9405*150812a8SEvalZero /* Bit 31 : Connection */ 9406*150812a8SEvalZero #define TWIS_PSEL_SCL_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */ 9407*150812a8SEvalZero #define TWIS_PSEL_SCL_CONNECT_Msk (0x1UL << TWIS_PSEL_SCL_CONNECT_Pos) /*!< Bit mask of CONNECT field. */ 9408*150812a8SEvalZero #define TWIS_PSEL_SCL_CONNECT_Connected (0UL) /*!< Connect */ 9409*150812a8SEvalZero #define TWIS_PSEL_SCL_CONNECT_Disconnected (1UL) /*!< Disconnect */ 9410*150812a8SEvalZero 9411*150812a8SEvalZero /* Bits 4..0 : Pin number */ 9412*150812a8SEvalZero #define TWIS_PSEL_SCL_PIN_Pos (0UL) /*!< Position of PIN field. */ 9413*150812a8SEvalZero #define TWIS_PSEL_SCL_PIN_Msk (0x1FUL << TWIS_PSEL_SCL_PIN_Pos) /*!< Bit mask of PIN field. */ 9414*150812a8SEvalZero 9415*150812a8SEvalZero /* Register: TWIS_PSEL_SDA */ 9416*150812a8SEvalZero /* Description: Pin select for SDA signal */ 9417*150812a8SEvalZero 9418*150812a8SEvalZero /* Bit 31 : Connection */ 9419*150812a8SEvalZero #define TWIS_PSEL_SDA_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */ 9420*150812a8SEvalZero #define TWIS_PSEL_SDA_CONNECT_Msk (0x1UL << TWIS_PSEL_SDA_CONNECT_Pos) /*!< Bit mask of CONNECT field. */ 9421*150812a8SEvalZero #define TWIS_PSEL_SDA_CONNECT_Connected (0UL) /*!< Connect */ 9422*150812a8SEvalZero #define TWIS_PSEL_SDA_CONNECT_Disconnected (1UL) /*!< Disconnect */ 9423*150812a8SEvalZero 9424*150812a8SEvalZero /* Bits 4..0 : Pin number */ 9425*150812a8SEvalZero #define TWIS_PSEL_SDA_PIN_Pos (0UL) /*!< Position of PIN field. */ 9426*150812a8SEvalZero #define TWIS_PSEL_SDA_PIN_Msk (0x1FUL << TWIS_PSEL_SDA_PIN_Pos) /*!< Bit mask of PIN field. */ 9427*150812a8SEvalZero 9428*150812a8SEvalZero /* Register: TWIS_RXD_PTR */ 9429*150812a8SEvalZero /* Description: RXD Data pointer */ 9430*150812a8SEvalZero 9431*150812a8SEvalZero /* Bits 31..0 : RXD Data pointer */ 9432*150812a8SEvalZero #define TWIS_RXD_PTR_PTR_Pos (0UL) /*!< Position of PTR field. */ 9433*150812a8SEvalZero #define TWIS_RXD_PTR_PTR_Msk (0xFFFFFFFFUL << TWIS_RXD_PTR_PTR_Pos) /*!< Bit mask of PTR field. */ 9434*150812a8SEvalZero 9435*150812a8SEvalZero /* Register: TWIS_RXD_MAXCNT */ 9436*150812a8SEvalZero /* Description: Maximum number of bytes in RXD buffer */ 9437*150812a8SEvalZero 9438*150812a8SEvalZero /* Bits 9..0 : Maximum number of bytes in RXD buffer */ 9439*150812a8SEvalZero #define TWIS_RXD_MAXCNT_MAXCNT_Pos (0UL) /*!< Position of MAXCNT field. */ 9440*150812a8SEvalZero #define TWIS_RXD_MAXCNT_MAXCNT_Msk (0x3FFUL << TWIS_RXD_MAXCNT_MAXCNT_Pos) /*!< Bit mask of MAXCNT field. */ 9441*150812a8SEvalZero 9442*150812a8SEvalZero /* Register: TWIS_RXD_AMOUNT */ 9443*150812a8SEvalZero /* Description: Number of bytes transferred in the last RXD transaction */ 9444*150812a8SEvalZero 9445*150812a8SEvalZero /* Bits 9..0 : Number of bytes transferred in the last RXD transaction */ 9446*150812a8SEvalZero #define TWIS_RXD_AMOUNT_AMOUNT_Pos (0UL) /*!< Position of AMOUNT field. */ 9447*150812a8SEvalZero #define TWIS_RXD_AMOUNT_AMOUNT_Msk (0x3FFUL << TWIS_RXD_AMOUNT_AMOUNT_Pos) /*!< Bit mask of AMOUNT field. */ 9448*150812a8SEvalZero 9449*150812a8SEvalZero /* Register: TWIS_TXD_PTR */ 9450*150812a8SEvalZero /* Description: TXD Data pointer */ 9451*150812a8SEvalZero 9452*150812a8SEvalZero /* Bits 31..0 : TXD Data pointer */ 9453*150812a8SEvalZero #define TWIS_TXD_PTR_PTR_Pos (0UL) /*!< Position of PTR field. */ 9454*150812a8SEvalZero #define TWIS_TXD_PTR_PTR_Msk (0xFFFFFFFFUL << TWIS_TXD_PTR_PTR_Pos) /*!< Bit mask of PTR field. */ 9455*150812a8SEvalZero 9456*150812a8SEvalZero /* Register: TWIS_TXD_MAXCNT */ 9457*150812a8SEvalZero /* Description: Maximum number of bytes in TXD buffer */ 9458*150812a8SEvalZero 9459*150812a8SEvalZero /* Bits 9..0 : Maximum number of bytes in TXD buffer */ 9460*150812a8SEvalZero #define TWIS_TXD_MAXCNT_MAXCNT_Pos (0UL) /*!< Position of MAXCNT field. */ 9461*150812a8SEvalZero #define TWIS_TXD_MAXCNT_MAXCNT_Msk (0x3FFUL << TWIS_TXD_MAXCNT_MAXCNT_Pos) /*!< Bit mask of MAXCNT field. */ 9462*150812a8SEvalZero 9463*150812a8SEvalZero /* Register: TWIS_TXD_AMOUNT */ 9464*150812a8SEvalZero /* Description: Number of bytes transferred in the last TXD transaction */ 9465*150812a8SEvalZero 9466*150812a8SEvalZero /* Bits 9..0 : Number of bytes transferred in the last TXD transaction */ 9467*150812a8SEvalZero #define TWIS_TXD_AMOUNT_AMOUNT_Pos (0UL) /*!< Position of AMOUNT field. */ 9468*150812a8SEvalZero #define TWIS_TXD_AMOUNT_AMOUNT_Msk (0x3FFUL << TWIS_TXD_AMOUNT_AMOUNT_Pos) /*!< Bit mask of AMOUNT field. */ 9469*150812a8SEvalZero 9470*150812a8SEvalZero /* Register: TWIS_ADDRESS */ 9471*150812a8SEvalZero /* Description: Description collection[n]: TWI slave address n */ 9472*150812a8SEvalZero 9473*150812a8SEvalZero /* Bits 6..0 : TWI slave address */ 9474*150812a8SEvalZero #define TWIS_ADDRESS_ADDRESS_Pos (0UL) /*!< Position of ADDRESS field. */ 9475*150812a8SEvalZero #define TWIS_ADDRESS_ADDRESS_Msk (0x7FUL << TWIS_ADDRESS_ADDRESS_Pos) /*!< Bit mask of ADDRESS field. */ 9476*150812a8SEvalZero 9477*150812a8SEvalZero /* Register: TWIS_CONFIG */ 9478*150812a8SEvalZero /* Description: Configuration register for the address match mechanism */ 9479*150812a8SEvalZero 9480*150812a8SEvalZero /* Bit 1 : Enable or disable address matching on ADDRESS[1] */ 9481*150812a8SEvalZero #define TWIS_CONFIG_ADDRESS1_Pos (1UL) /*!< Position of ADDRESS1 field. */ 9482*150812a8SEvalZero #define TWIS_CONFIG_ADDRESS1_Msk (0x1UL << TWIS_CONFIG_ADDRESS1_Pos) /*!< Bit mask of ADDRESS1 field. */ 9483*150812a8SEvalZero #define TWIS_CONFIG_ADDRESS1_Disabled (0UL) /*!< Disabled */ 9484*150812a8SEvalZero #define TWIS_CONFIG_ADDRESS1_Enabled (1UL) /*!< Enabled */ 9485*150812a8SEvalZero 9486*150812a8SEvalZero /* Bit 0 : Enable or disable address matching on ADDRESS[0] */ 9487*150812a8SEvalZero #define TWIS_CONFIG_ADDRESS0_Pos (0UL) /*!< Position of ADDRESS0 field. */ 9488*150812a8SEvalZero #define TWIS_CONFIG_ADDRESS0_Msk (0x1UL << TWIS_CONFIG_ADDRESS0_Pos) /*!< Bit mask of ADDRESS0 field. */ 9489*150812a8SEvalZero #define TWIS_CONFIG_ADDRESS0_Disabled (0UL) /*!< Disabled */ 9490*150812a8SEvalZero #define TWIS_CONFIG_ADDRESS0_Enabled (1UL) /*!< Enabled */ 9491*150812a8SEvalZero 9492*150812a8SEvalZero /* Register: TWIS_ORC */ 9493*150812a8SEvalZero /* Description: Over-read character. Character sent out in case of an over-read of the transmit buffer. */ 9494*150812a8SEvalZero 9495*150812a8SEvalZero /* Bits 7..0 : Over-read character. Character sent out in case of an over-read of the transmit buffer. */ 9496*150812a8SEvalZero #define TWIS_ORC_ORC_Pos (0UL) /*!< Position of ORC field. */ 9497*150812a8SEvalZero #define TWIS_ORC_ORC_Msk (0xFFUL << TWIS_ORC_ORC_Pos) /*!< Bit mask of ORC field. */ 9498*150812a8SEvalZero 9499*150812a8SEvalZero 9500*150812a8SEvalZero /* Peripheral: UARTE */ 9501*150812a8SEvalZero /* Description: UART with EasyDMA */ 9502*150812a8SEvalZero 9503*150812a8SEvalZero /* Register: UARTE_TASKS_STARTRX */ 9504*150812a8SEvalZero /* Description: Start UART receiver */ 9505*150812a8SEvalZero 9506*150812a8SEvalZero /* Bit 0 : */ 9507*150812a8SEvalZero #define UARTE_TASKS_STARTRX_TASKS_STARTRX_Pos (0UL) /*!< Position of TASKS_STARTRX field. */ 9508*150812a8SEvalZero #define UARTE_TASKS_STARTRX_TASKS_STARTRX_Msk (0x1UL << UARTE_TASKS_STARTRX_TASKS_STARTRX_Pos) /*!< Bit mask of TASKS_STARTRX field. */ 9509*150812a8SEvalZero 9510*150812a8SEvalZero /* Register: UARTE_TASKS_STOPRX */ 9511*150812a8SEvalZero /* Description: Stop UART receiver */ 9512*150812a8SEvalZero 9513*150812a8SEvalZero /* Bit 0 : */ 9514*150812a8SEvalZero #define UARTE_TASKS_STOPRX_TASKS_STOPRX_Pos (0UL) /*!< Position of TASKS_STOPRX field. */ 9515*150812a8SEvalZero #define UARTE_TASKS_STOPRX_TASKS_STOPRX_Msk (0x1UL << UARTE_TASKS_STOPRX_TASKS_STOPRX_Pos) /*!< Bit mask of TASKS_STOPRX field. */ 9516*150812a8SEvalZero 9517*150812a8SEvalZero /* Register: UARTE_TASKS_STARTTX */ 9518*150812a8SEvalZero /* Description: Start UART transmitter */ 9519*150812a8SEvalZero 9520*150812a8SEvalZero /* Bit 0 : */ 9521*150812a8SEvalZero #define UARTE_TASKS_STARTTX_TASKS_STARTTX_Pos (0UL) /*!< Position of TASKS_STARTTX field. */ 9522*150812a8SEvalZero #define UARTE_TASKS_STARTTX_TASKS_STARTTX_Msk (0x1UL << UARTE_TASKS_STARTTX_TASKS_STARTTX_Pos) /*!< Bit mask of TASKS_STARTTX field. */ 9523*150812a8SEvalZero 9524*150812a8SEvalZero /* Register: UARTE_TASKS_STOPTX */ 9525*150812a8SEvalZero /* Description: Stop UART transmitter */ 9526*150812a8SEvalZero 9527*150812a8SEvalZero /* Bit 0 : */ 9528*150812a8SEvalZero #define UARTE_TASKS_STOPTX_TASKS_STOPTX_Pos (0UL) /*!< Position of TASKS_STOPTX field. */ 9529*150812a8SEvalZero #define UARTE_TASKS_STOPTX_TASKS_STOPTX_Msk (0x1UL << UARTE_TASKS_STOPTX_TASKS_STOPTX_Pos) /*!< Bit mask of TASKS_STOPTX field. */ 9530*150812a8SEvalZero 9531*150812a8SEvalZero /* Register: UARTE_TASKS_FLUSHRX */ 9532*150812a8SEvalZero /* Description: Flush RX FIFO into RX buffer */ 9533*150812a8SEvalZero 9534*150812a8SEvalZero /* Bit 0 : */ 9535*150812a8SEvalZero #define UARTE_TASKS_FLUSHRX_TASKS_FLUSHRX_Pos (0UL) /*!< Position of TASKS_FLUSHRX field. */ 9536*150812a8SEvalZero #define UARTE_TASKS_FLUSHRX_TASKS_FLUSHRX_Msk (0x1UL << UARTE_TASKS_FLUSHRX_TASKS_FLUSHRX_Pos) /*!< Bit mask of TASKS_FLUSHRX field. */ 9537*150812a8SEvalZero 9538*150812a8SEvalZero /* Register: UARTE_EVENTS_CTS */ 9539*150812a8SEvalZero /* Description: CTS is activated (set low). Clear To Send. */ 9540*150812a8SEvalZero 9541*150812a8SEvalZero /* Bit 0 : */ 9542*150812a8SEvalZero #define UARTE_EVENTS_CTS_EVENTS_CTS_Pos (0UL) /*!< Position of EVENTS_CTS field. */ 9543*150812a8SEvalZero #define UARTE_EVENTS_CTS_EVENTS_CTS_Msk (0x1UL << UARTE_EVENTS_CTS_EVENTS_CTS_Pos) /*!< Bit mask of EVENTS_CTS field. */ 9544*150812a8SEvalZero 9545*150812a8SEvalZero /* Register: UARTE_EVENTS_NCTS */ 9546*150812a8SEvalZero /* Description: CTS is deactivated (set high). Not Clear To Send. */ 9547*150812a8SEvalZero 9548*150812a8SEvalZero /* Bit 0 : */ 9549*150812a8SEvalZero #define UARTE_EVENTS_NCTS_EVENTS_NCTS_Pos (0UL) /*!< Position of EVENTS_NCTS field. */ 9550*150812a8SEvalZero #define UARTE_EVENTS_NCTS_EVENTS_NCTS_Msk (0x1UL << UARTE_EVENTS_NCTS_EVENTS_NCTS_Pos) /*!< Bit mask of EVENTS_NCTS field. */ 9551*150812a8SEvalZero 9552*150812a8SEvalZero /* Register: UARTE_EVENTS_RXDRDY */ 9553*150812a8SEvalZero /* Description: Data received in RXD (but potentially not yet transferred to Data RAM) */ 9554*150812a8SEvalZero 9555*150812a8SEvalZero /* Bit 0 : */ 9556*150812a8SEvalZero #define UARTE_EVENTS_RXDRDY_EVENTS_RXDRDY_Pos (0UL) /*!< Position of EVENTS_RXDRDY field. */ 9557*150812a8SEvalZero #define UARTE_EVENTS_RXDRDY_EVENTS_RXDRDY_Msk (0x1UL << UARTE_EVENTS_RXDRDY_EVENTS_RXDRDY_Pos) /*!< Bit mask of EVENTS_RXDRDY field. */ 9558*150812a8SEvalZero 9559*150812a8SEvalZero /* Register: UARTE_EVENTS_ENDRX */ 9560*150812a8SEvalZero /* Description: Receive buffer is filled up */ 9561*150812a8SEvalZero 9562*150812a8SEvalZero /* Bit 0 : */ 9563*150812a8SEvalZero #define UARTE_EVENTS_ENDRX_EVENTS_ENDRX_Pos (0UL) /*!< Position of EVENTS_ENDRX field. */ 9564*150812a8SEvalZero #define UARTE_EVENTS_ENDRX_EVENTS_ENDRX_Msk (0x1UL << UARTE_EVENTS_ENDRX_EVENTS_ENDRX_Pos) /*!< Bit mask of EVENTS_ENDRX field. */ 9565*150812a8SEvalZero 9566*150812a8SEvalZero /* Register: UARTE_EVENTS_TXDRDY */ 9567*150812a8SEvalZero /* Description: Data sent from TXD */ 9568*150812a8SEvalZero 9569*150812a8SEvalZero /* Bit 0 : */ 9570*150812a8SEvalZero #define UARTE_EVENTS_TXDRDY_EVENTS_TXDRDY_Pos (0UL) /*!< Position of EVENTS_TXDRDY field. */ 9571*150812a8SEvalZero #define UARTE_EVENTS_TXDRDY_EVENTS_TXDRDY_Msk (0x1UL << UARTE_EVENTS_TXDRDY_EVENTS_TXDRDY_Pos) /*!< Bit mask of EVENTS_TXDRDY field. */ 9572*150812a8SEvalZero 9573*150812a8SEvalZero /* Register: UARTE_EVENTS_ENDTX */ 9574*150812a8SEvalZero /* Description: Last TX byte transmitted */ 9575*150812a8SEvalZero 9576*150812a8SEvalZero /* Bit 0 : */ 9577*150812a8SEvalZero #define UARTE_EVENTS_ENDTX_EVENTS_ENDTX_Pos (0UL) /*!< Position of EVENTS_ENDTX field. */ 9578*150812a8SEvalZero #define UARTE_EVENTS_ENDTX_EVENTS_ENDTX_Msk (0x1UL << UARTE_EVENTS_ENDTX_EVENTS_ENDTX_Pos) /*!< Bit mask of EVENTS_ENDTX field. */ 9579*150812a8SEvalZero 9580*150812a8SEvalZero /* Register: UARTE_EVENTS_ERROR */ 9581*150812a8SEvalZero /* Description: Error detected */ 9582*150812a8SEvalZero 9583*150812a8SEvalZero /* Bit 0 : */ 9584*150812a8SEvalZero #define UARTE_EVENTS_ERROR_EVENTS_ERROR_Pos (0UL) /*!< Position of EVENTS_ERROR field. */ 9585*150812a8SEvalZero #define UARTE_EVENTS_ERROR_EVENTS_ERROR_Msk (0x1UL << UARTE_EVENTS_ERROR_EVENTS_ERROR_Pos) /*!< Bit mask of EVENTS_ERROR field. */ 9586*150812a8SEvalZero 9587*150812a8SEvalZero /* Register: UARTE_EVENTS_RXTO */ 9588*150812a8SEvalZero /* Description: Receiver timeout */ 9589*150812a8SEvalZero 9590*150812a8SEvalZero /* Bit 0 : */ 9591*150812a8SEvalZero #define UARTE_EVENTS_RXTO_EVENTS_RXTO_Pos (0UL) /*!< Position of EVENTS_RXTO field. */ 9592*150812a8SEvalZero #define UARTE_EVENTS_RXTO_EVENTS_RXTO_Msk (0x1UL << UARTE_EVENTS_RXTO_EVENTS_RXTO_Pos) /*!< Bit mask of EVENTS_RXTO field. */ 9593*150812a8SEvalZero 9594*150812a8SEvalZero /* Register: UARTE_EVENTS_RXSTARTED */ 9595*150812a8SEvalZero /* Description: UART receiver has started */ 9596*150812a8SEvalZero 9597*150812a8SEvalZero /* Bit 0 : */ 9598*150812a8SEvalZero #define UARTE_EVENTS_RXSTARTED_EVENTS_RXSTARTED_Pos (0UL) /*!< Position of EVENTS_RXSTARTED field. */ 9599*150812a8SEvalZero #define UARTE_EVENTS_RXSTARTED_EVENTS_RXSTARTED_Msk (0x1UL << UARTE_EVENTS_RXSTARTED_EVENTS_RXSTARTED_Pos) /*!< Bit mask of EVENTS_RXSTARTED field. */ 9600*150812a8SEvalZero 9601*150812a8SEvalZero /* Register: UARTE_EVENTS_TXSTARTED */ 9602*150812a8SEvalZero /* Description: UART transmitter has started */ 9603*150812a8SEvalZero 9604*150812a8SEvalZero /* Bit 0 : */ 9605*150812a8SEvalZero #define UARTE_EVENTS_TXSTARTED_EVENTS_TXSTARTED_Pos (0UL) /*!< Position of EVENTS_TXSTARTED field. */ 9606*150812a8SEvalZero #define UARTE_EVENTS_TXSTARTED_EVENTS_TXSTARTED_Msk (0x1UL << UARTE_EVENTS_TXSTARTED_EVENTS_TXSTARTED_Pos) /*!< Bit mask of EVENTS_TXSTARTED field. */ 9607*150812a8SEvalZero 9608*150812a8SEvalZero /* Register: UARTE_EVENTS_TXSTOPPED */ 9609*150812a8SEvalZero /* Description: Transmitter stopped */ 9610*150812a8SEvalZero 9611*150812a8SEvalZero /* Bit 0 : */ 9612*150812a8SEvalZero #define UARTE_EVENTS_TXSTOPPED_EVENTS_TXSTOPPED_Pos (0UL) /*!< Position of EVENTS_TXSTOPPED field. */ 9613*150812a8SEvalZero #define UARTE_EVENTS_TXSTOPPED_EVENTS_TXSTOPPED_Msk (0x1UL << UARTE_EVENTS_TXSTOPPED_EVENTS_TXSTOPPED_Pos) /*!< Bit mask of EVENTS_TXSTOPPED field. */ 9614*150812a8SEvalZero 9615*150812a8SEvalZero /* Register: UARTE_SHORTS */ 9616*150812a8SEvalZero /* Description: Shortcut register */ 9617*150812a8SEvalZero 9618*150812a8SEvalZero /* Bit 6 : Shortcut between ENDRX event and STOPRX task */ 9619*150812a8SEvalZero #define UARTE_SHORTS_ENDRX_STOPRX_Pos (6UL) /*!< Position of ENDRX_STOPRX field. */ 9620*150812a8SEvalZero #define UARTE_SHORTS_ENDRX_STOPRX_Msk (0x1UL << UARTE_SHORTS_ENDRX_STOPRX_Pos) /*!< Bit mask of ENDRX_STOPRX field. */ 9621*150812a8SEvalZero #define UARTE_SHORTS_ENDRX_STOPRX_Disabled (0UL) /*!< Disable shortcut */ 9622*150812a8SEvalZero #define UARTE_SHORTS_ENDRX_STOPRX_Enabled (1UL) /*!< Enable shortcut */ 9623*150812a8SEvalZero 9624*150812a8SEvalZero /* Bit 5 : Shortcut between ENDRX event and STARTRX task */ 9625*150812a8SEvalZero #define UARTE_SHORTS_ENDRX_STARTRX_Pos (5UL) /*!< Position of ENDRX_STARTRX field. */ 9626*150812a8SEvalZero #define UARTE_SHORTS_ENDRX_STARTRX_Msk (0x1UL << UARTE_SHORTS_ENDRX_STARTRX_Pos) /*!< Bit mask of ENDRX_STARTRX field. */ 9627*150812a8SEvalZero #define UARTE_SHORTS_ENDRX_STARTRX_Disabled (0UL) /*!< Disable shortcut */ 9628*150812a8SEvalZero #define UARTE_SHORTS_ENDRX_STARTRX_Enabled (1UL) /*!< Enable shortcut */ 9629*150812a8SEvalZero 9630*150812a8SEvalZero /* Register: UARTE_INTEN */ 9631*150812a8SEvalZero /* Description: Enable or disable interrupt */ 9632*150812a8SEvalZero 9633*150812a8SEvalZero /* Bit 22 : Enable or disable interrupt for TXSTOPPED event */ 9634*150812a8SEvalZero #define UARTE_INTEN_TXSTOPPED_Pos (22UL) /*!< Position of TXSTOPPED field. */ 9635*150812a8SEvalZero #define UARTE_INTEN_TXSTOPPED_Msk (0x1UL << UARTE_INTEN_TXSTOPPED_Pos) /*!< Bit mask of TXSTOPPED field. */ 9636*150812a8SEvalZero #define UARTE_INTEN_TXSTOPPED_Disabled (0UL) /*!< Disable */ 9637*150812a8SEvalZero #define UARTE_INTEN_TXSTOPPED_Enabled (1UL) /*!< Enable */ 9638*150812a8SEvalZero 9639*150812a8SEvalZero /* Bit 20 : Enable or disable interrupt for TXSTARTED event */ 9640*150812a8SEvalZero #define UARTE_INTEN_TXSTARTED_Pos (20UL) /*!< Position of TXSTARTED field. */ 9641*150812a8SEvalZero #define UARTE_INTEN_TXSTARTED_Msk (0x1UL << UARTE_INTEN_TXSTARTED_Pos) /*!< Bit mask of TXSTARTED field. */ 9642*150812a8SEvalZero #define UARTE_INTEN_TXSTARTED_Disabled (0UL) /*!< Disable */ 9643*150812a8SEvalZero #define UARTE_INTEN_TXSTARTED_Enabled (1UL) /*!< Enable */ 9644*150812a8SEvalZero 9645*150812a8SEvalZero /* Bit 19 : Enable or disable interrupt for RXSTARTED event */ 9646*150812a8SEvalZero #define UARTE_INTEN_RXSTARTED_Pos (19UL) /*!< Position of RXSTARTED field. */ 9647*150812a8SEvalZero #define UARTE_INTEN_RXSTARTED_Msk (0x1UL << UARTE_INTEN_RXSTARTED_Pos) /*!< Bit mask of RXSTARTED field. */ 9648*150812a8SEvalZero #define UARTE_INTEN_RXSTARTED_Disabled (0UL) /*!< Disable */ 9649*150812a8SEvalZero #define UARTE_INTEN_RXSTARTED_Enabled (1UL) /*!< Enable */ 9650*150812a8SEvalZero 9651*150812a8SEvalZero /* Bit 17 : Enable or disable interrupt for RXTO event */ 9652*150812a8SEvalZero #define UARTE_INTEN_RXTO_Pos (17UL) /*!< Position of RXTO field. */ 9653*150812a8SEvalZero #define UARTE_INTEN_RXTO_Msk (0x1UL << UARTE_INTEN_RXTO_Pos) /*!< Bit mask of RXTO field. */ 9654*150812a8SEvalZero #define UARTE_INTEN_RXTO_Disabled (0UL) /*!< Disable */ 9655*150812a8SEvalZero #define UARTE_INTEN_RXTO_Enabled (1UL) /*!< Enable */ 9656*150812a8SEvalZero 9657*150812a8SEvalZero /* Bit 9 : Enable or disable interrupt for ERROR event */ 9658*150812a8SEvalZero #define UARTE_INTEN_ERROR_Pos (9UL) /*!< Position of ERROR field. */ 9659*150812a8SEvalZero #define UARTE_INTEN_ERROR_Msk (0x1UL << UARTE_INTEN_ERROR_Pos) /*!< Bit mask of ERROR field. */ 9660*150812a8SEvalZero #define UARTE_INTEN_ERROR_Disabled (0UL) /*!< Disable */ 9661*150812a8SEvalZero #define UARTE_INTEN_ERROR_Enabled (1UL) /*!< Enable */ 9662*150812a8SEvalZero 9663*150812a8SEvalZero /* Bit 8 : Enable or disable interrupt for ENDTX event */ 9664*150812a8SEvalZero #define UARTE_INTEN_ENDTX_Pos (8UL) /*!< Position of ENDTX field. */ 9665*150812a8SEvalZero #define UARTE_INTEN_ENDTX_Msk (0x1UL << UARTE_INTEN_ENDTX_Pos) /*!< Bit mask of ENDTX field. */ 9666*150812a8SEvalZero #define UARTE_INTEN_ENDTX_Disabled (0UL) /*!< Disable */ 9667*150812a8SEvalZero #define UARTE_INTEN_ENDTX_Enabled (1UL) /*!< Enable */ 9668*150812a8SEvalZero 9669*150812a8SEvalZero /* Bit 7 : Enable or disable interrupt for TXDRDY event */ 9670*150812a8SEvalZero #define UARTE_INTEN_TXDRDY_Pos (7UL) /*!< Position of TXDRDY field. */ 9671*150812a8SEvalZero #define UARTE_INTEN_TXDRDY_Msk (0x1UL << UARTE_INTEN_TXDRDY_Pos) /*!< Bit mask of TXDRDY field. */ 9672*150812a8SEvalZero #define UARTE_INTEN_TXDRDY_Disabled (0UL) /*!< Disable */ 9673*150812a8SEvalZero #define UARTE_INTEN_TXDRDY_Enabled (1UL) /*!< Enable */ 9674*150812a8SEvalZero 9675*150812a8SEvalZero /* Bit 4 : Enable or disable interrupt for ENDRX event */ 9676*150812a8SEvalZero #define UARTE_INTEN_ENDRX_Pos (4UL) /*!< Position of ENDRX field. */ 9677*150812a8SEvalZero #define UARTE_INTEN_ENDRX_Msk (0x1UL << UARTE_INTEN_ENDRX_Pos) /*!< Bit mask of ENDRX field. */ 9678*150812a8SEvalZero #define UARTE_INTEN_ENDRX_Disabled (0UL) /*!< Disable */ 9679*150812a8SEvalZero #define UARTE_INTEN_ENDRX_Enabled (1UL) /*!< Enable */ 9680*150812a8SEvalZero 9681*150812a8SEvalZero /* Bit 2 : Enable or disable interrupt for RXDRDY event */ 9682*150812a8SEvalZero #define UARTE_INTEN_RXDRDY_Pos (2UL) /*!< Position of RXDRDY field. */ 9683*150812a8SEvalZero #define UARTE_INTEN_RXDRDY_Msk (0x1UL << UARTE_INTEN_RXDRDY_Pos) /*!< Bit mask of RXDRDY field. */ 9684*150812a8SEvalZero #define UARTE_INTEN_RXDRDY_Disabled (0UL) /*!< Disable */ 9685*150812a8SEvalZero #define UARTE_INTEN_RXDRDY_Enabled (1UL) /*!< Enable */ 9686*150812a8SEvalZero 9687*150812a8SEvalZero /* Bit 1 : Enable or disable interrupt for NCTS event */ 9688*150812a8SEvalZero #define UARTE_INTEN_NCTS_Pos (1UL) /*!< Position of NCTS field. */ 9689*150812a8SEvalZero #define UARTE_INTEN_NCTS_Msk (0x1UL << UARTE_INTEN_NCTS_Pos) /*!< Bit mask of NCTS field. */ 9690*150812a8SEvalZero #define UARTE_INTEN_NCTS_Disabled (0UL) /*!< Disable */ 9691*150812a8SEvalZero #define UARTE_INTEN_NCTS_Enabled (1UL) /*!< Enable */ 9692*150812a8SEvalZero 9693*150812a8SEvalZero /* Bit 0 : Enable or disable interrupt for CTS event */ 9694*150812a8SEvalZero #define UARTE_INTEN_CTS_Pos (0UL) /*!< Position of CTS field. */ 9695*150812a8SEvalZero #define UARTE_INTEN_CTS_Msk (0x1UL << UARTE_INTEN_CTS_Pos) /*!< Bit mask of CTS field. */ 9696*150812a8SEvalZero #define UARTE_INTEN_CTS_Disabled (0UL) /*!< Disable */ 9697*150812a8SEvalZero #define UARTE_INTEN_CTS_Enabled (1UL) /*!< Enable */ 9698*150812a8SEvalZero 9699*150812a8SEvalZero /* Register: UARTE_INTENSET */ 9700*150812a8SEvalZero /* Description: Enable interrupt */ 9701*150812a8SEvalZero 9702*150812a8SEvalZero /* Bit 22 : Write '1' to enable interrupt for TXSTOPPED event */ 9703*150812a8SEvalZero #define UARTE_INTENSET_TXSTOPPED_Pos (22UL) /*!< Position of TXSTOPPED field. */ 9704*150812a8SEvalZero #define UARTE_INTENSET_TXSTOPPED_Msk (0x1UL << UARTE_INTENSET_TXSTOPPED_Pos) /*!< Bit mask of TXSTOPPED field. */ 9705*150812a8SEvalZero #define UARTE_INTENSET_TXSTOPPED_Disabled (0UL) /*!< Read: Disabled */ 9706*150812a8SEvalZero #define UARTE_INTENSET_TXSTOPPED_Enabled (1UL) /*!< Read: Enabled */ 9707*150812a8SEvalZero #define UARTE_INTENSET_TXSTOPPED_Set (1UL) /*!< Enable */ 9708*150812a8SEvalZero 9709*150812a8SEvalZero /* Bit 20 : Write '1' to enable interrupt for TXSTARTED event */ 9710*150812a8SEvalZero #define UARTE_INTENSET_TXSTARTED_Pos (20UL) /*!< Position of TXSTARTED field. */ 9711*150812a8SEvalZero #define UARTE_INTENSET_TXSTARTED_Msk (0x1UL << UARTE_INTENSET_TXSTARTED_Pos) /*!< Bit mask of TXSTARTED field. */ 9712*150812a8SEvalZero #define UARTE_INTENSET_TXSTARTED_Disabled (0UL) /*!< Read: Disabled */ 9713*150812a8SEvalZero #define UARTE_INTENSET_TXSTARTED_Enabled (1UL) /*!< Read: Enabled */ 9714*150812a8SEvalZero #define UARTE_INTENSET_TXSTARTED_Set (1UL) /*!< Enable */ 9715*150812a8SEvalZero 9716*150812a8SEvalZero /* Bit 19 : Write '1' to enable interrupt for RXSTARTED event */ 9717*150812a8SEvalZero #define UARTE_INTENSET_RXSTARTED_Pos (19UL) /*!< Position of RXSTARTED field. */ 9718*150812a8SEvalZero #define UARTE_INTENSET_RXSTARTED_Msk (0x1UL << UARTE_INTENSET_RXSTARTED_Pos) /*!< Bit mask of RXSTARTED field. */ 9719*150812a8SEvalZero #define UARTE_INTENSET_RXSTARTED_Disabled (0UL) /*!< Read: Disabled */ 9720*150812a8SEvalZero #define UARTE_INTENSET_RXSTARTED_Enabled (1UL) /*!< Read: Enabled */ 9721*150812a8SEvalZero #define UARTE_INTENSET_RXSTARTED_Set (1UL) /*!< Enable */ 9722*150812a8SEvalZero 9723*150812a8SEvalZero /* Bit 17 : Write '1' to enable interrupt for RXTO event */ 9724*150812a8SEvalZero #define UARTE_INTENSET_RXTO_Pos (17UL) /*!< Position of RXTO field. */ 9725*150812a8SEvalZero #define UARTE_INTENSET_RXTO_Msk (0x1UL << UARTE_INTENSET_RXTO_Pos) /*!< Bit mask of RXTO field. */ 9726*150812a8SEvalZero #define UARTE_INTENSET_RXTO_Disabled (0UL) /*!< Read: Disabled */ 9727*150812a8SEvalZero #define UARTE_INTENSET_RXTO_Enabled (1UL) /*!< Read: Enabled */ 9728*150812a8SEvalZero #define UARTE_INTENSET_RXTO_Set (1UL) /*!< Enable */ 9729*150812a8SEvalZero 9730*150812a8SEvalZero /* Bit 9 : Write '1' to enable interrupt for ERROR event */ 9731*150812a8SEvalZero #define UARTE_INTENSET_ERROR_Pos (9UL) /*!< Position of ERROR field. */ 9732*150812a8SEvalZero #define UARTE_INTENSET_ERROR_Msk (0x1UL << UARTE_INTENSET_ERROR_Pos) /*!< Bit mask of ERROR field. */ 9733*150812a8SEvalZero #define UARTE_INTENSET_ERROR_Disabled (0UL) /*!< Read: Disabled */ 9734*150812a8SEvalZero #define UARTE_INTENSET_ERROR_Enabled (1UL) /*!< Read: Enabled */ 9735*150812a8SEvalZero #define UARTE_INTENSET_ERROR_Set (1UL) /*!< Enable */ 9736*150812a8SEvalZero 9737*150812a8SEvalZero /* Bit 8 : Write '1' to enable interrupt for ENDTX event */ 9738*150812a8SEvalZero #define UARTE_INTENSET_ENDTX_Pos (8UL) /*!< Position of ENDTX field. */ 9739*150812a8SEvalZero #define UARTE_INTENSET_ENDTX_Msk (0x1UL << UARTE_INTENSET_ENDTX_Pos) /*!< Bit mask of ENDTX field. */ 9740*150812a8SEvalZero #define UARTE_INTENSET_ENDTX_Disabled (0UL) /*!< Read: Disabled */ 9741*150812a8SEvalZero #define UARTE_INTENSET_ENDTX_Enabled (1UL) /*!< Read: Enabled */ 9742*150812a8SEvalZero #define UARTE_INTENSET_ENDTX_Set (1UL) /*!< Enable */ 9743*150812a8SEvalZero 9744*150812a8SEvalZero /* Bit 7 : Write '1' to enable interrupt for TXDRDY event */ 9745*150812a8SEvalZero #define UARTE_INTENSET_TXDRDY_Pos (7UL) /*!< Position of TXDRDY field. */ 9746*150812a8SEvalZero #define UARTE_INTENSET_TXDRDY_Msk (0x1UL << UARTE_INTENSET_TXDRDY_Pos) /*!< Bit mask of TXDRDY field. */ 9747*150812a8SEvalZero #define UARTE_INTENSET_TXDRDY_Disabled (0UL) /*!< Read: Disabled */ 9748*150812a8SEvalZero #define UARTE_INTENSET_TXDRDY_Enabled (1UL) /*!< Read: Enabled */ 9749*150812a8SEvalZero #define UARTE_INTENSET_TXDRDY_Set (1UL) /*!< Enable */ 9750*150812a8SEvalZero 9751*150812a8SEvalZero /* Bit 4 : Write '1' to enable interrupt for ENDRX event */ 9752*150812a8SEvalZero #define UARTE_INTENSET_ENDRX_Pos (4UL) /*!< Position of ENDRX field. */ 9753*150812a8SEvalZero #define UARTE_INTENSET_ENDRX_Msk (0x1UL << UARTE_INTENSET_ENDRX_Pos) /*!< Bit mask of ENDRX field. */ 9754*150812a8SEvalZero #define UARTE_INTENSET_ENDRX_Disabled (0UL) /*!< Read: Disabled */ 9755*150812a8SEvalZero #define UARTE_INTENSET_ENDRX_Enabled (1UL) /*!< Read: Enabled */ 9756*150812a8SEvalZero #define UARTE_INTENSET_ENDRX_Set (1UL) /*!< Enable */ 9757*150812a8SEvalZero 9758*150812a8SEvalZero /* Bit 2 : Write '1' to enable interrupt for RXDRDY event */ 9759*150812a8SEvalZero #define UARTE_INTENSET_RXDRDY_Pos (2UL) /*!< Position of RXDRDY field. */ 9760*150812a8SEvalZero #define UARTE_INTENSET_RXDRDY_Msk (0x1UL << UARTE_INTENSET_RXDRDY_Pos) /*!< Bit mask of RXDRDY field. */ 9761*150812a8SEvalZero #define UARTE_INTENSET_RXDRDY_Disabled (0UL) /*!< Read: Disabled */ 9762*150812a8SEvalZero #define UARTE_INTENSET_RXDRDY_Enabled (1UL) /*!< Read: Enabled */ 9763*150812a8SEvalZero #define UARTE_INTENSET_RXDRDY_Set (1UL) /*!< Enable */ 9764*150812a8SEvalZero 9765*150812a8SEvalZero /* Bit 1 : Write '1' to enable interrupt for NCTS event */ 9766*150812a8SEvalZero #define UARTE_INTENSET_NCTS_Pos (1UL) /*!< Position of NCTS field. */ 9767*150812a8SEvalZero #define UARTE_INTENSET_NCTS_Msk (0x1UL << UARTE_INTENSET_NCTS_Pos) /*!< Bit mask of NCTS field. */ 9768*150812a8SEvalZero #define UARTE_INTENSET_NCTS_Disabled (0UL) /*!< Read: Disabled */ 9769*150812a8SEvalZero #define UARTE_INTENSET_NCTS_Enabled (1UL) /*!< Read: Enabled */ 9770*150812a8SEvalZero #define UARTE_INTENSET_NCTS_Set (1UL) /*!< Enable */ 9771*150812a8SEvalZero 9772*150812a8SEvalZero /* Bit 0 : Write '1' to enable interrupt for CTS event */ 9773*150812a8SEvalZero #define UARTE_INTENSET_CTS_Pos (0UL) /*!< Position of CTS field. */ 9774*150812a8SEvalZero #define UARTE_INTENSET_CTS_Msk (0x1UL << UARTE_INTENSET_CTS_Pos) /*!< Bit mask of CTS field. */ 9775*150812a8SEvalZero #define UARTE_INTENSET_CTS_Disabled (0UL) /*!< Read: Disabled */ 9776*150812a8SEvalZero #define UARTE_INTENSET_CTS_Enabled (1UL) /*!< Read: Enabled */ 9777*150812a8SEvalZero #define UARTE_INTENSET_CTS_Set (1UL) /*!< Enable */ 9778*150812a8SEvalZero 9779*150812a8SEvalZero /* Register: UARTE_INTENCLR */ 9780*150812a8SEvalZero /* Description: Disable interrupt */ 9781*150812a8SEvalZero 9782*150812a8SEvalZero /* Bit 22 : Write '1' to disable interrupt for TXSTOPPED event */ 9783*150812a8SEvalZero #define UARTE_INTENCLR_TXSTOPPED_Pos (22UL) /*!< Position of TXSTOPPED field. */ 9784*150812a8SEvalZero #define UARTE_INTENCLR_TXSTOPPED_Msk (0x1UL << UARTE_INTENCLR_TXSTOPPED_Pos) /*!< Bit mask of TXSTOPPED field. */ 9785*150812a8SEvalZero #define UARTE_INTENCLR_TXSTOPPED_Disabled (0UL) /*!< Read: Disabled */ 9786*150812a8SEvalZero #define UARTE_INTENCLR_TXSTOPPED_Enabled (1UL) /*!< Read: Enabled */ 9787*150812a8SEvalZero #define UARTE_INTENCLR_TXSTOPPED_Clear (1UL) /*!< Disable */ 9788*150812a8SEvalZero 9789*150812a8SEvalZero /* Bit 20 : Write '1' to disable interrupt for TXSTARTED event */ 9790*150812a8SEvalZero #define UARTE_INTENCLR_TXSTARTED_Pos (20UL) /*!< Position of TXSTARTED field. */ 9791*150812a8SEvalZero #define UARTE_INTENCLR_TXSTARTED_Msk (0x1UL << UARTE_INTENCLR_TXSTARTED_Pos) /*!< Bit mask of TXSTARTED field. */ 9792*150812a8SEvalZero #define UARTE_INTENCLR_TXSTARTED_Disabled (0UL) /*!< Read: Disabled */ 9793*150812a8SEvalZero #define UARTE_INTENCLR_TXSTARTED_Enabled (1UL) /*!< Read: Enabled */ 9794*150812a8SEvalZero #define UARTE_INTENCLR_TXSTARTED_Clear (1UL) /*!< Disable */ 9795*150812a8SEvalZero 9796*150812a8SEvalZero /* Bit 19 : Write '1' to disable interrupt for RXSTARTED event */ 9797*150812a8SEvalZero #define UARTE_INTENCLR_RXSTARTED_Pos (19UL) /*!< Position of RXSTARTED field. */ 9798*150812a8SEvalZero #define UARTE_INTENCLR_RXSTARTED_Msk (0x1UL << UARTE_INTENCLR_RXSTARTED_Pos) /*!< Bit mask of RXSTARTED field. */ 9799*150812a8SEvalZero #define UARTE_INTENCLR_RXSTARTED_Disabled (0UL) /*!< Read: Disabled */ 9800*150812a8SEvalZero #define UARTE_INTENCLR_RXSTARTED_Enabled (1UL) /*!< Read: Enabled */ 9801*150812a8SEvalZero #define UARTE_INTENCLR_RXSTARTED_Clear (1UL) /*!< Disable */ 9802*150812a8SEvalZero 9803*150812a8SEvalZero /* Bit 17 : Write '1' to disable interrupt for RXTO event */ 9804*150812a8SEvalZero #define UARTE_INTENCLR_RXTO_Pos (17UL) /*!< Position of RXTO field. */ 9805*150812a8SEvalZero #define UARTE_INTENCLR_RXTO_Msk (0x1UL << UARTE_INTENCLR_RXTO_Pos) /*!< Bit mask of RXTO field. */ 9806*150812a8SEvalZero #define UARTE_INTENCLR_RXTO_Disabled (0UL) /*!< Read: Disabled */ 9807*150812a8SEvalZero #define UARTE_INTENCLR_RXTO_Enabled (1UL) /*!< Read: Enabled */ 9808*150812a8SEvalZero #define UARTE_INTENCLR_RXTO_Clear (1UL) /*!< Disable */ 9809*150812a8SEvalZero 9810*150812a8SEvalZero /* Bit 9 : Write '1' to disable interrupt for ERROR event */ 9811*150812a8SEvalZero #define UARTE_INTENCLR_ERROR_Pos (9UL) /*!< Position of ERROR field. */ 9812*150812a8SEvalZero #define UARTE_INTENCLR_ERROR_Msk (0x1UL << UARTE_INTENCLR_ERROR_Pos) /*!< Bit mask of ERROR field. */ 9813*150812a8SEvalZero #define UARTE_INTENCLR_ERROR_Disabled (0UL) /*!< Read: Disabled */ 9814*150812a8SEvalZero #define UARTE_INTENCLR_ERROR_Enabled (1UL) /*!< Read: Enabled */ 9815*150812a8SEvalZero #define UARTE_INTENCLR_ERROR_Clear (1UL) /*!< Disable */ 9816*150812a8SEvalZero 9817*150812a8SEvalZero /* Bit 8 : Write '1' to disable interrupt for ENDTX event */ 9818*150812a8SEvalZero #define UARTE_INTENCLR_ENDTX_Pos (8UL) /*!< Position of ENDTX field. */ 9819*150812a8SEvalZero #define UARTE_INTENCLR_ENDTX_Msk (0x1UL << UARTE_INTENCLR_ENDTX_Pos) /*!< Bit mask of ENDTX field. */ 9820*150812a8SEvalZero #define UARTE_INTENCLR_ENDTX_Disabled (0UL) /*!< Read: Disabled */ 9821*150812a8SEvalZero #define UARTE_INTENCLR_ENDTX_Enabled (1UL) /*!< Read: Enabled */ 9822*150812a8SEvalZero #define UARTE_INTENCLR_ENDTX_Clear (1UL) /*!< Disable */ 9823*150812a8SEvalZero 9824*150812a8SEvalZero /* Bit 7 : Write '1' to disable interrupt for TXDRDY event */ 9825*150812a8SEvalZero #define UARTE_INTENCLR_TXDRDY_Pos (7UL) /*!< Position of TXDRDY field. */ 9826*150812a8SEvalZero #define UARTE_INTENCLR_TXDRDY_Msk (0x1UL << UARTE_INTENCLR_TXDRDY_Pos) /*!< Bit mask of TXDRDY field. */ 9827*150812a8SEvalZero #define UARTE_INTENCLR_TXDRDY_Disabled (0UL) /*!< Read: Disabled */ 9828*150812a8SEvalZero #define UARTE_INTENCLR_TXDRDY_Enabled (1UL) /*!< Read: Enabled */ 9829*150812a8SEvalZero #define UARTE_INTENCLR_TXDRDY_Clear (1UL) /*!< Disable */ 9830*150812a8SEvalZero 9831*150812a8SEvalZero /* Bit 4 : Write '1' to disable interrupt for ENDRX event */ 9832*150812a8SEvalZero #define UARTE_INTENCLR_ENDRX_Pos (4UL) /*!< Position of ENDRX field. */ 9833*150812a8SEvalZero #define UARTE_INTENCLR_ENDRX_Msk (0x1UL << UARTE_INTENCLR_ENDRX_Pos) /*!< Bit mask of ENDRX field. */ 9834*150812a8SEvalZero #define UARTE_INTENCLR_ENDRX_Disabled (0UL) /*!< Read: Disabled */ 9835*150812a8SEvalZero #define UARTE_INTENCLR_ENDRX_Enabled (1UL) /*!< Read: Enabled */ 9836*150812a8SEvalZero #define UARTE_INTENCLR_ENDRX_Clear (1UL) /*!< Disable */ 9837*150812a8SEvalZero 9838*150812a8SEvalZero /* Bit 2 : Write '1' to disable interrupt for RXDRDY event */ 9839*150812a8SEvalZero #define UARTE_INTENCLR_RXDRDY_Pos (2UL) /*!< Position of RXDRDY field. */ 9840*150812a8SEvalZero #define UARTE_INTENCLR_RXDRDY_Msk (0x1UL << UARTE_INTENCLR_RXDRDY_Pos) /*!< Bit mask of RXDRDY field. */ 9841*150812a8SEvalZero #define UARTE_INTENCLR_RXDRDY_Disabled (0UL) /*!< Read: Disabled */ 9842*150812a8SEvalZero #define UARTE_INTENCLR_RXDRDY_Enabled (1UL) /*!< Read: Enabled */ 9843*150812a8SEvalZero #define UARTE_INTENCLR_RXDRDY_Clear (1UL) /*!< Disable */ 9844*150812a8SEvalZero 9845*150812a8SEvalZero /* Bit 1 : Write '1' to disable interrupt for NCTS event */ 9846*150812a8SEvalZero #define UARTE_INTENCLR_NCTS_Pos (1UL) /*!< Position of NCTS field. */ 9847*150812a8SEvalZero #define UARTE_INTENCLR_NCTS_Msk (0x1UL << UARTE_INTENCLR_NCTS_Pos) /*!< Bit mask of NCTS field. */ 9848*150812a8SEvalZero #define UARTE_INTENCLR_NCTS_Disabled (0UL) /*!< Read: Disabled */ 9849*150812a8SEvalZero #define UARTE_INTENCLR_NCTS_Enabled (1UL) /*!< Read: Enabled */ 9850*150812a8SEvalZero #define UARTE_INTENCLR_NCTS_Clear (1UL) /*!< Disable */ 9851*150812a8SEvalZero 9852*150812a8SEvalZero /* Bit 0 : Write '1' to disable interrupt for CTS event */ 9853*150812a8SEvalZero #define UARTE_INTENCLR_CTS_Pos (0UL) /*!< Position of CTS field. */ 9854*150812a8SEvalZero #define UARTE_INTENCLR_CTS_Msk (0x1UL << UARTE_INTENCLR_CTS_Pos) /*!< Bit mask of CTS field. */ 9855*150812a8SEvalZero #define UARTE_INTENCLR_CTS_Disabled (0UL) /*!< Read: Disabled */ 9856*150812a8SEvalZero #define UARTE_INTENCLR_CTS_Enabled (1UL) /*!< Read: Enabled */ 9857*150812a8SEvalZero #define UARTE_INTENCLR_CTS_Clear (1UL) /*!< Disable */ 9858*150812a8SEvalZero 9859*150812a8SEvalZero /* Register: UARTE_ERRORSRC */ 9860*150812a8SEvalZero /* Description: Error source Note : this register is read / write one to clear. */ 9861*150812a8SEvalZero 9862*150812a8SEvalZero /* Bit 3 : Break condition */ 9863*150812a8SEvalZero #define UARTE_ERRORSRC_BREAK_Pos (3UL) /*!< Position of BREAK field. */ 9864*150812a8SEvalZero #define UARTE_ERRORSRC_BREAK_Msk (0x1UL << UARTE_ERRORSRC_BREAK_Pos) /*!< Bit mask of BREAK field. */ 9865*150812a8SEvalZero #define UARTE_ERRORSRC_BREAK_NotPresent (0UL) /*!< Read: error not present */ 9866*150812a8SEvalZero #define UARTE_ERRORSRC_BREAK_Present (1UL) /*!< Read: error present */ 9867*150812a8SEvalZero 9868*150812a8SEvalZero /* Bit 2 : Framing error occurred */ 9869*150812a8SEvalZero #define UARTE_ERRORSRC_FRAMING_Pos (2UL) /*!< Position of FRAMING field. */ 9870*150812a8SEvalZero #define UARTE_ERRORSRC_FRAMING_Msk (0x1UL << UARTE_ERRORSRC_FRAMING_Pos) /*!< Bit mask of FRAMING field. */ 9871*150812a8SEvalZero #define UARTE_ERRORSRC_FRAMING_NotPresent (0UL) /*!< Read: error not present */ 9872*150812a8SEvalZero #define UARTE_ERRORSRC_FRAMING_Present (1UL) /*!< Read: error present */ 9873*150812a8SEvalZero 9874*150812a8SEvalZero /* Bit 1 : Parity error */ 9875*150812a8SEvalZero #define UARTE_ERRORSRC_PARITY_Pos (1UL) /*!< Position of PARITY field. */ 9876*150812a8SEvalZero #define UARTE_ERRORSRC_PARITY_Msk (0x1UL << UARTE_ERRORSRC_PARITY_Pos) /*!< Bit mask of PARITY field. */ 9877*150812a8SEvalZero #define UARTE_ERRORSRC_PARITY_NotPresent (0UL) /*!< Read: error not present */ 9878*150812a8SEvalZero #define UARTE_ERRORSRC_PARITY_Present (1UL) /*!< Read: error present */ 9879*150812a8SEvalZero 9880*150812a8SEvalZero /* Bit 0 : Overrun error */ 9881*150812a8SEvalZero #define UARTE_ERRORSRC_OVERRUN_Pos (0UL) /*!< Position of OVERRUN field. */ 9882*150812a8SEvalZero #define UARTE_ERRORSRC_OVERRUN_Msk (0x1UL << UARTE_ERRORSRC_OVERRUN_Pos) /*!< Bit mask of OVERRUN field. */ 9883*150812a8SEvalZero #define UARTE_ERRORSRC_OVERRUN_NotPresent (0UL) /*!< Read: error not present */ 9884*150812a8SEvalZero #define UARTE_ERRORSRC_OVERRUN_Present (1UL) /*!< Read: error present */ 9885*150812a8SEvalZero 9886*150812a8SEvalZero /* Register: UARTE_ENABLE */ 9887*150812a8SEvalZero /* Description: Enable UART */ 9888*150812a8SEvalZero 9889*150812a8SEvalZero /* Bits 3..0 : Enable or disable UARTE */ 9890*150812a8SEvalZero #define UARTE_ENABLE_ENABLE_Pos (0UL) /*!< Position of ENABLE field. */ 9891*150812a8SEvalZero #define UARTE_ENABLE_ENABLE_Msk (0xFUL << UARTE_ENABLE_ENABLE_Pos) /*!< Bit mask of ENABLE field. */ 9892*150812a8SEvalZero #define UARTE_ENABLE_ENABLE_Disabled (0UL) /*!< Disable UARTE */ 9893*150812a8SEvalZero #define UARTE_ENABLE_ENABLE_Enabled (8UL) /*!< Enable UARTE */ 9894*150812a8SEvalZero 9895*150812a8SEvalZero /* Register: UARTE_PSEL_RTS */ 9896*150812a8SEvalZero /* Description: Pin select for RTS signal */ 9897*150812a8SEvalZero 9898*150812a8SEvalZero /* Bit 31 : Connection */ 9899*150812a8SEvalZero #define UARTE_PSEL_RTS_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */ 9900*150812a8SEvalZero #define UARTE_PSEL_RTS_CONNECT_Msk (0x1UL << UARTE_PSEL_RTS_CONNECT_Pos) /*!< Bit mask of CONNECT field. */ 9901*150812a8SEvalZero #define UARTE_PSEL_RTS_CONNECT_Connected (0UL) /*!< Connect */ 9902*150812a8SEvalZero #define UARTE_PSEL_RTS_CONNECT_Disconnected (1UL) /*!< Disconnect */ 9903*150812a8SEvalZero 9904*150812a8SEvalZero /* Bits 4..0 : Pin number */ 9905*150812a8SEvalZero #define UARTE_PSEL_RTS_PIN_Pos (0UL) /*!< Position of PIN field. */ 9906*150812a8SEvalZero #define UARTE_PSEL_RTS_PIN_Msk (0x1FUL << UARTE_PSEL_RTS_PIN_Pos) /*!< Bit mask of PIN field. */ 9907*150812a8SEvalZero 9908*150812a8SEvalZero /* Register: UARTE_PSEL_TXD */ 9909*150812a8SEvalZero /* Description: Pin select for TXD signal */ 9910*150812a8SEvalZero 9911*150812a8SEvalZero /* Bit 31 : Connection */ 9912*150812a8SEvalZero #define UARTE_PSEL_TXD_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */ 9913*150812a8SEvalZero #define UARTE_PSEL_TXD_CONNECT_Msk (0x1UL << UARTE_PSEL_TXD_CONNECT_Pos) /*!< Bit mask of CONNECT field. */ 9914*150812a8SEvalZero #define UARTE_PSEL_TXD_CONNECT_Connected (0UL) /*!< Connect */ 9915*150812a8SEvalZero #define UARTE_PSEL_TXD_CONNECT_Disconnected (1UL) /*!< Disconnect */ 9916*150812a8SEvalZero 9917*150812a8SEvalZero /* Bits 4..0 : Pin number */ 9918*150812a8SEvalZero #define UARTE_PSEL_TXD_PIN_Pos (0UL) /*!< Position of PIN field. */ 9919*150812a8SEvalZero #define UARTE_PSEL_TXD_PIN_Msk (0x1FUL << UARTE_PSEL_TXD_PIN_Pos) /*!< Bit mask of PIN field. */ 9920*150812a8SEvalZero 9921*150812a8SEvalZero /* Register: UARTE_PSEL_CTS */ 9922*150812a8SEvalZero /* Description: Pin select for CTS signal */ 9923*150812a8SEvalZero 9924*150812a8SEvalZero /* Bit 31 : Connection */ 9925*150812a8SEvalZero #define UARTE_PSEL_CTS_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */ 9926*150812a8SEvalZero #define UARTE_PSEL_CTS_CONNECT_Msk (0x1UL << UARTE_PSEL_CTS_CONNECT_Pos) /*!< Bit mask of CONNECT field. */ 9927*150812a8SEvalZero #define UARTE_PSEL_CTS_CONNECT_Connected (0UL) /*!< Connect */ 9928*150812a8SEvalZero #define UARTE_PSEL_CTS_CONNECT_Disconnected (1UL) /*!< Disconnect */ 9929*150812a8SEvalZero 9930*150812a8SEvalZero /* Bits 4..0 : Pin number */ 9931*150812a8SEvalZero #define UARTE_PSEL_CTS_PIN_Pos (0UL) /*!< Position of PIN field. */ 9932*150812a8SEvalZero #define UARTE_PSEL_CTS_PIN_Msk (0x1FUL << UARTE_PSEL_CTS_PIN_Pos) /*!< Bit mask of PIN field. */ 9933*150812a8SEvalZero 9934*150812a8SEvalZero /* Register: UARTE_PSEL_RXD */ 9935*150812a8SEvalZero /* Description: Pin select for RXD signal */ 9936*150812a8SEvalZero 9937*150812a8SEvalZero /* Bit 31 : Connection */ 9938*150812a8SEvalZero #define UARTE_PSEL_RXD_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */ 9939*150812a8SEvalZero #define UARTE_PSEL_RXD_CONNECT_Msk (0x1UL << UARTE_PSEL_RXD_CONNECT_Pos) /*!< Bit mask of CONNECT field. */ 9940*150812a8SEvalZero #define UARTE_PSEL_RXD_CONNECT_Connected (0UL) /*!< Connect */ 9941*150812a8SEvalZero #define UARTE_PSEL_RXD_CONNECT_Disconnected (1UL) /*!< Disconnect */ 9942*150812a8SEvalZero 9943*150812a8SEvalZero /* Bits 4..0 : Pin number */ 9944*150812a8SEvalZero #define UARTE_PSEL_RXD_PIN_Pos (0UL) /*!< Position of PIN field. */ 9945*150812a8SEvalZero #define UARTE_PSEL_RXD_PIN_Msk (0x1FUL << UARTE_PSEL_RXD_PIN_Pos) /*!< Bit mask of PIN field. */ 9946*150812a8SEvalZero 9947*150812a8SEvalZero /* Register: UARTE_BAUDRATE */ 9948*150812a8SEvalZero /* Description: Baud rate. Accuracy depends on the HFCLK source selected. */ 9949*150812a8SEvalZero 9950*150812a8SEvalZero /* Bits 31..0 : Baud rate */ 9951*150812a8SEvalZero #define UARTE_BAUDRATE_BAUDRATE_Pos (0UL) /*!< Position of BAUDRATE field. */ 9952*150812a8SEvalZero #define UARTE_BAUDRATE_BAUDRATE_Msk (0xFFFFFFFFUL << UARTE_BAUDRATE_BAUDRATE_Pos) /*!< Bit mask of BAUDRATE field. */ 9953*150812a8SEvalZero #define UARTE_BAUDRATE_BAUDRATE_Baud1200 (0x0004F000UL) /*!< 1200 baud (actual rate: 1205) */ 9954*150812a8SEvalZero #define UARTE_BAUDRATE_BAUDRATE_Baud2400 (0x0009D000UL) /*!< 2400 baud (actual rate: 2396) */ 9955*150812a8SEvalZero #define UARTE_BAUDRATE_BAUDRATE_Baud4800 (0x0013B000UL) /*!< 4800 baud (actual rate: 4808) */ 9956*150812a8SEvalZero #define UARTE_BAUDRATE_BAUDRATE_Baud9600 (0x00275000UL) /*!< 9600 baud (actual rate: 9598) */ 9957*150812a8SEvalZero #define UARTE_BAUDRATE_BAUDRATE_Baud14400 (0x003AF000UL) /*!< 14400 baud (actual rate: 14401) */ 9958*150812a8SEvalZero #define UARTE_BAUDRATE_BAUDRATE_Baud19200 (0x004EA000UL) /*!< 19200 baud (actual rate: 19208) */ 9959*150812a8SEvalZero #define UARTE_BAUDRATE_BAUDRATE_Baud28800 (0x0075C000UL) /*!< 28800 baud (actual rate: 28777) */ 9960*150812a8SEvalZero #define UARTE_BAUDRATE_BAUDRATE_Baud31250 (0x00800000UL) /*!< 31250 baud */ 9961*150812a8SEvalZero #define UARTE_BAUDRATE_BAUDRATE_Baud38400 (0x009D0000UL) /*!< 38400 baud (actual rate: 38369) */ 9962*150812a8SEvalZero #define UARTE_BAUDRATE_BAUDRATE_Baud56000 (0x00E50000UL) /*!< 56000 baud (actual rate: 55944) */ 9963*150812a8SEvalZero #define UARTE_BAUDRATE_BAUDRATE_Baud57600 (0x00EB0000UL) /*!< 57600 baud (actual rate: 57554) */ 9964*150812a8SEvalZero #define UARTE_BAUDRATE_BAUDRATE_Baud76800 (0x013A9000UL) /*!< 76800 baud (actual rate: 76923) */ 9965*150812a8SEvalZero #define UARTE_BAUDRATE_BAUDRATE_Baud115200 (0x01D60000UL) /*!< 115200 baud (actual rate: 115108) */ 9966*150812a8SEvalZero #define UARTE_BAUDRATE_BAUDRATE_Baud230400 (0x03B00000UL) /*!< 230400 baud (actual rate: 231884) */ 9967*150812a8SEvalZero #define UARTE_BAUDRATE_BAUDRATE_Baud250000 (0x04000000UL) /*!< 250000 baud */ 9968*150812a8SEvalZero #define UARTE_BAUDRATE_BAUDRATE_Baud460800 (0x07400000UL) /*!< 460800 baud (actual rate: 457143) */ 9969*150812a8SEvalZero #define UARTE_BAUDRATE_BAUDRATE_Baud921600 (0x0F000000UL) /*!< 921600 baud (actual rate: 941176) */ 9970*150812a8SEvalZero #define UARTE_BAUDRATE_BAUDRATE_Baud1M (0x10000000UL) /*!< 1Mega baud */ 9971*150812a8SEvalZero 9972*150812a8SEvalZero /* Register: UARTE_RXD_PTR */ 9973*150812a8SEvalZero /* Description: Data pointer */ 9974*150812a8SEvalZero 9975*150812a8SEvalZero /* Bits 31..0 : Data pointer */ 9976*150812a8SEvalZero #define UARTE_RXD_PTR_PTR_Pos (0UL) /*!< Position of PTR field. */ 9977*150812a8SEvalZero #define UARTE_RXD_PTR_PTR_Msk (0xFFFFFFFFUL << UARTE_RXD_PTR_PTR_Pos) /*!< Bit mask of PTR field. */ 9978*150812a8SEvalZero 9979*150812a8SEvalZero /* Register: UARTE_RXD_MAXCNT */ 9980*150812a8SEvalZero /* Description: Maximum number of bytes in receive buffer */ 9981*150812a8SEvalZero 9982*150812a8SEvalZero /* Bits 9..0 : Maximum number of bytes in receive buffer */ 9983*150812a8SEvalZero #define UARTE_RXD_MAXCNT_MAXCNT_Pos (0UL) /*!< Position of MAXCNT field. */ 9984*150812a8SEvalZero #define UARTE_RXD_MAXCNT_MAXCNT_Msk (0x3FFUL << UARTE_RXD_MAXCNT_MAXCNT_Pos) /*!< Bit mask of MAXCNT field. */ 9985*150812a8SEvalZero 9986*150812a8SEvalZero /* Register: UARTE_RXD_AMOUNT */ 9987*150812a8SEvalZero /* Description: Number of bytes transferred in the last transaction */ 9988*150812a8SEvalZero 9989*150812a8SEvalZero /* Bits 9..0 : Number of bytes transferred in the last transaction */ 9990*150812a8SEvalZero #define UARTE_RXD_AMOUNT_AMOUNT_Pos (0UL) /*!< Position of AMOUNT field. */ 9991*150812a8SEvalZero #define UARTE_RXD_AMOUNT_AMOUNT_Msk (0x3FFUL << UARTE_RXD_AMOUNT_AMOUNT_Pos) /*!< Bit mask of AMOUNT field. */ 9992*150812a8SEvalZero 9993*150812a8SEvalZero /* Register: UARTE_TXD_PTR */ 9994*150812a8SEvalZero /* Description: Data pointer */ 9995*150812a8SEvalZero 9996*150812a8SEvalZero /* Bits 31..0 : Data pointer */ 9997*150812a8SEvalZero #define UARTE_TXD_PTR_PTR_Pos (0UL) /*!< Position of PTR field. */ 9998*150812a8SEvalZero #define UARTE_TXD_PTR_PTR_Msk (0xFFFFFFFFUL << UARTE_TXD_PTR_PTR_Pos) /*!< Bit mask of PTR field. */ 9999*150812a8SEvalZero 10000*150812a8SEvalZero /* Register: UARTE_TXD_MAXCNT */ 10001*150812a8SEvalZero /* Description: Maximum number of bytes in transmit buffer */ 10002*150812a8SEvalZero 10003*150812a8SEvalZero /* Bits 9..0 : Maximum number of bytes in transmit buffer */ 10004*150812a8SEvalZero #define UARTE_TXD_MAXCNT_MAXCNT_Pos (0UL) /*!< Position of MAXCNT field. */ 10005*150812a8SEvalZero #define UARTE_TXD_MAXCNT_MAXCNT_Msk (0x3FFUL << UARTE_TXD_MAXCNT_MAXCNT_Pos) /*!< Bit mask of MAXCNT field. */ 10006*150812a8SEvalZero 10007*150812a8SEvalZero /* Register: UARTE_TXD_AMOUNT */ 10008*150812a8SEvalZero /* Description: Number of bytes transferred in the last transaction */ 10009*150812a8SEvalZero 10010*150812a8SEvalZero /* Bits 9..0 : Number of bytes transferred in the last transaction */ 10011*150812a8SEvalZero #define UARTE_TXD_AMOUNT_AMOUNT_Pos (0UL) /*!< Position of AMOUNT field. */ 10012*150812a8SEvalZero #define UARTE_TXD_AMOUNT_AMOUNT_Msk (0x3FFUL << UARTE_TXD_AMOUNT_AMOUNT_Pos) /*!< Bit mask of AMOUNT field. */ 10013*150812a8SEvalZero 10014*150812a8SEvalZero /* Register: UARTE_CONFIG */ 10015*150812a8SEvalZero /* Description: Configuration of parity and hardware flow control */ 10016*150812a8SEvalZero 10017*150812a8SEvalZero /* Bit 4 : Stop bits */ 10018*150812a8SEvalZero #define UARTE_CONFIG_STOP_Pos (4UL) /*!< Position of STOP field. */ 10019*150812a8SEvalZero #define UARTE_CONFIG_STOP_Msk (0x1UL << UARTE_CONFIG_STOP_Pos) /*!< Bit mask of STOP field. */ 10020*150812a8SEvalZero #define UARTE_CONFIG_STOP_One (0UL) /*!< One stop bit */ 10021*150812a8SEvalZero #define UARTE_CONFIG_STOP_Two (1UL) /*!< Two stop bits */ 10022*150812a8SEvalZero 10023*150812a8SEvalZero /* Bits 3..1 : Parity */ 10024*150812a8SEvalZero #define UARTE_CONFIG_PARITY_Pos (1UL) /*!< Position of PARITY field. */ 10025*150812a8SEvalZero #define UARTE_CONFIG_PARITY_Msk (0x7UL << UARTE_CONFIG_PARITY_Pos) /*!< Bit mask of PARITY field. */ 10026*150812a8SEvalZero #define UARTE_CONFIG_PARITY_Excluded (0x0UL) /*!< Exclude parity bit */ 10027*150812a8SEvalZero #define UARTE_CONFIG_PARITY_Included (0x7UL) /*!< Include even parity bit */ 10028*150812a8SEvalZero 10029*150812a8SEvalZero /* Bit 0 : Hardware flow control */ 10030*150812a8SEvalZero #define UARTE_CONFIG_HWFC_Pos (0UL) /*!< Position of HWFC field. */ 10031*150812a8SEvalZero #define UARTE_CONFIG_HWFC_Msk (0x1UL << UARTE_CONFIG_HWFC_Pos) /*!< Bit mask of HWFC field. */ 10032*150812a8SEvalZero #define UARTE_CONFIG_HWFC_Disabled (0UL) /*!< Disabled */ 10033*150812a8SEvalZero #define UARTE_CONFIG_HWFC_Enabled (1UL) /*!< Enabled */ 10034*150812a8SEvalZero 10035*150812a8SEvalZero 10036*150812a8SEvalZero /* Peripheral: UICR */ 10037*150812a8SEvalZero /* Description: User information configuration registers */ 10038*150812a8SEvalZero 10039*150812a8SEvalZero /* Register: UICR_NRFFW */ 10040*150812a8SEvalZero /* Description: Description collection[n]: Reserved for Nordic firmware design */ 10041*150812a8SEvalZero 10042*150812a8SEvalZero /* Bits 31..0 : Reserved for Nordic firmware design */ 10043*150812a8SEvalZero #define UICR_NRFFW_NRFFW_Pos (0UL) /*!< Position of NRFFW field. */ 10044*150812a8SEvalZero #define UICR_NRFFW_NRFFW_Msk (0xFFFFFFFFUL << UICR_NRFFW_NRFFW_Pos) /*!< Bit mask of NRFFW field. */ 10045*150812a8SEvalZero 10046*150812a8SEvalZero /* Register: UICR_NRFHW */ 10047*150812a8SEvalZero /* Description: Description collection[n]: Reserved for Nordic hardware design */ 10048*150812a8SEvalZero 10049*150812a8SEvalZero /* Bits 31..0 : Reserved for Nordic hardware design */ 10050*150812a8SEvalZero #define UICR_NRFHW_NRFHW_Pos (0UL) /*!< Position of NRFHW field. */ 10051*150812a8SEvalZero #define UICR_NRFHW_NRFHW_Msk (0xFFFFFFFFUL << UICR_NRFHW_NRFHW_Pos) /*!< Bit mask of NRFHW field. */ 10052*150812a8SEvalZero 10053*150812a8SEvalZero /* Register: UICR_CUSTOMER */ 10054*150812a8SEvalZero /* Description: Description collection[n]: Reserved for customer */ 10055*150812a8SEvalZero 10056*150812a8SEvalZero /* Bits 31..0 : Reserved for customer */ 10057*150812a8SEvalZero #define UICR_CUSTOMER_CUSTOMER_Pos (0UL) /*!< Position of CUSTOMER field. */ 10058*150812a8SEvalZero #define UICR_CUSTOMER_CUSTOMER_Msk (0xFFFFFFFFUL << UICR_CUSTOMER_CUSTOMER_Pos) /*!< Bit mask of CUSTOMER field. */ 10059*150812a8SEvalZero 10060*150812a8SEvalZero /* Register: UICR_PSELRESET */ 10061*150812a8SEvalZero /* Description: Description collection[n]: Mapping of the nRESET function (see POWER chapter for details) */ 10062*150812a8SEvalZero 10063*150812a8SEvalZero /* Bit 31 : Connection */ 10064*150812a8SEvalZero #define UICR_PSELRESET_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */ 10065*150812a8SEvalZero #define UICR_PSELRESET_CONNECT_Msk (0x1UL << UICR_PSELRESET_CONNECT_Pos) /*!< Bit mask of CONNECT field. */ 10066*150812a8SEvalZero #define UICR_PSELRESET_CONNECT_Connected (0UL) /*!< Connect */ 10067*150812a8SEvalZero #define UICR_PSELRESET_CONNECT_Disconnected (1UL) /*!< Disconnect */ 10068*150812a8SEvalZero 10069*150812a8SEvalZero /* Bits 5..0 : GPIO number P0.n onto which reset is exposed */ 10070*150812a8SEvalZero #define UICR_PSELRESET_PIN_Pos (0UL) /*!< Position of PIN field. */ 10071*150812a8SEvalZero #define UICR_PSELRESET_PIN_Msk (0x3FUL << UICR_PSELRESET_PIN_Pos) /*!< Bit mask of PIN field. */ 10072*150812a8SEvalZero 10073*150812a8SEvalZero /* Register: UICR_APPROTECT */ 10074*150812a8SEvalZero /* Description: Access port protection */ 10075*150812a8SEvalZero 10076*150812a8SEvalZero /* Bits 7..0 : Enable or disable access port protection. */ 10077*150812a8SEvalZero #define UICR_APPROTECT_PALL_Pos (0UL) /*!< Position of PALL field. */ 10078*150812a8SEvalZero #define UICR_APPROTECT_PALL_Msk (0xFFUL << UICR_APPROTECT_PALL_Pos) /*!< Bit mask of PALL field. */ 10079*150812a8SEvalZero #define UICR_APPROTECT_PALL_Enabled (0x00UL) /*!< Enable */ 10080*150812a8SEvalZero #define UICR_APPROTECT_PALL_Disabled (0xFFUL) /*!< Disable */ 10081*150812a8SEvalZero 10082*150812a8SEvalZero 10083*150812a8SEvalZero /* Peripheral: WDT */ 10084*150812a8SEvalZero /* Description: Watchdog Timer */ 10085*150812a8SEvalZero 10086*150812a8SEvalZero /* Register: WDT_TASKS_START */ 10087*150812a8SEvalZero /* Description: Start the watchdog */ 10088*150812a8SEvalZero 10089*150812a8SEvalZero /* Bit 0 : */ 10090*150812a8SEvalZero #define WDT_TASKS_START_TASKS_START_Pos (0UL) /*!< Position of TASKS_START field. */ 10091*150812a8SEvalZero #define WDT_TASKS_START_TASKS_START_Msk (0x1UL << WDT_TASKS_START_TASKS_START_Pos) /*!< Bit mask of TASKS_START field. */ 10092*150812a8SEvalZero 10093*150812a8SEvalZero /* Register: WDT_EVENTS_TIMEOUT */ 10094*150812a8SEvalZero /* Description: Watchdog timeout */ 10095*150812a8SEvalZero 10096*150812a8SEvalZero /* Bit 0 : */ 10097*150812a8SEvalZero #define WDT_EVENTS_TIMEOUT_EVENTS_TIMEOUT_Pos (0UL) /*!< Position of EVENTS_TIMEOUT field. */ 10098*150812a8SEvalZero #define WDT_EVENTS_TIMEOUT_EVENTS_TIMEOUT_Msk (0x1UL << WDT_EVENTS_TIMEOUT_EVENTS_TIMEOUT_Pos) /*!< Bit mask of EVENTS_TIMEOUT field. */ 10099*150812a8SEvalZero 10100*150812a8SEvalZero /* Register: WDT_INTENSET */ 10101*150812a8SEvalZero /* Description: Enable interrupt */ 10102*150812a8SEvalZero 10103*150812a8SEvalZero /* Bit 0 : Write '1' to enable interrupt for TIMEOUT event */ 10104*150812a8SEvalZero #define WDT_INTENSET_TIMEOUT_Pos (0UL) /*!< Position of TIMEOUT field. */ 10105*150812a8SEvalZero #define WDT_INTENSET_TIMEOUT_Msk (0x1UL << WDT_INTENSET_TIMEOUT_Pos) /*!< Bit mask of TIMEOUT field. */ 10106*150812a8SEvalZero #define WDT_INTENSET_TIMEOUT_Disabled (0UL) /*!< Read: Disabled */ 10107*150812a8SEvalZero #define WDT_INTENSET_TIMEOUT_Enabled (1UL) /*!< Read: Enabled */ 10108*150812a8SEvalZero #define WDT_INTENSET_TIMEOUT_Set (1UL) /*!< Enable */ 10109*150812a8SEvalZero 10110*150812a8SEvalZero /* Register: WDT_INTENCLR */ 10111*150812a8SEvalZero /* Description: Disable interrupt */ 10112*150812a8SEvalZero 10113*150812a8SEvalZero /* Bit 0 : Write '1' to disable interrupt for TIMEOUT event */ 10114*150812a8SEvalZero #define WDT_INTENCLR_TIMEOUT_Pos (0UL) /*!< Position of TIMEOUT field. */ 10115*150812a8SEvalZero #define WDT_INTENCLR_TIMEOUT_Msk (0x1UL << WDT_INTENCLR_TIMEOUT_Pos) /*!< Bit mask of TIMEOUT field. */ 10116*150812a8SEvalZero #define WDT_INTENCLR_TIMEOUT_Disabled (0UL) /*!< Read: Disabled */ 10117*150812a8SEvalZero #define WDT_INTENCLR_TIMEOUT_Enabled (1UL) /*!< Read: Enabled */ 10118*150812a8SEvalZero #define WDT_INTENCLR_TIMEOUT_Clear (1UL) /*!< Disable */ 10119*150812a8SEvalZero 10120*150812a8SEvalZero /* Register: WDT_RUNSTATUS */ 10121*150812a8SEvalZero /* Description: Run status */ 10122*150812a8SEvalZero 10123*150812a8SEvalZero /* Bit 0 : Indicates whether or not the watchdog is running */ 10124*150812a8SEvalZero #define WDT_RUNSTATUS_RUNSTATUS_Pos (0UL) /*!< Position of RUNSTATUS field. */ 10125*150812a8SEvalZero #define WDT_RUNSTATUS_RUNSTATUS_Msk (0x1UL << WDT_RUNSTATUS_RUNSTATUS_Pos) /*!< Bit mask of RUNSTATUS field. */ 10126*150812a8SEvalZero #define WDT_RUNSTATUS_RUNSTATUS_NotRunning (0UL) /*!< Watchdog not running */ 10127*150812a8SEvalZero #define WDT_RUNSTATUS_RUNSTATUS_Running (1UL) /*!< Watchdog is running */ 10128*150812a8SEvalZero 10129*150812a8SEvalZero /* Register: WDT_REQSTATUS */ 10130*150812a8SEvalZero /* Description: Request status */ 10131*150812a8SEvalZero 10132*150812a8SEvalZero /* Bit 7 : Request status for RR[7] register */ 10133*150812a8SEvalZero #define WDT_REQSTATUS_RR7_Pos (7UL) /*!< Position of RR7 field. */ 10134*150812a8SEvalZero #define WDT_REQSTATUS_RR7_Msk (0x1UL << WDT_REQSTATUS_RR7_Pos) /*!< Bit mask of RR7 field. */ 10135*150812a8SEvalZero #define WDT_REQSTATUS_RR7_DisabledOrRequested (0UL) /*!< RR[7] register is not enabled, or are already requesting reload */ 10136*150812a8SEvalZero #define WDT_REQSTATUS_RR7_EnabledAndUnrequested (1UL) /*!< RR[7] register is enabled, and are not yet requesting reload */ 10137*150812a8SEvalZero 10138*150812a8SEvalZero /* Bit 6 : Request status for RR[6] register */ 10139*150812a8SEvalZero #define WDT_REQSTATUS_RR6_Pos (6UL) /*!< Position of RR6 field. */ 10140*150812a8SEvalZero #define WDT_REQSTATUS_RR6_Msk (0x1UL << WDT_REQSTATUS_RR6_Pos) /*!< Bit mask of RR6 field. */ 10141*150812a8SEvalZero #define WDT_REQSTATUS_RR6_DisabledOrRequested (0UL) /*!< RR[6] register is not enabled, or are already requesting reload */ 10142*150812a8SEvalZero #define WDT_REQSTATUS_RR6_EnabledAndUnrequested (1UL) /*!< RR[6] register is enabled, and are not yet requesting reload */ 10143*150812a8SEvalZero 10144*150812a8SEvalZero /* Bit 5 : Request status for RR[5] register */ 10145*150812a8SEvalZero #define WDT_REQSTATUS_RR5_Pos (5UL) /*!< Position of RR5 field. */ 10146*150812a8SEvalZero #define WDT_REQSTATUS_RR5_Msk (0x1UL << WDT_REQSTATUS_RR5_Pos) /*!< Bit mask of RR5 field. */ 10147*150812a8SEvalZero #define WDT_REQSTATUS_RR5_DisabledOrRequested (0UL) /*!< RR[5] register is not enabled, or are already requesting reload */ 10148*150812a8SEvalZero #define WDT_REQSTATUS_RR5_EnabledAndUnrequested (1UL) /*!< RR[5] register is enabled, and are not yet requesting reload */ 10149*150812a8SEvalZero 10150*150812a8SEvalZero /* Bit 4 : Request status for RR[4] register */ 10151*150812a8SEvalZero #define WDT_REQSTATUS_RR4_Pos (4UL) /*!< Position of RR4 field. */ 10152*150812a8SEvalZero #define WDT_REQSTATUS_RR4_Msk (0x1UL << WDT_REQSTATUS_RR4_Pos) /*!< Bit mask of RR4 field. */ 10153*150812a8SEvalZero #define WDT_REQSTATUS_RR4_DisabledOrRequested (0UL) /*!< RR[4] register is not enabled, or are already requesting reload */ 10154*150812a8SEvalZero #define WDT_REQSTATUS_RR4_EnabledAndUnrequested (1UL) /*!< RR[4] register is enabled, and are not yet requesting reload */ 10155*150812a8SEvalZero 10156*150812a8SEvalZero /* Bit 3 : Request status for RR[3] register */ 10157*150812a8SEvalZero #define WDT_REQSTATUS_RR3_Pos (3UL) /*!< Position of RR3 field. */ 10158*150812a8SEvalZero #define WDT_REQSTATUS_RR3_Msk (0x1UL << WDT_REQSTATUS_RR3_Pos) /*!< Bit mask of RR3 field. */ 10159*150812a8SEvalZero #define WDT_REQSTATUS_RR3_DisabledOrRequested (0UL) /*!< RR[3] register is not enabled, or are already requesting reload */ 10160*150812a8SEvalZero #define WDT_REQSTATUS_RR3_EnabledAndUnrequested (1UL) /*!< RR[3] register is enabled, and are not yet requesting reload */ 10161*150812a8SEvalZero 10162*150812a8SEvalZero /* Bit 2 : Request status for RR[2] register */ 10163*150812a8SEvalZero #define WDT_REQSTATUS_RR2_Pos (2UL) /*!< Position of RR2 field. */ 10164*150812a8SEvalZero #define WDT_REQSTATUS_RR2_Msk (0x1UL << WDT_REQSTATUS_RR2_Pos) /*!< Bit mask of RR2 field. */ 10165*150812a8SEvalZero #define WDT_REQSTATUS_RR2_DisabledOrRequested (0UL) /*!< RR[2] register is not enabled, or are already requesting reload */ 10166*150812a8SEvalZero #define WDT_REQSTATUS_RR2_EnabledAndUnrequested (1UL) /*!< RR[2] register is enabled, and are not yet requesting reload */ 10167*150812a8SEvalZero 10168*150812a8SEvalZero /* Bit 1 : Request status for RR[1] register */ 10169*150812a8SEvalZero #define WDT_REQSTATUS_RR1_Pos (1UL) /*!< Position of RR1 field. */ 10170*150812a8SEvalZero #define WDT_REQSTATUS_RR1_Msk (0x1UL << WDT_REQSTATUS_RR1_Pos) /*!< Bit mask of RR1 field. */ 10171*150812a8SEvalZero #define WDT_REQSTATUS_RR1_DisabledOrRequested (0UL) /*!< RR[1] register is not enabled, or are already requesting reload */ 10172*150812a8SEvalZero #define WDT_REQSTATUS_RR1_EnabledAndUnrequested (1UL) /*!< RR[1] register is enabled, and are not yet requesting reload */ 10173*150812a8SEvalZero 10174*150812a8SEvalZero /* Bit 0 : Request status for RR[0] register */ 10175*150812a8SEvalZero #define WDT_REQSTATUS_RR0_Pos (0UL) /*!< Position of RR0 field. */ 10176*150812a8SEvalZero #define WDT_REQSTATUS_RR0_Msk (0x1UL << WDT_REQSTATUS_RR0_Pos) /*!< Bit mask of RR0 field. */ 10177*150812a8SEvalZero #define WDT_REQSTATUS_RR0_DisabledOrRequested (0UL) /*!< RR[0] register is not enabled, or are already requesting reload */ 10178*150812a8SEvalZero #define WDT_REQSTATUS_RR0_EnabledAndUnrequested (1UL) /*!< RR[0] register is enabled, and are not yet requesting reload */ 10179*150812a8SEvalZero 10180*150812a8SEvalZero /* Register: WDT_CRV */ 10181*150812a8SEvalZero /* Description: Counter reload value */ 10182*150812a8SEvalZero 10183*150812a8SEvalZero /* Bits 31..0 : Counter reload value in number of cycles of the 32.768 kHz clock */ 10184*150812a8SEvalZero #define WDT_CRV_CRV_Pos (0UL) /*!< Position of CRV field. */ 10185*150812a8SEvalZero #define WDT_CRV_CRV_Msk (0xFFFFFFFFUL << WDT_CRV_CRV_Pos) /*!< Bit mask of CRV field. */ 10186*150812a8SEvalZero 10187*150812a8SEvalZero /* Register: WDT_RREN */ 10188*150812a8SEvalZero /* Description: Enable register for reload request registers */ 10189*150812a8SEvalZero 10190*150812a8SEvalZero /* Bit 7 : Enable or disable RR[7] register */ 10191*150812a8SEvalZero #define WDT_RREN_RR7_Pos (7UL) /*!< Position of RR7 field. */ 10192*150812a8SEvalZero #define WDT_RREN_RR7_Msk (0x1UL << WDT_RREN_RR7_Pos) /*!< Bit mask of RR7 field. */ 10193*150812a8SEvalZero #define WDT_RREN_RR7_Disabled (0UL) /*!< Disable RR[7] register */ 10194*150812a8SEvalZero #define WDT_RREN_RR7_Enabled (1UL) /*!< Enable RR[7] register */ 10195*150812a8SEvalZero 10196*150812a8SEvalZero /* Bit 6 : Enable or disable RR[6] register */ 10197*150812a8SEvalZero #define WDT_RREN_RR6_Pos (6UL) /*!< Position of RR6 field. */ 10198*150812a8SEvalZero #define WDT_RREN_RR6_Msk (0x1UL << WDT_RREN_RR6_Pos) /*!< Bit mask of RR6 field. */ 10199*150812a8SEvalZero #define WDT_RREN_RR6_Disabled (0UL) /*!< Disable RR[6] register */ 10200*150812a8SEvalZero #define WDT_RREN_RR6_Enabled (1UL) /*!< Enable RR[6] register */ 10201*150812a8SEvalZero 10202*150812a8SEvalZero /* Bit 5 : Enable or disable RR[5] register */ 10203*150812a8SEvalZero #define WDT_RREN_RR5_Pos (5UL) /*!< Position of RR5 field. */ 10204*150812a8SEvalZero #define WDT_RREN_RR5_Msk (0x1UL << WDT_RREN_RR5_Pos) /*!< Bit mask of RR5 field. */ 10205*150812a8SEvalZero #define WDT_RREN_RR5_Disabled (0UL) /*!< Disable RR[5] register */ 10206*150812a8SEvalZero #define WDT_RREN_RR5_Enabled (1UL) /*!< Enable RR[5] register */ 10207*150812a8SEvalZero 10208*150812a8SEvalZero /* Bit 4 : Enable or disable RR[4] register */ 10209*150812a8SEvalZero #define WDT_RREN_RR4_Pos (4UL) /*!< Position of RR4 field. */ 10210*150812a8SEvalZero #define WDT_RREN_RR4_Msk (0x1UL << WDT_RREN_RR4_Pos) /*!< Bit mask of RR4 field. */ 10211*150812a8SEvalZero #define WDT_RREN_RR4_Disabled (0UL) /*!< Disable RR[4] register */ 10212*150812a8SEvalZero #define WDT_RREN_RR4_Enabled (1UL) /*!< Enable RR[4] register */ 10213*150812a8SEvalZero 10214*150812a8SEvalZero /* Bit 3 : Enable or disable RR[3] register */ 10215*150812a8SEvalZero #define WDT_RREN_RR3_Pos (3UL) /*!< Position of RR3 field. */ 10216*150812a8SEvalZero #define WDT_RREN_RR3_Msk (0x1UL << WDT_RREN_RR3_Pos) /*!< Bit mask of RR3 field. */ 10217*150812a8SEvalZero #define WDT_RREN_RR3_Disabled (0UL) /*!< Disable RR[3] register */ 10218*150812a8SEvalZero #define WDT_RREN_RR3_Enabled (1UL) /*!< Enable RR[3] register */ 10219*150812a8SEvalZero 10220*150812a8SEvalZero /* Bit 2 : Enable or disable RR[2] register */ 10221*150812a8SEvalZero #define WDT_RREN_RR2_Pos (2UL) /*!< Position of RR2 field. */ 10222*150812a8SEvalZero #define WDT_RREN_RR2_Msk (0x1UL << WDT_RREN_RR2_Pos) /*!< Bit mask of RR2 field. */ 10223*150812a8SEvalZero #define WDT_RREN_RR2_Disabled (0UL) /*!< Disable RR[2] register */ 10224*150812a8SEvalZero #define WDT_RREN_RR2_Enabled (1UL) /*!< Enable RR[2] register */ 10225*150812a8SEvalZero 10226*150812a8SEvalZero /* Bit 1 : Enable or disable RR[1] register */ 10227*150812a8SEvalZero #define WDT_RREN_RR1_Pos (1UL) /*!< Position of RR1 field. */ 10228*150812a8SEvalZero #define WDT_RREN_RR1_Msk (0x1UL << WDT_RREN_RR1_Pos) /*!< Bit mask of RR1 field. */ 10229*150812a8SEvalZero #define WDT_RREN_RR1_Disabled (0UL) /*!< Disable RR[1] register */ 10230*150812a8SEvalZero #define WDT_RREN_RR1_Enabled (1UL) /*!< Enable RR[1] register */ 10231*150812a8SEvalZero 10232*150812a8SEvalZero /* Bit 0 : Enable or disable RR[0] register */ 10233*150812a8SEvalZero #define WDT_RREN_RR0_Pos (0UL) /*!< Position of RR0 field. */ 10234*150812a8SEvalZero #define WDT_RREN_RR0_Msk (0x1UL << WDT_RREN_RR0_Pos) /*!< Bit mask of RR0 field. */ 10235*150812a8SEvalZero #define WDT_RREN_RR0_Disabled (0UL) /*!< Disable RR[0] register */ 10236*150812a8SEvalZero #define WDT_RREN_RR0_Enabled (1UL) /*!< Enable RR[0] register */ 10237*150812a8SEvalZero 10238*150812a8SEvalZero /* Register: WDT_CONFIG */ 10239*150812a8SEvalZero /* Description: Configuration register */ 10240*150812a8SEvalZero 10241*150812a8SEvalZero /* Bit 3 : Configure the watchdog to either be paused, or kept running, while the CPU is halted by the debugger */ 10242*150812a8SEvalZero #define WDT_CONFIG_HALT_Pos (3UL) /*!< Position of HALT field. */ 10243*150812a8SEvalZero #define WDT_CONFIG_HALT_Msk (0x1UL << WDT_CONFIG_HALT_Pos) /*!< Bit mask of HALT field. */ 10244*150812a8SEvalZero #define WDT_CONFIG_HALT_Pause (0UL) /*!< Pause watchdog while the CPU is halted by the debugger */ 10245*150812a8SEvalZero #define WDT_CONFIG_HALT_Run (1UL) /*!< Keep the watchdog running while the CPU is halted by the debugger */ 10246*150812a8SEvalZero 10247*150812a8SEvalZero /* Bit 0 : Configure the watchdog to either be paused, or kept running, while the CPU is sleeping */ 10248*150812a8SEvalZero #define WDT_CONFIG_SLEEP_Pos (0UL) /*!< Position of SLEEP field. */ 10249*150812a8SEvalZero #define WDT_CONFIG_SLEEP_Msk (0x1UL << WDT_CONFIG_SLEEP_Pos) /*!< Bit mask of SLEEP field. */ 10250*150812a8SEvalZero #define WDT_CONFIG_SLEEP_Pause (0UL) /*!< Pause watchdog while the CPU is sleeping */ 10251*150812a8SEvalZero #define WDT_CONFIG_SLEEP_Run (1UL) /*!< Keep the watchdog running while the CPU is sleeping */ 10252*150812a8SEvalZero 10253*150812a8SEvalZero /* Register: WDT_RR */ 10254*150812a8SEvalZero /* Description: Description collection[n]: Reload request n */ 10255*150812a8SEvalZero 10256*150812a8SEvalZero /* Bits 31..0 : Reload request register */ 10257*150812a8SEvalZero #define WDT_RR_RR_Pos (0UL) /*!< Position of RR field. */ 10258*150812a8SEvalZero #define WDT_RR_RR_Msk (0xFFFFFFFFUL << WDT_RR_RR_Pos) /*!< Bit mask of RR field. */ 10259*150812a8SEvalZero #define WDT_RR_RR_Reload (0x6E524635UL) /*!< Value to request a reload of the watchdog timer */ 10260*150812a8SEvalZero 10261*150812a8SEvalZero 10262*150812a8SEvalZero /*lint --flb "Leave library region" */ 10263*150812a8SEvalZero #endif 10264