1 /*
2 
3 Copyright (c) 2010 - 2018, Nordic Semiconductor ASA All rights reserved.
4 
5 Redistribution and use in source and binary forms, with or without
6 modification, are permitted provided that the following conditions are met:
7 
8 1. Redistributions of source code must retain the above copyright notice, this
9    list of conditions and the following disclaimer.
10 
11 2. Redistributions in binary form must reproduce the above copyright
12    notice, this list of conditions and the following disclaimer in the
13    documentation and/or other materials provided with the distribution.
14 
15 3. Neither the name of Nordic Semiconductor ASA nor the names of its
16    contributors may be used to endorse or promote products derived from this
17    software without specific prior written permission.
18 
19 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
20 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21 IMPLIED WARRANTIES OF MERCHANTABILITY, AND FITNESS FOR A PARTICULAR PURPOSE
22 ARE DISCLAIMED. IN NO EVENT SHALL NORDIC SEMICONDUCTOR ASA OR CONTRIBUTORS BE
23 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29 POSSIBILITY OF SUCH DAMAGE.
30 
31 */
32 
33 #ifndef __NRF52840_BITS_H
34 #define __NRF52840_BITS_H
35 
36 /*lint ++flb "Enter library region" */
37 
38 /* Peripheral: AAR */
39 /* Description: Accelerated Address Resolver */
40 
41 /* Register: AAR_TASKS_START */
42 /* Description: Start resolving addresses based on IRKs specified in the IRK data structure */
43 
44 /* Bit 0 :   */
45 #define AAR_TASKS_START_TASKS_START_Pos (0UL) /*!< Position of TASKS_START field. */
46 #define AAR_TASKS_START_TASKS_START_Msk (0x1UL << AAR_TASKS_START_TASKS_START_Pos) /*!< Bit mask of TASKS_START field. */
47 
48 /* Register: AAR_TASKS_STOP */
49 /* Description: Stop resolving addresses */
50 
51 /* Bit 0 :   */
52 #define AAR_TASKS_STOP_TASKS_STOP_Pos (0UL) /*!< Position of TASKS_STOP field. */
53 #define AAR_TASKS_STOP_TASKS_STOP_Msk (0x1UL << AAR_TASKS_STOP_TASKS_STOP_Pos) /*!< Bit mask of TASKS_STOP field. */
54 
55 /* Register: AAR_EVENTS_END */
56 /* Description: Address resolution procedure complete */
57 
58 /* Bit 0 :   */
59 #define AAR_EVENTS_END_EVENTS_END_Pos (0UL) /*!< Position of EVENTS_END field. */
60 #define AAR_EVENTS_END_EVENTS_END_Msk (0x1UL << AAR_EVENTS_END_EVENTS_END_Pos) /*!< Bit mask of EVENTS_END field. */
61 
62 /* Register: AAR_EVENTS_RESOLVED */
63 /* Description: Address resolved */
64 
65 /* Bit 0 :   */
66 #define AAR_EVENTS_RESOLVED_EVENTS_RESOLVED_Pos (0UL) /*!< Position of EVENTS_RESOLVED field. */
67 #define AAR_EVENTS_RESOLVED_EVENTS_RESOLVED_Msk (0x1UL << AAR_EVENTS_RESOLVED_EVENTS_RESOLVED_Pos) /*!< Bit mask of EVENTS_RESOLVED field. */
68 
69 /* Register: AAR_EVENTS_NOTRESOLVED */
70 /* Description: Address not resolved */
71 
72 /* Bit 0 :   */
73 #define AAR_EVENTS_NOTRESOLVED_EVENTS_NOTRESOLVED_Pos (0UL) /*!< Position of EVENTS_NOTRESOLVED field. */
74 #define AAR_EVENTS_NOTRESOLVED_EVENTS_NOTRESOLVED_Msk (0x1UL << AAR_EVENTS_NOTRESOLVED_EVENTS_NOTRESOLVED_Pos) /*!< Bit mask of EVENTS_NOTRESOLVED field. */
75 
76 /* Register: AAR_INTENSET */
77 /* Description: Enable interrupt */
78 
79 /* Bit 2 : Write '1' to enable interrupt for NOTRESOLVED event */
80 #define AAR_INTENSET_NOTRESOLVED_Pos (2UL) /*!< Position of NOTRESOLVED field. */
81 #define AAR_INTENSET_NOTRESOLVED_Msk (0x1UL << AAR_INTENSET_NOTRESOLVED_Pos) /*!< Bit mask of NOTRESOLVED field. */
82 #define AAR_INTENSET_NOTRESOLVED_Disabled (0UL) /*!< Read: Disabled */
83 #define AAR_INTENSET_NOTRESOLVED_Enabled (1UL) /*!< Read: Enabled */
84 #define AAR_INTENSET_NOTRESOLVED_Set (1UL) /*!< Enable */
85 
86 /* Bit 1 : Write '1' to enable interrupt for RESOLVED event */
87 #define AAR_INTENSET_RESOLVED_Pos (1UL) /*!< Position of RESOLVED field. */
88 #define AAR_INTENSET_RESOLVED_Msk (0x1UL << AAR_INTENSET_RESOLVED_Pos) /*!< Bit mask of RESOLVED field. */
89 #define AAR_INTENSET_RESOLVED_Disabled (0UL) /*!< Read: Disabled */
90 #define AAR_INTENSET_RESOLVED_Enabled (1UL) /*!< Read: Enabled */
91 #define AAR_INTENSET_RESOLVED_Set (1UL) /*!< Enable */
92 
93 /* Bit 0 : Write '1' to enable interrupt for END event */
94 #define AAR_INTENSET_END_Pos (0UL) /*!< Position of END field. */
95 #define AAR_INTENSET_END_Msk (0x1UL << AAR_INTENSET_END_Pos) /*!< Bit mask of END field. */
96 #define AAR_INTENSET_END_Disabled (0UL) /*!< Read: Disabled */
97 #define AAR_INTENSET_END_Enabled (1UL) /*!< Read: Enabled */
98 #define AAR_INTENSET_END_Set (1UL) /*!< Enable */
99 
100 /* Register: AAR_INTENCLR */
101 /* Description: Disable interrupt */
102 
103 /* Bit 2 : Write '1' to disable interrupt for NOTRESOLVED event */
104 #define AAR_INTENCLR_NOTRESOLVED_Pos (2UL) /*!< Position of NOTRESOLVED field. */
105 #define AAR_INTENCLR_NOTRESOLVED_Msk (0x1UL << AAR_INTENCLR_NOTRESOLVED_Pos) /*!< Bit mask of NOTRESOLVED field. */
106 #define AAR_INTENCLR_NOTRESOLVED_Disabled (0UL) /*!< Read: Disabled */
107 #define AAR_INTENCLR_NOTRESOLVED_Enabled (1UL) /*!< Read: Enabled */
108 #define AAR_INTENCLR_NOTRESOLVED_Clear (1UL) /*!< Disable */
109 
110 /* Bit 1 : Write '1' to disable interrupt for RESOLVED event */
111 #define AAR_INTENCLR_RESOLVED_Pos (1UL) /*!< Position of RESOLVED field. */
112 #define AAR_INTENCLR_RESOLVED_Msk (0x1UL << AAR_INTENCLR_RESOLVED_Pos) /*!< Bit mask of RESOLVED field. */
113 #define AAR_INTENCLR_RESOLVED_Disabled (0UL) /*!< Read: Disabled */
114 #define AAR_INTENCLR_RESOLVED_Enabled (1UL) /*!< Read: Enabled */
115 #define AAR_INTENCLR_RESOLVED_Clear (1UL) /*!< Disable */
116 
117 /* Bit 0 : Write '1' to disable interrupt for END event */
118 #define AAR_INTENCLR_END_Pos (0UL) /*!< Position of END field. */
119 #define AAR_INTENCLR_END_Msk (0x1UL << AAR_INTENCLR_END_Pos) /*!< Bit mask of END field. */
120 #define AAR_INTENCLR_END_Disabled (0UL) /*!< Read: Disabled */
121 #define AAR_INTENCLR_END_Enabled (1UL) /*!< Read: Enabled */
122 #define AAR_INTENCLR_END_Clear (1UL) /*!< Disable */
123 
124 /* Register: AAR_STATUS */
125 /* Description: Resolution status */
126 
127 /* Bits 3..0 : The IRK that was used last time an address was resolved */
128 #define AAR_STATUS_STATUS_Pos (0UL) /*!< Position of STATUS field. */
129 #define AAR_STATUS_STATUS_Msk (0xFUL << AAR_STATUS_STATUS_Pos) /*!< Bit mask of STATUS field. */
130 
131 /* Register: AAR_ENABLE */
132 /* Description: Enable AAR */
133 
134 /* Bits 1..0 : Enable or disable AAR */
135 #define AAR_ENABLE_ENABLE_Pos (0UL) /*!< Position of ENABLE field. */
136 #define AAR_ENABLE_ENABLE_Msk (0x3UL << AAR_ENABLE_ENABLE_Pos) /*!< Bit mask of ENABLE field. */
137 #define AAR_ENABLE_ENABLE_Disabled (0UL) /*!< Disable */
138 #define AAR_ENABLE_ENABLE_Enabled (3UL) /*!< Enable */
139 
140 /* Register: AAR_NIRK */
141 /* Description: Number of IRKs */
142 
143 /* Bits 4..0 : Number of Identity root keys available in the IRK data structure */
144 #define AAR_NIRK_NIRK_Pos (0UL) /*!< Position of NIRK field. */
145 #define AAR_NIRK_NIRK_Msk (0x1FUL << AAR_NIRK_NIRK_Pos) /*!< Bit mask of NIRK field. */
146 
147 /* Register: AAR_IRKPTR */
148 /* Description: Pointer to IRK data structure */
149 
150 /* Bits 31..0 : Pointer to the IRK data structure */
151 #define AAR_IRKPTR_IRKPTR_Pos (0UL) /*!< Position of IRKPTR field. */
152 #define AAR_IRKPTR_IRKPTR_Msk (0xFFFFFFFFUL << AAR_IRKPTR_IRKPTR_Pos) /*!< Bit mask of IRKPTR field. */
153 
154 /* Register: AAR_ADDRPTR */
155 /* Description: Pointer to the resolvable address */
156 
157 /* Bits 31..0 : Pointer to the resolvable address (6-bytes) */
158 #define AAR_ADDRPTR_ADDRPTR_Pos (0UL) /*!< Position of ADDRPTR field. */
159 #define AAR_ADDRPTR_ADDRPTR_Msk (0xFFFFFFFFUL << AAR_ADDRPTR_ADDRPTR_Pos) /*!< Bit mask of ADDRPTR field. */
160 
161 /* Register: AAR_SCRATCHPTR */
162 /* Description: Pointer to data area used for temporary storage */
163 
164 /* 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 #define AAR_SCRATCHPTR_SCRATCHPTR_Pos (0UL) /*!< Position of SCRATCHPTR field. */
166 #define AAR_SCRATCHPTR_SCRATCHPTR_Msk (0xFFFFFFFFUL << AAR_SCRATCHPTR_SCRATCHPTR_Pos) /*!< Bit mask of SCRATCHPTR field. */
167 
168 
169 /* Peripheral: ACL */
170 /* Description: Access control lists */
171 
172 /* Register: ACL_ACL_ADDR */
173 /* Description: Description cluster[n]: Configure the word-aligned start address of region n to protect */
174 
175 /* Bits 31..0 : Valid word-aligned start address of region n to protect. Address must point to a flash page boundary. */
176 #define ACL_ACL_ADDR_ADDR_Pos (0UL) /*!< Position of ADDR field. */
177 #define ACL_ACL_ADDR_ADDR_Msk (0xFFFFFFFFUL << ACL_ACL_ADDR_ADDR_Pos) /*!< Bit mask of ADDR field. */
178 
179 /* Register: ACL_ACL_SIZE */
180 /* Description: Description cluster[n]: Size of region to protect counting from address ACL[n].ADDR. Write '0' as no effect. */
181 
182 /* Bits 31..0 : Size of flash region n in bytes. Must be a multiple of the flash page size, and the maximum region size is limited to 512kB. */
183 #define ACL_ACL_SIZE_SIZE_Pos (0UL) /*!< Position of SIZE field. */
184 #define ACL_ACL_SIZE_SIZE_Msk (0xFFFFFFFFUL << ACL_ACL_SIZE_SIZE_Pos) /*!< Bit mask of SIZE field. */
185 
186 /* Register: ACL_ACL_PERM */
187 /* Description: Description cluster[n]: Access permissions for region n as defined by start address ACL[n].ADDR and size ACL[n].SIZE */
188 
189 /* Bit 2 : Configure read permissions for region n. Write '0' has no effect. */
190 #define ACL_ACL_PERM_READ_Pos (2UL) /*!< Position of READ field. */
191 #define ACL_ACL_PERM_READ_Msk (0x1UL << ACL_ACL_PERM_READ_Pos) /*!< Bit mask of READ field. */
192 #define ACL_ACL_PERM_READ_Enable (0UL) /*!< Allow read instructions to region n */
193 #define ACL_ACL_PERM_READ_Disable (1UL) /*!< Block read instructions to region n */
194 
195 /* Bit 1 : Configure write and erase permissions for region n. Write '0' has no effect. */
196 #define ACL_ACL_PERM_WRITE_Pos (1UL) /*!< Position of WRITE field. */
197 #define ACL_ACL_PERM_WRITE_Msk (0x1UL << ACL_ACL_PERM_WRITE_Pos) /*!< Bit mask of WRITE field. */
198 #define ACL_ACL_PERM_WRITE_Enable (0UL) /*!< Allow write and erase instructions to region n */
199 #define ACL_ACL_PERM_WRITE_Disable (1UL) /*!< Block write and erase instructions to region n */
200 
201 
202 /* Peripheral: CCM */
203 /* Description: AES CCM Mode Encryption */
204 
205 /* Register: CCM_TASKS_KSGEN */
206 /* Description: Start generation of key-stream. This operation will stop by itself when completed. */
207 
208 /* Bit 0 :   */
209 #define CCM_TASKS_KSGEN_TASKS_KSGEN_Pos (0UL) /*!< Position of TASKS_KSGEN field. */
210 #define CCM_TASKS_KSGEN_TASKS_KSGEN_Msk (0x1UL << CCM_TASKS_KSGEN_TASKS_KSGEN_Pos) /*!< Bit mask of TASKS_KSGEN field. */
211 
212 /* Register: CCM_TASKS_CRYPT */
213 /* Description: Start encryption/decryption. This operation will stop by itself when completed. */
214 
215 /* Bit 0 :   */
216 #define CCM_TASKS_CRYPT_TASKS_CRYPT_Pos (0UL) /*!< Position of TASKS_CRYPT field. */
217 #define CCM_TASKS_CRYPT_TASKS_CRYPT_Msk (0x1UL << CCM_TASKS_CRYPT_TASKS_CRYPT_Pos) /*!< Bit mask of TASKS_CRYPT field. */
218 
219 /* Register: CCM_TASKS_STOP */
220 /* Description: Stop encryption/decryption */
221 
222 /* Bit 0 :   */
223 #define CCM_TASKS_STOP_TASKS_STOP_Pos (0UL) /*!< Position of TASKS_STOP field. */
224 #define CCM_TASKS_STOP_TASKS_STOP_Msk (0x1UL << CCM_TASKS_STOP_TASKS_STOP_Pos) /*!< Bit mask of TASKS_STOP field. */
225 
226 /* Register: CCM_TASKS_RATEOVERRIDE */
227 /* Description: Override DATARATE setting in MODE register with the contents of the RATEOVERRIDE register for any ongoing encryption/decryption */
228 
229 /* Bit 0 :   */
230 #define CCM_TASKS_RATEOVERRIDE_TASKS_RATEOVERRIDE_Pos (0UL) /*!< Position of TASKS_RATEOVERRIDE field. */
231 #define CCM_TASKS_RATEOVERRIDE_TASKS_RATEOVERRIDE_Msk (0x1UL << CCM_TASKS_RATEOVERRIDE_TASKS_RATEOVERRIDE_Pos) /*!< Bit mask of TASKS_RATEOVERRIDE field. */
232 
233 /* Register: CCM_EVENTS_ENDKSGEN */
234 /* Description: Key-stream generation complete */
235 
236 /* Bit 0 :   */
237 #define CCM_EVENTS_ENDKSGEN_EVENTS_ENDKSGEN_Pos (0UL) /*!< Position of EVENTS_ENDKSGEN field. */
238 #define CCM_EVENTS_ENDKSGEN_EVENTS_ENDKSGEN_Msk (0x1UL << CCM_EVENTS_ENDKSGEN_EVENTS_ENDKSGEN_Pos) /*!< Bit mask of EVENTS_ENDKSGEN field. */
239 
240 /* Register: CCM_EVENTS_ENDCRYPT */
241 /* Description: Encrypt/decrypt complete */
242 
243 /* Bit 0 :   */
244 #define CCM_EVENTS_ENDCRYPT_EVENTS_ENDCRYPT_Pos (0UL) /*!< Position of EVENTS_ENDCRYPT field. */
245 #define CCM_EVENTS_ENDCRYPT_EVENTS_ENDCRYPT_Msk (0x1UL << CCM_EVENTS_ENDCRYPT_EVENTS_ENDCRYPT_Pos) /*!< Bit mask of EVENTS_ENDCRYPT field. */
246 
247 /* Register: CCM_EVENTS_ERROR */
248 /* Description: Deprecated register - CCM error event */
249 
250 /* Bit 0 :   */
251 #define CCM_EVENTS_ERROR_EVENTS_ERROR_Pos (0UL) /*!< Position of EVENTS_ERROR field. */
252 #define CCM_EVENTS_ERROR_EVENTS_ERROR_Msk (0x1UL << CCM_EVENTS_ERROR_EVENTS_ERROR_Pos) /*!< Bit mask of EVENTS_ERROR field. */
253 
254 /* Register: CCM_SHORTS */
255 /* Description: Shortcut register */
256 
257 /* Bit 0 : Shortcut between ENDKSGEN event and CRYPT task */
258 #define CCM_SHORTS_ENDKSGEN_CRYPT_Pos (0UL) /*!< Position of ENDKSGEN_CRYPT field. */
259 #define CCM_SHORTS_ENDKSGEN_CRYPT_Msk (0x1UL << CCM_SHORTS_ENDKSGEN_CRYPT_Pos) /*!< Bit mask of ENDKSGEN_CRYPT field. */
260 #define CCM_SHORTS_ENDKSGEN_CRYPT_Disabled (0UL) /*!< Disable shortcut */
261 #define CCM_SHORTS_ENDKSGEN_CRYPT_Enabled (1UL) /*!< Enable shortcut */
262 
263 /* Register: CCM_INTENSET */
264 /* Description: Enable interrupt */
265 
266 /* Bit 2 : Write '1' to enable interrupt for ERROR event */
267 #define CCM_INTENSET_ERROR_Pos (2UL) /*!< Position of ERROR field. */
268 #define CCM_INTENSET_ERROR_Msk (0x1UL << CCM_INTENSET_ERROR_Pos) /*!< Bit mask of ERROR field. */
269 #define CCM_INTENSET_ERROR_Disabled (0UL) /*!< Read: Disabled */
270 #define CCM_INTENSET_ERROR_Enabled (1UL) /*!< Read: Enabled */
271 #define CCM_INTENSET_ERROR_Set (1UL) /*!< Enable */
272 
273 /* Bit 1 : Write '1' to enable interrupt for ENDCRYPT event */
274 #define CCM_INTENSET_ENDCRYPT_Pos (1UL) /*!< Position of ENDCRYPT field. */
275 #define CCM_INTENSET_ENDCRYPT_Msk (0x1UL << CCM_INTENSET_ENDCRYPT_Pos) /*!< Bit mask of ENDCRYPT field. */
276 #define CCM_INTENSET_ENDCRYPT_Disabled (0UL) /*!< Read: Disabled */
277 #define CCM_INTENSET_ENDCRYPT_Enabled (1UL) /*!< Read: Enabled */
278 #define CCM_INTENSET_ENDCRYPT_Set (1UL) /*!< Enable */
279 
280 /* Bit 0 : Write '1' to enable interrupt for ENDKSGEN event */
281 #define CCM_INTENSET_ENDKSGEN_Pos (0UL) /*!< Position of ENDKSGEN field. */
282 #define CCM_INTENSET_ENDKSGEN_Msk (0x1UL << CCM_INTENSET_ENDKSGEN_Pos) /*!< Bit mask of ENDKSGEN field. */
283 #define CCM_INTENSET_ENDKSGEN_Disabled (0UL) /*!< Read: Disabled */
284 #define CCM_INTENSET_ENDKSGEN_Enabled (1UL) /*!< Read: Enabled */
285 #define CCM_INTENSET_ENDKSGEN_Set (1UL) /*!< Enable */
286 
287 /* Register: CCM_INTENCLR */
288 /* Description: Disable interrupt */
289 
290 /* Bit 2 : Write '1' to disable interrupt for ERROR event */
291 #define CCM_INTENCLR_ERROR_Pos (2UL) /*!< Position of ERROR field. */
292 #define CCM_INTENCLR_ERROR_Msk (0x1UL << CCM_INTENCLR_ERROR_Pos) /*!< Bit mask of ERROR field. */
293 #define CCM_INTENCLR_ERROR_Disabled (0UL) /*!< Read: Disabled */
294 #define CCM_INTENCLR_ERROR_Enabled (1UL) /*!< Read: Enabled */
295 #define CCM_INTENCLR_ERROR_Clear (1UL) /*!< Disable */
296 
297 /* Bit 1 : Write '1' to disable interrupt for ENDCRYPT event */
298 #define CCM_INTENCLR_ENDCRYPT_Pos (1UL) /*!< Position of ENDCRYPT field. */
299 #define CCM_INTENCLR_ENDCRYPT_Msk (0x1UL << CCM_INTENCLR_ENDCRYPT_Pos) /*!< Bit mask of ENDCRYPT field. */
300 #define CCM_INTENCLR_ENDCRYPT_Disabled (0UL) /*!< Read: Disabled */
301 #define CCM_INTENCLR_ENDCRYPT_Enabled (1UL) /*!< Read: Enabled */
302 #define CCM_INTENCLR_ENDCRYPT_Clear (1UL) /*!< Disable */
303 
304 /* Bit 0 : Write '1' to disable interrupt for ENDKSGEN event */
305 #define CCM_INTENCLR_ENDKSGEN_Pos (0UL) /*!< Position of ENDKSGEN field. */
306 #define CCM_INTENCLR_ENDKSGEN_Msk (0x1UL << CCM_INTENCLR_ENDKSGEN_Pos) /*!< Bit mask of ENDKSGEN field. */
307 #define CCM_INTENCLR_ENDKSGEN_Disabled (0UL) /*!< Read: Disabled */
308 #define CCM_INTENCLR_ENDKSGEN_Enabled (1UL) /*!< Read: Enabled */
309 #define CCM_INTENCLR_ENDKSGEN_Clear (1UL) /*!< Disable */
310 
311 /* Register: CCM_MICSTATUS */
312 /* Description: MIC check result */
313 
314 /* Bit 0 : The result of the MIC check performed during the previous decryption operation */
315 #define CCM_MICSTATUS_MICSTATUS_Pos (0UL) /*!< Position of MICSTATUS field. */
316 #define CCM_MICSTATUS_MICSTATUS_Msk (0x1UL << CCM_MICSTATUS_MICSTATUS_Pos) /*!< Bit mask of MICSTATUS field. */
317 #define CCM_MICSTATUS_MICSTATUS_CheckFailed (0UL) /*!< MIC check failed */
318 #define CCM_MICSTATUS_MICSTATUS_CheckPassed (1UL) /*!< MIC check passed */
319 
320 /* Register: CCM_ENABLE */
321 /* Description: Enable */
322 
323 /* Bits 1..0 : Enable or disable CCM */
324 #define CCM_ENABLE_ENABLE_Pos (0UL) /*!< Position of ENABLE field. */
325 #define CCM_ENABLE_ENABLE_Msk (0x3UL << CCM_ENABLE_ENABLE_Pos) /*!< Bit mask of ENABLE field. */
326 #define CCM_ENABLE_ENABLE_Disabled (0UL) /*!< Disable */
327 #define CCM_ENABLE_ENABLE_Enabled (2UL) /*!< Enable */
328 
329 /* Register: CCM_MODE */
330 /* Description: Operation mode */
331 
332 /* Bit 24 : Packet length configuration */
333 #define CCM_MODE_LENGTH_Pos (24UL) /*!< Position of LENGTH field. */
334 #define CCM_MODE_LENGTH_Msk (0x1UL << CCM_MODE_LENGTH_Pos) /*!< Bit mask of LENGTH field. */
335 #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. */
336 #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. */
337 
338 /* Bits 17..16 : Radio data rate that the CCM shall run synchronous with */
339 #define CCM_MODE_DATARATE_Pos (16UL) /*!< Position of DATARATE field. */
340 #define CCM_MODE_DATARATE_Msk (0x3UL << CCM_MODE_DATARATE_Pos) /*!< Bit mask of DATARATE field. */
341 #define CCM_MODE_DATARATE_1Mbit (0UL) /*!< 1 Mbps */
342 #define CCM_MODE_DATARATE_2Mbit (1UL) /*!< 2 Mbps */
343 #define CCM_MODE_DATARATE_125Kbps (2UL) /*!< 125 Kbps */
344 #define CCM_MODE_DATARATE_500Kbps (3UL) /*!< 500 Kbps */
345 
346 /* Bit 0 : The mode of operation to be used. The settings in this register apply whenever either the KSGEN or CRYPT tasks are triggered. */
347 #define CCM_MODE_MODE_Pos (0UL) /*!< Position of MODE field. */
348 #define CCM_MODE_MODE_Msk (0x1UL << CCM_MODE_MODE_Pos) /*!< Bit mask of MODE field. */
349 #define CCM_MODE_MODE_Encryption (0UL) /*!< AES CCM packet encryption mode */
350 #define CCM_MODE_MODE_Decryption (1UL) /*!< AES CCM packet decryption mode */
351 
352 /* Register: CCM_CNFPTR */
353 /* Description: Pointer to data structure holding AES key and NONCE vector */
354 
355 /* Bits 31..0 : Pointer to the data structure holding the AES key and the CCM NONCE vector (see Table 1 CCM data structure overview) */
356 #define CCM_CNFPTR_CNFPTR_Pos (0UL) /*!< Position of CNFPTR field. */
357 #define CCM_CNFPTR_CNFPTR_Msk (0xFFFFFFFFUL << CCM_CNFPTR_CNFPTR_Pos) /*!< Bit mask of CNFPTR field. */
358 
359 /* Register: CCM_INPTR */
360 /* Description: Input pointer */
361 
362 /* Bits 31..0 : Input pointer */
363 #define CCM_INPTR_INPTR_Pos (0UL) /*!< Position of INPTR field. */
364 #define CCM_INPTR_INPTR_Msk (0xFFFFFFFFUL << CCM_INPTR_INPTR_Pos) /*!< Bit mask of INPTR field. */
365 
366 /* Register: CCM_OUTPTR */
367 /* Description: Output pointer */
368 
369 /* Bits 31..0 : Output pointer */
370 #define CCM_OUTPTR_OUTPTR_Pos (0UL) /*!< Position of OUTPTR field. */
371 #define CCM_OUTPTR_OUTPTR_Msk (0xFFFFFFFFUL << CCM_OUTPTR_OUTPTR_Pos) /*!< Bit mask of OUTPTR field. */
372 
373 /* Register: CCM_SCRATCHPTR */
374 /* Description: Pointer to data area used for temporary storage */
375 
376 /* Bits 31..0 : Pointer to a scratch data area used for temporary storage during key-stream generation,
377         MIC generation and encryption/decryption. */
378 #define CCM_SCRATCHPTR_SCRATCHPTR_Pos (0UL) /*!< Position of SCRATCHPTR field. */
379 #define CCM_SCRATCHPTR_SCRATCHPTR_Msk (0xFFFFFFFFUL << CCM_SCRATCHPTR_SCRATCHPTR_Pos) /*!< Bit mask of SCRATCHPTR field. */
380 
381 /* Register: CCM_MAXPACKETSIZE */
382 /* Description: Length of key-stream generated when MODE.LENGTH = Extended. */
383 
384 /* 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. */
385 #define CCM_MAXPACKETSIZE_MAXPACKETSIZE_Pos (0UL) /*!< Position of MAXPACKETSIZE field. */
386 #define CCM_MAXPACKETSIZE_MAXPACKETSIZE_Msk (0xFFUL << CCM_MAXPACKETSIZE_MAXPACKETSIZE_Pos) /*!< Bit mask of MAXPACKETSIZE field. */
387 
388 /* Register: CCM_RATEOVERRIDE */
389 /* Description: Data rate override setting. */
390 
391 /* Bits 1..0 : Data rate override setting. */
392 #define CCM_RATEOVERRIDE_RATEOVERRIDE_Pos (0UL) /*!< Position of RATEOVERRIDE field. */
393 #define CCM_RATEOVERRIDE_RATEOVERRIDE_Msk (0x3UL << CCM_RATEOVERRIDE_RATEOVERRIDE_Pos) /*!< Bit mask of RATEOVERRIDE field. */
394 #define CCM_RATEOVERRIDE_RATEOVERRIDE_1Mbit (0UL) /*!< 1 Mbps */
395 #define CCM_RATEOVERRIDE_RATEOVERRIDE_2Mbit (1UL) /*!< 2 Mbps */
396 #define CCM_RATEOVERRIDE_RATEOVERRIDE_125Kbps (2UL) /*!< 125 Kbps */
397 #define CCM_RATEOVERRIDE_RATEOVERRIDE_500Kbps (3UL) /*!< 500 Kbps */
398 
399 
400 /* Peripheral: CC_HOST_RGF */
401 /* Description: CRYPTOCELL HOST_RGF interface */
402 
403 /* Register: CC_HOST_RGF_HOST_CRYPTOKEY_SEL */
404 /* Description: AES hardware key select */
405 
406 /* Bits 1..0 : Select the source of the HW key that is used by the AES engine */
407 #define CC_HOST_RGF_HOST_CRYPTOKEY_SEL_HOST_CRYPTOKEY_SEL_Pos (0UL) /*!< Position of HOST_CRYPTOKEY_SEL field. */
408 #define CC_HOST_RGF_HOST_CRYPTOKEY_SEL_HOST_CRYPTOKEY_SEL_Msk (0x3UL << CC_HOST_RGF_HOST_CRYPTOKEY_SEL_HOST_CRYPTOKEY_SEL_Pos) /*!< Bit mask of HOST_CRYPTOKEY_SEL field. */
409 #define CC_HOST_RGF_HOST_CRYPTOKEY_SEL_HOST_CRYPTOKEY_SEL_K_DR (0UL) /*!< Use device root key K_DR from CRYPTOCELL AO power domain */
410 #define CC_HOST_RGF_HOST_CRYPTOKEY_SEL_HOST_CRYPTOKEY_SEL_K_PRTL (1UL) /*!< Use hard-coded RTL key K_PRTL */
411 #define CC_HOST_RGF_HOST_CRYPTOKEY_SEL_HOST_CRYPTOKEY_SEL_Session (2UL) /*!< Use provided session key */
412 
413 /* Register: CC_HOST_RGF_HOST_IOT_KPRTL_LOCK */
414 /* Description: This write-once register is the K_PRTL lock register. When this register is set, K_PRTL can not be used and a zeroed key will be used instead. The value of this register is saved in the CRYPTOCELL AO power domain. */
415 
416 /* Bit 0 : This register is the K_PRTL lock register. When this register is set, K_PRTL can not be used and a zeroed key will be used instead. The value of this register is saved in the CRYPTOCELL AO power domain. */
417 #define CC_HOST_RGF_HOST_IOT_KPRTL_LOCK_HOST_IOT_KPRTL_LOCK_Pos (0UL) /*!< Position of HOST_IOT_KPRTL_LOCK field. */
418 #define CC_HOST_RGF_HOST_IOT_KPRTL_LOCK_HOST_IOT_KPRTL_LOCK_Msk (0x1UL << CC_HOST_RGF_HOST_IOT_KPRTL_LOCK_HOST_IOT_KPRTL_LOCK_Pos) /*!< Bit mask of HOST_IOT_KPRTL_LOCK field. */
419 #define CC_HOST_RGF_HOST_IOT_KPRTL_LOCK_HOST_IOT_KPRTL_LOCK_Disabled (0UL) /*!< K_PRTL can be selected for use from register HOST_CRYPTOKEY_SEL */
420 #define CC_HOST_RGF_HOST_IOT_KPRTL_LOCK_HOST_IOT_KPRTL_LOCK_Enabled (1UL) /*!< K_PRTL has been locked until next power-on reset (POR). If K_PRTL is selected anyway, a zeroed key will be used instead. */
421 
422 /* Register: CC_HOST_RGF_HOST_IOT_KDR0 */
423 /* Description: This register holds bits 31:0 of K_DR. The value of this register is saved in the CRYPTOCELL AO power domain. Reading from this address returns the K_DR valid status indicating if K_DR is successfully retained. */
424 
425 /* Bits 31..0 : Write: K_DR bits 31:0 Read: 0x00000000 when 128-bit K_DR key value is not yet retained in the CRYPTOCELL AO power domain Read: 0x00000001 when 128-bit K_DR key value is successfully retained in the CRYPTOCELL AO power domain */
426 #define CC_HOST_RGF_HOST_IOT_KDR0_HOST_IOT_KDR0_Pos (0UL) /*!< Position of HOST_IOT_KDR0 field. */
427 #define CC_HOST_RGF_HOST_IOT_KDR0_HOST_IOT_KDR0_Msk (0xFFFFFFFFUL << CC_HOST_RGF_HOST_IOT_KDR0_HOST_IOT_KDR0_Pos) /*!< Bit mask of HOST_IOT_KDR0 field. */
428 
429 /* Register: CC_HOST_RGF_HOST_IOT_KDR1 */
430 /* Description: This register holds bits 63:32 of K_DR. The value of this register is saved in the CRYPTOCELL AO power domain. */
431 
432 /* Bits 31..0 : K_DR bits 63:32 */
433 #define CC_HOST_RGF_HOST_IOT_KDR1_HOST_IOT_KDR1_Pos (0UL) /*!< Position of HOST_IOT_KDR1 field. */
434 #define CC_HOST_RGF_HOST_IOT_KDR1_HOST_IOT_KDR1_Msk (0xFFFFFFFFUL << CC_HOST_RGF_HOST_IOT_KDR1_HOST_IOT_KDR1_Pos) /*!< Bit mask of HOST_IOT_KDR1 field. */
435 
436 /* Register: CC_HOST_RGF_HOST_IOT_KDR2 */
437 /* Description: This register holds bits 95:64 of K_DR. The value of this register is saved in the CRYPTOCELL AO power domain. */
438 
439 /* Bits 31..0 : K_DR bits 95:64 */
440 #define CC_HOST_RGF_HOST_IOT_KDR2_HOST_IOT_KDR2_Pos (0UL) /*!< Position of HOST_IOT_KDR2 field. */
441 #define CC_HOST_RGF_HOST_IOT_KDR2_HOST_IOT_KDR2_Msk (0xFFFFFFFFUL << CC_HOST_RGF_HOST_IOT_KDR2_HOST_IOT_KDR2_Pos) /*!< Bit mask of HOST_IOT_KDR2 field. */
442 
443 /* Register: CC_HOST_RGF_HOST_IOT_KDR3 */
444 /* Description: This register holds bits 127:96 of K_DR. The value of this register is saved in the CRYPTOCELL AO power domain. */
445 
446 /* Bits 31..0 : K_DR bits 127:96 */
447 #define CC_HOST_RGF_HOST_IOT_KDR3_HOST_IOT_KDR3_Pos (0UL) /*!< Position of HOST_IOT_KDR3 field. */
448 #define CC_HOST_RGF_HOST_IOT_KDR3_HOST_IOT_KDR3_Msk (0xFFFFFFFFUL << CC_HOST_RGF_HOST_IOT_KDR3_HOST_IOT_KDR3_Pos) /*!< Bit mask of HOST_IOT_KDR3 field. */
449 
450 /* Register: CC_HOST_RGF_HOST_IOT_LCS */
451 /* Description: Controls lifecycle state (LCS) for CRYPTOCELL subsystem */
452 
453 /* Bit 8 : This field is read-only and indicates if CRYPTOCELL LCS has been successfully configured since last reset */
454 #define CC_HOST_RGF_HOST_IOT_LCS_LCS_IS_VALID_Pos (8UL) /*!< Position of LCS_IS_VALID field. */
455 #define CC_HOST_RGF_HOST_IOT_LCS_LCS_IS_VALID_Msk (0x1UL << CC_HOST_RGF_HOST_IOT_LCS_LCS_IS_VALID_Pos) /*!< Bit mask of LCS_IS_VALID field. */
456 #define CC_HOST_RGF_HOST_IOT_LCS_LCS_IS_VALID_Invalid (0UL) /*!< A valid LCS is not yet retained in the CRYPTOCELL AO power domain */
457 #define CC_HOST_RGF_HOST_IOT_LCS_LCS_IS_VALID_Valid (1UL) /*!< A valid LCS is successfully retained in the CRYPTOCELL AO power domain */
458 
459 /* Bits 2..0 : Lifecycle state value. This field is write-once per reset. */
460 #define CC_HOST_RGF_HOST_IOT_LCS_LCS_Pos (0UL) /*!< Position of LCS field. */
461 #define CC_HOST_RGF_HOST_IOT_LCS_LCS_Msk (0x7UL << CC_HOST_RGF_HOST_IOT_LCS_LCS_Pos) /*!< Bit mask of LCS field. */
462 #define CC_HOST_RGF_HOST_IOT_LCS_LCS_Debug (0UL) /*!< CC310 operates in debug mode */
463 #define CC_HOST_RGF_HOST_IOT_LCS_LCS_Secure (2UL) /*!< CC310 operates in secure mode */
464 
465 
466 /* Peripheral: CLOCK */
467 /* Description: Clock control */
468 
469 /* Register: CLOCK_TASKS_HFCLKSTART */
470 /* Description: Start HFXO crystal oscillator */
471 
472 /* Bit 0 :   */
473 #define CLOCK_TASKS_HFCLKSTART_TASKS_HFCLKSTART_Pos (0UL) /*!< Position of TASKS_HFCLKSTART field. */
474 #define CLOCK_TASKS_HFCLKSTART_TASKS_HFCLKSTART_Msk (0x1UL << CLOCK_TASKS_HFCLKSTART_TASKS_HFCLKSTART_Pos) /*!< Bit mask of TASKS_HFCLKSTART field. */
475 
476 /* Register: CLOCK_TASKS_HFCLKSTOP */
477 /* Description: Stop HFXO crystal oscillator */
478 
479 /* Bit 0 :   */
480 #define CLOCK_TASKS_HFCLKSTOP_TASKS_HFCLKSTOP_Pos (0UL) /*!< Position of TASKS_HFCLKSTOP field. */
481 #define CLOCK_TASKS_HFCLKSTOP_TASKS_HFCLKSTOP_Msk (0x1UL << CLOCK_TASKS_HFCLKSTOP_TASKS_HFCLKSTOP_Pos) /*!< Bit mask of TASKS_HFCLKSTOP field. */
482 
483 /* Register: CLOCK_TASKS_LFCLKSTART */
484 /* Description: Start LFCLK */
485 
486 /* Bit 0 :   */
487 #define CLOCK_TASKS_LFCLKSTART_TASKS_LFCLKSTART_Pos (0UL) /*!< Position of TASKS_LFCLKSTART field. */
488 #define CLOCK_TASKS_LFCLKSTART_TASKS_LFCLKSTART_Msk (0x1UL << CLOCK_TASKS_LFCLKSTART_TASKS_LFCLKSTART_Pos) /*!< Bit mask of TASKS_LFCLKSTART field. */
489 
490 /* Register: CLOCK_TASKS_LFCLKSTOP */
491 /* Description: Stop LFCLK */
492 
493 /* Bit 0 :   */
494 #define CLOCK_TASKS_LFCLKSTOP_TASKS_LFCLKSTOP_Pos (0UL) /*!< Position of TASKS_LFCLKSTOP field. */
495 #define CLOCK_TASKS_LFCLKSTOP_TASKS_LFCLKSTOP_Msk (0x1UL << CLOCK_TASKS_LFCLKSTOP_TASKS_LFCLKSTOP_Pos) /*!< Bit mask of TASKS_LFCLKSTOP field. */
496 
497 /* Register: CLOCK_TASKS_CAL */
498 /* Description: Start calibration of LFRC */
499 
500 /* Bit 0 :   */
501 #define CLOCK_TASKS_CAL_TASKS_CAL_Pos (0UL) /*!< Position of TASKS_CAL field. */
502 #define CLOCK_TASKS_CAL_TASKS_CAL_Msk (0x1UL << CLOCK_TASKS_CAL_TASKS_CAL_Pos) /*!< Bit mask of TASKS_CAL field. */
503 
504 /* Register: CLOCK_TASKS_CTSTART */
505 /* Description: Start calibration timer */
506 
507 /* Bit 0 :   */
508 #define CLOCK_TASKS_CTSTART_TASKS_CTSTART_Pos (0UL) /*!< Position of TASKS_CTSTART field. */
509 #define CLOCK_TASKS_CTSTART_TASKS_CTSTART_Msk (0x1UL << CLOCK_TASKS_CTSTART_TASKS_CTSTART_Pos) /*!< Bit mask of TASKS_CTSTART field. */
510 
511 /* Register: CLOCK_TASKS_CTSTOP */
512 /* Description: Stop calibration timer */
513 
514 /* Bit 0 :   */
515 #define CLOCK_TASKS_CTSTOP_TASKS_CTSTOP_Pos (0UL) /*!< Position of TASKS_CTSTOP field. */
516 #define CLOCK_TASKS_CTSTOP_TASKS_CTSTOP_Msk (0x1UL << CLOCK_TASKS_CTSTOP_TASKS_CTSTOP_Pos) /*!< Bit mask of TASKS_CTSTOP field. */
517 
518 /* Register: CLOCK_EVENTS_HFCLKSTARTED */
519 /* Description: HFXO crystal oscillator started */
520 
521 /* Bit 0 :   */
522 #define CLOCK_EVENTS_HFCLKSTARTED_EVENTS_HFCLKSTARTED_Pos (0UL) /*!< Position of EVENTS_HFCLKSTARTED field. */
523 #define CLOCK_EVENTS_HFCLKSTARTED_EVENTS_HFCLKSTARTED_Msk (0x1UL << CLOCK_EVENTS_HFCLKSTARTED_EVENTS_HFCLKSTARTED_Pos) /*!< Bit mask of EVENTS_HFCLKSTARTED field. */
524 
525 /* Register: CLOCK_EVENTS_LFCLKSTARTED */
526 /* Description: LFCLK started */
527 
528 /* Bit 0 :   */
529 #define CLOCK_EVENTS_LFCLKSTARTED_EVENTS_LFCLKSTARTED_Pos (0UL) /*!< Position of EVENTS_LFCLKSTARTED field. */
530 #define CLOCK_EVENTS_LFCLKSTARTED_EVENTS_LFCLKSTARTED_Msk (0x1UL << CLOCK_EVENTS_LFCLKSTARTED_EVENTS_LFCLKSTARTED_Pos) /*!< Bit mask of EVENTS_LFCLKSTARTED field. */
531 
532 /* Register: CLOCK_EVENTS_DONE */
533 /* Description: Calibration of LFRC completed */
534 
535 /* Bit 0 :   */
536 #define CLOCK_EVENTS_DONE_EVENTS_DONE_Pos (0UL) /*!< Position of EVENTS_DONE field. */
537 #define CLOCK_EVENTS_DONE_EVENTS_DONE_Msk (0x1UL << CLOCK_EVENTS_DONE_EVENTS_DONE_Pos) /*!< Bit mask of EVENTS_DONE field. */
538 
539 /* Register: CLOCK_EVENTS_CTTO */
540 /* Description: Calibration timer timeout */
541 
542 /* Bit 0 :   */
543 #define CLOCK_EVENTS_CTTO_EVENTS_CTTO_Pos (0UL) /*!< Position of EVENTS_CTTO field. */
544 #define CLOCK_EVENTS_CTTO_EVENTS_CTTO_Msk (0x1UL << CLOCK_EVENTS_CTTO_EVENTS_CTTO_Pos) /*!< Bit mask of EVENTS_CTTO field. */
545 
546 /* Register: CLOCK_EVENTS_CTSTARTED */
547 /* Description: Calibration timer has been started and is ready to process new tasks */
548 
549 /* Bit 0 :   */
550 #define CLOCK_EVENTS_CTSTARTED_EVENTS_CTSTARTED_Pos (0UL) /*!< Position of EVENTS_CTSTARTED field. */
551 #define CLOCK_EVENTS_CTSTARTED_EVENTS_CTSTARTED_Msk (0x1UL << CLOCK_EVENTS_CTSTARTED_EVENTS_CTSTARTED_Pos) /*!< Bit mask of EVENTS_CTSTARTED field. */
552 
553 /* Register: CLOCK_EVENTS_CTSTOPPED */
554 /* Description: Calibration timer has been stopped and is ready to process new tasks */
555 
556 /* Bit 0 :   */
557 #define CLOCK_EVENTS_CTSTOPPED_EVENTS_CTSTOPPED_Pos (0UL) /*!< Position of EVENTS_CTSTOPPED field. */
558 #define CLOCK_EVENTS_CTSTOPPED_EVENTS_CTSTOPPED_Msk (0x1UL << CLOCK_EVENTS_CTSTOPPED_EVENTS_CTSTOPPED_Pos) /*!< Bit mask of EVENTS_CTSTOPPED field. */
559 
560 /* Register: CLOCK_INTENSET */
561 /* Description: Enable interrupt */
562 
563 /* Bit 11 : Write '1' to enable interrupt for CTSTOPPED event */
564 #define CLOCK_INTENSET_CTSTOPPED_Pos (11UL) /*!< Position of CTSTOPPED field. */
565 #define CLOCK_INTENSET_CTSTOPPED_Msk (0x1UL << CLOCK_INTENSET_CTSTOPPED_Pos) /*!< Bit mask of CTSTOPPED field. */
566 #define CLOCK_INTENSET_CTSTOPPED_Disabled (0UL) /*!< Read: Disabled */
567 #define CLOCK_INTENSET_CTSTOPPED_Enabled (1UL) /*!< Read: Enabled */
568 #define CLOCK_INTENSET_CTSTOPPED_Set (1UL) /*!< Enable */
569 
570 /* Bit 10 : Write '1' to enable interrupt for CTSTARTED event */
571 #define CLOCK_INTENSET_CTSTARTED_Pos (10UL) /*!< Position of CTSTARTED field. */
572 #define CLOCK_INTENSET_CTSTARTED_Msk (0x1UL << CLOCK_INTENSET_CTSTARTED_Pos) /*!< Bit mask of CTSTARTED field. */
573 #define CLOCK_INTENSET_CTSTARTED_Disabled (0UL) /*!< Read: Disabled */
574 #define CLOCK_INTENSET_CTSTARTED_Enabled (1UL) /*!< Read: Enabled */
575 #define CLOCK_INTENSET_CTSTARTED_Set (1UL) /*!< Enable */
576 
577 /* Bit 4 : Write '1' to enable interrupt for CTTO event */
578 #define CLOCK_INTENSET_CTTO_Pos (4UL) /*!< Position of CTTO field. */
579 #define CLOCK_INTENSET_CTTO_Msk (0x1UL << CLOCK_INTENSET_CTTO_Pos) /*!< Bit mask of CTTO field. */
580 #define CLOCK_INTENSET_CTTO_Disabled (0UL) /*!< Read: Disabled */
581 #define CLOCK_INTENSET_CTTO_Enabled (1UL) /*!< Read: Enabled */
582 #define CLOCK_INTENSET_CTTO_Set (1UL) /*!< Enable */
583 
584 /* Bit 3 : Write '1' to enable interrupt for DONE event */
585 #define CLOCK_INTENSET_DONE_Pos (3UL) /*!< Position of DONE field. */
586 #define CLOCK_INTENSET_DONE_Msk (0x1UL << CLOCK_INTENSET_DONE_Pos) /*!< Bit mask of DONE field. */
587 #define CLOCK_INTENSET_DONE_Disabled (0UL) /*!< Read: Disabled */
588 #define CLOCK_INTENSET_DONE_Enabled (1UL) /*!< Read: Enabled */
589 #define CLOCK_INTENSET_DONE_Set (1UL) /*!< Enable */
590 
591 /* Bit 1 : Write '1' to enable interrupt for LFCLKSTARTED event */
592 #define CLOCK_INTENSET_LFCLKSTARTED_Pos (1UL) /*!< Position of LFCLKSTARTED field. */
593 #define CLOCK_INTENSET_LFCLKSTARTED_Msk (0x1UL << CLOCK_INTENSET_LFCLKSTARTED_Pos) /*!< Bit mask of LFCLKSTARTED field. */
594 #define CLOCK_INTENSET_LFCLKSTARTED_Disabled (0UL) /*!< Read: Disabled */
595 #define CLOCK_INTENSET_LFCLKSTARTED_Enabled (1UL) /*!< Read: Enabled */
596 #define CLOCK_INTENSET_LFCLKSTARTED_Set (1UL) /*!< Enable */
597 
598 /* Bit 0 : Write '1' to enable interrupt for HFCLKSTARTED event */
599 #define CLOCK_INTENSET_HFCLKSTARTED_Pos (0UL) /*!< Position of HFCLKSTARTED field. */
600 #define CLOCK_INTENSET_HFCLKSTARTED_Msk (0x1UL << CLOCK_INTENSET_HFCLKSTARTED_Pos) /*!< Bit mask of HFCLKSTARTED field. */
601 #define CLOCK_INTENSET_HFCLKSTARTED_Disabled (0UL) /*!< Read: Disabled */
602 #define CLOCK_INTENSET_HFCLKSTARTED_Enabled (1UL) /*!< Read: Enabled */
603 #define CLOCK_INTENSET_HFCLKSTARTED_Set (1UL) /*!< Enable */
604 
605 /* Register: CLOCK_INTENCLR */
606 /* Description: Disable interrupt */
607 
608 /* Bit 11 : Write '1' to disable interrupt for CTSTOPPED event */
609 #define CLOCK_INTENCLR_CTSTOPPED_Pos (11UL) /*!< Position of CTSTOPPED field. */
610 #define CLOCK_INTENCLR_CTSTOPPED_Msk (0x1UL << CLOCK_INTENCLR_CTSTOPPED_Pos) /*!< Bit mask of CTSTOPPED field. */
611 #define CLOCK_INTENCLR_CTSTOPPED_Disabled (0UL) /*!< Read: Disabled */
612 #define CLOCK_INTENCLR_CTSTOPPED_Enabled (1UL) /*!< Read: Enabled */
613 #define CLOCK_INTENCLR_CTSTOPPED_Clear (1UL) /*!< Disable */
614 
615 /* Bit 10 : Write '1' to disable interrupt for CTSTARTED event */
616 #define CLOCK_INTENCLR_CTSTARTED_Pos (10UL) /*!< Position of CTSTARTED field. */
617 #define CLOCK_INTENCLR_CTSTARTED_Msk (0x1UL << CLOCK_INTENCLR_CTSTARTED_Pos) /*!< Bit mask of CTSTARTED field. */
618 #define CLOCK_INTENCLR_CTSTARTED_Disabled (0UL) /*!< Read: Disabled */
619 #define CLOCK_INTENCLR_CTSTARTED_Enabled (1UL) /*!< Read: Enabled */
620 #define CLOCK_INTENCLR_CTSTARTED_Clear (1UL) /*!< Disable */
621 
622 /* Bit 4 : Write '1' to disable interrupt for CTTO event */
623 #define CLOCK_INTENCLR_CTTO_Pos (4UL) /*!< Position of CTTO field. */
624 #define CLOCK_INTENCLR_CTTO_Msk (0x1UL << CLOCK_INTENCLR_CTTO_Pos) /*!< Bit mask of CTTO field. */
625 #define CLOCK_INTENCLR_CTTO_Disabled (0UL) /*!< Read: Disabled */
626 #define CLOCK_INTENCLR_CTTO_Enabled (1UL) /*!< Read: Enabled */
627 #define CLOCK_INTENCLR_CTTO_Clear (1UL) /*!< Disable */
628 
629 /* Bit 3 : Write '1' to disable interrupt for DONE event */
630 #define CLOCK_INTENCLR_DONE_Pos (3UL) /*!< Position of DONE field. */
631 #define CLOCK_INTENCLR_DONE_Msk (0x1UL << CLOCK_INTENCLR_DONE_Pos) /*!< Bit mask of DONE field. */
632 #define CLOCK_INTENCLR_DONE_Disabled (0UL) /*!< Read: Disabled */
633 #define CLOCK_INTENCLR_DONE_Enabled (1UL) /*!< Read: Enabled */
634 #define CLOCK_INTENCLR_DONE_Clear (1UL) /*!< Disable */
635 
636 /* Bit 1 : Write '1' to disable interrupt for LFCLKSTARTED event */
637 #define CLOCK_INTENCLR_LFCLKSTARTED_Pos (1UL) /*!< Position of LFCLKSTARTED field. */
638 #define CLOCK_INTENCLR_LFCLKSTARTED_Msk (0x1UL << CLOCK_INTENCLR_LFCLKSTARTED_Pos) /*!< Bit mask of LFCLKSTARTED field. */
639 #define CLOCK_INTENCLR_LFCLKSTARTED_Disabled (0UL) /*!< Read: Disabled */
640 #define CLOCK_INTENCLR_LFCLKSTARTED_Enabled (1UL) /*!< Read: Enabled */
641 #define CLOCK_INTENCLR_LFCLKSTARTED_Clear (1UL) /*!< Disable */
642 
643 /* Bit 0 : Write '1' to disable interrupt for HFCLKSTARTED event */
644 #define CLOCK_INTENCLR_HFCLKSTARTED_Pos (0UL) /*!< Position of HFCLKSTARTED field. */
645 #define CLOCK_INTENCLR_HFCLKSTARTED_Msk (0x1UL << CLOCK_INTENCLR_HFCLKSTARTED_Pos) /*!< Bit mask of HFCLKSTARTED field. */
646 #define CLOCK_INTENCLR_HFCLKSTARTED_Disabled (0UL) /*!< Read: Disabled */
647 #define CLOCK_INTENCLR_HFCLKSTARTED_Enabled (1UL) /*!< Read: Enabled */
648 #define CLOCK_INTENCLR_HFCLKSTARTED_Clear (1UL) /*!< Disable */
649 
650 /* Register: CLOCK_HFCLKRUN */
651 /* Description: Status indicating that HFCLKSTART task has been triggered */
652 
653 /* Bit 0 : HFCLKSTART task triggered or not */
654 #define CLOCK_HFCLKRUN_STATUS_Pos (0UL) /*!< Position of STATUS field. */
655 #define CLOCK_HFCLKRUN_STATUS_Msk (0x1UL << CLOCK_HFCLKRUN_STATUS_Pos) /*!< Bit mask of STATUS field. */
656 #define CLOCK_HFCLKRUN_STATUS_NotTriggered (0UL) /*!< Task not triggered */
657 #define CLOCK_HFCLKRUN_STATUS_Triggered (1UL) /*!< Task triggered */
658 
659 /* Register: CLOCK_HFCLKSTAT */
660 /* Description: HFCLK status */
661 
662 /* Bit 16 : HFCLK state */
663 #define CLOCK_HFCLKSTAT_STATE_Pos (16UL) /*!< Position of STATE field. */
664 #define CLOCK_HFCLKSTAT_STATE_Msk (0x1UL << CLOCK_HFCLKSTAT_STATE_Pos) /*!< Bit mask of STATE field. */
665 #define CLOCK_HFCLKSTAT_STATE_NotRunning (0UL) /*!< HFCLK not running */
666 #define CLOCK_HFCLKSTAT_STATE_Running (1UL) /*!< HFCLK running */
667 
668 /* Bit 0 : Source of HFCLK */
669 #define CLOCK_HFCLKSTAT_SRC_Pos (0UL) /*!< Position of SRC field. */
670 #define CLOCK_HFCLKSTAT_SRC_Msk (0x1UL << CLOCK_HFCLKSTAT_SRC_Pos) /*!< Bit mask of SRC field. */
671 #define CLOCK_HFCLKSTAT_SRC_RC (0UL) /*!< 64 MHz internal oscillator (HFINT) */
672 #define CLOCK_HFCLKSTAT_SRC_Xtal (1UL) /*!< 64 MHz crystal oscillator (HFXO) */
673 
674 /* Register: CLOCK_LFCLKRUN */
675 /* Description: Status indicating that LFCLKSTART task has been triggered */
676 
677 /* Bit 0 : LFCLKSTART task triggered or not */
678 #define CLOCK_LFCLKRUN_STATUS_Pos (0UL) /*!< Position of STATUS field. */
679 #define CLOCK_LFCLKRUN_STATUS_Msk (0x1UL << CLOCK_LFCLKRUN_STATUS_Pos) /*!< Bit mask of STATUS field. */
680 #define CLOCK_LFCLKRUN_STATUS_NotTriggered (0UL) /*!< Task not triggered */
681 #define CLOCK_LFCLKRUN_STATUS_Triggered (1UL) /*!< Task triggered */
682 
683 /* Register: CLOCK_LFCLKSTAT */
684 /* Description: LFCLK status */
685 
686 /* Bit 16 : LFCLK state */
687 #define CLOCK_LFCLKSTAT_STATE_Pos (16UL) /*!< Position of STATE field. */
688 #define CLOCK_LFCLKSTAT_STATE_Msk (0x1UL << CLOCK_LFCLKSTAT_STATE_Pos) /*!< Bit mask of STATE field. */
689 #define CLOCK_LFCLKSTAT_STATE_NotRunning (0UL) /*!< LFCLK not running */
690 #define CLOCK_LFCLKSTAT_STATE_Running (1UL) /*!< LFCLK running */
691 
692 /* Bits 1..0 : Source of LFCLK */
693 #define CLOCK_LFCLKSTAT_SRC_Pos (0UL) /*!< Position of SRC field. */
694 #define CLOCK_LFCLKSTAT_SRC_Msk (0x3UL << CLOCK_LFCLKSTAT_SRC_Pos) /*!< Bit mask of SRC field. */
695 #define CLOCK_LFCLKSTAT_SRC_RC (0UL) /*!< 32.768 kHz RC oscillator (LFRC) */
696 #define CLOCK_LFCLKSTAT_SRC_Xtal (1UL) /*!< 32.768 kHz crystal oscillator (LFXO) */
697 #define CLOCK_LFCLKSTAT_SRC_Synth (2UL) /*!< 32.768 kHz synthesized from HFCLK (LFSYNT) */
698 
699 /* Register: CLOCK_LFCLKSRCCOPY */
700 /* Description: Copy of LFCLKSRC register, set when LFCLKSTART task was triggered */
701 
702 /* Bits 1..0 : Clock source */
703 #define CLOCK_LFCLKSRCCOPY_SRC_Pos (0UL) /*!< Position of SRC field. */
704 #define CLOCK_LFCLKSRCCOPY_SRC_Msk (0x3UL << CLOCK_LFCLKSRCCOPY_SRC_Pos) /*!< Bit mask of SRC field. */
705 #define CLOCK_LFCLKSRCCOPY_SRC_RC (0UL) /*!< 32.768 kHz RC oscillator (LFRC) */
706 #define CLOCK_LFCLKSRCCOPY_SRC_Xtal (1UL) /*!< 32.768 kHz crystal oscillator (LFXO) */
707 #define CLOCK_LFCLKSRCCOPY_SRC_Synth (2UL) /*!< 32.768 kHz synthesized from HFCLK (LFSYNT) */
708 
709 /* Register: CLOCK_LFCLKSRC */
710 /* Description: Clock source for the LFCLK */
711 
712 /* Bit 17 : Enable or disable external source for LFCLK */
713 #define CLOCK_LFCLKSRC_EXTERNAL_Pos (17UL) /*!< Position of EXTERNAL field. */
714 #define CLOCK_LFCLKSRC_EXTERNAL_Msk (0x1UL << CLOCK_LFCLKSRC_EXTERNAL_Pos) /*!< Bit mask of EXTERNAL field. */
715 #define CLOCK_LFCLKSRC_EXTERNAL_Disabled (0UL) /*!< Disable external source (use with Xtal) */
716 #define CLOCK_LFCLKSRC_EXTERNAL_Enabled (1UL) /*!< Enable use of external source instead of Xtal (SRC needs to be set to Xtal) */
717 
718 /* Bit 16 : Enable or disable bypass of LFCLK crystal oscillator with external clock source */
719 #define CLOCK_LFCLKSRC_BYPASS_Pos (16UL) /*!< Position of BYPASS field. */
720 #define CLOCK_LFCLKSRC_BYPASS_Msk (0x1UL << CLOCK_LFCLKSRC_BYPASS_Pos) /*!< Bit mask of BYPASS field. */
721 #define CLOCK_LFCLKSRC_BYPASS_Disabled (0UL) /*!< Disable (use with Xtal or low-swing external source) */
722 #define CLOCK_LFCLKSRC_BYPASS_Enabled (1UL) /*!< Enable (use with rail-to-rail external source) */
723 
724 /* Bits 1..0 : Clock source */
725 #define CLOCK_LFCLKSRC_SRC_Pos (0UL) /*!< Position of SRC field. */
726 #define CLOCK_LFCLKSRC_SRC_Msk (0x3UL << CLOCK_LFCLKSRC_SRC_Pos) /*!< Bit mask of SRC field. */
727 #define CLOCK_LFCLKSRC_SRC_RC (0UL) /*!< 32.768 kHz RC oscillator (LFRC) */
728 #define CLOCK_LFCLKSRC_SRC_Xtal (1UL) /*!< 32.768 kHz crystal oscillator (LFXO) */
729 #define CLOCK_LFCLKSRC_SRC_Synth (2UL) /*!< 32.768 kHz synthesized from HFCLK (LFSYNT) */
730 
731 /* Register: CLOCK_HFXODEBOUNCE */
732 /* Description: HFXO debounce time. The HFXO is started by triggering the TASKS_HFCLKSTART task. */
733 
734 /* Bits 7..0 : HFXO debounce time. Debounce time = HFXODEBOUNCE * 16 us. */
735 #define CLOCK_HFXODEBOUNCE_HFXODEBOUNCE_Pos (0UL) /*!< Position of HFXODEBOUNCE field. */
736 #define CLOCK_HFXODEBOUNCE_HFXODEBOUNCE_Msk (0xFFUL << CLOCK_HFXODEBOUNCE_HFXODEBOUNCE_Pos) /*!< Bit mask of HFXODEBOUNCE field. */
737 #define CLOCK_HFXODEBOUNCE_HFXODEBOUNCE_Db256us (0x10UL) /*!< 256 us debounce time. Recommended for TSX-3225, FA-20H and FA-128 crystals. */
738 #define CLOCK_HFXODEBOUNCE_HFXODEBOUNCE_Db1024us (0x40UL) /*!< 1024 us debounce time. Recommended for NX1612AA and NX1210AB crystals. */
739 
740 /* Register: CLOCK_CTIV */
741 /* Description: Calibration timer interval */
742 
743 /* Bits 6..0 : Calibration timer interval in multiple of 0.25 seconds. Range: 0.25 seconds to 31.75 seconds. */
744 #define CLOCK_CTIV_CTIV_Pos (0UL) /*!< Position of CTIV field. */
745 #define CLOCK_CTIV_CTIV_Msk (0x7FUL << CLOCK_CTIV_CTIV_Pos) /*!< Bit mask of CTIV field. */
746 
747 /* Register: CLOCK_TRACECONFIG */
748 /* Description: Clocking options for the trace port debug interface */
749 
750 /* Bits 17..16 : Pin multiplexing of trace signals. See pin assignment chapter for more details. */
751 #define CLOCK_TRACECONFIG_TRACEMUX_Pos (16UL) /*!< Position of TRACEMUX field. */
752 #define CLOCK_TRACECONFIG_TRACEMUX_Msk (0x3UL << CLOCK_TRACECONFIG_TRACEMUX_Pos) /*!< Bit mask of TRACEMUX field. */
753 #define CLOCK_TRACECONFIG_TRACEMUX_GPIO (0UL) /*!< No trace signals routed to pins. All pins can be used as regular GPIOs. */
754 #define CLOCK_TRACECONFIG_TRACEMUX_Serial (1UL) /*!< SWO trace signal routed to pin. Remaining pins can be used as regular GPIOs. */
755 #define CLOCK_TRACECONFIG_TRACEMUX_Parallel (2UL) /*!< All trace signals (TRACECLK and TRACEDATA[n]) routed to pins. */
756 
757 /* Bits 1..0 : Speed of trace port clock. Note that the TRACECLK pin will output this clock divided by two. */
758 #define CLOCK_TRACECONFIG_TRACEPORTSPEED_Pos (0UL) /*!< Position of TRACEPORTSPEED field. */
759 #define CLOCK_TRACECONFIG_TRACEPORTSPEED_Msk (0x3UL << CLOCK_TRACECONFIG_TRACEPORTSPEED_Pos) /*!< Bit mask of TRACEPORTSPEED field. */
760 #define CLOCK_TRACECONFIG_TRACEPORTSPEED_32MHz (0UL) /*!< 32 MHz trace port clock (TRACECLK = 16 MHz) */
761 #define CLOCK_TRACECONFIG_TRACEPORTSPEED_16MHz (1UL) /*!< 16 MHz trace port clock (TRACECLK = 8 MHz) */
762 #define CLOCK_TRACECONFIG_TRACEPORTSPEED_8MHz (2UL) /*!< 8 MHz trace port clock (TRACECLK = 4 MHz) */
763 #define CLOCK_TRACECONFIG_TRACEPORTSPEED_4MHz (3UL) /*!< 4 MHz trace port clock (TRACECLK = 2 MHz) */
764 
765 /* Register: CLOCK_LFRCMODE */
766 /* Description: LFRC mode configuration */
767 
768 /* Bit 16 : Active LFRC mode. This field is read only. */
769 #define CLOCK_LFRCMODE_STATUS_Pos (16UL) /*!< Position of STATUS field. */
770 #define CLOCK_LFRCMODE_STATUS_Msk (0x1UL << CLOCK_LFRCMODE_STATUS_Pos) /*!< Bit mask of STATUS field. */
771 #define CLOCK_LFRCMODE_STATUS_Normal (0UL) /*!< Normal mode */
772 #define CLOCK_LFRCMODE_STATUS_ULP (1UL) /*!< Ultra-low power mode (ULP) */
773 
774 /* Bit 0 : Set LFRC mode */
775 #define CLOCK_LFRCMODE_MODE_Pos (0UL) /*!< Position of MODE field. */
776 #define CLOCK_LFRCMODE_MODE_Msk (0x1UL << CLOCK_LFRCMODE_MODE_Pos) /*!< Bit mask of MODE field. */
777 #define CLOCK_LFRCMODE_MODE_Normal (0UL) /*!< Normal mode */
778 #define CLOCK_LFRCMODE_MODE_ULP (1UL) /*!< Ultra-low power mode (ULP) */
779 
780 
781 /* Peripheral: COMP */
782 /* Description: Comparator */
783 
784 /* Register: COMP_TASKS_START */
785 /* Description: Start comparator */
786 
787 /* Bit 0 :   */
788 #define COMP_TASKS_START_TASKS_START_Pos (0UL) /*!< Position of TASKS_START field. */
789 #define COMP_TASKS_START_TASKS_START_Msk (0x1UL << COMP_TASKS_START_TASKS_START_Pos) /*!< Bit mask of TASKS_START field. */
790 
791 /* Register: COMP_TASKS_STOP */
792 /* Description: Stop comparator */
793 
794 /* Bit 0 :   */
795 #define COMP_TASKS_STOP_TASKS_STOP_Pos (0UL) /*!< Position of TASKS_STOP field. */
796 #define COMP_TASKS_STOP_TASKS_STOP_Msk (0x1UL << COMP_TASKS_STOP_TASKS_STOP_Pos) /*!< Bit mask of TASKS_STOP field. */
797 
798 /* Register: COMP_TASKS_SAMPLE */
799 /* Description: Sample comparator value */
800 
801 /* Bit 0 :   */
802 #define COMP_TASKS_SAMPLE_TASKS_SAMPLE_Pos (0UL) /*!< Position of TASKS_SAMPLE field. */
803 #define COMP_TASKS_SAMPLE_TASKS_SAMPLE_Msk (0x1UL << COMP_TASKS_SAMPLE_TASKS_SAMPLE_Pos) /*!< Bit mask of TASKS_SAMPLE field. */
804 
805 /* Register: COMP_EVENTS_READY */
806 /* Description: COMP is ready and output is valid */
807 
808 /* Bit 0 :   */
809 #define COMP_EVENTS_READY_EVENTS_READY_Pos (0UL) /*!< Position of EVENTS_READY field. */
810 #define COMP_EVENTS_READY_EVENTS_READY_Msk (0x1UL << COMP_EVENTS_READY_EVENTS_READY_Pos) /*!< Bit mask of EVENTS_READY field. */
811 
812 /* Register: COMP_EVENTS_DOWN */
813 /* Description: Downward crossing */
814 
815 /* Bit 0 :   */
816 #define COMP_EVENTS_DOWN_EVENTS_DOWN_Pos (0UL) /*!< Position of EVENTS_DOWN field. */
817 #define COMP_EVENTS_DOWN_EVENTS_DOWN_Msk (0x1UL << COMP_EVENTS_DOWN_EVENTS_DOWN_Pos) /*!< Bit mask of EVENTS_DOWN field. */
818 
819 /* Register: COMP_EVENTS_UP */
820 /* Description: Upward crossing */
821 
822 /* Bit 0 :   */
823 #define COMP_EVENTS_UP_EVENTS_UP_Pos (0UL) /*!< Position of EVENTS_UP field. */
824 #define COMP_EVENTS_UP_EVENTS_UP_Msk (0x1UL << COMP_EVENTS_UP_EVENTS_UP_Pos) /*!< Bit mask of EVENTS_UP field. */
825 
826 /* Register: COMP_EVENTS_CROSS */
827 /* Description: Downward or upward crossing */
828 
829 /* Bit 0 :   */
830 #define COMP_EVENTS_CROSS_EVENTS_CROSS_Pos (0UL) /*!< Position of EVENTS_CROSS field. */
831 #define COMP_EVENTS_CROSS_EVENTS_CROSS_Msk (0x1UL << COMP_EVENTS_CROSS_EVENTS_CROSS_Pos) /*!< Bit mask of EVENTS_CROSS field. */
832 
833 /* Register: COMP_SHORTS */
834 /* Description: Shortcut register */
835 
836 /* Bit 4 : Shortcut between CROSS event and STOP task */
837 #define COMP_SHORTS_CROSS_STOP_Pos (4UL) /*!< Position of CROSS_STOP field. */
838 #define COMP_SHORTS_CROSS_STOP_Msk (0x1UL << COMP_SHORTS_CROSS_STOP_Pos) /*!< Bit mask of CROSS_STOP field. */
839 #define COMP_SHORTS_CROSS_STOP_Disabled (0UL) /*!< Disable shortcut */
840 #define COMP_SHORTS_CROSS_STOP_Enabled (1UL) /*!< Enable shortcut */
841 
842 /* Bit 3 : Shortcut between UP event and STOP task */
843 #define COMP_SHORTS_UP_STOP_Pos (3UL) /*!< Position of UP_STOP field. */
844 #define COMP_SHORTS_UP_STOP_Msk (0x1UL << COMP_SHORTS_UP_STOP_Pos) /*!< Bit mask of UP_STOP field. */
845 #define COMP_SHORTS_UP_STOP_Disabled (0UL) /*!< Disable shortcut */
846 #define COMP_SHORTS_UP_STOP_Enabled (1UL) /*!< Enable shortcut */
847 
848 /* Bit 2 : Shortcut between DOWN event and STOP task */
849 #define COMP_SHORTS_DOWN_STOP_Pos (2UL) /*!< Position of DOWN_STOP field. */
850 #define COMP_SHORTS_DOWN_STOP_Msk (0x1UL << COMP_SHORTS_DOWN_STOP_Pos) /*!< Bit mask of DOWN_STOP field. */
851 #define COMP_SHORTS_DOWN_STOP_Disabled (0UL) /*!< Disable shortcut */
852 #define COMP_SHORTS_DOWN_STOP_Enabled (1UL) /*!< Enable shortcut */
853 
854 /* Bit 1 : Shortcut between READY event and STOP task */
855 #define COMP_SHORTS_READY_STOP_Pos (1UL) /*!< Position of READY_STOP field. */
856 #define COMP_SHORTS_READY_STOP_Msk (0x1UL << COMP_SHORTS_READY_STOP_Pos) /*!< Bit mask of READY_STOP field. */
857 #define COMP_SHORTS_READY_STOP_Disabled (0UL) /*!< Disable shortcut */
858 #define COMP_SHORTS_READY_STOP_Enabled (1UL) /*!< Enable shortcut */
859 
860 /* Bit 0 : Shortcut between READY event and SAMPLE task */
861 #define COMP_SHORTS_READY_SAMPLE_Pos (0UL) /*!< Position of READY_SAMPLE field. */
862 #define COMP_SHORTS_READY_SAMPLE_Msk (0x1UL << COMP_SHORTS_READY_SAMPLE_Pos) /*!< Bit mask of READY_SAMPLE field. */
863 #define COMP_SHORTS_READY_SAMPLE_Disabled (0UL) /*!< Disable shortcut */
864 #define COMP_SHORTS_READY_SAMPLE_Enabled (1UL) /*!< Enable shortcut */
865 
866 /* Register: COMP_INTEN */
867 /* Description: Enable or disable interrupt */
868 
869 /* Bit 3 : Enable or disable interrupt for CROSS event */
870 #define COMP_INTEN_CROSS_Pos (3UL) /*!< Position of CROSS field. */
871 #define COMP_INTEN_CROSS_Msk (0x1UL << COMP_INTEN_CROSS_Pos) /*!< Bit mask of CROSS field. */
872 #define COMP_INTEN_CROSS_Disabled (0UL) /*!< Disable */
873 #define COMP_INTEN_CROSS_Enabled (1UL) /*!< Enable */
874 
875 /* Bit 2 : Enable or disable interrupt for UP event */
876 #define COMP_INTEN_UP_Pos (2UL) /*!< Position of UP field. */
877 #define COMP_INTEN_UP_Msk (0x1UL << COMP_INTEN_UP_Pos) /*!< Bit mask of UP field. */
878 #define COMP_INTEN_UP_Disabled (0UL) /*!< Disable */
879 #define COMP_INTEN_UP_Enabled (1UL) /*!< Enable */
880 
881 /* Bit 1 : Enable or disable interrupt for DOWN event */
882 #define COMP_INTEN_DOWN_Pos (1UL) /*!< Position of DOWN field. */
883 #define COMP_INTEN_DOWN_Msk (0x1UL << COMP_INTEN_DOWN_Pos) /*!< Bit mask of DOWN field. */
884 #define COMP_INTEN_DOWN_Disabled (0UL) /*!< Disable */
885 #define COMP_INTEN_DOWN_Enabled (1UL) /*!< Enable */
886 
887 /* Bit 0 : Enable or disable interrupt for READY event */
888 #define COMP_INTEN_READY_Pos (0UL) /*!< Position of READY field. */
889 #define COMP_INTEN_READY_Msk (0x1UL << COMP_INTEN_READY_Pos) /*!< Bit mask of READY field. */
890 #define COMP_INTEN_READY_Disabled (0UL) /*!< Disable */
891 #define COMP_INTEN_READY_Enabled (1UL) /*!< Enable */
892 
893 /* Register: COMP_INTENSET */
894 /* Description: Enable interrupt */
895 
896 /* Bit 3 : Write '1' to enable interrupt for CROSS event */
897 #define COMP_INTENSET_CROSS_Pos (3UL) /*!< Position of CROSS field. */
898 #define COMP_INTENSET_CROSS_Msk (0x1UL << COMP_INTENSET_CROSS_Pos) /*!< Bit mask of CROSS field. */
899 #define COMP_INTENSET_CROSS_Disabled (0UL) /*!< Read: Disabled */
900 #define COMP_INTENSET_CROSS_Enabled (1UL) /*!< Read: Enabled */
901 #define COMP_INTENSET_CROSS_Set (1UL) /*!< Enable */
902 
903 /* Bit 2 : Write '1' to enable interrupt for UP event */
904 #define COMP_INTENSET_UP_Pos (2UL) /*!< Position of UP field. */
905 #define COMP_INTENSET_UP_Msk (0x1UL << COMP_INTENSET_UP_Pos) /*!< Bit mask of UP field. */
906 #define COMP_INTENSET_UP_Disabled (0UL) /*!< Read: Disabled */
907 #define COMP_INTENSET_UP_Enabled (1UL) /*!< Read: Enabled */
908 #define COMP_INTENSET_UP_Set (1UL) /*!< Enable */
909 
910 /* Bit 1 : Write '1' to enable interrupt for DOWN event */
911 #define COMP_INTENSET_DOWN_Pos (1UL) /*!< Position of DOWN field. */
912 #define COMP_INTENSET_DOWN_Msk (0x1UL << COMP_INTENSET_DOWN_Pos) /*!< Bit mask of DOWN field. */
913 #define COMP_INTENSET_DOWN_Disabled (0UL) /*!< Read: Disabled */
914 #define COMP_INTENSET_DOWN_Enabled (1UL) /*!< Read: Enabled */
915 #define COMP_INTENSET_DOWN_Set (1UL) /*!< Enable */
916 
917 /* Bit 0 : Write '1' to enable interrupt for READY event */
918 #define COMP_INTENSET_READY_Pos (0UL) /*!< Position of READY field. */
919 #define COMP_INTENSET_READY_Msk (0x1UL << COMP_INTENSET_READY_Pos) /*!< Bit mask of READY field. */
920 #define COMP_INTENSET_READY_Disabled (0UL) /*!< Read: Disabled */
921 #define COMP_INTENSET_READY_Enabled (1UL) /*!< Read: Enabled */
922 #define COMP_INTENSET_READY_Set (1UL) /*!< Enable */
923 
924 /* Register: COMP_INTENCLR */
925 /* Description: Disable interrupt */
926 
927 /* Bit 3 : Write '1' to disable interrupt for CROSS event */
928 #define COMP_INTENCLR_CROSS_Pos (3UL) /*!< Position of CROSS field. */
929 #define COMP_INTENCLR_CROSS_Msk (0x1UL << COMP_INTENCLR_CROSS_Pos) /*!< Bit mask of CROSS field. */
930 #define COMP_INTENCLR_CROSS_Disabled (0UL) /*!< Read: Disabled */
931 #define COMP_INTENCLR_CROSS_Enabled (1UL) /*!< Read: Enabled */
932 #define COMP_INTENCLR_CROSS_Clear (1UL) /*!< Disable */
933 
934 /* Bit 2 : Write '1' to disable interrupt for UP event */
935 #define COMP_INTENCLR_UP_Pos (2UL) /*!< Position of UP field. */
936 #define COMP_INTENCLR_UP_Msk (0x1UL << COMP_INTENCLR_UP_Pos) /*!< Bit mask of UP field. */
937 #define COMP_INTENCLR_UP_Disabled (0UL) /*!< Read: Disabled */
938 #define COMP_INTENCLR_UP_Enabled (1UL) /*!< Read: Enabled */
939 #define COMP_INTENCLR_UP_Clear (1UL) /*!< Disable */
940 
941 /* Bit 1 : Write '1' to disable interrupt for DOWN event */
942 #define COMP_INTENCLR_DOWN_Pos (1UL) /*!< Position of DOWN field. */
943 #define COMP_INTENCLR_DOWN_Msk (0x1UL << COMP_INTENCLR_DOWN_Pos) /*!< Bit mask of DOWN field. */
944 #define COMP_INTENCLR_DOWN_Disabled (0UL) /*!< Read: Disabled */
945 #define COMP_INTENCLR_DOWN_Enabled (1UL) /*!< Read: Enabled */
946 #define COMP_INTENCLR_DOWN_Clear (1UL) /*!< Disable */
947 
948 /* Bit 0 : Write '1' to disable interrupt for READY event */
949 #define COMP_INTENCLR_READY_Pos (0UL) /*!< Position of READY field. */
950 #define COMP_INTENCLR_READY_Msk (0x1UL << COMP_INTENCLR_READY_Pos) /*!< Bit mask of READY field. */
951 #define COMP_INTENCLR_READY_Disabled (0UL) /*!< Read: Disabled */
952 #define COMP_INTENCLR_READY_Enabled (1UL) /*!< Read: Enabled */
953 #define COMP_INTENCLR_READY_Clear (1UL) /*!< Disable */
954 
955 /* Register: COMP_RESULT */
956 /* Description: Compare result */
957 
958 /* Bit 0 : Result of last compare. Decision point SAMPLE task. */
959 #define COMP_RESULT_RESULT_Pos (0UL) /*!< Position of RESULT field. */
960 #define COMP_RESULT_RESULT_Msk (0x1UL << COMP_RESULT_RESULT_Pos) /*!< Bit mask of RESULT field. */
961 #define COMP_RESULT_RESULT_Below (0UL) /*!< Input voltage is below the threshold (VIN+ &lt; VIN-) */
962 #define COMP_RESULT_RESULT_Above (1UL) /*!< Input voltage is above the threshold (VIN+ &gt; VIN-) */
963 
964 /* Register: COMP_ENABLE */
965 /* Description: COMP enable */
966 
967 /* Bits 1..0 : Enable or disable COMP */
968 #define COMP_ENABLE_ENABLE_Pos (0UL) /*!< Position of ENABLE field. */
969 #define COMP_ENABLE_ENABLE_Msk (0x3UL << COMP_ENABLE_ENABLE_Pos) /*!< Bit mask of ENABLE field. */
970 #define COMP_ENABLE_ENABLE_Disabled (0UL) /*!< Disable */
971 #define COMP_ENABLE_ENABLE_Enabled (2UL) /*!< Enable */
972 
973 /* Register: COMP_PSEL */
974 /* Description: Pin select */
975 
976 /* Bits 2..0 : Analog pin select */
977 #define COMP_PSEL_PSEL_Pos (0UL) /*!< Position of PSEL field. */
978 #define COMP_PSEL_PSEL_Msk (0x7UL << COMP_PSEL_PSEL_Pos) /*!< Bit mask of PSEL field. */
979 #define COMP_PSEL_PSEL_AnalogInput0 (0UL) /*!< AIN0 selected as analog input */
980 #define COMP_PSEL_PSEL_AnalogInput1 (1UL) /*!< AIN1 selected as analog input */
981 #define COMP_PSEL_PSEL_AnalogInput2 (2UL) /*!< AIN2 selected as analog input */
982 #define COMP_PSEL_PSEL_AnalogInput3 (3UL) /*!< AIN3 selected as analog input */
983 #define COMP_PSEL_PSEL_AnalogInput4 (4UL) /*!< AIN4 selected as analog input */
984 #define COMP_PSEL_PSEL_AnalogInput5 (5UL) /*!< AIN5 selected as analog input */
985 #define COMP_PSEL_PSEL_AnalogInput6 (6UL) /*!< AIN6 selected as analog input */
986 #define COMP_PSEL_PSEL_AnalogInput7 (7UL) /*!< AIN7 selected as analog input */
987 
988 /* Register: COMP_REFSEL */
989 /* Description: Reference source select for single-ended mode */
990 
991 /* Bits 2..0 : Reference select */
992 #define COMP_REFSEL_REFSEL_Pos (0UL) /*!< Position of REFSEL field. */
993 #define COMP_REFSEL_REFSEL_Msk (0x7UL << COMP_REFSEL_REFSEL_Pos) /*!< Bit mask of REFSEL field. */
994 #define COMP_REFSEL_REFSEL_Int1V2 (0UL) /*!< VREF = internal 1.2 V reference (VDD &gt;= 1.7 V) */
995 #define COMP_REFSEL_REFSEL_Int1V8 (1UL) /*!< VREF = internal 1.8 V reference (VDD &gt;= VREF + 0.2 V) */
996 #define COMP_REFSEL_REFSEL_Int2V4 (2UL) /*!< VREF = internal 2.4 V reference (VDD &gt;= VREF + 0.2 V) */
997 #define COMP_REFSEL_REFSEL_VDD (4UL) /*!< VREF = VDD */
998 #define COMP_REFSEL_REFSEL_ARef (5UL) /*!< VREF = AREF (VDD &gt;= VREF &gt;= AREFMIN) */
999 
1000 /* Register: COMP_EXTREFSEL */
1001 /* Description: External reference select */
1002 
1003 /* Bits 2..0 : External analog reference select */
1004 #define COMP_EXTREFSEL_EXTREFSEL_Pos (0UL) /*!< Position of EXTREFSEL field. */
1005 #define COMP_EXTREFSEL_EXTREFSEL_Msk (0x7UL << COMP_EXTREFSEL_EXTREFSEL_Pos) /*!< Bit mask of EXTREFSEL field. */
1006 #define COMP_EXTREFSEL_EXTREFSEL_AnalogReference0 (0UL) /*!< Use AIN0 as external analog reference */
1007 #define COMP_EXTREFSEL_EXTREFSEL_AnalogReference1 (1UL) /*!< Use AIN1 as external analog reference */
1008 #define COMP_EXTREFSEL_EXTREFSEL_AnalogReference2 (2UL) /*!< Use AIN2 as external analog reference */
1009 #define COMP_EXTREFSEL_EXTREFSEL_AnalogReference3 (3UL) /*!< Use AIN3 as external analog reference */
1010 #define COMP_EXTREFSEL_EXTREFSEL_AnalogReference4 (4UL) /*!< Use AIN4 as external analog reference */
1011 #define COMP_EXTREFSEL_EXTREFSEL_AnalogReference5 (5UL) /*!< Use AIN5 as external analog reference */
1012 #define COMP_EXTREFSEL_EXTREFSEL_AnalogReference6 (6UL) /*!< Use AIN6 as external analog reference */
1013 #define COMP_EXTREFSEL_EXTREFSEL_AnalogReference7 (7UL) /*!< Use AIN7 as external analog reference */
1014 
1015 /* Register: COMP_TH */
1016 /* Description: Threshold configuration for hysteresis unit */
1017 
1018 /* Bits 13..8 : VUP = (THUP+1)/64*VREF */
1019 #define COMP_TH_THUP_Pos (8UL) /*!< Position of THUP field. */
1020 #define COMP_TH_THUP_Msk (0x3FUL << COMP_TH_THUP_Pos) /*!< Bit mask of THUP field. */
1021 
1022 /* Bits 5..0 : VDOWN = (THDOWN+1)/64*VREF */
1023 #define COMP_TH_THDOWN_Pos (0UL) /*!< Position of THDOWN field. */
1024 #define COMP_TH_THDOWN_Msk (0x3FUL << COMP_TH_THDOWN_Pos) /*!< Bit mask of THDOWN field. */
1025 
1026 /* Register: COMP_MODE */
1027 /* Description: Mode configuration */
1028 
1029 /* Bit 8 : Main operation modes */
1030 #define COMP_MODE_MAIN_Pos (8UL) /*!< Position of MAIN field. */
1031 #define COMP_MODE_MAIN_Msk (0x1UL << COMP_MODE_MAIN_Pos) /*!< Bit mask of MAIN field. */
1032 #define COMP_MODE_MAIN_SE (0UL) /*!< Single-ended mode */
1033 #define COMP_MODE_MAIN_Diff (1UL) /*!< Differential mode */
1034 
1035 /* Bits 1..0 : Speed and power modes */
1036 #define COMP_MODE_SP_Pos (0UL) /*!< Position of SP field. */
1037 #define COMP_MODE_SP_Msk (0x3UL << COMP_MODE_SP_Pos) /*!< Bit mask of SP field. */
1038 #define COMP_MODE_SP_Low (0UL) /*!< Low-power mode */
1039 #define COMP_MODE_SP_Normal (1UL) /*!< Normal mode */
1040 #define COMP_MODE_SP_High (2UL) /*!< High-speed mode */
1041 
1042 /* Register: COMP_HYST */
1043 /* Description: Comparator hysteresis enable */
1044 
1045 /* Bit 0 : Comparator hysteresis */
1046 #define COMP_HYST_HYST_Pos (0UL) /*!< Position of HYST field. */
1047 #define COMP_HYST_HYST_Msk (0x1UL << COMP_HYST_HYST_Pos) /*!< Bit mask of HYST field. */
1048 #define COMP_HYST_HYST_NoHyst (0UL) /*!< Comparator hysteresis disabled */
1049 #define COMP_HYST_HYST_Hyst50mV (1UL) /*!< Comparator hysteresis enabled */
1050 
1051 
1052 /* Peripheral: CRYPTOCELL */
1053 /* Description: ARM TrustZone CryptoCell register interface */
1054 
1055 /* Register: CRYPTOCELL_ENABLE */
1056 /* Description: Enable CRYPTOCELL subsystem */
1057 
1058 /* Bit 0 : Enable or disable the CRYPTOCELL subsystem */
1059 #define CRYPTOCELL_ENABLE_ENABLE_Pos (0UL) /*!< Position of ENABLE field. */
1060 #define CRYPTOCELL_ENABLE_ENABLE_Msk (0x1UL << CRYPTOCELL_ENABLE_ENABLE_Pos) /*!< Bit mask of ENABLE field. */
1061 #define CRYPTOCELL_ENABLE_ENABLE_Disabled (0UL) /*!< CRYPTOCELL subsystem disabled */
1062 #define CRYPTOCELL_ENABLE_ENABLE_Enabled (1UL) /*!< CRYPTOCELL subsystem enabled */
1063 
1064 
1065 /* Peripheral: ECB */
1066 /* Description: AES ECB Mode Encryption */
1067 
1068 /* Register: ECB_TASKS_STARTECB */
1069 /* Description: Start ECB block encrypt */
1070 
1071 /* Bit 0 :   */
1072 #define ECB_TASKS_STARTECB_TASKS_STARTECB_Pos (0UL) /*!< Position of TASKS_STARTECB field. */
1073 #define ECB_TASKS_STARTECB_TASKS_STARTECB_Msk (0x1UL << ECB_TASKS_STARTECB_TASKS_STARTECB_Pos) /*!< Bit mask of TASKS_STARTECB field. */
1074 
1075 /* Register: ECB_TASKS_STOPECB */
1076 /* Description: Abort a possible executing ECB operation */
1077 
1078 /* Bit 0 :   */
1079 #define ECB_TASKS_STOPECB_TASKS_STOPECB_Pos (0UL) /*!< Position of TASKS_STOPECB field. */
1080 #define ECB_TASKS_STOPECB_TASKS_STOPECB_Msk (0x1UL << ECB_TASKS_STOPECB_TASKS_STOPECB_Pos) /*!< Bit mask of TASKS_STOPECB field. */
1081 
1082 /* Register: ECB_EVENTS_ENDECB */
1083 /* Description: ECB block encrypt complete */
1084 
1085 /* Bit 0 :   */
1086 #define ECB_EVENTS_ENDECB_EVENTS_ENDECB_Pos (0UL) /*!< Position of EVENTS_ENDECB field. */
1087 #define ECB_EVENTS_ENDECB_EVENTS_ENDECB_Msk (0x1UL << ECB_EVENTS_ENDECB_EVENTS_ENDECB_Pos) /*!< Bit mask of EVENTS_ENDECB field. */
1088 
1089 /* Register: ECB_EVENTS_ERRORECB */
1090 /* Description: ECB block encrypt aborted because of a STOPECB task or due to an error */
1091 
1092 /* Bit 0 :   */
1093 #define ECB_EVENTS_ERRORECB_EVENTS_ERRORECB_Pos (0UL) /*!< Position of EVENTS_ERRORECB field. */
1094 #define ECB_EVENTS_ERRORECB_EVENTS_ERRORECB_Msk (0x1UL << ECB_EVENTS_ERRORECB_EVENTS_ERRORECB_Pos) /*!< Bit mask of EVENTS_ERRORECB field. */
1095 
1096 /* Register: ECB_INTENSET */
1097 /* Description: Enable interrupt */
1098 
1099 /* Bit 1 : Write '1' to enable interrupt for ERRORECB event */
1100 #define ECB_INTENSET_ERRORECB_Pos (1UL) /*!< Position of ERRORECB field. */
1101 #define ECB_INTENSET_ERRORECB_Msk (0x1UL << ECB_INTENSET_ERRORECB_Pos) /*!< Bit mask of ERRORECB field. */
1102 #define ECB_INTENSET_ERRORECB_Disabled (0UL) /*!< Read: Disabled */
1103 #define ECB_INTENSET_ERRORECB_Enabled (1UL) /*!< Read: Enabled */
1104 #define ECB_INTENSET_ERRORECB_Set (1UL) /*!< Enable */
1105 
1106 /* Bit 0 : Write '1' to enable interrupt for ENDECB event */
1107 #define ECB_INTENSET_ENDECB_Pos (0UL) /*!< Position of ENDECB field. */
1108 #define ECB_INTENSET_ENDECB_Msk (0x1UL << ECB_INTENSET_ENDECB_Pos) /*!< Bit mask of ENDECB field. */
1109 #define ECB_INTENSET_ENDECB_Disabled (0UL) /*!< Read: Disabled */
1110 #define ECB_INTENSET_ENDECB_Enabled (1UL) /*!< Read: Enabled */
1111 #define ECB_INTENSET_ENDECB_Set (1UL) /*!< Enable */
1112 
1113 /* Register: ECB_INTENCLR */
1114 /* Description: Disable interrupt */
1115 
1116 /* Bit 1 : Write '1' to disable interrupt for ERRORECB event */
1117 #define ECB_INTENCLR_ERRORECB_Pos (1UL) /*!< Position of ERRORECB field. */
1118 #define ECB_INTENCLR_ERRORECB_Msk (0x1UL << ECB_INTENCLR_ERRORECB_Pos) /*!< Bit mask of ERRORECB field. */
1119 #define ECB_INTENCLR_ERRORECB_Disabled (0UL) /*!< Read: Disabled */
1120 #define ECB_INTENCLR_ERRORECB_Enabled (1UL) /*!< Read: Enabled */
1121 #define ECB_INTENCLR_ERRORECB_Clear (1UL) /*!< Disable */
1122 
1123 /* Bit 0 : Write '1' to disable interrupt for ENDECB event */
1124 #define ECB_INTENCLR_ENDECB_Pos (0UL) /*!< Position of ENDECB field. */
1125 #define ECB_INTENCLR_ENDECB_Msk (0x1UL << ECB_INTENCLR_ENDECB_Pos) /*!< Bit mask of ENDECB field. */
1126 #define ECB_INTENCLR_ENDECB_Disabled (0UL) /*!< Read: Disabled */
1127 #define ECB_INTENCLR_ENDECB_Enabled (1UL) /*!< Read: Enabled */
1128 #define ECB_INTENCLR_ENDECB_Clear (1UL) /*!< Disable */
1129 
1130 /* Register: ECB_ECBDATAPTR */
1131 /* Description: ECB block encrypt memory pointers */
1132 
1133 /* Bits 31..0 : Pointer to the ECB data structure (see Table 1 ECB data structure overview) */
1134 #define ECB_ECBDATAPTR_ECBDATAPTR_Pos (0UL) /*!< Position of ECBDATAPTR field. */
1135 #define ECB_ECBDATAPTR_ECBDATAPTR_Msk (0xFFFFFFFFUL << ECB_ECBDATAPTR_ECBDATAPTR_Pos) /*!< Bit mask of ECBDATAPTR field. */
1136 
1137 
1138 /* Peripheral: EGU */
1139 /* Description: Event Generator Unit 0 */
1140 
1141 /* Register: EGU_TASKS_TRIGGER */
1142 /* Description: Description collection[n]: Trigger n for triggering the corresponding TRIGGERED[n] event */
1143 
1144 /* Bit 0 :   */
1145 #define EGU_TASKS_TRIGGER_TASKS_TRIGGER_Pos (0UL) /*!< Position of TASKS_TRIGGER field. */
1146 #define EGU_TASKS_TRIGGER_TASKS_TRIGGER_Msk (0x1UL << EGU_TASKS_TRIGGER_TASKS_TRIGGER_Pos) /*!< Bit mask of TASKS_TRIGGER field. */
1147 
1148 /* Register: EGU_EVENTS_TRIGGERED */
1149 /* Description: Description collection[n]: Event number n generated by triggering the corresponding TRIGGER[n] task */
1150 
1151 /* Bit 0 :   */
1152 #define EGU_EVENTS_TRIGGERED_EVENTS_TRIGGERED_Pos (0UL) /*!< Position of EVENTS_TRIGGERED field. */
1153 #define EGU_EVENTS_TRIGGERED_EVENTS_TRIGGERED_Msk (0x1UL << EGU_EVENTS_TRIGGERED_EVENTS_TRIGGERED_Pos) /*!< Bit mask of EVENTS_TRIGGERED field. */
1154 
1155 /* Register: EGU_INTEN */
1156 /* Description: Enable or disable interrupt */
1157 
1158 /* Bit 15 : Enable or disable interrupt for TRIGGERED[15] event */
1159 #define EGU_INTEN_TRIGGERED15_Pos (15UL) /*!< Position of TRIGGERED15 field. */
1160 #define EGU_INTEN_TRIGGERED15_Msk (0x1UL << EGU_INTEN_TRIGGERED15_Pos) /*!< Bit mask of TRIGGERED15 field. */
1161 #define EGU_INTEN_TRIGGERED15_Disabled (0UL) /*!< Disable */
1162 #define EGU_INTEN_TRIGGERED15_Enabled (1UL) /*!< Enable */
1163 
1164 /* Bit 14 : Enable or disable interrupt for TRIGGERED[14] event */
1165 #define EGU_INTEN_TRIGGERED14_Pos (14UL) /*!< Position of TRIGGERED14 field. */
1166 #define EGU_INTEN_TRIGGERED14_Msk (0x1UL << EGU_INTEN_TRIGGERED14_Pos) /*!< Bit mask of TRIGGERED14 field. */
1167 #define EGU_INTEN_TRIGGERED14_Disabled (0UL) /*!< Disable */
1168 #define EGU_INTEN_TRIGGERED14_Enabled (1UL) /*!< Enable */
1169 
1170 /* Bit 13 : Enable or disable interrupt for TRIGGERED[13] event */
1171 #define EGU_INTEN_TRIGGERED13_Pos (13UL) /*!< Position of TRIGGERED13 field. */
1172 #define EGU_INTEN_TRIGGERED13_Msk (0x1UL << EGU_INTEN_TRIGGERED13_Pos) /*!< Bit mask of TRIGGERED13 field. */
1173 #define EGU_INTEN_TRIGGERED13_Disabled (0UL) /*!< Disable */
1174 #define EGU_INTEN_TRIGGERED13_Enabled (1UL) /*!< Enable */
1175 
1176 /* Bit 12 : Enable or disable interrupt for TRIGGERED[12] event */
1177 #define EGU_INTEN_TRIGGERED12_Pos (12UL) /*!< Position of TRIGGERED12 field. */
1178 #define EGU_INTEN_TRIGGERED12_Msk (0x1UL << EGU_INTEN_TRIGGERED12_Pos) /*!< Bit mask of TRIGGERED12 field. */
1179 #define EGU_INTEN_TRIGGERED12_Disabled (0UL) /*!< Disable */
1180 #define EGU_INTEN_TRIGGERED12_Enabled (1UL) /*!< Enable */
1181 
1182 /* Bit 11 : Enable or disable interrupt for TRIGGERED[11] event */
1183 #define EGU_INTEN_TRIGGERED11_Pos (11UL) /*!< Position of TRIGGERED11 field. */
1184 #define EGU_INTEN_TRIGGERED11_Msk (0x1UL << EGU_INTEN_TRIGGERED11_Pos) /*!< Bit mask of TRIGGERED11 field. */
1185 #define EGU_INTEN_TRIGGERED11_Disabled (0UL) /*!< Disable */
1186 #define EGU_INTEN_TRIGGERED11_Enabled (1UL) /*!< Enable */
1187 
1188 /* Bit 10 : Enable or disable interrupt for TRIGGERED[10] event */
1189 #define EGU_INTEN_TRIGGERED10_Pos (10UL) /*!< Position of TRIGGERED10 field. */
1190 #define EGU_INTEN_TRIGGERED10_Msk (0x1UL << EGU_INTEN_TRIGGERED10_Pos) /*!< Bit mask of TRIGGERED10 field. */
1191 #define EGU_INTEN_TRIGGERED10_Disabled (0UL) /*!< Disable */
1192 #define EGU_INTEN_TRIGGERED10_Enabled (1UL) /*!< Enable */
1193 
1194 /* Bit 9 : Enable or disable interrupt for TRIGGERED[9] event */
1195 #define EGU_INTEN_TRIGGERED9_Pos (9UL) /*!< Position of TRIGGERED9 field. */
1196 #define EGU_INTEN_TRIGGERED9_Msk (0x1UL << EGU_INTEN_TRIGGERED9_Pos) /*!< Bit mask of TRIGGERED9 field. */
1197 #define EGU_INTEN_TRIGGERED9_Disabled (0UL) /*!< Disable */
1198 #define EGU_INTEN_TRIGGERED9_Enabled (1UL) /*!< Enable */
1199 
1200 /* Bit 8 : Enable or disable interrupt for TRIGGERED[8] event */
1201 #define EGU_INTEN_TRIGGERED8_Pos (8UL) /*!< Position of TRIGGERED8 field. */
1202 #define EGU_INTEN_TRIGGERED8_Msk (0x1UL << EGU_INTEN_TRIGGERED8_Pos) /*!< Bit mask of TRIGGERED8 field. */
1203 #define EGU_INTEN_TRIGGERED8_Disabled (0UL) /*!< Disable */
1204 #define EGU_INTEN_TRIGGERED8_Enabled (1UL) /*!< Enable */
1205 
1206 /* Bit 7 : Enable or disable interrupt for TRIGGERED[7] event */
1207 #define EGU_INTEN_TRIGGERED7_Pos (7UL) /*!< Position of TRIGGERED7 field. */
1208 #define EGU_INTEN_TRIGGERED7_Msk (0x1UL << EGU_INTEN_TRIGGERED7_Pos) /*!< Bit mask of TRIGGERED7 field. */
1209 #define EGU_INTEN_TRIGGERED7_Disabled (0UL) /*!< Disable */
1210 #define EGU_INTEN_TRIGGERED7_Enabled (1UL) /*!< Enable */
1211 
1212 /* Bit 6 : Enable or disable interrupt for TRIGGERED[6] event */
1213 #define EGU_INTEN_TRIGGERED6_Pos (6UL) /*!< Position of TRIGGERED6 field. */
1214 #define EGU_INTEN_TRIGGERED6_Msk (0x1UL << EGU_INTEN_TRIGGERED6_Pos) /*!< Bit mask of TRIGGERED6 field. */
1215 #define EGU_INTEN_TRIGGERED6_Disabled (0UL) /*!< Disable */
1216 #define EGU_INTEN_TRIGGERED6_Enabled (1UL) /*!< Enable */
1217 
1218 /* Bit 5 : Enable or disable interrupt for TRIGGERED[5] event */
1219 #define EGU_INTEN_TRIGGERED5_Pos (5UL) /*!< Position of TRIGGERED5 field. */
1220 #define EGU_INTEN_TRIGGERED5_Msk (0x1UL << EGU_INTEN_TRIGGERED5_Pos) /*!< Bit mask of TRIGGERED5 field. */
1221 #define EGU_INTEN_TRIGGERED5_Disabled (0UL) /*!< Disable */
1222 #define EGU_INTEN_TRIGGERED5_Enabled (1UL) /*!< Enable */
1223 
1224 /* Bit 4 : Enable or disable interrupt for TRIGGERED[4] event */
1225 #define EGU_INTEN_TRIGGERED4_Pos (4UL) /*!< Position of TRIGGERED4 field. */
1226 #define EGU_INTEN_TRIGGERED4_Msk (0x1UL << EGU_INTEN_TRIGGERED4_Pos) /*!< Bit mask of TRIGGERED4 field. */
1227 #define EGU_INTEN_TRIGGERED4_Disabled (0UL) /*!< Disable */
1228 #define EGU_INTEN_TRIGGERED4_Enabled (1UL) /*!< Enable */
1229 
1230 /* Bit 3 : Enable or disable interrupt for TRIGGERED[3] event */
1231 #define EGU_INTEN_TRIGGERED3_Pos (3UL) /*!< Position of TRIGGERED3 field. */
1232 #define EGU_INTEN_TRIGGERED3_Msk (0x1UL << EGU_INTEN_TRIGGERED3_Pos) /*!< Bit mask of TRIGGERED3 field. */
1233 #define EGU_INTEN_TRIGGERED3_Disabled (0UL) /*!< Disable */
1234 #define EGU_INTEN_TRIGGERED3_Enabled (1UL) /*!< Enable */
1235 
1236 /* Bit 2 : Enable or disable interrupt for TRIGGERED[2] event */
1237 #define EGU_INTEN_TRIGGERED2_Pos (2UL) /*!< Position of TRIGGERED2 field. */
1238 #define EGU_INTEN_TRIGGERED2_Msk (0x1UL << EGU_INTEN_TRIGGERED2_Pos) /*!< Bit mask of TRIGGERED2 field. */
1239 #define EGU_INTEN_TRIGGERED2_Disabled (0UL) /*!< Disable */
1240 #define EGU_INTEN_TRIGGERED2_Enabled (1UL) /*!< Enable */
1241 
1242 /* Bit 1 : Enable or disable interrupt for TRIGGERED[1] event */
1243 #define EGU_INTEN_TRIGGERED1_Pos (1UL) /*!< Position of TRIGGERED1 field. */
1244 #define EGU_INTEN_TRIGGERED1_Msk (0x1UL << EGU_INTEN_TRIGGERED1_Pos) /*!< Bit mask of TRIGGERED1 field. */
1245 #define EGU_INTEN_TRIGGERED1_Disabled (0UL) /*!< Disable */
1246 #define EGU_INTEN_TRIGGERED1_Enabled (1UL) /*!< Enable */
1247 
1248 /* Bit 0 : Enable or disable interrupt for TRIGGERED[0] event */
1249 #define EGU_INTEN_TRIGGERED0_Pos (0UL) /*!< Position of TRIGGERED0 field. */
1250 #define EGU_INTEN_TRIGGERED0_Msk (0x1UL << EGU_INTEN_TRIGGERED0_Pos) /*!< Bit mask of TRIGGERED0 field. */
1251 #define EGU_INTEN_TRIGGERED0_Disabled (0UL) /*!< Disable */
1252 #define EGU_INTEN_TRIGGERED0_Enabled (1UL) /*!< Enable */
1253 
1254 /* Register: EGU_INTENSET */
1255 /* Description: Enable interrupt */
1256 
1257 /* Bit 15 : Write '1' to enable interrupt for TRIGGERED[15] event */
1258 #define EGU_INTENSET_TRIGGERED15_Pos (15UL) /*!< Position of TRIGGERED15 field. */
1259 #define EGU_INTENSET_TRIGGERED15_Msk (0x1UL << EGU_INTENSET_TRIGGERED15_Pos) /*!< Bit mask of TRIGGERED15 field. */
1260 #define EGU_INTENSET_TRIGGERED15_Disabled (0UL) /*!< Read: Disabled */
1261 #define EGU_INTENSET_TRIGGERED15_Enabled (1UL) /*!< Read: Enabled */
1262 #define EGU_INTENSET_TRIGGERED15_Set (1UL) /*!< Enable */
1263 
1264 /* Bit 14 : Write '1' to enable interrupt for TRIGGERED[14] event */
1265 #define EGU_INTENSET_TRIGGERED14_Pos (14UL) /*!< Position of TRIGGERED14 field. */
1266 #define EGU_INTENSET_TRIGGERED14_Msk (0x1UL << EGU_INTENSET_TRIGGERED14_Pos) /*!< Bit mask of TRIGGERED14 field. */
1267 #define EGU_INTENSET_TRIGGERED14_Disabled (0UL) /*!< Read: Disabled */
1268 #define EGU_INTENSET_TRIGGERED14_Enabled (1UL) /*!< Read: Enabled */
1269 #define EGU_INTENSET_TRIGGERED14_Set (1UL) /*!< Enable */
1270 
1271 /* Bit 13 : Write '1' to enable interrupt for TRIGGERED[13] event */
1272 #define EGU_INTENSET_TRIGGERED13_Pos (13UL) /*!< Position of TRIGGERED13 field. */
1273 #define EGU_INTENSET_TRIGGERED13_Msk (0x1UL << EGU_INTENSET_TRIGGERED13_Pos) /*!< Bit mask of TRIGGERED13 field. */
1274 #define EGU_INTENSET_TRIGGERED13_Disabled (0UL) /*!< Read: Disabled */
1275 #define EGU_INTENSET_TRIGGERED13_Enabled (1UL) /*!< Read: Enabled */
1276 #define EGU_INTENSET_TRIGGERED13_Set (1UL) /*!< Enable */
1277 
1278 /* Bit 12 : Write '1' to enable interrupt for TRIGGERED[12] event */
1279 #define EGU_INTENSET_TRIGGERED12_Pos (12UL) /*!< Position of TRIGGERED12 field. */
1280 #define EGU_INTENSET_TRIGGERED12_Msk (0x1UL << EGU_INTENSET_TRIGGERED12_Pos) /*!< Bit mask of TRIGGERED12 field. */
1281 #define EGU_INTENSET_TRIGGERED12_Disabled (0UL) /*!< Read: Disabled */
1282 #define EGU_INTENSET_TRIGGERED12_Enabled (1UL) /*!< Read: Enabled */
1283 #define EGU_INTENSET_TRIGGERED12_Set (1UL) /*!< Enable */
1284 
1285 /* Bit 11 : Write '1' to enable interrupt for TRIGGERED[11] event */
1286 #define EGU_INTENSET_TRIGGERED11_Pos (11UL) /*!< Position of TRIGGERED11 field. */
1287 #define EGU_INTENSET_TRIGGERED11_Msk (0x1UL << EGU_INTENSET_TRIGGERED11_Pos) /*!< Bit mask of TRIGGERED11 field. */
1288 #define EGU_INTENSET_TRIGGERED11_Disabled (0UL) /*!< Read: Disabled */
1289 #define EGU_INTENSET_TRIGGERED11_Enabled (1UL) /*!< Read: Enabled */
1290 #define EGU_INTENSET_TRIGGERED11_Set (1UL) /*!< Enable */
1291 
1292 /* Bit 10 : Write '1' to enable interrupt for TRIGGERED[10] event */
1293 #define EGU_INTENSET_TRIGGERED10_Pos (10UL) /*!< Position of TRIGGERED10 field. */
1294 #define EGU_INTENSET_TRIGGERED10_Msk (0x1UL << EGU_INTENSET_TRIGGERED10_Pos) /*!< Bit mask of TRIGGERED10 field. */
1295 #define EGU_INTENSET_TRIGGERED10_Disabled (0UL) /*!< Read: Disabled */
1296 #define EGU_INTENSET_TRIGGERED10_Enabled (1UL) /*!< Read: Enabled */
1297 #define EGU_INTENSET_TRIGGERED10_Set (1UL) /*!< Enable */
1298 
1299 /* Bit 9 : Write '1' to enable interrupt for TRIGGERED[9] event */
1300 #define EGU_INTENSET_TRIGGERED9_Pos (9UL) /*!< Position of TRIGGERED9 field. */
1301 #define EGU_INTENSET_TRIGGERED9_Msk (0x1UL << EGU_INTENSET_TRIGGERED9_Pos) /*!< Bit mask of TRIGGERED9 field. */
1302 #define EGU_INTENSET_TRIGGERED9_Disabled (0UL) /*!< Read: Disabled */
1303 #define EGU_INTENSET_TRIGGERED9_Enabled (1UL) /*!< Read: Enabled */
1304 #define EGU_INTENSET_TRIGGERED9_Set (1UL) /*!< Enable */
1305 
1306 /* Bit 8 : Write '1' to enable interrupt for TRIGGERED[8] event */
1307 #define EGU_INTENSET_TRIGGERED8_Pos (8UL) /*!< Position of TRIGGERED8 field. */
1308 #define EGU_INTENSET_TRIGGERED8_Msk (0x1UL << EGU_INTENSET_TRIGGERED8_Pos) /*!< Bit mask of TRIGGERED8 field. */
1309 #define EGU_INTENSET_TRIGGERED8_Disabled (0UL) /*!< Read: Disabled */
1310 #define EGU_INTENSET_TRIGGERED8_Enabled (1UL) /*!< Read: Enabled */
1311 #define EGU_INTENSET_TRIGGERED8_Set (1UL) /*!< Enable */
1312 
1313 /* Bit 7 : Write '1' to enable interrupt for TRIGGERED[7] event */
1314 #define EGU_INTENSET_TRIGGERED7_Pos (7UL) /*!< Position of TRIGGERED7 field. */
1315 #define EGU_INTENSET_TRIGGERED7_Msk (0x1UL << EGU_INTENSET_TRIGGERED7_Pos) /*!< Bit mask of TRIGGERED7 field. */
1316 #define EGU_INTENSET_TRIGGERED7_Disabled (0UL) /*!< Read: Disabled */
1317 #define EGU_INTENSET_TRIGGERED7_Enabled (1UL) /*!< Read: Enabled */
1318 #define EGU_INTENSET_TRIGGERED7_Set (1UL) /*!< Enable */
1319 
1320 /* Bit 6 : Write '1' to enable interrupt for TRIGGERED[6] event */
1321 #define EGU_INTENSET_TRIGGERED6_Pos (6UL) /*!< Position of TRIGGERED6 field. */
1322 #define EGU_INTENSET_TRIGGERED6_Msk (0x1UL << EGU_INTENSET_TRIGGERED6_Pos) /*!< Bit mask of TRIGGERED6 field. */
1323 #define EGU_INTENSET_TRIGGERED6_Disabled (0UL) /*!< Read: Disabled */
1324 #define EGU_INTENSET_TRIGGERED6_Enabled (1UL) /*!< Read: Enabled */
1325 #define EGU_INTENSET_TRIGGERED6_Set (1UL) /*!< Enable */
1326 
1327 /* Bit 5 : Write '1' to enable interrupt for TRIGGERED[5] event */
1328 #define EGU_INTENSET_TRIGGERED5_Pos (5UL) /*!< Position of TRIGGERED5 field. */
1329 #define EGU_INTENSET_TRIGGERED5_Msk (0x1UL << EGU_INTENSET_TRIGGERED5_Pos) /*!< Bit mask of TRIGGERED5 field. */
1330 #define EGU_INTENSET_TRIGGERED5_Disabled (0UL) /*!< Read: Disabled */
1331 #define EGU_INTENSET_TRIGGERED5_Enabled (1UL) /*!< Read: Enabled */
1332 #define EGU_INTENSET_TRIGGERED5_Set (1UL) /*!< Enable */
1333 
1334 /* Bit 4 : Write '1' to enable interrupt for TRIGGERED[4] event */
1335 #define EGU_INTENSET_TRIGGERED4_Pos (4UL) /*!< Position of TRIGGERED4 field. */
1336 #define EGU_INTENSET_TRIGGERED4_Msk (0x1UL << EGU_INTENSET_TRIGGERED4_Pos) /*!< Bit mask of TRIGGERED4 field. */
1337 #define EGU_INTENSET_TRIGGERED4_Disabled (0UL) /*!< Read: Disabled */
1338 #define EGU_INTENSET_TRIGGERED4_Enabled (1UL) /*!< Read: Enabled */
1339 #define EGU_INTENSET_TRIGGERED4_Set (1UL) /*!< Enable */
1340 
1341 /* Bit 3 : Write '1' to enable interrupt for TRIGGERED[3] event */
1342 #define EGU_INTENSET_TRIGGERED3_Pos (3UL) /*!< Position of TRIGGERED3 field. */
1343 #define EGU_INTENSET_TRIGGERED3_Msk (0x1UL << EGU_INTENSET_TRIGGERED3_Pos) /*!< Bit mask of TRIGGERED3 field. */
1344 #define EGU_INTENSET_TRIGGERED3_Disabled (0UL) /*!< Read: Disabled */
1345 #define EGU_INTENSET_TRIGGERED3_Enabled (1UL) /*!< Read: Enabled */
1346 #define EGU_INTENSET_TRIGGERED3_Set (1UL) /*!< Enable */
1347 
1348 /* Bit 2 : Write '1' to enable interrupt for TRIGGERED[2] event */
1349 #define EGU_INTENSET_TRIGGERED2_Pos (2UL) /*!< Position of TRIGGERED2 field. */
1350 #define EGU_INTENSET_TRIGGERED2_Msk (0x1UL << EGU_INTENSET_TRIGGERED2_Pos) /*!< Bit mask of TRIGGERED2 field. */
1351 #define EGU_INTENSET_TRIGGERED2_Disabled (0UL) /*!< Read: Disabled */
1352 #define EGU_INTENSET_TRIGGERED2_Enabled (1UL) /*!< Read: Enabled */
1353 #define EGU_INTENSET_TRIGGERED2_Set (1UL) /*!< Enable */
1354 
1355 /* Bit 1 : Write '1' to enable interrupt for TRIGGERED[1] event */
1356 #define EGU_INTENSET_TRIGGERED1_Pos (1UL) /*!< Position of TRIGGERED1 field. */
1357 #define EGU_INTENSET_TRIGGERED1_Msk (0x1UL << EGU_INTENSET_TRIGGERED1_Pos) /*!< Bit mask of TRIGGERED1 field. */
1358 #define EGU_INTENSET_TRIGGERED1_Disabled (0UL) /*!< Read: Disabled */
1359 #define EGU_INTENSET_TRIGGERED1_Enabled (1UL) /*!< Read: Enabled */
1360 #define EGU_INTENSET_TRIGGERED1_Set (1UL) /*!< Enable */
1361 
1362 /* Bit 0 : Write '1' to enable interrupt for TRIGGERED[0] event */
1363 #define EGU_INTENSET_TRIGGERED0_Pos (0UL) /*!< Position of TRIGGERED0 field. */
1364 #define EGU_INTENSET_TRIGGERED0_Msk (0x1UL << EGU_INTENSET_TRIGGERED0_Pos) /*!< Bit mask of TRIGGERED0 field. */
1365 #define EGU_INTENSET_TRIGGERED0_Disabled (0UL) /*!< Read: Disabled */
1366 #define EGU_INTENSET_TRIGGERED0_Enabled (1UL) /*!< Read: Enabled */
1367 #define EGU_INTENSET_TRIGGERED0_Set (1UL) /*!< Enable */
1368 
1369 /* Register: EGU_INTENCLR */
1370 /* Description: Disable interrupt */
1371 
1372 /* Bit 15 : Write '1' to disable interrupt for TRIGGERED[15] event */
1373 #define EGU_INTENCLR_TRIGGERED15_Pos (15UL) /*!< Position of TRIGGERED15 field. */
1374 #define EGU_INTENCLR_TRIGGERED15_Msk (0x1UL << EGU_INTENCLR_TRIGGERED15_Pos) /*!< Bit mask of TRIGGERED15 field. */
1375 #define EGU_INTENCLR_TRIGGERED15_Disabled (0UL) /*!< Read: Disabled */
1376 #define EGU_INTENCLR_TRIGGERED15_Enabled (1UL) /*!< Read: Enabled */
1377 #define EGU_INTENCLR_TRIGGERED15_Clear (1UL) /*!< Disable */
1378 
1379 /* Bit 14 : Write '1' to disable interrupt for TRIGGERED[14] event */
1380 #define EGU_INTENCLR_TRIGGERED14_Pos (14UL) /*!< Position of TRIGGERED14 field. */
1381 #define EGU_INTENCLR_TRIGGERED14_Msk (0x1UL << EGU_INTENCLR_TRIGGERED14_Pos) /*!< Bit mask of TRIGGERED14 field. */
1382 #define EGU_INTENCLR_TRIGGERED14_Disabled (0UL) /*!< Read: Disabled */
1383 #define EGU_INTENCLR_TRIGGERED14_Enabled (1UL) /*!< Read: Enabled */
1384 #define EGU_INTENCLR_TRIGGERED14_Clear (1UL) /*!< Disable */
1385 
1386 /* Bit 13 : Write '1' to disable interrupt for TRIGGERED[13] event */
1387 #define EGU_INTENCLR_TRIGGERED13_Pos (13UL) /*!< Position of TRIGGERED13 field. */
1388 #define EGU_INTENCLR_TRIGGERED13_Msk (0x1UL << EGU_INTENCLR_TRIGGERED13_Pos) /*!< Bit mask of TRIGGERED13 field. */
1389 #define EGU_INTENCLR_TRIGGERED13_Disabled (0UL) /*!< Read: Disabled */
1390 #define EGU_INTENCLR_TRIGGERED13_Enabled (1UL) /*!< Read: Enabled */
1391 #define EGU_INTENCLR_TRIGGERED13_Clear (1UL) /*!< Disable */
1392 
1393 /* Bit 12 : Write '1' to disable interrupt for TRIGGERED[12] event */
1394 #define EGU_INTENCLR_TRIGGERED12_Pos (12UL) /*!< Position of TRIGGERED12 field. */
1395 #define EGU_INTENCLR_TRIGGERED12_Msk (0x1UL << EGU_INTENCLR_TRIGGERED12_Pos) /*!< Bit mask of TRIGGERED12 field. */
1396 #define EGU_INTENCLR_TRIGGERED12_Disabled (0UL) /*!< Read: Disabled */
1397 #define EGU_INTENCLR_TRIGGERED12_Enabled (1UL) /*!< Read: Enabled */
1398 #define EGU_INTENCLR_TRIGGERED12_Clear (1UL) /*!< Disable */
1399 
1400 /* Bit 11 : Write '1' to disable interrupt for TRIGGERED[11] event */
1401 #define EGU_INTENCLR_TRIGGERED11_Pos (11UL) /*!< Position of TRIGGERED11 field. */
1402 #define EGU_INTENCLR_TRIGGERED11_Msk (0x1UL << EGU_INTENCLR_TRIGGERED11_Pos) /*!< Bit mask of TRIGGERED11 field. */
1403 #define EGU_INTENCLR_TRIGGERED11_Disabled (0UL) /*!< Read: Disabled */
1404 #define EGU_INTENCLR_TRIGGERED11_Enabled (1UL) /*!< Read: Enabled */
1405 #define EGU_INTENCLR_TRIGGERED11_Clear (1UL) /*!< Disable */
1406 
1407 /* Bit 10 : Write '1' to disable interrupt for TRIGGERED[10] event */
1408 #define EGU_INTENCLR_TRIGGERED10_Pos (10UL) /*!< Position of TRIGGERED10 field. */
1409 #define EGU_INTENCLR_TRIGGERED10_Msk (0x1UL << EGU_INTENCLR_TRIGGERED10_Pos) /*!< Bit mask of TRIGGERED10 field. */
1410 #define EGU_INTENCLR_TRIGGERED10_Disabled (0UL) /*!< Read: Disabled */
1411 #define EGU_INTENCLR_TRIGGERED10_Enabled (1UL) /*!< Read: Enabled */
1412 #define EGU_INTENCLR_TRIGGERED10_Clear (1UL) /*!< Disable */
1413 
1414 /* Bit 9 : Write '1' to disable interrupt for TRIGGERED[9] event */
1415 #define EGU_INTENCLR_TRIGGERED9_Pos (9UL) /*!< Position of TRIGGERED9 field. */
1416 #define EGU_INTENCLR_TRIGGERED9_Msk (0x1UL << EGU_INTENCLR_TRIGGERED9_Pos) /*!< Bit mask of TRIGGERED9 field. */
1417 #define EGU_INTENCLR_TRIGGERED9_Disabled (0UL) /*!< Read: Disabled */
1418 #define EGU_INTENCLR_TRIGGERED9_Enabled (1UL) /*!< Read: Enabled */
1419 #define EGU_INTENCLR_TRIGGERED9_Clear (1UL) /*!< Disable */
1420 
1421 /* Bit 8 : Write '1' to disable interrupt for TRIGGERED[8] event */
1422 #define EGU_INTENCLR_TRIGGERED8_Pos (8UL) /*!< Position of TRIGGERED8 field. */
1423 #define EGU_INTENCLR_TRIGGERED8_Msk (0x1UL << EGU_INTENCLR_TRIGGERED8_Pos) /*!< Bit mask of TRIGGERED8 field. */
1424 #define EGU_INTENCLR_TRIGGERED8_Disabled (0UL) /*!< Read: Disabled */
1425 #define EGU_INTENCLR_TRIGGERED8_Enabled (1UL) /*!< Read: Enabled */
1426 #define EGU_INTENCLR_TRIGGERED8_Clear (1UL) /*!< Disable */
1427 
1428 /* Bit 7 : Write '1' to disable interrupt for TRIGGERED[7] event */
1429 #define EGU_INTENCLR_TRIGGERED7_Pos (7UL) /*!< Position of TRIGGERED7 field. */
1430 #define EGU_INTENCLR_TRIGGERED7_Msk (0x1UL << EGU_INTENCLR_TRIGGERED7_Pos) /*!< Bit mask of TRIGGERED7 field. */
1431 #define EGU_INTENCLR_TRIGGERED7_Disabled (0UL) /*!< Read: Disabled */
1432 #define EGU_INTENCLR_TRIGGERED7_Enabled (1UL) /*!< Read: Enabled */
1433 #define EGU_INTENCLR_TRIGGERED7_Clear (1UL) /*!< Disable */
1434 
1435 /* Bit 6 : Write '1' to disable interrupt for TRIGGERED[6] event */
1436 #define EGU_INTENCLR_TRIGGERED6_Pos (6UL) /*!< Position of TRIGGERED6 field. */
1437 #define EGU_INTENCLR_TRIGGERED6_Msk (0x1UL << EGU_INTENCLR_TRIGGERED6_Pos) /*!< Bit mask of TRIGGERED6 field. */
1438 #define EGU_INTENCLR_TRIGGERED6_Disabled (0UL) /*!< Read: Disabled */
1439 #define EGU_INTENCLR_TRIGGERED6_Enabled (1UL) /*!< Read: Enabled */
1440 #define EGU_INTENCLR_TRIGGERED6_Clear (1UL) /*!< Disable */
1441 
1442 /* Bit 5 : Write '1' to disable interrupt for TRIGGERED[5] event */
1443 #define EGU_INTENCLR_TRIGGERED5_Pos (5UL) /*!< Position of TRIGGERED5 field. */
1444 #define EGU_INTENCLR_TRIGGERED5_Msk (0x1UL << EGU_INTENCLR_TRIGGERED5_Pos) /*!< Bit mask of TRIGGERED5 field. */
1445 #define EGU_INTENCLR_TRIGGERED5_Disabled (0UL) /*!< Read: Disabled */
1446 #define EGU_INTENCLR_TRIGGERED5_Enabled (1UL) /*!< Read: Enabled */
1447 #define EGU_INTENCLR_TRIGGERED5_Clear (1UL) /*!< Disable */
1448 
1449 /* Bit 4 : Write '1' to disable interrupt for TRIGGERED[4] event */
1450 #define EGU_INTENCLR_TRIGGERED4_Pos (4UL) /*!< Position of TRIGGERED4 field. */
1451 #define EGU_INTENCLR_TRIGGERED4_Msk (0x1UL << EGU_INTENCLR_TRIGGERED4_Pos) /*!< Bit mask of TRIGGERED4 field. */
1452 #define EGU_INTENCLR_TRIGGERED4_Disabled (0UL) /*!< Read: Disabled */
1453 #define EGU_INTENCLR_TRIGGERED4_Enabled (1UL) /*!< Read: Enabled */
1454 #define EGU_INTENCLR_TRIGGERED4_Clear (1UL) /*!< Disable */
1455 
1456 /* Bit 3 : Write '1' to disable interrupt for TRIGGERED[3] event */
1457 #define EGU_INTENCLR_TRIGGERED3_Pos (3UL) /*!< Position of TRIGGERED3 field. */
1458 #define EGU_INTENCLR_TRIGGERED3_Msk (0x1UL << EGU_INTENCLR_TRIGGERED3_Pos) /*!< Bit mask of TRIGGERED3 field. */
1459 #define EGU_INTENCLR_TRIGGERED3_Disabled (0UL) /*!< Read: Disabled */
1460 #define EGU_INTENCLR_TRIGGERED3_Enabled (1UL) /*!< Read: Enabled */
1461 #define EGU_INTENCLR_TRIGGERED3_Clear (1UL) /*!< Disable */
1462 
1463 /* Bit 2 : Write '1' to disable interrupt for TRIGGERED[2] event */
1464 #define EGU_INTENCLR_TRIGGERED2_Pos (2UL) /*!< Position of TRIGGERED2 field. */
1465 #define EGU_INTENCLR_TRIGGERED2_Msk (0x1UL << EGU_INTENCLR_TRIGGERED2_Pos) /*!< Bit mask of TRIGGERED2 field. */
1466 #define EGU_INTENCLR_TRIGGERED2_Disabled (0UL) /*!< Read: Disabled */
1467 #define EGU_INTENCLR_TRIGGERED2_Enabled (1UL) /*!< Read: Enabled */
1468 #define EGU_INTENCLR_TRIGGERED2_Clear (1UL) /*!< Disable */
1469 
1470 /* Bit 1 : Write '1' to disable interrupt for TRIGGERED[1] event */
1471 #define EGU_INTENCLR_TRIGGERED1_Pos (1UL) /*!< Position of TRIGGERED1 field. */
1472 #define EGU_INTENCLR_TRIGGERED1_Msk (0x1UL << EGU_INTENCLR_TRIGGERED1_Pos) /*!< Bit mask of TRIGGERED1 field. */
1473 #define EGU_INTENCLR_TRIGGERED1_Disabled (0UL) /*!< Read: Disabled */
1474 #define EGU_INTENCLR_TRIGGERED1_Enabled (1UL) /*!< Read: Enabled */
1475 #define EGU_INTENCLR_TRIGGERED1_Clear (1UL) /*!< Disable */
1476 
1477 /* Bit 0 : Write '1' to disable interrupt for TRIGGERED[0] event */
1478 #define EGU_INTENCLR_TRIGGERED0_Pos (0UL) /*!< Position of TRIGGERED0 field. */
1479 #define EGU_INTENCLR_TRIGGERED0_Msk (0x1UL << EGU_INTENCLR_TRIGGERED0_Pos) /*!< Bit mask of TRIGGERED0 field. */
1480 #define EGU_INTENCLR_TRIGGERED0_Disabled (0UL) /*!< Read: Disabled */
1481 #define EGU_INTENCLR_TRIGGERED0_Enabled (1UL) /*!< Read: Enabled */
1482 #define EGU_INTENCLR_TRIGGERED0_Clear (1UL) /*!< Disable */
1483 
1484 
1485 /* Peripheral: FICR */
1486 /* Description: Factory information configuration registers */
1487 
1488 /* Register: FICR_CODEPAGESIZE */
1489 /* Description: Code memory page size */
1490 
1491 /* Bits 31..0 : Code memory page size */
1492 #define FICR_CODEPAGESIZE_CODEPAGESIZE_Pos (0UL) /*!< Position of CODEPAGESIZE field. */
1493 #define FICR_CODEPAGESIZE_CODEPAGESIZE_Msk (0xFFFFFFFFUL << FICR_CODEPAGESIZE_CODEPAGESIZE_Pos) /*!< Bit mask of CODEPAGESIZE field. */
1494 
1495 /* Register: FICR_CODESIZE */
1496 /* Description: Code memory size */
1497 
1498 /* Bits 31..0 : Code memory size in number of pages */
1499 #define FICR_CODESIZE_CODESIZE_Pos (0UL) /*!< Position of CODESIZE field. */
1500 #define FICR_CODESIZE_CODESIZE_Msk (0xFFFFFFFFUL << FICR_CODESIZE_CODESIZE_Pos) /*!< Bit mask of CODESIZE field. */
1501 
1502 /* Register: FICR_DEVICEID */
1503 /* Description: Description collection[n]: Device identifier */
1504 
1505 /* Bits 31..0 : 64 bit unique device identifier */
1506 #define FICR_DEVICEID_DEVICEID_Pos (0UL) /*!< Position of DEVICEID field. */
1507 #define FICR_DEVICEID_DEVICEID_Msk (0xFFFFFFFFUL << FICR_DEVICEID_DEVICEID_Pos) /*!< Bit mask of DEVICEID field. */
1508 
1509 /* Register: FICR_ER */
1510 /* Description: Description collection[n]: Encryption root, word n */
1511 
1512 /* Bits 31..0 : Encryption root, word n */
1513 #define FICR_ER_ER_Pos (0UL) /*!< Position of ER field. */
1514 #define FICR_ER_ER_Msk (0xFFFFFFFFUL << FICR_ER_ER_Pos) /*!< Bit mask of ER field. */
1515 
1516 /* Register: FICR_IR */
1517 /* Description: Description collection[n]: Identity Root, word n */
1518 
1519 /* Bits 31..0 : Identity Root, word n */
1520 #define FICR_IR_IR_Pos (0UL) /*!< Position of IR field. */
1521 #define FICR_IR_IR_Msk (0xFFFFFFFFUL << FICR_IR_IR_Pos) /*!< Bit mask of IR field. */
1522 
1523 /* Register: FICR_DEVICEADDRTYPE */
1524 /* Description: Device address type */
1525 
1526 /* Bit 0 : Device address type */
1527 #define FICR_DEVICEADDRTYPE_DEVICEADDRTYPE_Pos (0UL) /*!< Position of DEVICEADDRTYPE field. */
1528 #define FICR_DEVICEADDRTYPE_DEVICEADDRTYPE_Msk (0x1UL << FICR_DEVICEADDRTYPE_DEVICEADDRTYPE_Pos) /*!< Bit mask of DEVICEADDRTYPE field. */
1529 #define FICR_DEVICEADDRTYPE_DEVICEADDRTYPE_Public (0UL) /*!< Public address */
1530 #define FICR_DEVICEADDRTYPE_DEVICEADDRTYPE_Random (1UL) /*!< Random address */
1531 
1532 /* Register: FICR_DEVICEADDR */
1533 /* Description: Description collection[n]: Device address n */
1534 
1535 /* Bits 31..0 : 48 bit device address */
1536 #define FICR_DEVICEADDR_DEVICEADDR_Pos (0UL) /*!< Position of DEVICEADDR field. */
1537 #define FICR_DEVICEADDR_DEVICEADDR_Msk (0xFFFFFFFFUL << FICR_DEVICEADDR_DEVICEADDR_Pos) /*!< Bit mask of DEVICEADDR field. */
1538 
1539 /* Register: FICR_INFO_PART */
1540 /* Description: Part code */
1541 
1542 /* Bits 31..0 : Part code */
1543 #define FICR_INFO_PART_PART_Pos (0UL) /*!< Position of PART field. */
1544 #define FICR_INFO_PART_PART_Msk (0xFFFFFFFFUL << FICR_INFO_PART_PART_Pos) /*!< Bit mask of PART field. */
1545 #define FICR_INFO_PART_PART_N52840 (0x52840UL) /*!< nRF52840 */
1546 #define FICR_INFO_PART_PART_Unspecified (0xFFFFFFFFUL) /*!< Unspecified */
1547 
1548 /* Register: FICR_INFO_VARIANT */
1549 /* Description: Build code (hardware version and production configuration) */
1550 
1551 /* Bits 31..0 : Build code (hardware version and production configuration). Encoded as ASCII. */
1552 #define FICR_INFO_VARIANT_VARIANT_Pos (0UL) /*!< Position of VARIANT field. */
1553 #define FICR_INFO_VARIANT_VARIANT_Msk (0xFFFFFFFFUL << FICR_INFO_VARIANT_VARIANT_Pos) /*!< Bit mask of VARIANT field. */
1554 #define FICR_INFO_VARIANT_VARIANT_AAAA (0x41414141UL) /*!< AAAA */
1555 #define FICR_INFO_VARIANT_VARIANT_AAAB (0x41414142UL) /*!< AAAB */
1556 #define FICR_INFO_VARIANT_VARIANT_AABA (0x41414241UL) /*!< AABA */
1557 #define FICR_INFO_VARIANT_VARIANT_AABB (0x41414242UL) /*!< AABB */
1558 #define FICR_INFO_VARIANT_VARIANT_AACA (0x41414341UL) /*!< AACA */
1559 #define FICR_INFO_VARIANT_VARIANT_BAAA (0x42414141UL) /*!< BAAA */
1560 #define FICR_INFO_VARIANT_VARIANT_CAAA (0x43414141UL) /*!< CAAA */
1561 #define FICR_INFO_VARIANT_VARIANT_Unspecified (0xFFFFFFFFUL) /*!< Unspecified */
1562 
1563 /* Register: FICR_INFO_PACKAGE */
1564 /* Description: Package option */
1565 
1566 /* Bits 31..0 : Package option */
1567 #define FICR_INFO_PACKAGE_PACKAGE_Pos (0UL) /*!< Position of PACKAGE field. */
1568 #define FICR_INFO_PACKAGE_PACKAGE_Msk (0xFFFFFFFFUL << FICR_INFO_PACKAGE_PACKAGE_Pos) /*!< Bit mask of PACKAGE field. */
1569 #define FICR_INFO_PACKAGE_PACKAGE_QI (0x2004UL) /*!< QIxx - 73-pin aQFN */
1570 #define FICR_INFO_PACKAGE_PACKAGE_Unspecified (0xFFFFFFFFUL) /*!< Unspecified */
1571 
1572 /* Register: FICR_INFO_RAM */
1573 /* Description: RAM variant */
1574 
1575 /* Bits 31..0 : RAM variant */
1576 #define FICR_INFO_RAM_RAM_Pos (0UL) /*!< Position of RAM field. */
1577 #define FICR_INFO_RAM_RAM_Msk (0xFFFFFFFFUL << FICR_INFO_RAM_RAM_Pos) /*!< Bit mask of RAM field. */
1578 #define FICR_INFO_RAM_RAM_K16 (0x10UL) /*!< 16 kByte RAM */
1579 #define FICR_INFO_RAM_RAM_K32 (0x20UL) /*!< 32 kByte RAM */
1580 #define FICR_INFO_RAM_RAM_K64 (0x40UL) /*!< 64 kByte RAM */
1581 #define FICR_INFO_RAM_RAM_K128 (0x80UL) /*!< 128 kByte RAM */
1582 #define FICR_INFO_RAM_RAM_K256 (0x100UL) /*!< 256 kByte RAM */
1583 #define FICR_INFO_RAM_RAM_Unspecified (0xFFFFFFFFUL) /*!< Unspecified */
1584 
1585 /* Register: FICR_INFO_FLASH */
1586 /* Description: Flash variant */
1587 
1588 /* Bits 31..0 : Flash variant */
1589 #define FICR_INFO_FLASH_FLASH_Pos (0UL) /*!< Position of FLASH field. */
1590 #define FICR_INFO_FLASH_FLASH_Msk (0xFFFFFFFFUL << FICR_INFO_FLASH_FLASH_Pos) /*!< Bit mask of FLASH field. */
1591 #define FICR_INFO_FLASH_FLASH_K128 (0x80UL) /*!< 128 kByte FLASH */
1592 #define FICR_INFO_FLASH_FLASH_K256 (0x100UL) /*!< 256 kByte FLASH */
1593 #define FICR_INFO_FLASH_FLASH_K512 (0x200UL) /*!< 512 kByte FLASH */
1594 #define FICR_INFO_FLASH_FLASH_K1024 (0x400UL) /*!< 1 MByte FLASH */
1595 #define FICR_INFO_FLASH_FLASH_K2048 (0x800UL) /*!< 2 MByte FLASH */
1596 #define FICR_INFO_FLASH_FLASH_Unspecified (0xFFFFFFFFUL) /*!< Unspecified */
1597 
1598 /* Register: FICR_PRODTEST */
1599 /* Description: Description collection[n]: Production test signature n */
1600 
1601 /* Bits 31..0 : Production test signature n */
1602 #define FICR_PRODTEST_PRODTEST_Pos (0UL) /*!< Position of PRODTEST field. */
1603 #define FICR_PRODTEST_PRODTEST_Msk (0xFFFFFFFFUL << FICR_PRODTEST_PRODTEST_Pos) /*!< Bit mask of PRODTEST field. */
1604 #define FICR_PRODTEST_PRODTEST_Done (0xBB42319FUL) /*!< Production tests done */
1605 #define FICR_PRODTEST_PRODTEST_NotDone (0xFFFFFFFFUL) /*!< Production tests not done */
1606 
1607 /* Register: FICR_TEMP_A0 */
1608 /* Description: Slope definition A0 */
1609 
1610 /* Bits 11..0 : A (slope definition) register. */
1611 #define FICR_TEMP_A0_A_Pos (0UL) /*!< Position of A field. */
1612 #define FICR_TEMP_A0_A_Msk (0xFFFUL << FICR_TEMP_A0_A_Pos) /*!< Bit mask of A field. */
1613 
1614 /* Register: FICR_TEMP_A1 */
1615 /* Description: Slope definition A1 */
1616 
1617 /* Bits 11..0 : A (slope definition) register. */
1618 #define FICR_TEMP_A1_A_Pos (0UL) /*!< Position of A field. */
1619 #define FICR_TEMP_A1_A_Msk (0xFFFUL << FICR_TEMP_A1_A_Pos) /*!< Bit mask of A field. */
1620 
1621 /* Register: FICR_TEMP_A2 */
1622 /* Description: Slope definition A2 */
1623 
1624 /* Bits 11..0 : A (slope definition) register. */
1625 #define FICR_TEMP_A2_A_Pos (0UL) /*!< Position of A field. */
1626 #define FICR_TEMP_A2_A_Msk (0xFFFUL << FICR_TEMP_A2_A_Pos) /*!< Bit mask of A field. */
1627 
1628 /* Register: FICR_TEMP_A3 */
1629 /* Description: Slope definition A3 */
1630 
1631 /* Bits 11..0 : A (slope definition) register. */
1632 #define FICR_TEMP_A3_A_Pos (0UL) /*!< Position of A field. */
1633 #define FICR_TEMP_A3_A_Msk (0xFFFUL << FICR_TEMP_A3_A_Pos) /*!< Bit mask of A field. */
1634 
1635 /* Register: FICR_TEMP_A4 */
1636 /* Description: Slope definition A4 */
1637 
1638 /* Bits 11..0 : A (slope definition) register. */
1639 #define FICR_TEMP_A4_A_Pos (0UL) /*!< Position of A field. */
1640 #define FICR_TEMP_A4_A_Msk (0xFFFUL << FICR_TEMP_A4_A_Pos) /*!< Bit mask of A field. */
1641 
1642 /* Register: FICR_TEMP_A5 */
1643 /* Description: Slope definition A5 */
1644 
1645 /* Bits 11..0 : A (slope definition) register. */
1646 #define FICR_TEMP_A5_A_Pos (0UL) /*!< Position of A field. */
1647 #define FICR_TEMP_A5_A_Msk (0xFFFUL << FICR_TEMP_A5_A_Pos) /*!< Bit mask of A field. */
1648 
1649 /* Register: FICR_TEMP_B0 */
1650 /* Description: Y-intercept B0 */
1651 
1652 /* Bits 13..0 : B (y-intercept) */
1653 #define FICR_TEMP_B0_B_Pos (0UL) /*!< Position of B field. */
1654 #define FICR_TEMP_B0_B_Msk (0x3FFFUL << FICR_TEMP_B0_B_Pos) /*!< Bit mask of B field. */
1655 
1656 /* Register: FICR_TEMP_B1 */
1657 /* Description: Y-intercept B1 */
1658 
1659 /* Bits 13..0 : B (y-intercept) */
1660 #define FICR_TEMP_B1_B_Pos (0UL) /*!< Position of B field. */
1661 #define FICR_TEMP_B1_B_Msk (0x3FFFUL << FICR_TEMP_B1_B_Pos) /*!< Bit mask of B field. */
1662 
1663 /* Register: FICR_TEMP_B2 */
1664 /* Description: Y-intercept B2 */
1665 
1666 /* Bits 13..0 : B (y-intercept) */
1667 #define FICR_TEMP_B2_B_Pos (0UL) /*!< Position of B field. */
1668 #define FICR_TEMP_B2_B_Msk (0x3FFFUL << FICR_TEMP_B2_B_Pos) /*!< Bit mask of B field. */
1669 
1670 /* Register: FICR_TEMP_B3 */
1671 /* Description: Y-intercept B3 */
1672 
1673 /* Bits 13..0 : B (y-intercept) */
1674 #define FICR_TEMP_B3_B_Pos (0UL) /*!< Position of B field. */
1675 #define FICR_TEMP_B3_B_Msk (0x3FFFUL << FICR_TEMP_B3_B_Pos) /*!< Bit mask of B field. */
1676 
1677 /* Register: FICR_TEMP_B4 */
1678 /* Description: Y-intercept B4 */
1679 
1680 /* Bits 13..0 : B (y-intercept) */
1681 #define FICR_TEMP_B4_B_Pos (0UL) /*!< Position of B field. */
1682 #define FICR_TEMP_B4_B_Msk (0x3FFFUL << FICR_TEMP_B4_B_Pos) /*!< Bit mask of B field. */
1683 
1684 /* Register: FICR_TEMP_B5 */
1685 /* Description: Y-intercept B5 */
1686 
1687 /* Bits 13..0 : B (y-intercept) */
1688 #define FICR_TEMP_B5_B_Pos (0UL) /*!< Position of B field. */
1689 #define FICR_TEMP_B5_B_Msk (0x3FFFUL << FICR_TEMP_B5_B_Pos) /*!< Bit mask of B field. */
1690 
1691 /* Register: FICR_TEMP_T0 */
1692 /* Description: Segment end T0 */
1693 
1694 /* Bits 7..0 : T (segment end) register */
1695 #define FICR_TEMP_T0_T_Pos (0UL) /*!< Position of T field. */
1696 #define FICR_TEMP_T0_T_Msk (0xFFUL << FICR_TEMP_T0_T_Pos) /*!< Bit mask of T field. */
1697 
1698 /* Register: FICR_TEMP_T1 */
1699 /* Description: Segment end T1 */
1700 
1701 /* Bits 7..0 : T (segment end) register */
1702 #define FICR_TEMP_T1_T_Pos (0UL) /*!< Position of T field. */
1703 #define FICR_TEMP_T1_T_Msk (0xFFUL << FICR_TEMP_T1_T_Pos) /*!< Bit mask of T field. */
1704 
1705 /* Register: FICR_TEMP_T2 */
1706 /* Description: Segment end T2 */
1707 
1708 /* Bits 7..0 : T (segment end) register */
1709 #define FICR_TEMP_T2_T_Pos (0UL) /*!< Position of T field. */
1710 #define FICR_TEMP_T2_T_Msk (0xFFUL << FICR_TEMP_T2_T_Pos) /*!< Bit mask of T field. */
1711 
1712 /* Register: FICR_TEMP_T3 */
1713 /* Description: Segment end T3 */
1714 
1715 /* Bits 7..0 : T (segment end) register */
1716 #define FICR_TEMP_T3_T_Pos (0UL) /*!< Position of T field. */
1717 #define FICR_TEMP_T3_T_Msk (0xFFUL << FICR_TEMP_T3_T_Pos) /*!< Bit mask of T field. */
1718 
1719 /* Register: FICR_TEMP_T4 */
1720 /* Description: Segment end T4 */
1721 
1722 /* Bits 7..0 : T (segment end) register */
1723 #define FICR_TEMP_T4_T_Pos (0UL) /*!< Position of T field. */
1724 #define FICR_TEMP_T4_T_Msk (0xFFUL << FICR_TEMP_T4_T_Pos) /*!< Bit mask of T field. */
1725 
1726 /* Register: FICR_NFC_TAGHEADER0 */
1727 /* Description: Default header for NFC tag. Software can read these values to populate NFCID1_3RD_LAST, NFCID1_2ND_LAST and NFCID1_LAST. */
1728 
1729 /* Bits 31..24 : Unique identifier byte 3 */
1730 #define FICR_NFC_TAGHEADER0_UD3_Pos (24UL) /*!< Position of UD3 field. */
1731 #define FICR_NFC_TAGHEADER0_UD3_Msk (0xFFUL << FICR_NFC_TAGHEADER0_UD3_Pos) /*!< Bit mask of UD3 field. */
1732 
1733 /* Bits 23..16 : Unique identifier byte 2 */
1734 #define FICR_NFC_TAGHEADER0_UD2_Pos (16UL) /*!< Position of UD2 field. */
1735 #define FICR_NFC_TAGHEADER0_UD2_Msk (0xFFUL << FICR_NFC_TAGHEADER0_UD2_Pos) /*!< Bit mask of UD2 field. */
1736 
1737 /* Bits 15..8 : Unique identifier byte 1 */
1738 #define FICR_NFC_TAGHEADER0_UD1_Pos (8UL) /*!< Position of UD1 field. */
1739 #define FICR_NFC_TAGHEADER0_UD1_Msk (0xFFUL << FICR_NFC_TAGHEADER0_UD1_Pos) /*!< Bit mask of UD1 field. */
1740 
1741 /* Bits 7..0 : Default Manufacturer ID: Nordic Semiconductor ASA has ICM 0x5F */
1742 #define FICR_NFC_TAGHEADER0_MFGID_Pos (0UL) /*!< Position of MFGID field. */
1743 #define FICR_NFC_TAGHEADER0_MFGID_Msk (0xFFUL << FICR_NFC_TAGHEADER0_MFGID_Pos) /*!< Bit mask of MFGID field. */
1744 
1745 /* Register: FICR_NFC_TAGHEADER1 */
1746 /* Description: Default header for NFC tag. Software can read these values to populate NFCID1_3RD_LAST, NFCID1_2ND_LAST and NFCID1_LAST. */
1747 
1748 /* Bits 31..24 : Unique identifier byte 7 */
1749 #define FICR_NFC_TAGHEADER1_UD7_Pos (24UL) /*!< Position of UD7 field. */
1750 #define FICR_NFC_TAGHEADER1_UD7_Msk (0xFFUL << FICR_NFC_TAGHEADER1_UD7_Pos) /*!< Bit mask of UD7 field. */
1751 
1752 /* Bits 23..16 : Unique identifier byte 6 */
1753 #define FICR_NFC_TAGHEADER1_UD6_Pos (16UL) /*!< Position of UD6 field. */
1754 #define FICR_NFC_TAGHEADER1_UD6_Msk (0xFFUL << FICR_NFC_TAGHEADER1_UD6_Pos) /*!< Bit mask of UD6 field. */
1755 
1756 /* Bits 15..8 : Unique identifier byte 5 */
1757 #define FICR_NFC_TAGHEADER1_UD5_Pos (8UL) /*!< Position of UD5 field. */
1758 #define FICR_NFC_TAGHEADER1_UD5_Msk (0xFFUL << FICR_NFC_TAGHEADER1_UD5_Pos) /*!< Bit mask of UD5 field. */
1759 
1760 /* Bits 7..0 : Unique identifier byte 4 */
1761 #define FICR_NFC_TAGHEADER1_UD4_Pos (0UL) /*!< Position of UD4 field. */
1762 #define FICR_NFC_TAGHEADER1_UD4_Msk (0xFFUL << FICR_NFC_TAGHEADER1_UD4_Pos) /*!< Bit mask of UD4 field. */
1763 
1764 /* Register: FICR_NFC_TAGHEADER2 */
1765 /* Description: Default header for NFC tag. Software can read these values to populate NFCID1_3RD_LAST, NFCID1_2ND_LAST and NFCID1_LAST. */
1766 
1767 /* Bits 31..24 : Unique identifier byte 11 */
1768 #define FICR_NFC_TAGHEADER2_UD11_Pos (24UL) /*!< Position of UD11 field. */
1769 #define FICR_NFC_TAGHEADER2_UD11_Msk (0xFFUL << FICR_NFC_TAGHEADER2_UD11_Pos) /*!< Bit mask of UD11 field. */
1770 
1771 /* Bits 23..16 : Unique identifier byte 10 */
1772 #define FICR_NFC_TAGHEADER2_UD10_Pos (16UL) /*!< Position of UD10 field. */
1773 #define FICR_NFC_TAGHEADER2_UD10_Msk (0xFFUL << FICR_NFC_TAGHEADER2_UD10_Pos) /*!< Bit mask of UD10 field. */
1774 
1775 /* Bits 15..8 : Unique identifier byte 9 */
1776 #define FICR_NFC_TAGHEADER2_UD9_Pos (8UL) /*!< Position of UD9 field. */
1777 #define FICR_NFC_TAGHEADER2_UD9_Msk (0xFFUL << FICR_NFC_TAGHEADER2_UD9_Pos) /*!< Bit mask of UD9 field. */
1778 
1779 /* Bits 7..0 : Unique identifier byte 8 */
1780 #define FICR_NFC_TAGHEADER2_UD8_Pos (0UL) /*!< Position of UD8 field. */
1781 #define FICR_NFC_TAGHEADER2_UD8_Msk (0xFFUL << FICR_NFC_TAGHEADER2_UD8_Pos) /*!< Bit mask of UD8 field. */
1782 
1783 /* Register: FICR_NFC_TAGHEADER3 */
1784 /* Description: Default header for NFC tag. Software can read these values to populate NFCID1_3RD_LAST, NFCID1_2ND_LAST and NFCID1_LAST. */
1785 
1786 /* Bits 31..24 : Unique identifier byte 15 */
1787 #define FICR_NFC_TAGHEADER3_UD15_Pos (24UL) /*!< Position of UD15 field. */
1788 #define FICR_NFC_TAGHEADER3_UD15_Msk (0xFFUL << FICR_NFC_TAGHEADER3_UD15_Pos) /*!< Bit mask of UD15 field. */
1789 
1790 /* Bits 23..16 : Unique identifier byte 14 */
1791 #define FICR_NFC_TAGHEADER3_UD14_Pos (16UL) /*!< Position of UD14 field. */
1792 #define FICR_NFC_TAGHEADER3_UD14_Msk (0xFFUL << FICR_NFC_TAGHEADER3_UD14_Pos) /*!< Bit mask of UD14 field. */
1793 
1794 /* Bits 15..8 : Unique identifier byte 13 */
1795 #define FICR_NFC_TAGHEADER3_UD13_Pos (8UL) /*!< Position of UD13 field. */
1796 #define FICR_NFC_TAGHEADER3_UD13_Msk (0xFFUL << FICR_NFC_TAGHEADER3_UD13_Pos) /*!< Bit mask of UD13 field. */
1797 
1798 /* Bits 7..0 : Unique identifier byte 12 */
1799 #define FICR_NFC_TAGHEADER3_UD12_Pos (0UL) /*!< Position of UD12 field. */
1800 #define FICR_NFC_TAGHEADER3_UD12_Msk (0xFFUL << FICR_NFC_TAGHEADER3_UD12_Pos) /*!< Bit mask of UD12 field. */
1801 
1802 /* Register: FICR_TRNG90B_BYTES */
1803 /* Description: Amount of bytes for the required entropy bits */
1804 
1805 /* Bits 31..0 : Amount of bytes for the required entropy bits */
1806 #define FICR_TRNG90B_BYTES_BYTES_Pos (0UL) /*!< Position of BYTES field. */
1807 #define FICR_TRNG90B_BYTES_BYTES_Msk (0xFFFFFFFFUL << FICR_TRNG90B_BYTES_BYTES_Pos) /*!< Bit mask of BYTES field. */
1808 
1809 /* Register: FICR_TRNG90B_RCCUTOFF */
1810 /* Description: Repetition counter cutoff */
1811 
1812 /* Bits 31..0 : Repetition counter cutoff */
1813 #define FICR_TRNG90B_RCCUTOFF_RCCUTOFF_Pos (0UL) /*!< Position of RCCUTOFF field. */
1814 #define FICR_TRNG90B_RCCUTOFF_RCCUTOFF_Msk (0xFFFFFFFFUL << FICR_TRNG90B_RCCUTOFF_RCCUTOFF_Pos) /*!< Bit mask of RCCUTOFF field. */
1815 
1816 /* Register: FICR_TRNG90B_APCUTOFF */
1817 /* Description: Adaptive proportion cutoff */
1818 
1819 /* Bits 31..0 : Adaptive proportion cutoff */
1820 #define FICR_TRNG90B_APCUTOFF_APCUTOFF_Pos (0UL) /*!< Position of APCUTOFF field. */
1821 #define FICR_TRNG90B_APCUTOFF_APCUTOFF_Msk (0xFFFFFFFFUL << FICR_TRNG90B_APCUTOFF_APCUTOFF_Pos) /*!< Bit mask of APCUTOFF field. */
1822 
1823 /* Register: FICR_TRNG90B_STARTUP */
1824 /* Description: Amount of bytes for the startup tests */
1825 
1826 /* Bits 31..0 : Amount of bytes for the startup tests */
1827 #define FICR_TRNG90B_STARTUP_STARTUP_Pos (0UL) /*!< Position of STARTUP field. */
1828 #define FICR_TRNG90B_STARTUP_STARTUP_Msk (0xFFFFFFFFUL << FICR_TRNG90B_STARTUP_STARTUP_Pos) /*!< Bit mask of STARTUP field. */
1829 
1830 /* Register: FICR_TRNG90B_ROSC1 */
1831 /* Description: Sample count for ring oscillator 1 */
1832 
1833 /* Bits 31..0 : Sample count for ring oscillator 1 */
1834 #define FICR_TRNG90B_ROSC1_ROSC1_Pos (0UL) /*!< Position of ROSC1 field. */
1835 #define FICR_TRNG90B_ROSC1_ROSC1_Msk (0xFFFFFFFFUL << FICR_TRNG90B_ROSC1_ROSC1_Pos) /*!< Bit mask of ROSC1 field. */
1836 
1837 /* Register: FICR_TRNG90B_ROSC2 */
1838 /* Description: Sample count for ring oscillator 2 */
1839 
1840 /* Bits 31..0 : Sample count for ring oscillator 2 */
1841 #define FICR_TRNG90B_ROSC2_ROSC2_Pos (0UL) /*!< Position of ROSC2 field. */
1842 #define FICR_TRNG90B_ROSC2_ROSC2_Msk (0xFFFFFFFFUL << FICR_TRNG90B_ROSC2_ROSC2_Pos) /*!< Bit mask of ROSC2 field. */
1843 
1844 /* Register: FICR_TRNG90B_ROSC3 */
1845 /* Description: Sample count for ring oscillator 3 */
1846 
1847 /* Bits 31..0 : Sample count for ring oscillator 3 */
1848 #define FICR_TRNG90B_ROSC3_ROSC3_Pos (0UL) /*!< Position of ROSC3 field. */
1849 #define FICR_TRNG90B_ROSC3_ROSC3_Msk (0xFFFFFFFFUL << FICR_TRNG90B_ROSC3_ROSC3_Pos) /*!< Bit mask of ROSC3 field. */
1850 
1851 /* Register: FICR_TRNG90B_ROSC4 */
1852 /* Description: Sample count for ring oscillator 4 */
1853 
1854 /* Bits 31..0 : Sample count for ring oscillator 4 */
1855 #define FICR_TRNG90B_ROSC4_ROSC4_Pos (0UL) /*!< Position of ROSC4 field. */
1856 #define FICR_TRNG90B_ROSC4_ROSC4_Msk (0xFFFFFFFFUL << FICR_TRNG90B_ROSC4_ROSC4_Pos) /*!< Bit mask of ROSC4 field. */
1857 
1858 
1859 /* Peripheral: GPIOTE */
1860 /* Description: GPIO Tasks and Events */
1861 
1862 /* Register: GPIOTE_TASKS_OUT */
1863 /* Description: Description collection[n]: Task for writing to pin specified in CONFIG[n].PSEL. Action on pin is configured in CONFIG[n].POLARITY. */
1864 
1865 /* Bit 0 :   */
1866 #define GPIOTE_TASKS_OUT_TASKS_OUT_Pos (0UL) /*!< Position of TASKS_OUT field. */
1867 #define GPIOTE_TASKS_OUT_TASKS_OUT_Msk (0x1UL << GPIOTE_TASKS_OUT_TASKS_OUT_Pos) /*!< Bit mask of TASKS_OUT field. */
1868 
1869 /* Register: GPIOTE_TASKS_SET */
1870 /* Description: Description collection[n]: Task for writing to pin specified in CONFIG[n].PSEL. Action on pin is to set it high. */
1871 
1872 /* Bit 0 :   */
1873 #define GPIOTE_TASKS_SET_TASKS_SET_Pos (0UL) /*!< Position of TASKS_SET field. */
1874 #define GPIOTE_TASKS_SET_TASKS_SET_Msk (0x1UL << GPIOTE_TASKS_SET_TASKS_SET_Pos) /*!< Bit mask of TASKS_SET field. */
1875 
1876 /* Register: GPIOTE_TASKS_CLR */
1877 /* Description: Description collection[n]: Task for writing to pin specified in CONFIG[n].PSEL. Action on pin is to set it low. */
1878 
1879 /* Bit 0 :   */
1880 #define GPIOTE_TASKS_CLR_TASKS_CLR_Pos (0UL) /*!< Position of TASKS_CLR field. */
1881 #define GPIOTE_TASKS_CLR_TASKS_CLR_Msk (0x1UL << GPIOTE_TASKS_CLR_TASKS_CLR_Pos) /*!< Bit mask of TASKS_CLR field. */
1882 
1883 /* Register: GPIOTE_EVENTS_IN */
1884 /* Description: Description collection[n]: Event generated from pin specified in CONFIG[n].PSEL */
1885 
1886 /* Bit 0 :   */
1887 #define GPIOTE_EVENTS_IN_EVENTS_IN_Pos (0UL) /*!< Position of EVENTS_IN field. */
1888 #define GPIOTE_EVENTS_IN_EVENTS_IN_Msk (0x1UL << GPIOTE_EVENTS_IN_EVENTS_IN_Pos) /*!< Bit mask of EVENTS_IN field. */
1889 
1890 /* Register: GPIOTE_EVENTS_PORT */
1891 /* Description: Event generated from multiple input GPIO pins with SENSE mechanism enabled */
1892 
1893 /* Bit 0 :   */
1894 #define GPIOTE_EVENTS_PORT_EVENTS_PORT_Pos (0UL) /*!< Position of EVENTS_PORT field. */
1895 #define GPIOTE_EVENTS_PORT_EVENTS_PORT_Msk (0x1UL << GPIOTE_EVENTS_PORT_EVENTS_PORT_Pos) /*!< Bit mask of EVENTS_PORT field. */
1896 
1897 /* Register: GPIOTE_INTENSET */
1898 /* Description: Enable interrupt */
1899 
1900 /* Bit 31 : Write '1' to enable interrupt for PORT event */
1901 #define GPIOTE_INTENSET_PORT_Pos (31UL) /*!< Position of PORT field. */
1902 #define GPIOTE_INTENSET_PORT_Msk (0x1UL << GPIOTE_INTENSET_PORT_Pos) /*!< Bit mask of PORT field. */
1903 #define GPIOTE_INTENSET_PORT_Disabled (0UL) /*!< Read: Disabled */
1904 #define GPIOTE_INTENSET_PORT_Enabled (1UL) /*!< Read: Enabled */
1905 #define GPIOTE_INTENSET_PORT_Set (1UL) /*!< Enable */
1906 
1907 /* Bit 7 : Write '1' to enable interrupt for IN[7] event */
1908 #define GPIOTE_INTENSET_IN7_Pos (7UL) /*!< Position of IN7 field. */
1909 #define GPIOTE_INTENSET_IN7_Msk (0x1UL << GPIOTE_INTENSET_IN7_Pos) /*!< Bit mask of IN7 field. */
1910 #define GPIOTE_INTENSET_IN7_Disabled (0UL) /*!< Read: Disabled */
1911 #define GPIOTE_INTENSET_IN7_Enabled (1UL) /*!< Read: Enabled */
1912 #define GPIOTE_INTENSET_IN7_Set (1UL) /*!< Enable */
1913 
1914 /* Bit 6 : Write '1' to enable interrupt for IN[6] event */
1915 #define GPIOTE_INTENSET_IN6_Pos (6UL) /*!< Position of IN6 field. */
1916 #define GPIOTE_INTENSET_IN6_Msk (0x1UL << GPIOTE_INTENSET_IN6_Pos) /*!< Bit mask of IN6 field. */
1917 #define GPIOTE_INTENSET_IN6_Disabled (0UL) /*!< Read: Disabled */
1918 #define GPIOTE_INTENSET_IN6_Enabled (1UL) /*!< Read: Enabled */
1919 #define GPIOTE_INTENSET_IN6_Set (1UL) /*!< Enable */
1920 
1921 /* Bit 5 : Write '1' to enable interrupt for IN[5] event */
1922 #define GPIOTE_INTENSET_IN5_Pos (5UL) /*!< Position of IN5 field. */
1923 #define GPIOTE_INTENSET_IN5_Msk (0x1UL << GPIOTE_INTENSET_IN5_Pos) /*!< Bit mask of IN5 field. */
1924 #define GPIOTE_INTENSET_IN5_Disabled (0UL) /*!< Read: Disabled */
1925 #define GPIOTE_INTENSET_IN5_Enabled (1UL) /*!< Read: Enabled */
1926 #define GPIOTE_INTENSET_IN5_Set (1UL) /*!< Enable */
1927 
1928 /* Bit 4 : Write '1' to enable interrupt for IN[4] event */
1929 #define GPIOTE_INTENSET_IN4_Pos (4UL) /*!< Position of IN4 field. */
1930 #define GPIOTE_INTENSET_IN4_Msk (0x1UL << GPIOTE_INTENSET_IN4_Pos) /*!< Bit mask of IN4 field. */
1931 #define GPIOTE_INTENSET_IN4_Disabled (0UL) /*!< Read: Disabled */
1932 #define GPIOTE_INTENSET_IN4_Enabled (1UL) /*!< Read: Enabled */
1933 #define GPIOTE_INTENSET_IN4_Set (1UL) /*!< Enable */
1934 
1935 /* Bit 3 : Write '1' to enable interrupt for IN[3] event */
1936 #define GPIOTE_INTENSET_IN3_Pos (3UL) /*!< Position of IN3 field. */
1937 #define GPIOTE_INTENSET_IN3_Msk (0x1UL << GPIOTE_INTENSET_IN3_Pos) /*!< Bit mask of IN3 field. */
1938 #define GPIOTE_INTENSET_IN3_Disabled (0UL) /*!< Read: Disabled */
1939 #define GPIOTE_INTENSET_IN3_Enabled (1UL) /*!< Read: Enabled */
1940 #define GPIOTE_INTENSET_IN3_Set (1UL) /*!< Enable */
1941 
1942 /* Bit 2 : Write '1' to enable interrupt for IN[2] event */
1943 #define GPIOTE_INTENSET_IN2_Pos (2UL) /*!< Position of IN2 field. */
1944 #define GPIOTE_INTENSET_IN2_Msk (0x1UL << GPIOTE_INTENSET_IN2_Pos) /*!< Bit mask of IN2 field. */
1945 #define GPIOTE_INTENSET_IN2_Disabled (0UL) /*!< Read: Disabled */
1946 #define GPIOTE_INTENSET_IN2_Enabled (1UL) /*!< Read: Enabled */
1947 #define GPIOTE_INTENSET_IN2_Set (1UL) /*!< Enable */
1948 
1949 /* Bit 1 : Write '1' to enable interrupt for IN[1] event */
1950 #define GPIOTE_INTENSET_IN1_Pos (1UL) /*!< Position of IN1 field. */
1951 #define GPIOTE_INTENSET_IN1_Msk (0x1UL << GPIOTE_INTENSET_IN1_Pos) /*!< Bit mask of IN1 field. */
1952 #define GPIOTE_INTENSET_IN1_Disabled (0UL) /*!< Read: Disabled */
1953 #define GPIOTE_INTENSET_IN1_Enabled (1UL) /*!< Read: Enabled */
1954 #define GPIOTE_INTENSET_IN1_Set (1UL) /*!< Enable */
1955 
1956 /* Bit 0 : Write '1' to enable interrupt for IN[0] event */
1957 #define GPIOTE_INTENSET_IN0_Pos (0UL) /*!< Position of IN0 field. */
1958 #define GPIOTE_INTENSET_IN0_Msk (0x1UL << GPIOTE_INTENSET_IN0_Pos) /*!< Bit mask of IN0 field. */
1959 #define GPIOTE_INTENSET_IN0_Disabled (0UL) /*!< Read: Disabled */
1960 #define GPIOTE_INTENSET_IN0_Enabled (1UL) /*!< Read: Enabled */
1961 #define GPIOTE_INTENSET_IN0_Set (1UL) /*!< Enable */
1962 
1963 /* Register: GPIOTE_INTENCLR */
1964 /* Description: Disable interrupt */
1965 
1966 /* Bit 31 : Write '1' to disable interrupt for PORT event */
1967 #define GPIOTE_INTENCLR_PORT_Pos (31UL) /*!< Position of PORT field. */
1968 #define GPIOTE_INTENCLR_PORT_Msk (0x1UL << GPIOTE_INTENCLR_PORT_Pos) /*!< Bit mask of PORT field. */
1969 #define GPIOTE_INTENCLR_PORT_Disabled (0UL) /*!< Read: Disabled */
1970 #define GPIOTE_INTENCLR_PORT_Enabled (1UL) /*!< Read: Enabled */
1971 #define GPIOTE_INTENCLR_PORT_Clear (1UL) /*!< Disable */
1972 
1973 /* Bit 7 : Write '1' to disable interrupt for IN[7] event */
1974 #define GPIOTE_INTENCLR_IN7_Pos (7UL) /*!< Position of IN7 field. */
1975 #define GPIOTE_INTENCLR_IN7_Msk (0x1UL << GPIOTE_INTENCLR_IN7_Pos) /*!< Bit mask of IN7 field. */
1976 #define GPIOTE_INTENCLR_IN7_Disabled (0UL) /*!< Read: Disabled */
1977 #define GPIOTE_INTENCLR_IN7_Enabled (1UL) /*!< Read: Enabled */
1978 #define GPIOTE_INTENCLR_IN7_Clear (1UL) /*!< Disable */
1979 
1980 /* Bit 6 : Write '1' to disable interrupt for IN[6] event */
1981 #define GPIOTE_INTENCLR_IN6_Pos (6UL) /*!< Position of IN6 field. */
1982 #define GPIOTE_INTENCLR_IN6_Msk (0x1UL << GPIOTE_INTENCLR_IN6_Pos) /*!< Bit mask of IN6 field. */
1983 #define GPIOTE_INTENCLR_IN6_Disabled (0UL) /*!< Read: Disabled */
1984 #define GPIOTE_INTENCLR_IN6_Enabled (1UL) /*!< Read: Enabled */
1985 #define GPIOTE_INTENCLR_IN6_Clear (1UL) /*!< Disable */
1986 
1987 /* Bit 5 : Write '1' to disable interrupt for IN[5] event */
1988 #define GPIOTE_INTENCLR_IN5_Pos (5UL) /*!< Position of IN5 field. */
1989 #define GPIOTE_INTENCLR_IN5_Msk (0x1UL << GPIOTE_INTENCLR_IN5_Pos) /*!< Bit mask of IN5 field. */
1990 #define GPIOTE_INTENCLR_IN5_Disabled (0UL) /*!< Read: Disabled */
1991 #define GPIOTE_INTENCLR_IN5_Enabled (1UL) /*!< Read: Enabled */
1992 #define GPIOTE_INTENCLR_IN5_Clear (1UL) /*!< Disable */
1993 
1994 /* Bit 4 : Write '1' to disable interrupt for IN[4] event */
1995 #define GPIOTE_INTENCLR_IN4_Pos (4UL) /*!< Position of IN4 field. */
1996 #define GPIOTE_INTENCLR_IN4_Msk (0x1UL << GPIOTE_INTENCLR_IN4_Pos) /*!< Bit mask of IN4 field. */
1997 #define GPIOTE_INTENCLR_IN4_Disabled (0UL) /*!< Read: Disabled */
1998 #define GPIOTE_INTENCLR_IN4_Enabled (1UL) /*!< Read: Enabled */
1999 #define GPIOTE_INTENCLR_IN4_Clear (1UL) /*!< Disable */
2000 
2001 /* Bit 3 : Write '1' to disable interrupt for IN[3] event */
2002 #define GPIOTE_INTENCLR_IN3_Pos (3UL) /*!< Position of IN3 field. */
2003 #define GPIOTE_INTENCLR_IN3_Msk (0x1UL << GPIOTE_INTENCLR_IN3_Pos) /*!< Bit mask of IN3 field. */
2004 #define GPIOTE_INTENCLR_IN3_Disabled (0UL) /*!< Read: Disabled */
2005 #define GPIOTE_INTENCLR_IN3_Enabled (1UL) /*!< Read: Enabled */
2006 #define GPIOTE_INTENCLR_IN3_Clear (1UL) /*!< Disable */
2007 
2008 /* Bit 2 : Write '1' to disable interrupt for IN[2] event */
2009 #define GPIOTE_INTENCLR_IN2_Pos (2UL) /*!< Position of IN2 field. */
2010 #define GPIOTE_INTENCLR_IN2_Msk (0x1UL << GPIOTE_INTENCLR_IN2_Pos) /*!< Bit mask of IN2 field. */
2011 #define GPIOTE_INTENCLR_IN2_Disabled (0UL) /*!< Read: Disabled */
2012 #define GPIOTE_INTENCLR_IN2_Enabled (1UL) /*!< Read: Enabled */
2013 #define GPIOTE_INTENCLR_IN2_Clear (1UL) /*!< Disable */
2014 
2015 /* Bit 1 : Write '1' to disable interrupt for IN[1] event */
2016 #define GPIOTE_INTENCLR_IN1_Pos (1UL) /*!< Position of IN1 field. */
2017 #define GPIOTE_INTENCLR_IN1_Msk (0x1UL << GPIOTE_INTENCLR_IN1_Pos) /*!< Bit mask of IN1 field. */
2018 #define GPIOTE_INTENCLR_IN1_Disabled (0UL) /*!< Read: Disabled */
2019 #define GPIOTE_INTENCLR_IN1_Enabled (1UL) /*!< Read: Enabled */
2020 #define GPIOTE_INTENCLR_IN1_Clear (1UL) /*!< Disable */
2021 
2022 /* Bit 0 : Write '1' to disable interrupt for IN[0] event */
2023 #define GPIOTE_INTENCLR_IN0_Pos (0UL) /*!< Position of IN0 field. */
2024 #define GPIOTE_INTENCLR_IN0_Msk (0x1UL << GPIOTE_INTENCLR_IN0_Pos) /*!< Bit mask of IN0 field. */
2025 #define GPIOTE_INTENCLR_IN0_Disabled (0UL) /*!< Read: Disabled */
2026 #define GPIOTE_INTENCLR_IN0_Enabled (1UL) /*!< Read: Enabled */
2027 #define GPIOTE_INTENCLR_IN0_Clear (1UL) /*!< Disable */
2028 
2029 /* Register: GPIOTE_CONFIG */
2030 /* Description: Description collection[n]: Configuration for OUT[n], SET[n] and CLR[n] tasks and IN[n] event */
2031 
2032 /* Bit 20 : When in task mode: Initial value of the output when the GPIOTE channel is configured. When in event mode: No effect. */
2033 #define GPIOTE_CONFIG_OUTINIT_Pos (20UL) /*!< Position of OUTINIT field. */
2034 #define GPIOTE_CONFIG_OUTINIT_Msk (0x1UL << GPIOTE_CONFIG_OUTINIT_Pos) /*!< Bit mask of OUTINIT field. */
2035 #define GPIOTE_CONFIG_OUTINIT_Low (0UL) /*!< Task mode: Initial value of pin before task triggering is low */
2036 #define GPIOTE_CONFIG_OUTINIT_High (1UL) /*!< Task mode: Initial value of pin before task triggering is high */
2037 
2038 /* 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. */
2039 #define GPIOTE_CONFIG_POLARITY_Pos (16UL) /*!< Position of POLARITY field. */
2040 #define GPIOTE_CONFIG_POLARITY_Msk (0x3UL << GPIOTE_CONFIG_POLARITY_Pos) /*!< Bit mask of POLARITY field. */
2041 #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. */
2042 #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. */
2043 #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. */
2044 #define GPIOTE_CONFIG_POLARITY_Toggle (3UL) /*!< Task mode: Toggle pin from OUT[n]. Event mode: Generate IN[n] when any change on pin. */
2045 
2046 /* Bit 13 : Port number */
2047 #define GPIOTE_CONFIG_PORT_Pos (13UL) /*!< Position of PORT field. */
2048 #define GPIOTE_CONFIG_PORT_Msk (0x1UL << GPIOTE_CONFIG_PORT_Pos) /*!< Bit mask of PORT field. */
2049 
2050 /* Bits 12..8 : GPIO number associated with SET[n], CLR[n] and OUT[n] tasks and IN[n] event */
2051 #define GPIOTE_CONFIG_PSEL_Pos (8UL) /*!< Position of PSEL field. */
2052 #define GPIOTE_CONFIG_PSEL_Msk (0x1FUL << GPIOTE_CONFIG_PSEL_Pos) /*!< Bit mask of PSEL field. */
2053 
2054 /* Bits 1..0 : Mode */
2055 #define GPIOTE_CONFIG_MODE_Pos (0UL) /*!< Position of MODE field. */
2056 #define GPIOTE_CONFIG_MODE_Msk (0x3UL << GPIOTE_CONFIG_MODE_Pos) /*!< Bit mask of MODE field. */
2057 #define GPIOTE_CONFIG_MODE_Disabled (0UL) /*!< Disabled. Pin specified by PSEL will not be acquired by the GPIOTE module. */
2058 #define GPIOTE_CONFIG_MODE_Event (1UL) /*!< Event mode */
2059 #define GPIOTE_CONFIG_MODE_Task (3UL) /*!< Task mode */
2060 
2061 
2062 /* Peripheral: I2S */
2063 /* Description: Inter-IC Sound */
2064 
2065 /* Register: I2S_TASKS_START */
2066 /* Description: Starts continuous I2S transfer. Also starts MCK generator when this is enabled. */
2067 
2068 /* Bit 0 :   */
2069 #define I2S_TASKS_START_TASKS_START_Pos (0UL) /*!< Position of TASKS_START field. */
2070 #define I2S_TASKS_START_TASKS_START_Msk (0x1UL << I2S_TASKS_START_TASKS_START_Pos) /*!< Bit mask of TASKS_START field. */
2071 
2072 /* Register: I2S_TASKS_STOP */
2073 /* Description: Stops I2S transfer. Also stops MCK generator. Triggering this task will cause the {event:STOPPED} event to be generated. */
2074 
2075 /* Bit 0 :   */
2076 #define I2S_TASKS_STOP_TASKS_STOP_Pos (0UL) /*!< Position of TASKS_STOP field. */
2077 #define I2S_TASKS_STOP_TASKS_STOP_Msk (0x1UL << I2S_TASKS_STOP_TASKS_STOP_Pos) /*!< Bit mask of TASKS_STOP field. */
2078 
2079 /* Register: I2S_EVENTS_RXPTRUPD */
2080 /* Description: The RXD.PTR register has been copied to internal double-buffers.
2081       When the I2S module is started and RX is enabled, this event will be generated for every RXTXD.MAXCNT words that are received on the SDIN pin. */
2082 
2083 /* Bit 0 :   */
2084 #define I2S_EVENTS_RXPTRUPD_EVENTS_RXPTRUPD_Pos (0UL) /*!< Position of EVENTS_RXPTRUPD field. */
2085 #define I2S_EVENTS_RXPTRUPD_EVENTS_RXPTRUPD_Msk (0x1UL << I2S_EVENTS_RXPTRUPD_EVENTS_RXPTRUPD_Pos) /*!< Bit mask of EVENTS_RXPTRUPD field. */
2086 
2087 /* Register: I2S_EVENTS_STOPPED */
2088 /* Description: I2S transfer stopped. */
2089 
2090 /* Bit 0 :   */
2091 #define I2S_EVENTS_STOPPED_EVENTS_STOPPED_Pos (0UL) /*!< Position of EVENTS_STOPPED field. */
2092 #define I2S_EVENTS_STOPPED_EVENTS_STOPPED_Msk (0x1UL << I2S_EVENTS_STOPPED_EVENTS_STOPPED_Pos) /*!< Bit mask of EVENTS_STOPPED field. */
2093 
2094 /* Register: I2S_EVENTS_TXPTRUPD */
2095 /* Description: The TDX.PTR register has been copied to internal double-buffers.
2096       When the I2S module is started and TX is enabled, this event will be generated for every RXTXD.MAXCNT words that are sent on the SDOUT pin. */
2097 
2098 /* Bit 0 :   */
2099 #define I2S_EVENTS_TXPTRUPD_EVENTS_TXPTRUPD_Pos (0UL) /*!< Position of EVENTS_TXPTRUPD field. */
2100 #define I2S_EVENTS_TXPTRUPD_EVENTS_TXPTRUPD_Msk (0x1UL << I2S_EVENTS_TXPTRUPD_EVENTS_TXPTRUPD_Pos) /*!< Bit mask of EVENTS_TXPTRUPD field. */
2101 
2102 /* Register: I2S_INTEN */
2103 /* Description: Enable or disable interrupt */
2104 
2105 /* Bit 5 : Enable or disable interrupt for TXPTRUPD event */
2106 #define I2S_INTEN_TXPTRUPD_Pos (5UL) /*!< Position of TXPTRUPD field. */
2107 #define I2S_INTEN_TXPTRUPD_Msk (0x1UL << I2S_INTEN_TXPTRUPD_Pos) /*!< Bit mask of TXPTRUPD field. */
2108 #define I2S_INTEN_TXPTRUPD_Disabled (0UL) /*!< Disable */
2109 #define I2S_INTEN_TXPTRUPD_Enabled (1UL) /*!< Enable */
2110 
2111 /* Bit 2 : Enable or disable interrupt for STOPPED event */
2112 #define I2S_INTEN_STOPPED_Pos (2UL) /*!< Position of STOPPED field. */
2113 #define I2S_INTEN_STOPPED_Msk (0x1UL << I2S_INTEN_STOPPED_Pos) /*!< Bit mask of STOPPED field. */
2114 #define I2S_INTEN_STOPPED_Disabled (0UL) /*!< Disable */
2115 #define I2S_INTEN_STOPPED_Enabled (1UL) /*!< Enable */
2116 
2117 /* Bit 1 : Enable or disable interrupt for RXPTRUPD event */
2118 #define I2S_INTEN_RXPTRUPD_Pos (1UL) /*!< Position of RXPTRUPD field. */
2119 #define I2S_INTEN_RXPTRUPD_Msk (0x1UL << I2S_INTEN_RXPTRUPD_Pos) /*!< Bit mask of RXPTRUPD field. */
2120 #define I2S_INTEN_RXPTRUPD_Disabled (0UL) /*!< Disable */
2121 #define I2S_INTEN_RXPTRUPD_Enabled (1UL) /*!< Enable */
2122 
2123 /* Register: I2S_INTENSET */
2124 /* Description: Enable interrupt */
2125 
2126 /* Bit 5 : Write '1' to enable interrupt for TXPTRUPD event */
2127 #define I2S_INTENSET_TXPTRUPD_Pos (5UL) /*!< Position of TXPTRUPD field. */
2128 #define I2S_INTENSET_TXPTRUPD_Msk (0x1UL << I2S_INTENSET_TXPTRUPD_Pos) /*!< Bit mask of TXPTRUPD field. */
2129 #define I2S_INTENSET_TXPTRUPD_Disabled (0UL) /*!< Read: Disabled */
2130 #define I2S_INTENSET_TXPTRUPD_Enabled (1UL) /*!< Read: Enabled */
2131 #define I2S_INTENSET_TXPTRUPD_Set (1UL) /*!< Enable */
2132 
2133 /* Bit 2 : Write '1' to enable interrupt for STOPPED event */
2134 #define I2S_INTENSET_STOPPED_Pos (2UL) /*!< Position of STOPPED field. */
2135 #define I2S_INTENSET_STOPPED_Msk (0x1UL << I2S_INTENSET_STOPPED_Pos) /*!< Bit mask of STOPPED field. */
2136 #define I2S_INTENSET_STOPPED_Disabled (0UL) /*!< Read: Disabled */
2137 #define I2S_INTENSET_STOPPED_Enabled (1UL) /*!< Read: Enabled */
2138 #define I2S_INTENSET_STOPPED_Set (1UL) /*!< Enable */
2139 
2140 /* Bit 1 : Write '1' to enable interrupt for RXPTRUPD event */
2141 #define I2S_INTENSET_RXPTRUPD_Pos (1UL) /*!< Position of RXPTRUPD field. */
2142 #define I2S_INTENSET_RXPTRUPD_Msk (0x1UL << I2S_INTENSET_RXPTRUPD_Pos) /*!< Bit mask of RXPTRUPD field. */
2143 #define I2S_INTENSET_RXPTRUPD_Disabled (0UL) /*!< Read: Disabled */
2144 #define I2S_INTENSET_RXPTRUPD_Enabled (1UL) /*!< Read: Enabled */
2145 #define I2S_INTENSET_RXPTRUPD_Set (1UL) /*!< Enable */
2146 
2147 /* Register: I2S_INTENCLR */
2148 /* Description: Disable interrupt */
2149 
2150 /* Bit 5 : Write '1' to disable interrupt for TXPTRUPD event */
2151 #define I2S_INTENCLR_TXPTRUPD_Pos (5UL) /*!< Position of TXPTRUPD field. */
2152 #define I2S_INTENCLR_TXPTRUPD_Msk (0x1UL << I2S_INTENCLR_TXPTRUPD_Pos) /*!< Bit mask of TXPTRUPD field. */
2153 #define I2S_INTENCLR_TXPTRUPD_Disabled (0UL) /*!< Read: Disabled */
2154 #define I2S_INTENCLR_TXPTRUPD_Enabled (1UL) /*!< Read: Enabled */
2155 #define I2S_INTENCLR_TXPTRUPD_Clear (1UL) /*!< Disable */
2156 
2157 /* Bit 2 : Write '1' to disable interrupt for STOPPED event */
2158 #define I2S_INTENCLR_STOPPED_Pos (2UL) /*!< Position of STOPPED field. */
2159 #define I2S_INTENCLR_STOPPED_Msk (0x1UL << I2S_INTENCLR_STOPPED_Pos) /*!< Bit mask of STOPPED field. */
2160 #define I2S_INTENCLR_STOPPED_Disabled (0UL) /*!< Read: Disabled */
2161 #define I2S_INTENCLR_STOPPED_Enabled (1UL) /*!< Read: Enabled */
2162 #define I2S_INTENCLR_STOPPED_Clear (1UL) /*!< Disable */
2163 
2164 /* Bit 1 : Write '1' to disable interrupt for RXPTRUPD event */
2165 #define I2S_INTENCLR_RXPTRUPD_Pos (1UL) /*!< Position of RXPTRUPD field. */
2166 #define I2S_INTENCLR_RXPTRUPD_Msk (0x1UL << I2S_INTENCLR_RXPTRUPD_Pos) /*!< Bit mask of RXPTRUPD field. */
2167 #define I2S_INTENCLR_RXPTRUPD_Disabled (0UL) /*!< Read: Disabled */
2168 #define I2S_INTENCLR_RXPTRUPD_Enabled (1UL) /*!< Read: Enabled */
2169 #define I2S_INTENCLR_RXPTRUPD_Clear (1UL) /*!< Disable */
2170 
2171 /* Register: I2S_ENABLE */
2172 /* Description: Enable I2S module. */
2173 
2174 /* Bit 0 : Enable I2S module. */
2175 #define I2S_ENABLE_ENABLE_Pos (0UL) /*!< Position of ENABLE field. */
2176 #define I2S_ENABLE_ENABLE_Msk (0x1UL << I2S_ENABLE_ENABLE_Pos) /*!< Bit mask of ENABLE field. */
2177 #define I2S_ENABLE_ENABLE_Disabled (0UL) /*!< Disable */
2178 #define I2S_ENABLE_ENABLE_Enabled (1UL) /*!< Enable */
2179 
2180 /* Register: I2S_CONFIG_MODE */
2181 /* Description: I2S mode. */
2182 
2183 /* Bit 0 : I2S mode. */
2184 #define I2S_CONFIG_MODE_MODE_Pos (0UL) /*!< Position of MODE field. */
2185 #define I2S_CONFIG_MODE_MODE_Msk (0x1UL << I2S_CONFIG_MODE_MODE_Pos) /*!< Bit mask of MODE field. */
2186 #define I2S_CONFIG_MODE_MODE_Master (0UL) /*!< Master mode. SCK and LRCK generated from internal master clcok (MCK) and output on pins defined by PSEL.xxx. */
2187 #define I2S_CONFIG_MODE_MODE_Slave (1UL) /*!< Slave mode. SCK and LRCK generated by external master and received on pins defined by PSEL.xxx */
2188 
2189 /* Register: I2S_CONFIG_RXEN */
2190 /* Description: Reception (RX) enable. */
2191 
2192 /* Bit 0 : Reception (RX) enable. */
2193 #define I2S_CONFIG_RXEN_RXEN_Pos (0UL) /*!< Position of RXEN field. */
2194 #define I2S_CONFIG_RXEN_RXEN_Msk (0x1UL << I2S_CONFIG_RXEN_RXEN_Pos) /*!< Bit mask of RXEN field. */
2195 #define I2S_CONFIG_RXEN_RXEN_Disabled (0UL) /*!< Reception disabled and now data will be written to the RXD.PTR address. */
2196 #define I2S_CONFIG_RXEN_RXEN_Enabled (1UL) /*!< Reception enabled. */
2197 
2198 /* Register: I2S_CONFIG_TXEN */
2199 /* Description: Transmission (TX) enable. */
2200 
2201 /* Bit 0 : Transmission (TX) enable. */
2202 #define I2S_CONFIG_TXEN_TXEN_Pos (0UL) /*!< Position of TXEN field. */
2203 #define I2S_CONFIG_TXEN_TXEN_Msk (0x1UL << I2S_CONFIG_TXEN_TXEN_Pos) /*!< Bit mask of TXEN field. */
2204 #define I2S_CONFIG_TXEN_TXEN_Disabled (0UL) /*!< Transmission disabled and now data will be read from the RXD.TXD address. */
2205 #define I2S_CONFIG_TXEN_TXEN_Enabled (1UL) /*!< Transmission enabled. */
2206 
2207 /* Register: I2S_CONFIG_MCKEN */
2208 /* Description: Master clock generator enable. */
2209 
2210 /* Bit 0 : Master clock generator enable. */
2211 #define I2S_CONFIG_MCKEN_MCKEN_Pos (0UL) /*!< Position of MCKEN field. */
2212 #define I2S_CONFIG_MCKEN_MCKEN_Msk (0x1UL << I2S_CONFIG_MCKEN_MCKEN_Pos) /*!< Bit mask of MCKEN field. */
2213 #define I2S_CONFIG_MCKEN_MCKEN_Disabled (0UL) /*!< Master clock generator disabled and PSEL.MCK not connected(available as GPIO). */
2214 #define I2S_CONFIG_MCKEN_MCKEN_Enabled (1UL) /*!< Master clock generator running and MCK output on PSEL.MCK. */
2215 
2216 /* Register: I2S_CONFIG_MCKFREQ */
2217 /* Description: Master clock generator frequency. */
2218 
2219 /* Bits 31..0 : Master clock generator frequency. */
2220 #define I2S_CONFIG_MCKFREQ_MCKFREQ_Pos (0UL) /*!< Position of MCKFREQ field. */
2221 #define I2S_CONFIG_MCKFREQ_MCKFREQ_Msk (0xFFFFFFFFUL << I2S_CONFIG_MCKFREQ_MCKFREQ_Pos) /*!< Bit mask of MCKFREQ field. */
2222 #define I2S_CONFIG_MCKFREQ_MCKFREQ_32MDIV125 (0x020C0000UL) /*!< 32 MHz / 125 = 0.256 MHz */
2223 #define I2S_CONFIG_MCKFREQ_MCKFREQ_32MDIV63 (0x04100000UL) /*!< 32 MHz / 63 = 0.5079365 MHz */
2224 #define I2S_CONFIG_MCKFREQ_MCKFREQ_32MDIV42 (0x06000000UL) /*!< 32 MHz / 42 = 0.7619048 MHz */
2225 #define I2S_CONFIG_MCKFREQ_MCKFREQ_32MDIV32 (0x08000000UL) /*!< 32 MHz / 32 = 1.0 MHz */
2226 #define I2S_CONFIG_MCKFREQ_MCKFREQ_32MDIV31 (0x08400000UL) /*!< 32 MHz / 31 = 1.0322581 MHz */
2227 #define I2S_CONFIG_MCKFREQ_MCKFREQ_32MDIV30 (0x08800000UL) /*!< 32 MHz / 30 = 1.0666667 MHz */
2228 #define I2S_CONFIG_MCKFREQ_MCKFREQ_32MDIV23 (0x0B000000UL) /*!< 32 MHz / 23 = 1.3913043 MHz */
2229 #define I2S_CONFIG_MCKFREQ_MCKFREQ_32MDIV21 (0x0C000000UL) /*!< 32 MHz / 21 = 1.5238095 */
2230 #define I2S_CONFIG_MCKFREQ_MCKFREQ_32MDIV16 (0x10000000UL) /*!< 32 MHz / 16 = 2.0 MHz */
2231 #define I2S_CONFIG_MCKFREQ_MCKFREQ_32MDIV15 (0x11000000UL) /*!< 32 MHz / 15 = 2.1333333 MHz */
2232 #define I2S_CONFIG_MCKFREQ_MCKFREQ_32MDIV11 (0x16000000UL) /*!< 32 MHz / 11 = 2.9090909 MHz */
2233 #define I2S_CONFIG_MCKFREQ_MCKFREQ_32MDIV10 (0x18000000UL) /*!< 32 MHz / 10 = 3.2 MHz */
2234 #define I2S_CONFIG_MCKFREQ_MCKFREQ_32MDIV8 (0x20000000UL) /*!< 32 MHz / 8 = 4.0 MHz */
2235 #define I2S_CONFIG_MCKFREQ_MCKFREQ_32MDIV6 (0x28000000UL) /*!< 32 MHz / 6 = 5.3333333 MHz */
2236 #define I2S_CONFIG_MCKFREQ_MCKFREQ_32MDIV5 (0x30000000UL) /*!< 32 MHz / 5 = 6.4 MHz */
2237 #define I2S_CONFIG_MCKFREQ_MCKFREQ_32MDIV4 (0x40000000UL) /*!< 32 MHz / 4 = 8.0 MHz */
2238 #define I2S_CONFIG_MCKFREQ_MCKFREQ_32MDIV3 (0x50000000UL) /*!< 32 MHz / 3 = 10.6666667 MHz */
2239 #define I2S_CONFIG_MCKFREQ_MCKFREQ_32MDIV2 (0x80000000UL) /*!< 32 MHz / 2 = 16.0 MHz */
2240 
2241 /* Register: I2S_CONFIG_RATIO */
2242 /* Description: MCK / LRCK ratio. */
2243 
2244 /* Bits 3..0 : MCK / LRCK ratio. */
2245 #define I2S_CONFIG_RATIO_RATIO_Pos (0UL) /*!< Position of RATIO field. */
2246 #define I2S_CONFIG_RATIO_RATIO_Msk (0xFUL << I2S_CONFIG_RATIO_RATIO_Pos) /*!< Bit mask of RATIO field. */
2247 #define I2S_CONFIG_RATIO_RATIO_32X (0UL) /*!< LRCK = MCK / 32 */
2248 #define I2S_CONFIG_RATIO_RATIO_48X (1UL) /*!< LRCK = MCK / 48 */
2249 #define I2S_CONFIG_RATIO_RATIO_64X (2UL) /*!< LRCK = MCK / 64 */
2250 #define I2S_CONFIG_RATIO_RATIO_96X (3UL) /*!< LRCK = MCK / 96 */
2251 #define I2S_CONFIG_RATIO_RATIO_128X (4UL) /*!< LRCK = MCK / 128 */
2252 #define I2S_CONFIG_RATIO_RATIO_192X (5UL) /*!< LRCK = MCK / 192 */
2253 #define I2S_CONFIG_RATIO_RATIO_256X (6UL) /*!< LRCK = MCK / 256 */
2254 #define I2S_CONFIG_RATIO_RATIO_384X (7UL) /*!< LRCK = MCK / 384 */
2255 #define I2S_CONFIG_RATIO_RATIO_512X (8UL) /*!< LRCK = MCK / 512 */
2256 
2257 /* Register: I2S_CONFIG_SWIDTH */
2258 /* Description: Sample width. */
2259 
2260 /* Bits 1..0 : Sample width. */
2261 #define I2S_CONFIG_SWIDTH_SWIDTH_Pos (0UL) /*!< Position of SWIDTH field. */
2262 #define I2S_CONFIG_SWIDTH_SWIDTH_Msk (0x3UL << I2S_CONFIG_SWIDTH_SWIDTH_Pos) /*!< Bit mask of SWIDTH field. */
2263 #define I2S_CONFIG_SWIDTH_SWIDTH_8Bit (0UL) /*!< 8 bit. */
2264 #define I2S_CONFIG_SWIDTH_SWIDTH_16Bit (1UL) /*!< 16 bit. */
2265 #define I2S_CONFIG_SWIDTH_SWIDTH_24Bit (2UL) /*!< 24 bit. */
2266 
2267 /* Register: I2S_CONFIG_ALIGN */
2268 /* Description: Alignment of sample within a frame. */
2269 
2270 /* Bit 0 : Alignment of sample within a frame. */
2271 #define I2S_CONFIG_ALIGN_ALIGN_Pos (0UL) /*!< Position of ALIGN field. */
2272 #define I2S_CONFIG_ALIGN_ALIGN_Msk (0x1UL << I2S_CONFIG_ALIGN_ALIGN_Pos) /*!< Bit mask of ALIGN field. */
2273 #define I2S_CONFIG_ALIGN_ALIGN_Left (0UL) /*!< Left-aligned. */
2274 #define I2S_CONFIG_ALIGN_ALIGN_Right (1UL) /*!< Right-aligned. */
2275 
2276 /* Register: I2S_CONFIG_FORMAT */
2277 /* Description: Frame format. */
2278 
2279 /* Bit 0 : Frame format. */
2280 #define I2S_CONFIG_FORMAT_FORMAT_Pos (0UL) /*!< Position of FORMAT field. */
2281 #define I2S_CONFIG_FORMAT_FORMAT_Msk (0x1UL << I2S_CONFIG_FORMAT_FORMAT_Pos) /*!< Bit mask of FORMAT field. */
2282 #define I2S_CONFIG_FORMAT_FORMAT_I2S (0UL) /*!< Original I2S format. */
2283 #define I2S_CONFIG_FORMAT_FORMAT_Aligned (1UL) /*!< Alternate (left- or right-aligned) format. */
2284 
2285 /* Register: I2S_CONFIG_CHANNELS */
2286 /* Description: Enable channels. */
2287 
2288 /* Bits 1..0 : Enable channels. */
2289 #define I2S_CONFIG_CHANNELS_CHANNELS_Pos (0UL) /*!< Position of CHANNELS field. */
2290 #define I2S_CONFIG_CHANNELS_CHANNELS_Msk (0x3UL << I2S_CONFIG_CHANNELS_CHANNELS_Pos) /*!< Bit mask of CHANNELS field. */
2291 #define I2S_CONFIG_CHANNELS_CHANNELS_Stereo (0UL) /*!< Stereo. */
2292 #define I2S_CONFIG_CHANNELS_CHANNELS_Left (1UL) /*!< Left only. */
2293 #define I2S_CONFIG_CHANNELS_CHANNELS_Right (2UL) /*!< Right only. */
2294 
2295 /* Register: I2S_RXD_PTR */
2296 /* Description: Receive buffer RAM start address. */
2297 
2298 /* Bits 31..0 : Receive buffer Data RAM start address. When receiving, words containing samples will be written to this address. This address is a word aligned Data RAM address. */
2299 #define I2S_RXD_PTR_PTR_Pos (0UL) /*!< Position of PTR field. */
2300 #define I2S_RXD_PTR_PTR_Msk (0xFFFFFFFFUL << I2S_RXD_PTR_PTR_Pos) /*!< Bit mask of PTR field. */
2301 
2302 /* Register: I2S_TXD_PTR */
2303 /* Description: Transmit buffer RAM start address. */
2304 
2305 /* Bits 31..0 : Transmit buffer Data RAM start address. When transmitting, words containing samples will be fetched from this address. This address is a word aligned Data RAM address. */
2306 #define I2S_TXD_PTR_PTR_Pos (0UL) /*!< Position of PTR field. */
2307 #define I2S_TXD_PTR_PTR_Msk (0xFFFFFFFFUL << I2S_TXD_PTR_PTR_Pos) /*!< Bit mask of PTR field. */
2308 
2309 /* Register: I2S_RXTXD_MAXCNT */
2310 /* Description: Size of RXD and TXD buffers. */
2311 
2312 /* Bits 13..0 : Size of RXD and TXD buffers in number of 32 bit words. */
2313 #define I2S_RXTXD_MAXCNT_MAXCNT_Pos (0UL) /*!< Position of MAXCNT field. */
2314 #define I2S_RXTXD_MAXCNT_MAXCNT_Msk (0x3FFFUL << I2S_RXTXD_MAXCNT_MAXCNT_Pos) /*!< Bit mask of MAXCNT field. */
2315 
2316 /* Register: I2S_PSEL_MCK */
2317 /* Description: Pin select for MCK signal. */
2318 
2319 /* Bit 31 : Connection */
2320 #define I2S_PSEL_MCK_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */
2321 #define I2S_PSEL_MCK_CONNECT_Msk (0x1UL << I2S_PSEL_MCK_CONNECT_Pos) /*!< Bit mask of CONNECT field. */
2322 #define I2S_PSEL_MCK_CONNECT_Connected (0UL) /*!< Connect */
2323 #define I2S_PSEL_MCK_CONNECT_Disconnected (1UL) /*!< Disconnect */
2324 
2325 /* Bit 5 : Port number */
2326 #define I2S_PSEL_MCK_PORT_Pos (5UL) /*!< Position of PORT field. */
2327 #define I2S_PSEL_MCK_PORT_Msk (0x1UL << I2S_PSEL_MCK_PORT_Pos) /*!< Bit mask of PORT field. */
2328 
2329 /* Bits 4..0 : Pin number */
2330 #define I2S_PSEL_MCK_PIN_Pos (0UL) /*!< Position of PIN field. */
2331 #define I2S_PSEL_MCK_PIN_Msk (0x1FUL << I2S_PSEL_MCK_PIN_Pos) /*!< Bit mask of PIN field. */
2332 
2333 /* Register: I2S_PSEL_SCK */
2334 /* Description: Pin select for SCK signal. */
2335 
2336 /* Bit 31 : Connection */
2337 #define I2S_PSEL_SCK_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */
2338 #define I2S_PSEL_SCK_CONNECT_Msk (0x1UL << I2S_PSEL_SCK_CONNECT_Pos) /*!< Bit mask of CONNECT field. */
2339 #define I2S_PSEL_SCK_CONNECT_Connected (0UL) /*!< Connect */
2340 #define I2S_PSEL_SCK_CONNECT_Disconnected (1UL) /*!< Disconnect */
2341 
2342 /* Bit 5 : Port number */
2343 #define I2S_PSEL_SCK_PORT_Pos (5UL) /*!< Position of PORT field. */
2344 #define I2S_PSEL_SCK_PORT_Msk (0x1UL << I2S_PSEL_SCK_PORT_Pos) /*!< Bit mask of PORT field. */
2345 
2346 /* Bits 4..0 : Pin number */
2347 #define I2S_PSEL_SCK_PIN_Pos (0UL) /*!< Position of PIN field. */
2348 #define I2S_PSEL_SCK_PIN_Msk (0x1FUL << I2S_PSEL_SCK_PIN_Pos) /*!< Bit mask of PIN field. */
2349 
2350 /* Register: I2S_PSEL_LRCK */
2351 /* Description: Pin select for LRCK signal. */
2352 
2353 /* Bit 31 : Connection */
2354 #define I2S_PSEL_LRCK_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */
2355 #define I2S_PSEL_LRCK_CONNECT_Msk (0x1UL << I2S_PSEL_LRCK_CONNECT_Pos) /*!< Bit mask of CONNECT field. */
2356 #define I2S_PSEL_LRCK_CONNECT_Connected (0UL) /*!< Connect */
2357 #define I2S_PSEL_LRCK_CONNECT_Disconnected (1UL) /*!< Disconnect */
2358 
2359 /* Bit 5 : Port number */
2360 #define I2S_PSEL_LRCK_PORT_Pos (5UL) /*!< Position of PORT field. */
2361 #define I2S_PSEL_LRCK_PORT_Msk (0x1UL << I2S_PSEL_LRCK_PORT_Pos) /*!< Bit mask of PORT field. */
2362 
2363 /* Bits 4..0 : Pin number */
2364 #define I2S_PSEL_LRCK_PIN_Pos (0UL) /*!< Position of PIN field. */
2365 #define I2S_PSEL_LRCK_PIN_Msk (0x1FUL << I2S_PSEL_LRCK_PIN_Pos) /*!< Bit mask of PIN field. */
2366 
2367 /* Register: I2S_PSEL_SDIN */
2368 /* Description: Pin select for SDIN signal. */
2369 
2370 /* Bit 31 : Connection */
2371 #define I2S_PSEL_SDIN_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */
2372 #define I2S_PSEL_SDIN_CONNECT_Msk (0x1UL << I2S_PSEL_SDIN_CONNECT_Pos) /*!< Bit mask of CONNECT field. */
2373 #define I2S_PSEL_SDIN_CONNECT_Connected (0UL) /*!< Connect */
2374 #define I2S_PSEL_SDIN_CONNECT_Disconnected (1UL) /*!< Disconnect */
2375 
2376 /* Bit 5 : Port number */
2377 #define I2S_PSEL_SDIN_PORT_Pos (5UL) /*!< Position of PORT field. */
2378 #define I2S_PSEL_SDIN_PORT_Msk (0x1UL << I2S_PSEL_SDIN_PORT_Pos) /*!< Bit mask of PORT field. */
2379 
2380 /* Bits 4..0 : Pin number */
2381 #define I2S_PSEL_SDIN_PIN_Pos (0UL) /*!< Position of PIN field. */
2382 #define I2S_PSEL_SDIN_PIN_Msk (0x1FUL << I2S_PSEL_SDIN_PIN_Pos) /*!< Bit mask of PIN field. */
2383 
2384 /* Register: I2S_PSEL_SDOUT */
2385 /* Description: Pin select for SDOUT signal. */
2386 
2387 /* Bit 31 : Connection */
2388 #define I2S_PSEL_SDOUT_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */
2389 #define I2S_PSEL_SDOUT_CONNECT_Msk (0x1UL << I2S_PSEL_SDOUT_CONNECT_Pos) /*!< Bit mask of CONNECT field. */
2390 #define I2S_PSEL_SDOUT_CONNECT_Connected (0UL) /*!< Connect */
2391 #define I2S_PSEL_SDOUT_CONNECT_Disconnected (1UL) /*!< Disconnect */
2392 
2393 /* Bit 5 : Port number */
2394 #define I2S_PSEL_SDOUT_PORT_Pos (5UL) /*!< Position of PORT field. */
2395 #define I2S_PSEL_SDOUT_PORT_Msk (0x1UL << I2S_PSEL_SDOUT_PORT_Pos) /*!< Bit mask of PORT field. */
2396 
2397 /* Bits 4..0 : Pin number */
2398 #define I2S_PSEL_SDOUT_PIN_Pos (0UL) /*!< Position of PIN field. */
2399 #define I2S_PSEL_SDOUT_PIN_Msk (0x1FUL << I2S_PSEL_SDOUT_PIN_Pos) /*!< Bit mask of PIN field. */
2400 
2401 
2402 /* Peripheral: LPCOMP */
2403 /* Description: Low Power Comparator */
2404 
2405 /* Register: LPCOMP_TASKS_START */
2406 /* Description: Start comparator */
2407 
2408 /* Bit 0 :   */
2409 #define LPCOMP_TASKS_START_TASKS_START_Pos (0UL) /*!< Position of TASKS_START field. */
2410 #define LPCOMP_TASKS_START_TASKS_START_Msk (0x1UL << LPCOMP_TASKS_START_TASKS_START_Pos) /*!< Bit mask of TASKS_START field. */
2411 
2412 /* Register: LPCOMP_TASKS_STOP */
2413 /* Description: Stop comparator */
2414 
2415 /* Bit 0 :   */
2416 #define LPCOMP_TASKS_STOP_TASKS_STOP_Pos (0UL) /*!< Position of TASKS_STOP field. */
2417 #define LPCOMP_TASKS_STOP_TASKS_STOP_Msk (0x1UL << LPCOMP_TASKS_STOP_TASKS_STOP_Pos) /*!< Bit mask of TASKS_STOP field. */
2418 
2419 /* Register: LPCOMP_TASKS_SAMPLE */
2420 /* Description: Sample comparator value */
2421 
2422 /* Bit 0 :   */
2423 #define LPCOMP_TASKS_SAMPLE_TASKS_SAMPLE_Pos (0UL) /*!< Position of TASKS_SAMPLE field. */
2424 #define LPCOMP_TASKS_SAMPLE_TASKS_SAMPLE_Msk (0x1UL << LPCOMP_TASKS_SAMPLE_TASKS_SAMPLE_Pos) /*!< Bit mask of TASKS_SAMPLE field. */
2425 
2426 /* Register: LPCOMP_EVENTS_READY */
2427 /* Description: LPCOMP is ready and output is valid */
2428 
2429 /* Bit 0 :   */
2430 #define LPCOMP_EVENTS_READY_EVENTS_READY_Pos (0UL) /*!< Position of EVENTS_READY field. */
2431 #define LPCOMP_EVENTS_READY_EVENTS_READY_Msk (0x1UL << LPCOMP_EVENTS_READY_EVENTS_READY_Pos) /*!< Bit mask of EVENTS_READY field. */
2432 
2433 /* Register: LPCOMP_EVENTS_DOWN */
2434 /* Description: Downward crossing */
2435 
2436 /* Bit 0 :   */
2437 #define LPCOMP_EVENTS_DOWN_EVENTS_DOWN_Pos (0UL) /*!< Position of EVENTS_DOWN field. */
2438 #define LPCOMP_EVENTS_DOWN_EVENTS_DOWN_Msk (0x1UL << LPCOMP_EVENTS_DOWN_EVENTS_DOWN_Pos) /*!< Bit mask of EVENTS_DOWN field. */
2439 
2440 /* Register: LPCOMP_EVENTS_UP */
2441 /* Description: Upward crossing */
2442 
2443 /* Bit 0 :   */
2444 #define LPCOMP_EVENTS_UP_EVENTS_UP_Pos (0UL) /*!< Position of EVENTS_UP field. */
2445 #define LPCOMP_EVENTS_UP_EVENTS_UP_Msk (0x1UL << LPCOMP_EVENTS_UP_EVENTS_UP_Pos) /*!< Bit mask of EVENTS_UP field. */
2446 
2447 /* Register: LPCOMP_EVENTS_CROSS */
2448 /* Description: Downward or upward crossing */
2449 
2450 /* Bit 0 :   */
2451 #define LPCOMP_EVENTS_CROSS_EVENTS_CROSS_Pos (0UL) /*!< Position of EVENTS_CROSS field. */
2452 #define LPCOMP_EVENTS_CROSS_EVENTS_CROSS_Msk (0x1UL << LPCOMP_EVENTS_CROSS_EVENTS_CROSS_Pos) /*!< Bit mask of EVENTS_CROSS field. */
2453 
2454 /* Register: LPCOMP_SHORTS */
2455 /* Description: Shortcut register */
2456 
2457 /* Bit 4 : Shortcut between CROSS event and STOP task */
2458 #define LPCOMP_SHORTS_CROSS_STOP_Pos (4UL) /*!< Position of CROSS_STOP field. */
2459 #define LPCOMP_SHORTS_CROSS_STOP_Msk (0x1UL << LPCOMP_SHORTS_CROSS_STOP_Pos) /*!< Bit mask of CROSS_STOP field. */
2460 #define LPCOMP_SHORTS_CROSS_STOP_Disabled (0UL) /*!< Disable shortcut */
2461 #define LPCOMP_SHORTS_CROSS_STOP_Enabled (1UL) /*!< Enable shortcut */
2462 
2463 /* Bit 3 : Shortcut between UP event and STOP task */
2464 #define LPCOMP_SHORTS_UP_STOP_Pos (3UL) /*!< Position of UP_STOP field. */
2465 #define LPCOMP_SHORTS_UP_STOP_Msk (0x1UL << LPCOMP_SHORTS_UP_STOP_Pos) /*!< Bit mask of UP_STOP field. */
2466 #define LPCOMP_SHORTS_UP_STOP_Disabled (0UL) /*!< Disable shortcut */
2467 #define LPCOMP_SHORTS_UP_STOP_Enabled (1UL) /*!< Enable shortcut */
2468 
2469 /* Bit 2 : Shortcut between DOWN event and STOP task */
2470 #define LPCOMP_SHORTS_DOWN_STOP_Pos (2UL) /*!< Position of DOWN_STOP field. */
2471 #define LPCOMP_SHORTS_DOWN_STOP_Msk (0x1UL << LPCOMP_SHORTS_DOWN_STOP_Pos) /*!< Bit mask of DOWN_STOP field. */
2472 #define LPCOMP_SHORTS_DOWN_STOP_Disabled (0UL) /*!< Disable shortcut */
2473 #define LPCOMP_SHORTS_DOWN_STOP_Enabled (1UL) /*!< Enable shortcut */
2474 
2475 /* Bit 1 : Shortcut between READY event and STOP task */
2476 #define LPCOMP_SHORTS_READY_STOP_Pos (1UL) /*!< Position of READY_STOP field. */
2477 #define LPCOMP_SHORTS_READY_STOP_Msk (0x1UL << LPCOMP_SHORTS_READY_STOP_Pos) /*!< Bit mask of READY_STOP field. */
2478 #define LPCOMP_SHORTS_READY_STOP_Disabled (0UL) /*!< Disable shortcut */
2479 #define LPCOMP_SHORTS_READY_STOP_Enabled (1UL) /*!< Enable shortcut */
2480 
2481 /* Bit 0 : Shortcut between READY event and SAMPLE task */
2482 #define LPCOMP_SHORTS_READY_SAMPLE_Pos (0UL) /*!< Position of READY_SAMPLE field. */
2483 #define LPCOMP_SHORTS_READY_SAMPLE_Msk (0x1UL << LPCOMP_SHORTS_READY_SAMPLE_Pos) /*!< Bit mask of READY_SAMPLE field. */
2484 #define LPCOMP_SHORTS_READY_SAMPLE_Disabled (0UL) /*!< Disable shortcut */
2485 #define LPCOMP_SHORTS_READY_SAMPLE_Enabled (1UL) /*!< Enable shortcut */
2486 
2487 /* Register: LPCOMP_INTENSET */
2488 /* Description: Enable interrupt */
2489 
2490 /* Bit 3 : Write '1' to enable interrupt for CROSS event */
2491 #define LPCOMP_INTENSET_CROSS_Pos (3UL) /*!< Position of CROSS field. */
2492 #define LPCOMP_INTENSET_CROSS_Msk (0x1UL << LPCOMP_INTENSET_CROSS_Pos) /*!< Bit mask of CROSS field. */
2493 #define LPCOMP_INTENSET_CROSS_Disabled (0UL) /*!< Read: Disabled */
2494 #define LPCOMP_INTENSET_CROSS_Enabled (1UL) /*!< Read: Enabled */
2495 #define LPCOMP_INTENSET_CROSS_Set (1UL) /*!< Enable */
2496 
2497 /* Bit 2 : Write '1' to enable interrupt for UP event */
2498 #define LPCOMP_INTENSET_UP_Pos (2UL) /*!< Position of UP field. */
2499 #define LPCOMP_INTENSET_UP_Msk (0x1UL << LPCOMP_INTENSET_UP_Pos) /*!< Bit mask of UP field. */
2500 #define LPCOMP_INTENSET_UP_Disabled (0UL) /*!< Read: Disabled */
2501 #define LPCOMP_INTENSET_UP_Enabled (1UL) /*!< Read: Enabled */
2502 #define LPCOMP_INTENSET_UP_Set (1UL) /*!< Enable */
2503 
2504 /* Bit 1 : Write '1' to enable interrupt for DOWN event */
2505 #define LPCOMP_INTENSET_DOWN_Pos (1UL) /*!< Position of DOWN field. */
2506 #define LPCOMP_INTENSET_DOWN_Msk (0x1UL << LPCOMP_INTENSET_DOWN_Pos) /*!< Bit mask of DOWN field. */
2507 #define LPCOMP_INTENSET_DOWN_Disabled (0UL) /*!< Read: Disabled */
2508 #define LPCOMP_INTENSET_DOWN_Enabled (1UL) /*!< Read: Enabled */
2509 #define LPCOMP_INTENSET_DOWN_Set (1UL) /*!< Enable */
2510 
2511 /* Bit 0 : Write '1' to enable interrupt for READY event */
2512 #define LPCOMP_INTENSET_READY_Pos (0UL) /*!< Position of READY field. */
2513 #define LPCOMP_INTENSET_READY_Msk (0x1UL << LPCOMP_INTENSET_READY_Pos) /*!< Bit mask of READY field. */
2514 #define LPCOMP_INTENSET_READY_Disabled (0UL) /*!< Read: Disabled */
2515 #define LPCOMP_INTENSET_READY_Enabled (1UL) /*!< Read: Enabled */
2516 #define LPCOMP_INTENSET_READY_Set (1UL) /*!< Enable */
2517 
2518 /* Register: LPCOMP_INTENCLR */
2519 /* Description: Disable interrupt */
2520 
2521 /* Bit 3 : Write '1' to disable interrupt for CROSS event */
2522 #define LPCOMP_INTENCLR_CROSS_Pos (3UL) /*!< Position of CROSS field. */
2523 #define LPCOMP_INTENCLR_CROSS_Msk (0x1UL << LPCOMP_INTENCLR_CROSS_Pos) /*!< Bit mask of CROSS field. */
2524 #define LPCOMP_INTENCLR_CROSS_Disabled (0UL) /*!< Read: Disabled */
2525 #define LPCOMP_INTENCLR_CROSS_Enabled (1UL) /*!< Read: Enabled */
2526 #define LPCOMP_INTENCLR_CROSS_Clear (1UL) /*!< Disable */
2527 
2528 /* Bit 2 : Write '1' to disable interrupt for UP event */
2529 #define LPCOMP_INTENCLR_UP_Pos (2UL) /*!< Position of UP field. */
2530 #define LPCOMP_INTENCLR_UP_Msk (0x1UL << LPCOMP_INTENCLR_UP_Pos) /*!< Bit mask of UP field. */
2531 #define LPCOMP_INTENCLR_UP_Disabled (0UL) /*!< Read: Disabled */
2532 #define LPCOMP_INTENCLR_UP_Enabled (1UL) /*!< Read: Enabled */
2533 #define LPCOMP_INTENCLR_UP_Clear (1UL) /*!< Disable */
2534 
2535 /* Bit 1 : Write '1' to disable interrupt for DOWN event */
2536 #define LPCOMP_INTENCLR_DOWN_Pos (1UL) /*!< Position of DOWN field. */
2537 #define LPCOMP_INTENCLR_DOWN_Msk (0x1UL << LPCOMP_INTENCLR_DOWN_Pos) /*!< Bit mask of DOWN field. */
2538 #define LPCOMP_INTENCLR_DOWN_Disabled (0UL) /*!< Read: Disabled */
2539 #define LPCOMP_INTENCLR_DOWN_Enabled (1UL) /*!< Read: Enabled */
2540 #define LPCOMP_INTENCLR_DOWN_Clear (1UL) /*!< Disable */
2541 
2542 /* Bit 0 : Write '1' to disable interrupt for READY event */
2543 #define LPCOMP_INTENCLR_READY_Pos (0UL) /*!< Position of READY field. */
2544 #define LPCOMP_INTENCLR_READY_Msk (0x1UL << LPCOMP_INTENCLR_READY_Pos) /*!< Bit mask of READY field. */
2545 #define LPCOMP_INTENCLR_READY_Disabled (0UL) /*!< Read: Disabled */
2546 #define LPCOMP_INTENCLR_READY_Enabled (1UL) /*!< Read: Enabled */
2547 #define LPCOMP_INTENCLR_READY_Clear (1UL) /*!< Disable */
2548 
2549 /* Register: LPCOMP_RESULT */
2550 /* Description: Compare result */
2551 
2552 /* Bit 0 : Result of last compare. Decision point SAMPLE task. */
2553 #define LPCOMP_RESULT_RESULT_Pos (0UL) /*!< Position of RESULT field. */
2554 #define LPCOMP_RESULT_RESULT_Msk (0x1UL << LPCOMP_RESULT_RESULT_Pos) /*!< Bit mask of RESULT field. */
2555 #define LPCOMP_RESULT_RESULT_Below (0UL) /*!< Input voltage is below the reference threshold (VIN+ &lt; VIN-). */
2556 #define LPCOMP_RESULT_RESULT_Above (1UL) /*!< Input voltage is above the reference threshold (VIN+ &gt; VIN-). */
2557 
2558 /* Register: LPCOMP_ENABLE */
2559 /* Description: Enable LPCOMP */
2560 
2561 /* Bits 1..0 : Enable or disable LPCOMP */
2562 #define LPCOMP_ENABLE_ENABLE_Pos (0UL) /*!< Position of ENABLE field. */
2563 #define LPCOMP_ENABLE_ENABLE_Msk (0x3UL << LPCOMP_ENABLE_ENABLE_Pos) /*!< Bit mask of ENABLE field. */
2564 #define LPCOMP_ENABLE_ENABLE_Disabled (0UL) /*!< Disable */
2565 #define LPCOMP_ENABLE_ENABLE_Enabled (1UL) /*!< Enable */
2566 
2567 /* Register: LPCOMP_PSEL */
2568 /* Description: Input pin select */
2569 
2570 /* Bits 2..0 : Analog pin select */
2571 #define LPCOMP_PSEL_PSEL_Pos (0UL) /*!< Position of PSEL field. */
2572 #define LPCOMP_PSEL_PSEL_Msk (0x7UL << LPCOMP_PSEL_PSEL_Pos) /*!< Bit mask of PSEL field. */
2573 #define LPCOMP_PSEL_PSEL_AnalogInput0 (0UL) /*!< AIN0 selected as analog input */
2574 #define LPCOMP_PSEL_PSEL_AnalogInput1 (1UL) /*!< AIN1 selected as analog input */
2575 #define LPCOMP_PSEL_PSEL_AnalogInput2 (2UL) /*!< AIN2 selected as analog input */
2576 #define LPCOMP_PSEL_PSEL_AnalogInput3 (3UL) /*!< AIN3 selected as analog input */
2577 #define LPCOMP_PSEL_PSEL_AnalogInput4 (4UL) /*!< AIN4 selected as analog input */
2578 #define LPCOMP_PSEL_PSEL_AnalogInput5 (5UL) /*!< AIN5 selected as analog input */
2579 #define LPCOMP_PSEL_PSEL_AnalogInput6 (6UL) /*!< AIN6 selected as analog input */
2580 #define LPCOMP_PSEL_PSEL_AnalogInput7 (7UL) /*!< AIN7 selected as analog input */
2581 
2582 /* Register: LPCOMP_REFSEL */
2583 /* Description: Reference select */
2584 
2585 /* Bits 3..0 : Reference select */
2586 #define LPCOMP_REFSEL_REFSEL_Pos (0UL) /*!< Position of REFSEL field. */
2587 #define LPCOMP_REFSEL_REFSEL_Msk (0xFUL << LPCOMP_REFSEL_REFSEL_Pos) /*!< Bit mask of REFSEL field. */
2588 #define LPCOMP_REFSEL_REFSEL_Ref1_8Vdd (0UL) /*!< VDD * 1/8 selected as reference */
2589 #define LPCOMP_REFSEL_REFSEL_Ref2_8Vdd (1UL) /*!< VDD * 2/8 selected as reference */
2590 #define LPCOMP_REFSEL_REFSEL_Ref3_8Vdd (2UL) /*!< VDD * 3/8 selected as reference */
2591 #define LPCOMP_REFSEL_REFSEL_Ref4_8Vdd (3UL) /*!< VDD * 4/8 selected as reference */
2592 #define LPCOMP_REFSEL_REFSEL_Ref5_8Vdd (4UL) /*!< VDD * 5/8 selected as reference */
2593 #define LPCOMP_REFSEL_REFSEL_Ref6_8Vdd (5UL) /*!< VDD * 6/8 selected as reference */
2594 #define LPCOMP_REFSEL_REFSEL_Ref7_8Vdd (6UL) /*!< VDD * 7/8 selected as reference */
2595 #define LPCOMP_REFSEL_REFSEL_ARef (7UL) /*!< External analog reference selected */
2596 #define LPCOMP_REFSEL_REFSEL_Ref1_16Vdd (8UL) /*!< VDD * 1/16 selected as reference */
2597 #define LPCOMP_REFSEL_REFSEL_Ref3_16Vdd (9UL) /*!< VDD * 3/16 selected as reference */
2598 #define LPCOMP_REFSEL_REFSEL_Ref5_16Vdd (10UL) /*!< VDD * 5/16 selected as reference */
2599 #define LPCOMP_REFSEL_REFSEL_Ref7_16Vdd (11UL) /*!< VDD * 7/16 selected as reference */
2600 #define LPCOMP_REFSEL_REFSEL_Ref9_16Vdd (12UL) /*!< VDD * 9/16 selected as reference */
2601 #define LPCOMP_REFSEL_REFSEL_Ref11_16Vdd (13UL) /*!< VDD * 11/16 selected as reference */
2602 #define LPCOMP_REFSEL_REFSEL_Ref13_16Vdd (14UL) /*!< VDD * 13/16 selected as reference */
2603 #define LPCOMP_REFSEL_REFSEL_Ref15_16Vdd (15UL) /*!< VDD * 15/16 selected as reference */
2604 
2605 /* Register: LPCOMP_EXTREFSEL */
2606 /* Description: External reference select */
2607 
2608 /* Bit 0 : External analog reference select */
2609 #define LPCOMP_EXTREFSEL_EXTREFSEL_Pos (0UL) /*!< Position of EXTREFSEL field. */
2610 #define LPCOMP_EXTREFSEL_EXTREFSEL_Msk (0x1UL << LPCOMP_EXTREFSEL_EXTREFSEL_Pos) /*!< Bit mask of EXTREFSEL field. */
2611 #define LPCOMP_EXTREFSEL_EXTREFSEL_AnalogReference0 (0UL) /*!< Use AIN0 as external analog reference */
2612 #define LPCOMP_EXTREFSEL_EXTREFSEL_AnalogReference1 (1UL) /*!< Use AIN1 as external analog reference */
2613 
2614 /* Register: LPCOMP_ANADETECT */
2615 /* Description: Analog detect configuration */
2616 
2617 /* Bits 1..0 : Analog detect configuration */
2618 #define LPCOMP_ANADETECT_ANADETECT_Pos (0UL) /*!< Position of ANADETECT field. */
2619 #define LPCOMP_ANADETECT_ANADETECT_Msk (0x3UL << LPCOMP_ANADETECT_ANADETECT_Pos) /*!< Bit mask of ANADETECT field. */
2620 #define LPCOMP_ANADETECT_ANADETECT_Cross (0UL) /*!< Generate ANADETECT on crossing, both upward crossing and downward crossing */
2621 #define LPCOMP_ANADETECT_ANADETECT_Up (1UL) /*!< Generate ANADETECT on upward crossing only */
2622 #define LPCOMP_ANADETECT_ANADETECT_Down (2UL) /*!< Generate ANADETECT on downward crossing only */
2623 
2624 /* Register: LPCOMP_HYST */
2625 /* Description: Comparator hysteresis enable */
2626 
2627 /* Bit 0 : Comparator hysteresis enable */
2628 #define LPCOMP_HYST_HYST_Pos (0UL) /*!< Position of HYST field. */
2629 #define LPCOMP_HYST_HYST_Msk (0x1UL << LPCOMP_HYST_HYST_Pos) /*!< Bit mask of HYST field. */
2630 #define LPCOMP_HYST_HYST_Disabled (0UL) /*!< Comparator hysteresis disabled */
2631 #define LPCOMP_HYST_HYST_Enabled (1UL) /*!< Comparator hysteresis enabled */
2632 
2633 
2634 /* Peripheral: MWU */
2635 /* Description: Memory Watch Unit */
2636 
2637 /* Register: MWU_EVENTS_REGION_WA */
2638 /* Description: Description cluster[n]: Write access to region n detected */
2639 
2640 /* Bit 0 :   */
2641 #define MWU_EVENTS_REGION_WA_WA_Pos (0UL) /*!< Position of WA field. */
2642 #define MWU_EVENTS_REGION_WA_WA_Msk (0x1UL << MWU_EVENTS_REGION_WA_WA_Pos) /*!< Bit mask of WA field. */
2643 
2644 /* Register: MWU_EVENTS_REGION_RA */
2645 /* Description: Description cluster[n]: Read access to region n detected */
2646 
2647 /* Bit 0 :   */
2648 #define MWU_EVENTS_REGION_RA_RA_Pos (0UL) /*!< Position of RA field. */
2649 #define MWU_EVENTS_REGION_RA_RA_Msk (0x1UL << MWU_EVENTS_REGION_RA_RA_Pos) /*!< Bit mask of RA field. */
2650 
2651 /* Register: MWU_EVENTS_PREGION_WA */
2652 /* Description: Description cluster[n]: Write access to peripheral region n detected */
2653 
2654 /* Bit 0 :   */
2655 #define MWU_EVENTS_PREGION_WA_WA_Pos (0UL) /*!< Position of WA field. */
2656 #define MWU_EVENTS_PREGION_WA_WA_Msk (0x1UL << MWU_EVENTS_PREGION_WA_WA_Pos) /*!< Bit mask of WA field. */
2657 
2658 /* Register: MWU_EVENTS_PREGION_RA */
2659 /* Description: Description cluster[n]: Read access to peripheral region n detected */
2660 
2661 /* Bit 0 :   */
2662 #define MWU_EVENTS_PREGION_RA_RA_Pos (0UL) /*!< Position of RA field. */
2663 #define MWU_EVENTS_PREGION_RA_RA_Msk (0x1UL << MWU_EVENTS_PREGION_RA_RA_Pos) /*!< Bit mask of RA field. */
2664 
2665 /* Register: MWU_INTEN */
2666 /* Description: Enable or disable interrupt */
2667 
2668 /* Bit 27 : Enable or disable interrupt for PREGION[1].RA event */
2669 #define MWU_INTEN_PREGION1RA_Pos (27UL) /*!< Position of PREGION1RA field. */
2670 #define MWU_INTEN_PREGION1RA_Msk (0x1UL << MWU_INTEN_PREGION1RA_Pos) /*!< Bit mask of PREGION1RA field. */
2671 #define MWU_INTEN_PREGION1RA_Disabled (0UL) /*!< Disable */
2672 #define MWU_INTEN_PREGION1RA_Enabled (1UL) /*!< Enable */
2673 
2674 /* Bit 26 : Enable or disable interrupt for PREGION[1].WA event */
2675 #define MWU_INTEN_PREGION1WA_Pos (26UL) /*!< Position of PREGION1WA field. */
2676 #define MWU_INTEN_PREGION1WA_Msk (0x1UL << MWU_INTEN_PREGION1WA_Pos) /*!< Bit mask of PREGION1WA field. */
2677 #define MWU_INTEN_PREGION1WA_Disabled (0UL) /*!< Disable */
2678 #define MWU_INTEN_PREGION1WA_Enabled (1UL) /*!< Enable */
2679 
2680 /* Bit 25 : Enable or disable interrupt for PREGION[0].RA event */
2681 #define MWU_INTEN_PREGION0RA_Pos (25UL) /*!< Position of PREGION0RA field. */
2682 #define MWU_INTEN_PREGION0RA_Msk (0x1UL << MWU_INTEN_PREGION0RA_Pos) /*!< Bit mask of PREGION0RA field. */
2683 #define MWU_INTEN_PREGION0RA_Disabled (0UL) /*!< Disable */
2684 #define MWU_INTEN_PREGION0RA_Enabled (1UL) /*!< Enable */
2685 
2686 /* Bit 24 : Enable or disable interrupt for PREGION[0].WA event */
2687 #define MWU_INTEN_PREGION0WA_Pos (24UL) /*!< Position of PREGION0WA field. */
2688 #define MWU_INTEN_PREGION0WA_Msk (0x1UL << MWU_INTEN_PREGION0WA_Pos) /*!< Bit mask of PREGION0WA field. */
2689 #define MWU_INTEN_PREGION0WA_Disabled (0UL) /*!< Disable */
2690 #define MWU_INTEN_PREGION0WA_Enabled (1UL) /*!< Enable */
2691 
2692 /* Bit 7 : Enable or disable interrupt for REGION[3].RA event */
2693 #define MWU_INTEN_REGION3RA_Pos (7UL) /*!< Position of REGION3RA field. */
2694 #define MWU_INTEN_REGION3RA_Msk (0x1UL << MWU_INTEN_REGION3RA_Pos) /*!< Bit mask of REGION3RA field. */
2695 #define MWU_INTEN_REGION3RA_Disabled (0UL) /*!< Disable */
2696 #define MWU_INTEN_REGION3RA_Enabled (1UL) /*!< Enable */
2697 
2698 /* Bit 6 : Enable or disable interrupt for REGION[3].WA event */
2699 #define MWU_INTEN_REGION3WA_Pos (6UL) /*!< Position of REGION3WA field. */
2700 #define MWU_INTEN_REGION3WA_Msk (0x1UL << MWU_INTEN_REGION3WA_Pos) /*!< Bit mask of REGION3WA field. */
2701 #define MWU_INTEN_REGION3WA_Disabled (0UL) /*!< Disable */
2702 #define MWU_INTEN_REGION3WA_Enabled (1UL) /*!< Enable */
2703 
2704 /* Bit 5 : Enable or disable interrupt for REGION[2].RA event */
2705 #define MWU_INTEN_REGION2RA_Pos (5UL) /*!< Position of REGION2RA field. */
2706 #define MWU_INTEN_REGION2RA_Msk (0x1UL << MWU_INTEN_REGION2RA_Pos) /*!< Bit mask of REGION2RA field. */
2707 #define MWU_INTEN_REGION2RA_Disabled (0UL) /*!< Disable */
2708 #define MWU_INTEN_REGION2RA_Enabled (1UL) /*!< Enable */
2709 
2710 /* Bit 4 : Enable or disable interrupt for REGION[2].WA event */
2711 #define MWU_INTEN_REGION2WA_Pos (4UL) /*!< Position of REGION2WA field. */
2712 #define MWU_INTEN_REGION2WA_Msk (0x1UL << MWU_INTEN_REGION2WA_Pos) /*!< Bit mask of REGION2WA field. */
2713 #define MWU_INTEN_REGION2WA_Disabled (0UL) /*!< Disable */
2714 #define MWU_INTEN_REGION2WA_Enabled (1UL) /*!< Enable */
2715 
2716 /* Bit 3 : Enable or disable interrupt for REGION[1].RA event */
2717 #define MWU_INTEN_REGION1RA_Pos (3UL) /*!< Position of REGION1RA field. */
2718 #define MWU_INTEN_REGION1RA_Msk (0x1UL << MWU_INTEN_REGION1RA_Pos) /*!< Bit mask of REGION1RA field. */
2719 #define MWU_INTEN_REGION1RA_Disabled (0UL) /*!< Disable */
2720 #define MWU_INTEN_REGION1RA_Enabled (1UL) /*!< Enable */
2721 
2722 /* Bit 2 : Enable or disable interrupt for REGION[1].WA event */
2723 #define MWU_INTEN_REGION1WA_Pos (2UL) /*!< Position of REGION1WA field. */
2724 #define MWU_INTEN_REGION1WA_Msk (0x1UL << MWU_INTEN_REGION1WA_Pos) /*!< Bit mask of REGION1WA field. */
2725 #define MWU_INTEN_REGION1WA_Disabled (0UL) /*!< Disable */
2726 #define MWU_INTEN_REGION1WA_Enabled (1UL) /*!< Enable */
2727 
2728 /* Bit 1 : Enable or disable interrupt for REGION[0].RA event */
2729 #define MWU_INTEN_REGION0RA_Pos (1UL) /*!< Position of REGION0RA field. */
2730 #define MWU_INTEN_REGION0RA_Msk (0x1UL << MWU_INTEN_REGION0RA_Pos) /*!< Bit mask of REGION0RA field. */
2731 #define MWU_INTEN_REGION0RA_Disabled (0UL) /*!< Disable */
2732 #define MWU_INTEN_REGION0RA_Enabled (1UL) /*!< Enable */
2733 
2734 /* Bit 0 : Enable or disable interrupt for REGION[0].WA event */
2735 #define MWU_INTEN_REGION0WA_Pos (0UL) /*!< Position of REGION0WA field. */
2736 #define MWU_INTEN_REGION0WA_Msk (0x1UL << MWU_INTEN_REGION0WA_Pos) /*!< Bit mask of REGION0WA field. */
2737 #define MWU_INTEN_REGION0WA_Disabled (0UL) /*!< Disable */
2738 #define MWU_INTEN_REGION0WA_Enabled (1UL) /*!< Enable */
2739 
2740 /* Register: MWU_INTENSET */
2741 /* Description: Enable interrupt */
2742 
2743 /* Bit 27 : Write '1' to enable interrupt for PREGION[1].RA event */
2744 #define MWU_INTENSET_PREGION1RA_Pos (27UL) /*!< Position of PREGION1RA field. */
2745 #define MWU_INTENSET_PREGION1RA_Msk (0x1UL << MWU_INTENSET_PREGION1RA_Pos) /*!< Bit mask of PREGION1RA field. */
2746 #define MWU_INTENSET_PREGION1RA_Disabled (0UL) /*!< Read: Disabled */
2747 #define MWU_INTENSET_PREGION1RA_Enabled (1UL) /*!< Read: Enabled */
2748 #define MWU_INTENSET_PREGION1RA_Set (1UL) /*!< Enable */
2749 
2750 /* Bit 26 : Write '1' to enable interrupt for PREGION[1].WA event */
2751 #define MWU_INTENSET_PREGION1WA_Pos (26UL) /*!< Position of PREGION1WA field. */
2752 #define MWU_INTENSET_PREGION1WA_Msk (0x1UL << MWU_INTENSET_PREGION1WA_Pos) /*!< Bit mask of PREGION1WA field. */
2753 #define MWU_INTENSET_PREGION1WA_Disabled (0UL) /*!< Read: Disabled */
2754 #define MWU_INTENSET_PREGION1WA_Enabled (1UL) /*!< Read: Enabled */
2755 #define MWU_INTENSET_PREGION1WA_Set (1UL) /*!< Enable */
2756 
2757 /* Bit 25 : Write '1' to enable interrupt for PREGION[0].RA event */
2758 #define MWU_INTENSET_PREGION0RA_Pos (25UL) /*!< Position of PREGION0RA field. */
2759 #define MWU_INTENSET_PREGION0RA_Msk (0x1UL << MWU_INTENSET_PREGION0RA_Pos) /*!< Bit mask of PREGION0RA field. */
2760 #define MWU_INTENSET_PREGION0RA_Disabled (0UL) /*!< Read: Disabled */
2761 #define MWU_INTENSET_PREGION0RA_Enabled (1UL) /*!< Read: Enabled */
2762 #define MWU_INTENSET_PREGION0RA_Set (1UL) /*!< Enable */
2763 
2764 /* Bit 24 : Write '1' to enable interrupt for PREGION[0].WA event */
2765 #define MWU_INTENSET_PREGION0WA_Pos (24UL) /*!< Position of PREGION0WA field. */
2766 #define MWU_INTENSET_PREGION0WA_Msk (0x1UL << MWU_INTENSET_PREGION0WA_Pos) /*!< Bit mask of PREGION0WA field. */
2767 #define MWU_INTENSET_PREGION0WA_Disabled (0UL) /*!< Read: Disabled */
2768 #define MWU_INTENSET_PREGION0WA_Enabled (1UL) /*!< Read: Enabled */
2769 #define MWU_INTENSET_PREGION0WA_Set (1UL) /*!< Enable */
2770 
2771 /* Bit 7 : Write '1' to enable interrupt for REGION[3].RA event */
2772 #define MWU_INTENSET_REGION3RA_Pos (7UL) /*!< Position of REGION3RA field. */
2773 #define MWU_INTENSET_REGION3RA_Msk (0x1UL << MWU_INTENSET_REGION3RA_Pos) /*!< Bit mask of REGION3RA field. */
2774 #define MWU_INTENSET_REGION3RA_Disabled (0UL) /*!< Read: Disabled */
2775 #define MWU_INTENSET_REGION3RA_Enabled (1UL) /*!< Read: Enabled */
2776 #define MWU_INTENSET_REGION3RA_Set (1UL) /*!< Enable */
2777 
2778 /* Bit 6 : Write '1' to enable interrupt for REGION[3].WA event */
2779 #define MWU_INTENSET_REGION3WA_Pos (6UL) /*!< Position of REGION3WA field. */
2780 #define MWU_INTENSET_REGION3WA_Msk (0x1UL << MWU_INTENSET_REGION3WA_Pos) /*!< Bit mask of REGION3WA field. */
2781 #define MWU_INTENSET_REGION3WA_Disabled (0UL) /*!< Read: Disabled */
2782 #define MWU_INTENSET_REGION3WA_Enabled (1UL) /*!< Read: Enabled */
2783 #define MWU_INTENSET_REGION3WA_Set (1UL) /*!< Enable */
2784 
2785 /* Bit 5 : Write '1' to enable interrupt for REGION[2].RA event */
2786 #define MWU_INTENSET_REGION2RA_Pos (5UL) /*!< Position of REGION2RA field. */
2787 #define MWU_INTENSET_REGION2RA_Msk (0x1UL << MWU_INTENSET_REGION2RA_Pos) /*!< Bit mask of REGION2RA field. */
2788 #define MWU_INTENSET_REGION2RA_Disabled (0UL) /*!< Read: Disabled */
2789 #define MWU_INTENSET_REGION2RA_Enabled (1UL) /*!< Read: Enabled */
2790 #define MWU_INTENSET_REGION2RA_Set (1UL) /*!< Enable */
2791 
2792 /* Bit 4 : Write '1' to enable interrupt for REGION[2].WA event */
2793 #define MWU_INTENSET_REGION2WA_Pos (4UL) /*!< Position of REGION2WA field. */
2794 #define MWU_INTENSET_REGION2WA_Msk (0x1UL << MWU_INTENSET_REGION2WA_Pos) /*!< Bit mask of REGION2WA field. */
2795 #define MWU_INTENSET_REGION2WA_Disabled (0UL) /*!< Read: Disabled */
2796 #define MWU_INTENSET_REGION2WA_Enabled (1UL) /*!< Read: Enabled */
2797 #define MWU_INTENSET_REGION2WA_Set (1UL) /*!< Enable */
2798 
2799 /* Bit 3 : Write '1' to enable interrupt for REGION[1].RA event */
2800 #define MWU_INTENSET_REGION1RA_Pos (3UL) /*!< Position of REGION1RA field. */
2801 #define MWU_INTENSET_REGION1RA_Msk (0x1UL << MWU_INTENSET_REGION1RA_Pos) /*!< Bit mask of REGION1RA field. */
2802 #define MWU_INTENSET_REGION1RA_Disabled (0UL) /*!< Read: Disabled */
2803 #define MWU_INTENSET_REGION1RA_Enabled (1UL) /*!< Read: Enabled */
2804 #define MWU_INTENSET_REGION1RA_Set (1UL) /*!< Enable */
2805 
2806 /* Bit 2 : Write '1' to enable interrupt for REGION[1].WA event */
2807 #define MWU_INTENSET_REGION1WA_Pos (2UL) /*!< Position of REGION1WA field. */
2808 #define MWU_INTENSET_REGION1WA_Msk (0x1UL << MWU_INTENSET_REGION1WA_Pos) /*!< Bit mask of REGION1WA field. */
2809 #define MWU_INTENSET_REGION1WA_Disabled (0UL) /*!< Read: Disabled */
2810 #define MWU_INTENSET_REGION1WA_Enabled (1UL) /*!< Read: Enabled */
2811 #define MWU_INTENSET_REGION1WA_Set (1UL) /*!< Enable */
2812 
2813 /* Bit 1 : Write '1' to enable interrupt for REGION[0].RA event */
2814 #define MWU_INTENSET_REGION0RA_Pos (1UL) /*!< Position of REGION0RA field. */
2815 #define MWU_INTENSET_REGION0RA_Msk (0x1UL << MWU_INTENSET_REGION0RA_Pos) /*!< Bit mask of REGION0RA field. */
2816 #define MWU_INTENSET_REGION0RA_Disabled (0UL) /*!< Read: Disabled */
2817 #define MWU_INTENSET_REGION0RA_Enabled (1UL) /*!< Read: Enabled */
2818 #define MWU_INTENSET_REGION0RA_Set (1UL) /*!< Enable */
2819 
2820 /* Bit 0 : Write '1' to enable interrupt for REGION[0].WA event */
2821 #define MWU_INTENSET_REGION0WA_Pos (0UL) /*!< Position of REGION0WA field. */
2822 #define MWU_INTENSET_REGION0WA_Msk (0x1UL << MWU_INTENSET_REGION0WA_Pos) /*!< Bit mask of REGION0WA field. */
2823 #define MWU_INTENSET_REGION0WA_Disabled (0UL) /*!< Read: Disabled */
2824 #define MWU_INTENSET_REGION0WA_Enabled (1UL) /*!< Read: Enabled */
2825 #define MWU_INTENSET_REGION0WA_Set (1UL) /*!< Enable */
2826 
2827 /* Register: MWU_INTENCLR */
2828 /* Description: Disable interrupt */
2829 
2830 /* Bit 27 : Write '1' to disable interrupt for PREGION[1].RA event */
2831 #define MWU_INTENCLR_PREGION1RA_Pos (27UL) /*!< Position of PREGION1RA field. */
2832 #define MWU_INTENCLR_PREGION1RA_Msk (0x1UL << MWU_INTENCLR_PREGION1RA_Pos) /*!< Bit mask of PREGION1RA field. */
2833 #define MWU_INTENCLR_PREGION1RA_Disabled (0UL) /*!< Read: Disabled */
2834 #define MWU_INTENCLR_PREGION1RA_Enabled (1UL) /*!< Read: Enabled */
2835 #define MWU_INTENCLR_PREGION1RA_Clear (1UL) /*!< Disable */
2836 
2837 /* Bit 26 : Write '1' to disable interrupt for PREGION[1].WA event */
2838 #define MWU_INTENCLR_PREGION1WA_Pos (26UL) /*!< Position of PREGION1WA field. */
2839 #define MWU_INTENCLR_PREGION1WA_Msk (0x1UL << MWU_INTENCLR_PREGION1WA_Pos) /*!< Bit mask of PREGION1WA field. */
2840 #define MWU_INTENCLR_PREGION1WA_Disabled (0UL) /*!< Read: Disabled */
2841 #define MWU_INTENCLR_PREGION1WA_Enabled (1UL) /*!< Read: Enabled */
2842 #define MWU_INTENCLR_PREGION1WA_Clear (1UL) /*!< Disable */
2843 
2844 /* Bit 25 : Write '1' to disable interrupt for PREGION[0].RA event */
2845 #define MWU_INTENCLR_PREGION0RA_Pos (25UL) /*!< Position of PREGION0RA field. */
2846 #define MWU_INTENCLR_PREGION0RA_Msk (0x1UL << MWU_INTENCLR_PREGION0RA_Pos) /*!< Bit mask of PREGION0RA field. */
2847 #define MWU_INTENCLR_PREGION0RA_Disabled (0UL) /*!< Read: Disabled */
2848 #define MWU_INTENCLR_PREGION0RA_Enabled (1UL) /*!< Read: Enabled */
2849 #define MWU_INTENCLR_PREGION0RA_Clear (1UL) /*!< Disable */
2850 
2851 /* Bit 24 : Write '1' to disable interrupt for PREGION[0].WA event */
2852 #define MWU_INTENCLR_PREGION0WA_Pos (24UL) /*!< Position of PREGION0WA field. */
2853 #define MWU_INTENCLR_PREGION0WA_Msk (0x1UL << MWU_INTENCLR_PREGION0WA_Pos) /*!< Bit mask of PREGION0WA field. */
2854 #define MWU_INTENCLR_PREGION0WA_Disabled (0UL) /*!< Read: Disabled */
2855 #define MWU_INTENCLR_PREGION0WA_Enabled (1UL) /*!< Read: Enabled */
2856 #define MWU_INTENCLR_PREGION0WA_Clear (1UL) /*!< Disable */
2857 
2858 /* Bit 7 : Write '1' to disable interrupt for REGION[3].RA event */
2859 #define MWU_INTENCLR_REGION3RA_Pos (7UL) /*!< Position of REGION3RA field. */
2860 #define MWU_INTENCLR_REGION3RA_Msk (0x1UL << MWU_INTENCLR_REGION3RA_Pos) /*!< Bit mask of REGION3RA field. */
2861 #define MWU_INTENCLR_REGION3RA_Disabled (0UL) /*!< Read: Disabled */
2862 #define MWU_INTENCLR_REGION3RA_Enabled (1UL) /*!< Read: Enabled */
2863 #define MWU_INTENCLR_REGION3RA_Clear (1UL) /*!< Disable */
2864 
2865 /* Bit 6 : Write '1' to disable interrupt for REGION[3].WA event */
2866 #define MWU_INTENCLR_REGION3WA_Pos (6UL) /*!< Position of REGION3WA field. */
2867 #define MWU_INTENCLR_REGION3WA_Msk (0x1UL << MWU_INTENCLR_REGION3WA_Pos) /*!< Bit mask of REGION3WA field. */
2868 #define MWU_INTENCLR_REGION3WA_Disabled (0UL) /*!< Read: Disabled */
2869 #define MWU_INTENCLR_REGION3WA_Enabled (1UL) /*!< Read: Enabled */
2870 #define MWU_INTENCLR_REGION3WA_Clear (1UL) /*!< Disable */
2871 
2872 /* Bit 5 : Write '1' to disable interrupt for REGION[2].RA event */
2873 #define MWU_INTENCLR_REGION2RA_Pos (5UL) /*!< Position of REGION2RA field. */
2874 #define MWU_INTENCLR_REGION2RA_Msk (0x1UL << MWU_INTENCLR_REGION2RA_Pos) /*!< Bit mask of REGION2RA field. */
2875 #define MWU_INTENCLR_REGION2RA_Disabled (0UL) /*!< Read: Disabled */
2876 #define MWU_INTENCLR_REGION2RA_Enabled (1UL) /*!< Read: Enabled */
2877 #define MWU_INTENCLR_REGION2RA_Clear (1UL) /*!< Disable */
2878 
2879 /* Bit 4 : Write '1' to disable interrupt for REGION[2].WA event */
2880 #define MWU_INTENCLR_REGION2WA_Pos (4UL) /*!< Position of REGION2WA field. */
2881 #define MWU_INTENCLR_REGION2WA_Msk (0x1UL << MWU_INTENCLR_REGION2WA_Pos) /*!< Bit mask of REGION2WA field. */
2882 #define MWU_INTENCLR_REGION2WA_Disabled (0UL) /*!< Read: Disabled */
2883 #define MWU_INTENCLR_REGION2WA_Enabled (1UL) /*!< Read: Enabled */
2884 #define MWU_INTENCLR_REGION2WA_Clear (1UL) /*!< Disable */
2885 
2886 /* Bit 3 : Write '1' to disable interrupt for REGION[1].RA event */
2887 #define MWU_INTENCLR_REGION1RA_Pos (3UL) /*!< Position of REGION1RA field. */
2888 #define MWU_INTENCLR_REGION1RA_Msk (0x1UL << MWU_INTENCLR_REGION1RA_Pos) /*!< Bit mask of REGION1RA field. */
2889 #define MWU_INTENCLR_REGION1RA_Disabled (0UL) /*!< Read: Disabled */
2890 #define MWU_INTENCLR_REGION1RA_Enabled (1UL) /*!< Read: Enabled */
2891 #define MWU_INTENCLR_REGION1RA_Clear (1UL) /*!< Disable */
2892 
2893 /* Bit 2 : Write '1' to disable interrupt for REGION[1].WA event */
2894 #define MWU_INTENCLR_REGION1WA_Pos (2UL) /*!< Position of REGION1WA field. */
2895 #define MWU_INTENCLR_REGION1WA_Msk (0x1UL << MWU_INTENCLR_REGION1WA_Pos) /*!< Bit mask of REGION1WA field. */
2896 #define MWU_INTENCLR_REGION1WA_Disabled (0UL) /*!< Read: Disabled */
2897 #define MWU_INTENCLR_REGION1WA_Enabled (1UL) /*!< Read: Enabled */
2898 #define MWU_INTENCLR_REGION1WA_Clear (1UL) /*!< Disable */
2899 
2900 /* Bit 1 : Write '1' to disable interrupt for REGION[0].RA event */
2901 #define MWU_INTENCLR_REGION0RA_Pos (1UL) /*!< Position of REGION0RA field. */
2902 #define MWU_INTENCLR_REGION0RA_Msk (0x1UL << MWU_INTENCLR_REGION0RA_Pos) /*!< Bit mask of REGION0RA field. */
2903 #define MWU_INTENCLR_REGION0RA_Disabled (0UL) /*!< Read: Disabled */
2904 #define MWU_INTENCLR_REGION0RA_Enabled (1UL) /*!< Read: Enabled */
2905 #define MWU_INTENCLR_REGION0RA_Clear (1UL) /*!< Disable */
2906 
2907 /* Bit 0 : Write '1' to disable interrupt for REGION[0].WA event */
2908 #define MWU_INTENCLR_REGION0WA_Pos (0UL) /*!< Position of REGION0WA field. */
2909 #define MWU_INTENCLR_REGION0WA_Msk (0x1UL << MWU_INTENCLR_REGION0WA_Pos) /*!< Bit mask of REGION0WA field. */
2910 #define MWU_INTENCLR_REGION0WA_Disabled (0UL) /*!< Read: Disabled */
2911 #define MWU_INTENCLR_REGION0WA_Enabled (1UL) /*!< Read: Enabled */
2912 #define MWU_INTENCLR_REGION0WA_Clear (1UL) /*!< Disable */
2913 
2914 /* Register: MWU_NMIEN */
2915 /* Description: Enable or disable non-maskable interrupt */
2916 
2917 /* Bit 27 : Enable or disable non-maskable interrupt for PREGION[1].RA event */
2918 #define MWU_NMIEN_PREGION1RA_Pos (27UL) /*!< Position of PREGION1RA field. */
2919 #define MWU_NMIEN_PREGION1RA_Msk (0x1UL << MWU_NMIEN_PREGION1RA_Pos) /*!< Bit mask of PREGION1RA field. */
2920 #define MWU_NMIEN_PREGION1RA_Disabled (0UL) /*!< Disable */
2921 #define MWU_NMIEN_PREGION1RA_Enabled (1UL) /*!< Enable */
2922 
2923 /* Bit 26 : Enable or disable non-maskable interrupt for PREGION[1].WA event */
2924 #define MWU_NMIEN_PREGION1WA_Pos (26UL) /*!< Position of PREGION1WA field. */
2925 #define MWU_NMIEN_PREGION1WA_Msk (0x1UL << MWU_NMIEN_PREGION1WA_Pos) /*!< Bit mask of PREGION1WA field. */
2926 #define MWU_NMIEN_PREGION1WA_Disabled (0UL) /*!< Disable */
2927 #define MWU_NMIEN_PREGION1WA_Enabled (1UL) /*!< Enable */
2928 
2929 /* Bit 25 : Enable or disable non-maskable interrupt for PREGION[0].RA event */
2930 #define MWU_NMIEN_PREGION0RA_Pos (25UL) /*!< Position of PREGION0RA field. */
2931 #define MWU_NMIEN_PREGION0RA_Msk (0x1UL << MWU_NMIEN_PREGION0RA_Pos) /*!< Bit mask of PREGION0RA field. */
2932 #define MWU_NMIEN_PREGION0RA_Disabled (0UL) /*!< Disable */
2933 #define MWU_NMIEN_PREGION0RA_Enabled (1UL) /*!< Enable */
2934 
2935 /* Bit 24 : Enable or disable non-maskable interrupt for PREGION[0].WA event */
2936 #define MWU_NMIEN_PREGION0WA_Pos (24UL) /*!< Position of PREGION0WA field. */
2937 #define MWU_NMIEN_PREGION0WA_Msk (0x1UL << MWU_NMIEN_PREGION0WA_Pos) /*!< Bit mask of PREGION0WA field. */
2938 #define MWU_NMIEN_PREGION0WA_Disabled (0UL) /*!< Disable */
2939 #define MWU_NMIEN_PREGION0WA_Enabled (1UL) /*!< Enable */
2940 
2941 /* Bit 7 : Enable or disable non-maskable interrupt for REGION[3].RA event */
2942 #define MWU_NMIEN_REGION3RA_Pos (7UL) /*!< Position of REGION3RA field. */
2943 #define MWU_NMIEN_REGION3RA_Msk (0x1UL << MWU_NMIEN_REGION3RA_Pos) /*!< Bit mask of REGION3RA field. */
2944 #define MWU_NMIEN_REGION3RA_Disabled (0UL) /*!< Disable */
2945 #define MWU_NMIEN_REGION3RA_Enabled (1UL) /*!< Enable */
2946 
2947 /* Bit 6 : Enable or disable non-maskable interrupt for REGION[3].WA event */
2948 #define MWU_NMIEN_REGION3WA_Pos (6UL) /*!< Position of REGION3WA field. */
2949 #define MWU_NMIEN_REGION3WA_Msk (0x1UL << MWU_NMIEN_REGION3WA_Pos) /*!< Bit mask of REGION3WA field. */
2950 #define MWU_NMIEN_REGION3WA_Disabled (0UL) /*!< Disable */
2951 #define MWU_NMIEN_REGION3WA_Enabled (1UL) /*!< Enable */
2952 
2953 /* Bit 5 : Enable or disable non-maskable interrupt for REGION[2].RA event */
2954 #define MWU_NMIEN_REGION2RA_Pos (5UL) /*!< Position of REGION2RA field. */
2955 #define MWU_NMIEN_REGION2RA_Msk (0x1UL << MWU_NMIEN_REGION2RA_Pos) /*!< Bit mask of REGION2RA field. */
2956 #define MWU_NMIEN_REGION2RA_Disabled (0UL) /*!< Disable */
2957 #define MWU_NMIEN_REGION2RA_Enabled (1UL) /*!< Enable */
2958 
2959 /* Bit 4 : Enable or disable non-maskable interrupt for REGION[2].WA event */
2960 #define MWU_NMIEN_REGION2WA_Pos (4UL) /*!< Position of REGION2WA field. */
2961 #define MWU_NMIEN_REGION2WA_Msk (0x1UL << MWU_NMIEN_REGION2WA_Pos) /*!< Bit mask of REGION2WA field. */
2962 #define MWU_NMIEN_REGION2WA_Disabled (0UL) /*!< Disable */
2963 #define MWU_NMIEN_REGION2WA_Enabled (1UL) /*!< Enable */
2964 
2965 /* Bit 3 : Enable or disable non-maskable interrupt for REGION[1].RA event */
2966 #define MWU_NMIEN_REGION1RA_Pos (3UL) /*!< Position of REGION1RA field. */
2967 #define MWU_NMIEN_REGION1RA_Msk (0x1UL << MWU_NMIEN_REGION1RA_Pos) /*!< Bit mask of REGION1RA field. */
2968 #define MWU_NMIEN_REGION1RA_Disabled (0UL) /*!< Disable */
2969 #define MWU_NMIEN_REGION1RA_Enabled (1UL) /*!< Enable */
2970 
2971 /* Bit 2 : Enable or disable non-maskable interrupt for REGION[1].WA event */
2972 #define MWU_NMIEN_REGION1WA_Pos (2UL) /*!< Position of REGION1WA field. */
2973 #define MWU_NMIEN_REGION1WA_Msk (0x1UL << MWU_NMIEN_REGION1WA_Pos) /*!< Bit mask of REGION1WA field. */
2974 #define MWU_NMIEN_REGION1WA_Disabled (0UL) /*!< Disable */
2975 #define MWU_NMIEN_REGION1WA_Enabled (1UL) /*!< Enable */
2976 
2977 /* Bit 1 : Enable or disable non-maskable interrupt for REGION[0].RA event */
2978 #define MWU_NMIEN_REGION0RA_Pos (1UL) /*!< Position of REGION0RA field. */
2979 #define MWU_NMIEN_REGION0RA_Msk (0x1UL << MWU_NMIEN_REGION0RA_Pos) /*!< Bit mask of REGION0RA field. */
2980 #define MWU_NMIEN_REGION0RA_Disabled (0UL) /*!< Disable */
2981 #define MWU_NMIEN_REGION0RA_Enabled (1UL) /*!< Enable */
2982 
2983 /* Bit 0 : Enable or disable non-maskable interrupt for REGION[0].WA event */
2984 #define MWU_NMIEN_REGION0WA_Pos (0UL) /*!< Position of REGION0WA field. */
2985 #define MWU_NMIEN_REGION0WA_Msk (0x1UL << MWU_NMIEN_REGION0WA_Pos) /*!< Bit mask of REGION0WA field. */
2986 #define MWU_NMIEN_REGION0WA_Disabled (0UL) /*!< Disable */
2987 #define MWU_NMIEN_REGION0WA_Enabled (1UL) /*!< Enable */
2988 
2989 /* Register: MWU_NMIENSET */
2990 /* Description: Enable non-maskable interrupt */
2991 
2992 /* Bit 27 : Write '1' to enable non-maskable interrupt for PREGION[1].RA event */
2993 #define MWU_NMIENSET_PREGION1RA_Pos (27UL) /*!< Position of PREGION1RA field. */
2994 #define MWU_NMIENSET_PREGION1RA_Msk (0x1UL << MWU_NMIENSET_PREGION1RA_Pos) /*!< Bit mask of PREGION1RA field. */
2995 #define MWU_NMIENSET_PREGION1RA_Disabled (0UL) /*!< Read: Disabled */
2996 #define MWU_NMIENSET_PREGION1RA_Enabled (1UL) /*!< Read: Enabled */
2997 #define MWU_NMIENSET_PREGION1RA_Set (1UL) /*!< Enable */
2998 
2999 /* Bit 26 : Write '1' to enable non-maskable interrupt for PREGION[1].WA event */
3000 #define MWU_NMIENSET_PREGION1WA_Pos (26UL) /*!< Position of PREGION1WA field. */
3001 #define MWU_NMIENSET_PREGION1WA_Msk (0x1UL << MWU_NMIENSET_PREGION1WA_Pos) /*!< Bit mask of PREGION1WA field. */
3002 #define MWU_NMIENSET_PREGION1WA_Disabled (0UL) /*!< Read: Disabled */
3003 #define MWU_NMIENSET_PREGION1WA_Enabled (1UL) /*!< Read: Enabled */
3004 #define MWU_NMIENSET_PREGION1WA_Set (1UL) /*!< Enable */
3005 
3006 /* Bit 25 : Write '1' to enable non-maskable interrupt for PREGION[0].RA event */
3007 #define MWU_NMIENSET_PREGION0RA_Pos (25UL) /*!< Position of PREGION0RA field. */
3008 #define MWU_NMIENSET_PREGION0RA_Msk (0x1UL << MWU_NMIENSET_PREGION0RA_Pos) /*!< Bit mask of PREGION0RA field. */
3009 #define MWU_NMIENSET_PREGION0RA_Disabled (0UL) /*!< Read: Disabled */
3010 #define MWU_NMIENSET_PREGION0RA_Enabled (1UL) /*!< Read: Enabled */
3011 #define MWU_NMIENSET_PREGION0RA_Set (1UL) /*!< Enable */
3012 
3013 /* Bit 24 : Write '1' to enable non-maskable interrupt for PREGION[0].WA event */
3014 #define MWU_NMIENSET_PREGION0WA_Pos (24UL) /*!< Position of PREGION0WA field. */
3015 #define MWU_NMIENSET_PREGION0WA_Msk (0x1UL << MWU_NMIENSET_PREGION0WA_Pos) /*!< Bit mask of PREGION0WA field. */
3016 #define MWU_NMIENSET_PREGION0WA_Disabled (0UL) /*!< Read: Disabled */
3017 #define MWU_NMIENSET_PREGION0WA_Enabled (1UL) /*!< Read: Enabled */
3018 #define MWU_NMIENSET_PREGION0WA_Set (1UL) /*!< Enable */
3019 
3020 /* Bit 7 : Write '1' to enable non-maskable interrupt for REGION[3].RA event */
3021 #define MWU_NMIENSET_REGION3RA_Pos (7UL) /*!< Position of REGION3RA field. */
3022 #define MWU_NMIENSET_REGION3RA_Msk (0x1UL << MWU_NMIENSET_REGION3RA_Pos) /*!< Bit mask of REGION3RA field. */
3023 #define MWU_NMIENSET_REGION3RA_Disabled (0UL) /*!< Read: Disabled */
3024 #define MWU_NMIENSET_REGION3RA_Enabled (1UL) /*!< Read: Enabled */
3025 #define MWU_NMIENSET_REGION3RA_Set (1UL) /*!< Enable */
3026 
3027 /* Bit 6 : Write '1' to enable non-maskable interrupt for REGION[3].WA event */
3028 #define MWU_NMIENSET_REGION3WA_Pos (6UL) /*!< Position of REGION3WA field. */
3029 #define MWU_NMIENSET_REGION3WA_Msk (0x1UL << MWU_NMIENSET_REGION3WA_Pos) /*!< Bit mask of REGION3WA field. */
3030 #define MWU_NMIENSET_REGION3WA_Disabled (0UL) /*!< Read: Disabled */
3031 #define MWU_NMIENSET_REGION3WA_Enabled (1UL) /*!< Read: Enabled */
3032 #define MWU_NMIENSET_REGION3WA_Set (1UL) /*!< Enable */
3033 
3034 /* Bit 5 : Write '1' to enable non-maskable interrupt for REGION[2].RA event */
3035 #define MWU_NMIENSET_REGION2RA_Pos (5UL) /*!< Position of REGION2RA field. */
3036 #define MWU_NMIENSET_REGION2RA_Msk (0x1UL << MWU_NMIENSET_REGION2RA_Pos) /*!< Bit mask of REGION2RA field. */
3037 #define MWU_NMIENSET_REGION2RA_Disabled (0UL) /*!< Read: Disabled */
3038 #define MWU_NMIENSET_REGION2RA_Enabled (1UL) /*!< Read: Enabled */
3039 #define MWU_NMIENSET_REGION2RA_Set (1UL) /*!< Enable */
3040 
3041 /* Bit 4 : Write '1' to enable non-maskable interrupt for REGION[2].WA event */
3042 #define MWU_NMIENSET_REGION2WA_Pos (4UL) /*!< Position of REGION2WA field. */
3043 #define MWU_NMIENSET_REGION2WA_Msk (0x1UL << MWU_NMIENSET_REGION2WA_Pos) /*!< Bit mask of REGION2WA field. */
3044 #define MWU_NMIENSET_REGION2WA_Disabled (0UL) /*!< Read: Disabled */
3045 #define MWU_NMIENSET_REGION2WA_Enabled (1UL) /*!< Read: Enabled */
3046 #define MWU_NMIENSET_REGION2WA_Set (1UL) /*!< Enable */
3047 
3048 /* Bit 3 : Write '1' to enable non-maskable interrupt for REGION[1].RA event */
3049 #define MWU_NMIENSET_REGION1RA_Pos (3UL) /*!< Position of REGION1RA field. */
3050 #define MWU_NMIENSET_REGION1RA_Msk (0x1UL << MWU_NMIENSET_REGION1RA_Pos) /*!< Bit mask of REGION1RA field. */
3051 #define MWU_NMIENSET_REGION1RA_Disabled (0UL) /*!< Read: Disabled */
3052 #define MWU_NMIENSET_REGION1RA_Enabled (1UL) /*!< Read: Enabled */
3053 #define MWU_NMIENSET_REGION1RA_Set (1UL) /*!< Enable */
3054 
3055 /* Bit 2 : Write '1' to enable non-maskable interrupt for REGION[1].WA event */
3056 #define MWU_NMIENSET_REGION1WA_Pos (2UL) /*!< Position of REGION1WA field. */
3057 #define MWU_NMIENSET_REGION1WA_Msk (0x1UL << MWU_NMIENSET_REGION1WA_Pos) /*!< Bit mask of REGION1WA field. */
3058 #define MWU_NMIENSET_REGION1WA_Disabled (0UL) /*!< Read: Disabled */
3059 #define MWU_NMIENSET_REGION1WA_Enabled (1UL) /*!< Read: Enabled */
3060 #define MWU_NMIENSET_REGION1WA_Set (1UL) /*!< Enable */
3061 
3062 /* Bit 1 : Write '1' to enable non-maskable interrupt for REGION[0].RA event */
3063 #define MWU_NMIENSET_REGION0RA_Pos (1UL) /*!< Position of REGION0RA field. */
3064 #define MWU_NMIENSET_REGION0RA_Msk (0x1UL << MWU_NMIENSET_REGION0RA_Pos) /*!< Bit mask of REGION0RA field. */
3065 #define MWU_NMIENSET_REGION0RA_Disabled (0UL) /*!< Read: Disabled */
3066 #define MWU_NMIENSET_REGION0RA_Enabled (1UL) /*!< Read: Enabled */
3067 #define MWU_NMIENSET_REGION0RA_Set (1UL) /*!< Enable */
3068 
3069 /* Bit 0 : Write '1' to enable non-maskable interrupt for REGION[0].WA event */
3070 #define MWU_NMIENSET_REGION0WA_Pos (0UL) /*!< Position of REGION0WA field. */
3071 #define MWU_NMIENSET_REGION0WA_Msk (0x1UL << MWU_NMIENSET_REGION0WA_Pos) /*!< Bit mask of REGION0WA field. */
3072 #define MWU_NMIENSET_REGION0WA_Disabled (0UL) /*!< Read: Disabled */
3073 #define MWU_NMIENSET_REGION0WA_Enabled (1UL) /*!< Read: Enabled */
3074 #define MWU_NMIENSET_REGION0WA_Set (1UL) /*!< Enable */
3075 
3076 /* Register: MWU_NMIENCLR */
3077 /* Description: Disable non-maskable interrupt */
3078 
3079 /* Bit 27 : Write '1' to disable non-maskable interrupt for PREGION[1].RA event */
3080 #define MWU_NMIENCLR_PREGION1RA_Pos (27UL) /*!< Position of PREGION1RA field. */
3081 #define MWU_NMIENCLR_PREGION1RA_Msk (0x1UL << MWU_NMIENCLR_PREGION1RA_Pos) /*!< Bit mask of PREGION1RA field. */
3082 #define MWU_NMIENCLR_PREGION1RA_Disabled (0UL) /*!< Read: Disabled */
3083 #define MWU_NMIENCLR_PREGION1RA_Enabled (1UL) /*!< Read: Enabled */
3084 #define MWU_NMIENCLR_PREGION1RA_Clear (1UL) /*!< Disable */
3085 
3086 /* Bit 26 : Write '1' to disable non-maskable interrupt for PREGION[1].WA event */
3087 #define MWU_NMIENCLR_PREGION1WA_Pos (26UL) /*!< Position of PREGION1WA field. */
3088 #define MWU_NMIENCLR_PREGION1WA_Msk (0x1UL << MWU_NMIENCLR_PREGION1WA_Pos) /*!< Bit mask of PREGION1WA field. */
3089 #define MWU_NMIENCLR_PREGION1WA_Disabled (0UL) /*!< Read: Disabled */
3090 #define MWU_NMIENCLR_PREGION1WA_Enabled (1UL) /*!< Read: Enabled */
3091 #define MWU_NMIENCLR_PREGION1WA_Clear (1UL) /*!< Disable */
3092 
3093 /* Bit 25 : Write '1' to disable non-maskable interrupt for PREGION[0].RA event */
3094 #define MWU_NMIENCLR_PREGION0RA_Pos (25UL) /*!< Position of PREGION0RA field. */
3095 #define MWU_NMIENCLR_PREGION0RA_Msk (0x1UL << MWU_NMIENCLR_PREGION0RA_Pos) /*!< Bit mask of PREGION0RA field. */
3096 #define MWU_NMIENCLR_PREGION0RA_Disabled (0UL) /*!< Read: Disabled */
3097 #define MWU_NMIENCLR_PREGION0RA_Enabled (1UL) /*!< Read: Enabled */
3098 #define MWU_NMIENCLR_PREGION0RA_Clear (1UL) /*!< Disable */
3099 
3100 /* Bit 24 : Write '1' to disable non-maskable interrupt for PREGION[0].WA event */
3101 #define MWU_NMIENCLR_PREGION0WA_Pos (24UL) /*!< Position of PREGION0WA field. */
3102 #define MWU_NMIENCLR_PREGION0WA_Msk (0x1UL << MWU_NMIENCLR_PREGION0WA_Pos) /*!< Bit mask of PREGION0WA field. */
3103 #define MWU_NMIENCLR_PREGION0WA_Disabled (0UL) /*!< Read: Disabled */
3104 #define MWU_NMIENCLR_PREGION0WA_Enabled (1UL) /*!< Read: Enabled */
3105 #define MWU_NMIENCLR_PREGION0WA_Clear (1UL) /*!< Disable */
3106 
3107 /* Bit 7 : Write '1' to disable non-maskable interrupt for REGION[3].RA event */
3108 #define MWU_NMIENCLR_REGION3RA_Pos (7UL) /*!< Position of REGION3RA field. */
3109 #define MWU_NMIENCLR_REGION3RA_Msk (0x1UL << MWU_NMIENCLR_REGION3RA_Pos) /*!< Bit mask of REGION3RA field. */
3110 #define MWU_NMIENCLR_REGION3RA_Disabled (0UL) /*!< Read: Disabled */
3111 #define MWU_NMIENCLR_REGION3RA_Enabled (1UL) /*!< Read: Enabled */
3112 #define MWU_NMIENCLR_REGION3RA_Clear (1UL) /*!< Disable */
3113 
3114 /* Bit 6 : Write '1' to disable non-maskable interrupt for REGION[3].WA event */
3115 #define MWU_NMIENCLR_REGION3WA_Pos (6UL) /*!< Position of REGION3WA field. */
3116 #define MWU_NMIENCLR_REGION3WA_Msk (0x1UL << MWU_NMIENCLR_REGION3WA_Pos) /*!< Bit mask of REGION3WA field. */
3117 #define MWU_NMIENCLR_REGION3WA_Disabled (0UL) /*!< Read: Disabled */
3118 #define MWU_NMIENCLR_REGION3WA_Enabled (1UL) /*!< Read: Enabled */
3119 #define MWU_NMIENCLR_REGION3WA_Clear (1UL) /*!< Disable */
3120 
3121 /* Bit 5 : Write '1' to disable non-maskable interrupt for REGION[2].RA event */
3122 #define MWU_NMIENCLR_REGION2RA_Pos (5UL) /*!< Position of REGION2RA field. */
3123 #define MWU_NMIENCLR_REGION2RA_Msk (0x1UL << MWU_NMIENCLR_REGION2RA_Pos) /*!< Bit mask of REGION2RA field. */
3124 #define MWU_NMIENCLR_REGION2RA_Disabled (0UL) /*!< Read: Disabled */
3125 #define MWU_NMIENCLR_REGION2RA_Enabled (1UL) /*!< Read: Enabled */
3126 #define MWU_NMIENCLR_REGION2RA_Clear (1UL) /*!< Disable */
3127 
3128 /* Bit 4 : Write '1' to disable non-maskable interrupt for REGION[2].WA event */
3129 #define MWU_NMIENCLR_REGION2WA_Pos (4UL) /*!< Position of REGION2WA field. */
3130 #define MWU_NMIENCLR_REGION2WA_Msk (0x1UL << MWU_NMIENCLR_REGION2WA_Pos) /*!< Bit mask of REGION2WA field. */
3131 #define MWU_NMIENCLR_REGION2WA_Disabled (0UL) /*!< Read: Disabled */
3132 #define MWU_NMIENCLR_REGION2WA_Enabled (1UL) /*!< Read: Enabled */
3133 #define MWU_NMIENCLR_REGION2WA_Clear (1UL) /*!< Disable */
3134 
3135 /* Bit 3 : Write '1' to disable non-maskable interrupt for REGION[1].RA event */
3136 #define MWU_NMIENCLR_REGION1RA_Pos (3UL) /*!< Position of REGION1RA field. */
3137 #define MWU_NMIENCLR_REGION1RA_Msk (0x1UL << MWU_NMIENCLR_REGION1RA_Pos) /*!< Bit mask of REGION1RA field. */
3138 #define MWU_NMIENCLR_REGION1RA_Disabled (0UL) /*!< Read: Disabled */
3139 #define MWU_NMIENCLR_REGION1RA_Enabled (1UL) /*!< Read: Enabled */
3140 #define MWU_NMIENCLR_REGION1RA_Clear (1UL) /*!< Disable */
3141 
3142 /* Bit 2 : Write '1' to disable non-maskable interrupt for REGION[1].WA event */
3143 #define MWU_NMIENCLR_REGION1WA_Pos (2UL) /*!< Position of REGION1WA field. */
3144 #define MWU_NMIENCLR_REGION1WA_Msk (0x1UL << MWU_NMIENCLR_REGION1WA_Pos) /*!< Bit mask of REGION1WA field. */
3145 #define MWU_NMIENCLR_REGION1WA_Disabled (0UL) /*!< Read: Disabled */
3146 #define MWU_NMIENCLR_REGION1WA_Enabled (1UL) /*!< Read: Enabled */
3147 #define MWU_NMIENCLR_REGION1WA_Clear (1UL) /*!< Disable */
3148 
3149 /* Bit 1 : Write '1' to disable non-maskable interrupt for REGION[0].RA event */
3150 #define MWU_NMIENCLR_REGION0RA_Pos (1UL) /*!< Position of REGION0RA field. */
3151 #define MWU_NMIENCLR_REGION0RA_Msk (0x1UL << MWU_NMIENCLR_REGION0RA_Pos) /*!< Bit mask of REGION0RA field. */
3152 #define MWU_NMIENCLR_REGION0RA_Disabled (0UL) /*!< Read: Disabled */
3153 #define MWU_NMIENCLR_REGION0RA_Enabled (1UL) /*!< Read: Enabled */
3154 #define MWU_NMIENCLR_REGION0RA_Clear (1UL) /*!< Disable */
3155 
3156 /* Bit 0 : Write '1' to disable non-maskable interrupt for REGION[0].WA event */
3157 #define MWU_NMIENCLR_REGION0WA_Pos (0UL) /*!< Position of REGION0WA field. */
3158 #define MWU_NMIENCLR_REGION0WA_Msk (0x1UL << MWU_NMIENCLR_REGION0WA_Pos) /*!< Bit mask of REGION0WA field. */
3159 #define MWU_NMIENCLR_REGION0WA_Disabled (0UL) /*!< Read: Disabled */
3160 #define MWU_NMIENCLR_REGION0WA_Enabled (1UL) /*!< Read: Enabled */
3161 #define MWU_NMIENCLR_REGION0WA_Clear (1UL) /*!< Disable */
3162 
3163 /* Register: MWU_PERREGION_SUBSTATWA */
3164 /* Description: Description cluster[n]: Source of event/interrupt in region n, write access detected while corresponding subregion was enabled for watching */
3165 
3166 /* Bit 31 : Subregion 31 in region n (write '1' to clear) */
3167 #define MWU_PERREGION_SUBSTATWA_SR31_Pos (31UL) /*!< Position of SR31 field. */
3168 #define MWU_PERREGION_SUBSTATWA_SR31_Msk (0x1UL << MWU_PERREGION_SUBSTATWA_SR31_Pos) /*!< Bit mask of SR31 field. */
3169 #define MWU_PERREGION_SUBSTATWA_SR31_NoAccess (0UL) /*!< No write access occurred in this subregion */
3170 #define MWU_PERREGION_SUBSTATWA_SR31_Access (1UL) /*!< Write access(es) occurred in this subregion */
3171 
3172 /* Bit 30 : Subregion 30 in region n (write '1' to clear) */
3173 #define MWU_PERREGION_SUBSTATWA_SR30_Pos (30UL) /*!< Position of SR30 field. */
3174 #define MWU_PERREGION_SUBSTATWA_SR30_Msk (0x1UL << MWU_PERREGION_SUBSTATWA_SR30_Pos) /*!< Bit mask of SR30 field. */
3175 #define MWU_PERREGION_SUBSTATWA_SR30_NoAccess (0UL) /*!< No write access occurred in this subregion */
3176 #define MWU_PERREGION_SUBSTATWA_SR30_Access (1UL) /*!< Write access(es) occurred in this subregion */
3177 
3178 /* Bit 29 : Subregion 29 in region n (write '1' to clear) */
3179 #define MWU_PERREGION_SUBSTATWA_SR29_Pos (29UL) /*!< Position of SR29 field. */
3180 #define MWU_PERREGION_SUBSTATWA_SR29_Msk (0x1UL << MWU_PERREGION_SUBSTATWA_SR29_Pos) /*!< Bit mask of SR29 field. */
3181 #define MWU_PERREGION_SUBSTATWA_SR29_NoAccess (0UL) /*!< No write access occurred in this subregion */
3182 #define MWU_PERREGION_SUBSTATWA_SR29_Access (1UL) /*!< Write access(es) occurred in this subregion */
3183 
3184 /* Bit 28 : Subregion 28 in region n (write '1' to clear) */
3185 #define MWU_PERREGION_SUBSTATWA_SR28_Pos (28UL) /*!< Position of SR28 field. */
3186 #define MWU_PERREGION_SUBSTATWA_SR28_Msk (0x1UL << MWU_PERREGION_SUBSTATWA_SR28_Pos) /*!< Bit mask of SR28 field. */
3187 #define MWU_PERREGION_SUBSTATWA_SR28_NoAccess (0UL) /*!< No write access occurred in this subregion */
3188 #define MWU_PERREGION_SUBSTATWA_SR28_Access (1UL) /*!< Write access(es) occurred in this subregion */
3189 
3190 /* Bit 27 : Subregion 27 in region n (write '1' to clear) */
3191 #define MWU_PERREGION_SUBSTATWA_SR27_Pos (27UL) /*!< Position of SR27 field. */
3192 #define MWU_PERREGION_SUBSTATWA_SR27_Msk (0x1UL << MWU_PERREGION_SUBSTATWA_SR27_Pos) /*!< Bit mask of SR27 field. */
3193 #define MWU_PERREGION_SUBSTATWA_SR27_NoAccess (0UL) /*!< No write access occurred in this subregion */
3194 #define MWU_PERREGION_SUBSTATWA_SR27_Access (1UL) /*!< Write access(es) occurred in this subregion */
3195 
3196 /* Bit 26 : Subregion 26 in region n (write '1' to clear) */
3197 #define MWU_PERREGION_SUBSTATWA_SR26_Pos (26UL) /*!< Position of SR26 field. */
3198 #define MWU_PERREGION_SUBSTATWA_SR26_Msk (0x1UL << MWU_PERREGION_SUBSTATWA_SR26_Pos) /*!< Bit mask of SR26 field. */
3199 #define MWU_PERREGION_SUBSTATWA_SR26_NoAccess (0UL) /*!< No write access occurred in this subregion */
3200 #define MWU_PERREGION_SUBSTATWA_SR26_Access (1UL) /*!< Write access(es) occurred in this subregion */
3201 
3202 /* Bit 25 : Subregion 25 in region n (write '1' to clear) */
3203 #define MWU_PERREGION_SUBSTATWA_SR25_Pos (25UL) /*!< Position of SR25 field. */
3204 #define MWU_PERREGION_SUBSTATWA_SR25_Msk (0x1UL << MWU_PERREGION_SUBSTATWA_SR25_Pos) /*!< Bit mask of SR25 field. */
3205 #define MWU_PERREGION_SUBSTATWA_SR25_NoAccess (0UL) /*!< No write access occurred in this subregion */
3206 #define MWU_PERREGION_SUBSTATWA_SR25_Access (1UL) /*!< Write access(es) occurred in this subregion */
3207 
3208 /* Bit 24 : Subregion 24 in region n (write '1' to clear) */
3209 #define MWU_PERREGION_SUBSTATWA_SR24_Pos (24UL) /*!< Position of SR24 field. */
3210 #define MWU_PERREGION_SUBSTATWA_SR24_Msk (0x1UL << MWU_PERREGION_SUBSTATWA_SR24_Pos) /*!< Bit mask of SR24 field. */
3211 #define MWU_PERREGION_SUBSTATWA_SR24_NoAccess (0UL) /*!< No write access occurred in this subregion */
3212 #define MWU_PERREGION_SUBSTATWA_SR24_Access (1UL) /*!< Write access(es) occurred in this subregion */
3213 
3214 /* Bit 23 : Subregion 23 in region n (write '1' to clear) */
3215 #define MWU_PERREGION_SUBSTATWA_SR23_Pos (23UL) /*!< Position of SR23 field. */
3216 #define MWU_PERREGION_SUBSTATWA_SR23_Msk (0x1UL << MWU_PERREGION_SUBSTATWA_SR23_Pos) /*!< Bit mask of SR23 field. */
3217 #define MWU_PERREGION_SUBSTATWA_SR23_NoAccess (0UL) /*!< No write access occurred in this subregion */
3218 #define MWU_PERREGION_SUBSTATWA_SR23_Access (1UL) /*!< Write access(es) occurred in this subregion */
3219 
3220 /* Bit 22 : Subregion 22 in region n (write '1' to clear) */
3221 #define MWU_PERREGION_SUBSTATWA_SR22_Pos (22UL) /*!< Position of SR22 field. */
3222 #define MWU_PERREGION_SUBSTATWA_SR22_Msk (0x1UL << MWU_PERREGION_SUBSTATWA_SR22_Pos) /*!< Bit mask of SR22 field. */
3223 #define MWU_PERREGION_SUBSTATWA_SR22_NoAccess (0UL) /*!< No write access occurred in this subregion */
3224 #define MWU_PERREGION_SUBSTATWA_SR22_Access (1UL) /*!< Write access(es) occurred in this subregion */
3225 
3226 /* Bit 21 : Subregion 21 in region n (write '1' to clear) */
3227 #define MWU_PERREGION_SUBSTATWA_SR21_Pos (21UL) /*!< Position of SR21 field. */
3228 #define MWU_PERREGION_SUBSTATWA_SR21_Msk (0x1UL << MWU_PERREGION_SUBSTATWA_SR21_Pos) /*!< Bit mask of SR21 field. */
3229 #define MWU_PERREGION_SUBSTATWA_SR21_NoAccess (0UL) /*!< No write access occurred in this subregion */
3230 #define MWU_PERREGION_SUBSTATWA_SR21_Access (1UL) /*!< Write access(es) occurred in this subregion */
3231 
3232 /* Bit 20 : Subregion 20 in region n (write '1' to clear) */
3233 #define MWU_PERREGION_SUBSTATWA_SR20_Pos (20UL) /*!< Position of SR20 field. */
3234 #define MWU_PERREGION_SUBSTATWA_SR20_Msk (0x1UL << MWU_PERREGION_SUBSTATWA_SR20_Pos) /*!< Bit mask of SR20 field. */
3235 #define MWU_PERREGION_SUBSTATWA_SR20_NoAccess (0UL) /*!< No write access occurred in this subregion */
3236 #define MWU_PERREGION_SUBSTATWA_SR20_Access (1UL) /*!< Write access(es) occurred in this subregion */
3237 
3238 /* Bit 19 : Subregion 19 in region n (write '1' to clear) */
3239 #define MWU_PERREGION_SUBSTATWA_SR19_Pos (19UL) /*!< Position of SR19 field. */
3240 #define MWU_PERREGION_SUBSTATWA_SR19_Msk (0x1UL << MWU_PERREGION_SUBSTATWA_SR19_Pos) /*!< Bit mask of SR19 field. */
3241 #define MWU_PERREGION_SUBSTATWA_SR19_NoAccess (0UL) /*!< No write access occurred in this subregion */
3242 #define MWU_PERREGION_SUBSTATWA_SR19_Access (1UL) /*!< Write access(es) occurred in this subregion */
3243 
3244 /* Bit 18 : Subregion 18 in region n (write '1' to clear) */
3245 #define MWU_PERREGION_SUBSTATWA_SR18_Pos (18UL) /*!< Position of SR18 field. */
3246 #define MWU_PERREGION_SUBSTATWA_SR18_Msk (0x1UL << MWU_PERREGION_SUBSTATWA_SR18_Pos) /*!< Bit mask of SR18 field. */
3247 #define MWU_PERREGION_SUBSTATWA_SR18_NoAccess (0UL) /*!< No write access occurred in this subregion */
3248 #define MWU_PERREGION_SUBSTATWA_SR18_Access (1UL) /*!< Write access(es) occurred in this subregion */
3249 
3250 /* Bit 17 : Subregion 17 in region n (write '1' to clear) */
3251 #define MWU_PERREGION_SUBSTATWA_SR17_Pos (17UL) /*!< Position of SR17 field. */
3252 #define MWU_PERREGION_SUBSTATWA_SR17_Msk (0x1UL << MWU_PERREGION_SUBSTATWA_SR17_Pos) /*!< Bit mask of SR17 field. */
3253 #define MWU_PERREGION_SUBSTATWA_SR17_NoAccess (0UL) /*!< No write access occurred in this subregion */
3254 #define MWU_PERREGION_SUBSTATWA_SR17_Access (1UL) /*!< Write access(es) occurred in this subregion */
3255 
3256 /* Bit 16 : Subregion 16 in region n (write '1' to clear) */
3257 #define MWU_PERREGION_SUBSTATWA_SR16_Pos (16UL) /*!< Position of SR16 field. */
3258 #define MWU_PERREGION_SUBSTATWA_SR16_Msk (0x1UL << MWU_PERREGION_SUBSTATWA_SR16_Pos) /*!< Bit mask of SR16 field. */
3259 #define MWU_PERREGION_SUBSTATWA_SR16_NoAccess (0UL) /*!< No write access occurred in this subregion */
3260 #define MWU_PERREGION_SUBSTATWA_SR16_Access (1UL) /*!< Write access(es) occurred in this subregion */
3261 
3262 /* Bit 15 : Subregion 15 in region n (write '1' to clear) */
3263 #define MWU_PERREGION_SUBSTATWA_SR15_Pos (15UL) /*!< Position of SR15 field. */
3264 #define MWU_PERREGION_SUBSTATWA_SR15_Msk (0x1UL << MWU_PERREGION_SUBSTATWA_SR15_Pos) /*!< Bit mask of SR15 field. */
3265 #define MWU_PERREGION_SUBSTATWA_SR15_NoAccess (0UL) /*!< No write access occurred in this subregion */
3266 #define MWU_PERREGION_SUBSTATWA_SR15_Access (1UL) /*!< Write access(es) occurred in this subregion */
3267 
3268 /* Bit 14 : Subregion 14 in region n (write '1' to clear) */
3269 #define MWU_PERREGION_SUBSTATWA_SR14_Pos (14UL) /*!< Position of SR14 field. */
3270 #define MWU_PERREGION_SUBSTATWA_SR14_Msk (0x1UL << MWU_PERREGION_SUBSTATWA_SR14_Pos) /*!< Bit mask of SR14 field. */
3271 #define MWU_PERREGION_SUBSTATWA_SR14_NoAccess (0UL) /*!< No write access occurred in this subregion */
3272 #define MWU_PERREGION_SUBSTATWA_SR14_Access (1UL) /*!< Write access(es) occurred in this subregion */
3273 
3274 /* Bit 13 : Subregion 13 in region n (write '1' to clear) */
3275 #define MWU_PERREGION_SUBSTATWA_SR13_Pos (13UL) /*!< Position of SR13 field. */
3276 #define MWU_PERREGION_SUBSTATWA_SR13_Msk (0x1UL << MWU_PERREGION_SUBSTATWA_SR13_Pos) /*!< Bit mask of SR13 field. */
3277 #define MWU_PERREGION_SUBSTATWA_SR13_NoAccess (0UL) /*!< No write access occurred in this subregion */
3278 #define MWU_PERREGION_SUBSTATWA_SR13_Access (1UL) /*!< Write access(es) occurred in this subregion */
3279 
3280 /* Bit 12 : Subregion 12 in region n (write '1' to clear) */
3281 #define MWU_PERREGION_SUBSTATWA_SR12_Pos (12UL) /*!< Position of SR12 field. */
3282 #define MWU_PERREGION_SUBSTATWA_SR12_Msk (0x1UL << MWU_PERREGION_SUBSTATWA_SR12_Pos) /*!< Bit mask of SR12 field. */
3283 #define MWU_PERREGION_SUBSTATWA_SR12_NoAccess (0UL) /*!< No write access occurred in this subregion */
3284 #define MWU_PERREGION_SUBSTATWA_SR12_Access (1UL) /*!< Write access(es) occurred in this subregion */
3285 
3286 /* Bit 11 : Subregion 11 in region n (write '1' to clear) */
3287 #define MWU_PERREGION_SUBSTATWA_SR11_Pos (11UL) /*!< Position of SR11 field. */
3288 #define MWU_PERREGION_SUBSTATWA_SR11_Msk (0x1UL << MWU_PERREGION_SUBSTATWA_SR11_Pos) /*!< Bit mask of SR11 field. */
3289 #define MWU_PERREGION_SUBSTATWA_SR11_NoAccess (0UL) /*!< No write access occurred in this subregion */
3290 #define MWU_PERREGION_SUBSTATWA_SR11_Access (1UL) /*!< Write access(es) occurred in this subregion */
3291 
3292 /* Bit 10 : Subregion 10 in region n (write '1' to clear) */
3293 #define MWU_PERREGION_SUBSTATWA_SR10_Pos (10UL) /*!< Position of SR10 field. */
3294 #define MWU_PERREGION_SUBSTATWA_SR10_Msk (0x1UL << MWU_PERREGION_SUBSTATWA_SR10_Pos) /*!< Bit mask of SR10 field. */
3295 #define MWU_PERREGION_SUBSTATWA_SR10_NoAccess (0UL) /*!< No write access occurred in this subregion */
3296 #define MWU_PERREGION_SUBSTATWA_SR10_Access (1UL) /*!< Write access(es) occurred in this subregion */
3297 
3298 /* Bit 9 : Subregion 9 in region n (write '1' to clear) */
3299 #define MWU_PERREGION_SUBSTATWA_SR9_Pos (9UL) /*!< Position of SR9 field. */
3300 #define MWU_PERREGION_SUBSTATWA_SR9_Msk (0x1UL << MWU_PERREGION_SUBSTATWA_SR9_Pos) /*!< Bit mask of SR9 field. */
3301 #define MWU_PERREGION_SUBSTATWA_SR9_NoAccess (0UL) /*!< No write access occurred in this subregion */
3302 #define MWU_PERREGION_SUBSTATWA_SR9_Access (1UL) /*!< Write access(es) occurred in this subregion */
3303 
3304 /* Bit 8 : Subregion 8 in region n (write '1' to clear) */
3305 #define MWU_PERREGION_SUBSTATWA_SR8_Pos (8UL) /*!< Position of SR8 field. */
3306 #define MWU_PERREGION_SUBSTATWA_SR8_Msk (0x1UL << MWU_PERREGION_SUBSTATWA_SR8_Pos) /*!< Bit mask of SR8 field. */
3307 #define MWU_PERREGION_SUBSTATWA_SR8_NoAccess (0UL) /*!< No write access occurred in this subregion */
3308 #define MWU_PERREGION_SUBSTATWA_SR8_Access (1UL) /*!< Write access(es) occurred in this subregion */
3309 
3310 /* Bit 7 : Subregion 7 in region n (write '1' to clear) */
3311 #define MWU_PERREGION_SUBSTATWA_SR7_Pos (7UL) /*!< Position of SR7 field. */
3312 #define MWU_PERREGION_SUBSTATWA_SR7_Msk (0x1UL << MWU_PERREGION_SUBSTATWA_SR7_Pos) /*!< Bit mask of SR7 field. */
3313 #define MWU_PERREGION_SUBSTATWA_SR7_NoAccess (0UL) /*!< No write access occurred in this subregion */
3314 #define MWU_PERREGION_SUBSTATWA_SR7_Access (1UL) /*!< Write access(es) occurred in this subregion */
3315 
3316 /* Bit 6 : Subregion 6 in region n (write '1' to clear) */
3317 #define MWU_PERREGION_SUBSTATWA_SR6_Pos (6UL) /*!< Position of SR6 field. */
3318 #define MWU_PERREGION_SUBSTATWA_SR6_Msk (0x1UL << MWU_PERREGION_SUBSTATWA_SR6_Pos) /*!< Bit mask of SR6 field. */
3319 #define MWU_PERREGION_SUBSTATWA_SR6_NoAccess (0UL) /*!< No write access occurred in this subregion */
3320 #define MWU_PERREGION_SUBSTATWA_SR6_Access (1UL) /*!< Write access(es) occurred in this subregion */
3321 
3322 /* Bit 5 : Subregion 5 in region n (write '1' to clear) */
3323 #define MWU_PERREGION_SUBSTATWA_SR5_Pos (5UL) /*!< Position of SR5 field. */
3324 #define MWU_PERREGION_SUBSTATWA_SR5_Msk (0x1UL << MWU_PERREGION_SUBSTATWA_SR5_Pos) /*!< Bit mask of SR5 field. */
3325 #define MWU_PERREGION_SUBSTATWA_SR5_NoAccess (0UL) /*!< No write access occurred in this subregion */
3326 #define MWU_PERREGION_SUBSTATWA_SR5_Access (1UL) /*!< Write access(es) occurred in this subregion */
3327 
3328 /* Bit 4 : Subregion 4 in region n (write '1' to clear) */
3329 #define MWU_PERREGION_SUBSTATWA_SR4_Pos (4UL) /*!< Position of SR4 field. */
3330 #define MWU_PERREGION_SUBSTATWA_SR4_Msk (0x1UL << MWU_PERREGION_SUBSTATWA_SR4_Pos) /*!< Bit mask of SR4 field. */
3331 #define MWU_PERREGION_SUBSTATWA_SR4_NoAccess (0UL) /*!< No write access occurred in this subregion */
3332 #define MWU_PERREGION_SUBSTATWA_SR4_Access (1UL) /*!< Write access(es) occurred in this subregion */
3333 
3334 /* Bit 3 : Subregion 3 in region n (write '1' to clear) */
3335 #define MWU_PERREGION_SUBSTATWA_SR3_Pos (3UL) /*!< Position of SR3 field. */
3336 #define MWU_PERREGION_SUBSTATWA_SR3_Msk (0x1UL << MWU_PERREGION_SUBSTATWA_SR3_Pos) /*!< Bit mask of SR3 field. */
3337 #define MWU_PERREGION_SUBSTATWA_SR3_NoAccess (0UL) /*!< No write access occurred in this subregion */
3338 #define MWU_PERREGION_SUBSTATWA_SR3_Access (1UL) /*!< Write access(es) occurred in this subregion */
3339 
3340 /* Bit 2 : Subregion 2 in region n (write '1' to clear) */
3341 #define MWU_PERREGION_SUBSTATWA_SR2_Pos (2UL) /*!< Position of SR2 field. */
3342 #define MWU_PERREGION_SUBSTATWA_SR2_Msk (0x1UL << MWU_PERREGION_SUBSTATWA_SR2_Pos) /*!< Bit mask of SR2 field. */
3343 #define MWU_PERREGION_SUBSTATWA_SR2_NoAccess (0UL) /*!< No write access occurred in this subregion */
3344 #define MWU_PERREGION_SUBSTATWA_SR2_Access (1UL) /*!< Write access(es) occurred in this subregion */
3345 
3346 /* Bit 1 : Subregion 1 in region n (write '1' to clear) */
3347 #define MWU_PERREGION_SUBSTATWA_SR1_Pos (1UL) /*!< Position of SR1 field. */
3348 #define MWU_PERREGION_SUBSTATWA_SR1_Msk (0x1UL << MWU_PERREGION_SUBSTATWA_SR1_Pos) /*!< Bit mask of SR1 field. */
3349 #define MWU_PERREGION_SUBSTATWA_SR1_NoAccess (0UL) /*!< No write access occurred in this subregion */
3350 #define MWU_PERREGION_SUBSTATWA_SR1_Access (1UL) /*!< Write access(es) occurred in this subregion */
3351 
3352 /* Bit 0 : Subregion 0 in region n (write '1' to clear) */
3353 #define MWU_PERREGION_SUBSTATWA_SR0_Pos (0UL) /*!< Position of SR0 field. */
3354 #define MWU_PERREGION_SUBSTATWA_SR0_Msk (0x1UL << MWU_PERREGION_SUBSTATWA_SR0_Pos) /*!< Bit mask of SR0 field. */
3355 #define MWU_PERREGION_SUBSTATWA_SR0_NoAccess (0UL) /*!< No write access occurred in this subregion */
3356 #define MWU_PERREGION_SUBSTATWA_SR0_Access (1UL) /*!< Write access(es) occurred in this subregion */
3357 
3358 /* Register: MWU_PERREGION_SUBSTATRA */
3359 /* Description: Description cluster[n]: Source of event/interrupt in region n, read access detected while corresponding subregion was enabled for watching */
3360 
3361 /* Bit 31 : Subregion 31 in region n (write '1' to clear) */
3362 #define MWU_PERREGION_SUBSTATRA_SR31_Pos (31UL) /*!< Position of SR31 field. */
3363 #define MWU_PERREGION_SUBSTATRA_SR31_Msk (0x1UL << MWU_PERREGION_SUBSTATRA_SR31_Pos) /*!< Bit mask of SR31 field. */
3364 #define MWU_PERREGION_SUBSTATRA_SR31_NoAccess (0UL) /*!< No read access occurred in this subregion */
3365 #define MWU_PERREGION_SUBSTATRA_SR31_Access (1UL) /*!< Read access(es) occurred in this subregion */
3366 
3367 /* Bit 30 : Subregion 30 in region n (write '1' to clear) */
3368 #define MWU_PERREGION_SUBSTATRA_SR30_Pos (30UL) /*!< Position of SR30 field. */
3369 #define MWU_PERREGION_SUBSTATRA_SR30_Msk (0x1UL << MWU_PERREGION_SUBSTATRA_SR30_Pos) /*!< Bit mask of SR30 field. */
3370 #define MWU_PERREGION_SUBSTATRA_SR30_NoAccess (0UL) /*!< No read access occurred in this subregion */
3371 #define MWU_PERREGION_SUBSTATRA_SR30_Access (1UL) /*!< Read access(es) occurred in this subregion */
3372 
3373 /* Bit 29 : Subregion 29 in region n (write '1' to clear) */
3374 #define MWU_PERREGION_SUBSTATRA_SR29_Pos (29UL) /*!< Position of SR29 field. */
3375 #define MWU_PERREGION_SUBSTATRA_SR29_Msk (0x1UL << MWU_PERREGION_SUBSTATRA_SR29_Pos) /*!< Bit mask of SR29 field. */
3376 #define MWU_PERREGION_SUBSTATRA_SR29_NoAccess (0UL) /*!< No read access occurred in this subregion */
3377 #define MWU_PERREGION_SUBSTATRA_SR29_Access (1UL) /*!< Read access(es) occurred in this subregion */
3378 
3379 /* Bit 28 : Subregion 28 in region n (write '1' to clear) */
3380 #define MWU_PERREGION_SUBSTATRA_SR28_Pos (28UL) /*!< Position of SR28 field. */
3381 #define MWU_PERREGION_SUBSTATRA_SR28_Msk (0x1UL << MWU_PERREGION_SUBSTATRA_SR28_Pos) /*!< Bit mask of SR28 field. */
3382 #define MWU_PERREGION_SUBSTATRA_SR28_NoAccess (0UL) /*!< No read access occurred in this subregion */
3383 #define MWU_PERREGION_SUBSTATRA_SR28_Access (1UL) /*!< Read access(es) occurred in this subregion */
3384 
3385 /* Bit 27 : Subregion 27 in region n (write '1' to clear) */
3386 #define MWU_PERREGION_SUBSTATRA_SR27_Pos (27UL) /*!< Position of SR27 field. */
3387 #define MWU_PERREGION_SUBSTATRA_SR27_Msk (0x1UL << MWU_PERREGION_SUBSTATRA_SR27_Pos) /*!< Bit mask of SR27 field. */
3388 #define MWU_PERREGION_SUBSTATRA_SR27_NoAccess (0UL) /*!< No read access occurred in this subregion */
3389 #define MWU_PERREGION_SUBSTATRA_SR27_Access (1UL) /*!< Read access(es) occurred in this subregion */
3390 
3391 /* Bit 26 : Subregion 26 in region n (write '1' to clear) */
3392 #define MWU_PERREGION_SUBSTATRA_SR26_Pos (26UL) /*!< Position of SR26 field. */
3393 #define MWU_PERREGION_SUBSTATRA_SR26_Msk (0x1UL << MWU_PERREGION_SUBSTATRA_SR26_Pos) /*!< Bit mask of SR26 field. */
3394 #define MWU_PERREGION_SUBSTATRA_SR26_NoAccess (0UL) /*!< No read access occurred in this subregion */
3395 #define MWU_PERREGION_SUBSTATRA_SR26_Access (1UL) /*!< Read access(es) occurred in this subregion */
3396 
3397 /* Bit 25 : Subregion 25 in region n (write '1' to clear) */
3398 #define MWU_PERREGION_SUBSTATRA_SR25_Pos (25UL) /*!< Position of SR25 field. */
3399 #define MWU_PERREGION_SUBSTATRA_SR25_Msk (0x1UL << MWU_PERREGION_SUBSTATRA_SR25_Pos) /*!< Bit mask of SR25 field. */
3400 #define MWU_PERREGION_SUBSTATRA_SR25_NoAccess (0UL) /*!< No read access occurred in this subregion */
3401 #define MWU_PERREGION_SUBSTATRA_SR25_Access (1UL) /*!< Read access(es) occurred in this subregion */
3402 
3403 /* Bit 24 : Subregion 24 in region n (write '1' to clear) */
3404 #define MWU_PERREGION_SUBSTATRA_SR24_Pos (24UL) /*!< Position of SR24 field. */
3405 #define MWU_PERREGION_SUBSTATRA_SR24_Msk (0x1UL << MWU_PERREGION_SUBSTATRA_SR24_Pos) /*!< Bit mask of SR24 field. */
3406 #define MWU_PERREGION_SUBSTATRA_SR24_NoAccess (0UL) /*!< No read access occurred in this subregion */
3407 #define MWU_PERREGION_SUBSTATRA_SR24_Access (1UL) /*!< Read access(es) occurred in this subregion */
3408 
3409 /* Bit 23 : Subregion 23 in region n (write '1' to clear) */
3410 #define MWU_PERREGION_SUBSTATRA_SR23_Pos (23UL) /*!< Position of SR23 field. */
3411 #define MWU_PERREGION_SUBSTATRA_SR23_Msk (0x1UL << MWU_PERREGION_SUBSTATRA_SR23_Pos) /*!< Bit mask of SR23 field. */
3412 #define MWU_PERREGION_SUBSTATRA_SR23_NoAccess (0UL) /*!< No read access occurred in this subregion */
3413 #define MWU_PERREGION_SUBSTATRA_SR23_Access (1UL) /*!< Read access(es) occurred in this subregion */
3414 
3415 /* Bit 22 : Subregion 22 in region n (write '1' to clear) */
3416 #define MWU_PERREGION_SUBSTATRA_SR22_Pos (22UL) /*!< Position of SR22 field. */
3417 #define MWU_PERREGION_SUBSTATRA_SR22_Msk (0x1UL << MWU_PERREGION_SUBSTATRA_SR22_Pos) /*!< Bit mask of SR22 field. */
3418 #define MWU_PERREGION_SUBSTATRA_SR22_NoAccess (0UL) /*!< No read access occurred in this subregion */
3419 #define MWU_PERREGION_SUBSTATRA_SR22_Access (1UL) /*!< Read access(es) occurred in this subregion */
3420 
3421 /* Bit 21 : Subregion 21 in region n (write '1' to clear) */
3422 #define MWU_PERREGION_SUBSTATRA_SR21_Pos (21UL) /*!< Position of SR21 field. */
3423 #define MWU_PERREGION_SUBSTATRA_SR21_Msk (0x1UL << MWU_PERREGION_SUBSTATRA_SR21_Pos) /*!< Bit mask of SR21 field. */
3424 #define MWU_PERREGION_SUBSTATRA_SR21_NoAccess (0UL) /*!< No read access occurred in this subregion */
3425 #define MWU_PERREGION_SUBSTATRA_SR21_Access (1UL) /*!< Read access(es) occurred in this subregion */
3426 
3427 /* Bit 20 : Subregion 20 in region n (write '1' to clear) */
3428 #define MWU_PERREGION_SUBSTATRA_SR20_Pos (20UL) /*!< Position of SR20 field. */
3429 #define MWU_PERREGION_SUBSTATRA_SR20_Msk (0x1UL << MWU_PERREGION_SUBSTATRA_SR20_Pos) /*!< Bit mask of SR20 field. */
3430 #define MWU_PERREGION_SUBSTATRA_SR20_NoAccess (0UL) /*!< No read access occurred in this subregion */
3431 #define MWU_PERREGION_SUBSTATRA_SR20_Access (1UL) /*!< Read access(es) occurred in this subregion */
3432 
3433 /* Bit 19 : Subregion 19 in region n (write '1' to clear) */
3434 #define MWU_PERREGION_SUBSTATRA_SR19_Pos (19UL) /*!< Position of SR19 field. */
3435 #define MWU_PERREGION_SUBSTATRA_SR19_Msk (0x1UL << MWU_PERREGION_SUBSTATRA_SR19_Pos) /*!< Bit mask of SR19 field. */
3436 #define MWU_PERREGION_SUBSTATRA_SR19_NoAccess (0UL) /*!< No read access occurred in this subregion */
3437 #define MWU_PERREGION_SUBSTATRA_SR19_Access (1UL) /*!< Read access(es) occurred in this subregion */
3438 
3439 /* Bit 18 : Subregion 18 in region n (write '1' to clear) */
3440 #define MWU_PERREGION_SUBSTATRA_SR18_Pos (18UL) /*!< Position of SR18 field. */
3441 #define MWU_PERREGION_SUBSTATRA_SR18_Msk (0x1UL << MWU_PERREGION_SUBSTATRA_SR18_Pos) /*!< Bit mask of SR18 field. */
3442 #define MWU_PERREGION_SUBSTATRA_SR18_NoAccess (0UL) /*!< No read access occurred in this subregion */
3443 #define MWU_PERREGION_SUBSTATRA_SR18_Access (1UL) /*!< Read access(es) occurred in this subregion */
3444 
3445 /* Bit 17 : Subregion 17 in region n (write '1' to clear) */
3446 #define MWU_PERREGION_SUBSTATRA_SR17_Pos (17UL) /*!< Position of SR17 field. */
3447 #define MWU_PERREGION_SUBSTATRA_SR17_Msk (0x1UL << MWU_PERREGION_SUBSTATRA_SR17_Pos) /*!< Bit mask of SR17 field. */
3448 #define MWU_PERREGION_SUBSTATRA_SR17_NoAccess (0UL) /*!< No read access occurred in this subregion */
3449 #define MWU_PERREGION_SUBSTATRA_SR17_Access (1UL) /*!< Read access(es) occurred in this subregion */
3450 
3451 /* Bit 16 : Subregion 16 in region n (write '1' to clear) */
3452 #define MWU_PERREGION_SUBSTATRA_SR16_Pos (16UL) /*!< Position of SR16 field. */
3453 #define MWU_PERREGION_SUBSTATRA_SR16_Msk (0x1UL << MWU_PERREGION_SUBSTATRA_SR16_Pos) /*!< Bit mask of SR16 field. */
3454 #define MWU_PERREGION_SUBSTATRA_SR16_NoAccess (0UL) /*!< No read access occurred in this subregion */
3455 #define MWU_PERREGION_SUBSTATRA_SR16_Access (1UL) /*!< Read access(es) occurred in this subregion */
3456 
3457 /* Bit 15 : Subregion 15 in region n (write '1' to clear) */
3458 #define MWU_PERREGION_SUBSTATRA_SR15_Pos (15UL) /*!< Position of SR15 field. */
3459 #define MWU_PERREGION_SUBSTATRA_SR15_Msk (0x1UL << MWU_PERREGION_SUBSTATRA_SR15_Pos) /*!< Bit mask of SR15 field. */
3460 #define MWU_PERREGION_SUBSTATRA_SR15_NoAccess (0UL) /*!< No read access occurred in this subregion */
3461 #define MWU_PERREGION_SUBSTATRA_SR15_Access (1UL) /*!< Read access(es) occurred in this subregion */
3462 
3463 /* Bit 14 : Subregion 14 in region n (write '1' to clear) */
3464 #define MWU_PERREGION_SUBSTATRA_SR14_Pos (14UL) /*!< Position of SR14 field. */
3465 #define MWU_PERREGION_SUBSTATRA_SR14_Msk (0x1UL << MWU_PERREGION_SUBSTATRA_SR14_Pos) /*!< Bit mask of SR14 field. */
3466 #define MWU_PERREGION_SUBSTATRA_SR14_NoAccess (0UL) /*!< No read access occurred in this subregion */
3467 #define MWU_PERREGION_SUBSTATRA_SR14_Access (1UL) /*!< Read access(es) occurred in this subregion */
3468 
3469 /* Bit 13 : Subregion 13 in region n (write '1' to clear) */
3470 #define MWU_PERREGION_SUBSTATRA_SR13_Pos (13UL) /*!< Position of SR13 field. */
3471 #define MWU_PERREGION_SUBSTATRA_SR13_Msk (0x1UL << MWU_PERREGION_SUBSTATRA_SR13_Pos) /*!< Bit mask of SR13 field. */
3472 #define MWU_PERREGION_SUBSTATRA_SR13_NoAccess (0UL) /*!< No read access occurred in this subregion */
3473 #define MWU_PERREGION_SUBSTATRA_SR13_Access (1UL) /*!< Read access(es) occurred in this subregion */
3474 
3475 /* Bit 12 : Subregion 12 in region n (write '1' to clear) */
3476 #define MWU_PERREGION_SUBSTATRA_SR12_Pos (12UL) /*!< Position of SR12 field. */
3477 #define MWU_PERREGION_SUBSTATRA_SR12_Msk (0x1UL << MWU_PERREGION_SUBSTATRA_SR12_Pos) /*!< Bit mask of SR12 field. */
3478 #define MWU_PERREGION_SUBSTATRA_SR12_NoAccess (0UL) /*!< No read access occurred in this subregion */
3479 #define MWU_PERREGION_SUBSTATRA_SR12_Access (1UL) /*!< Read access(es) occurred in this subregion */
3480 
3481 /* Bit 11 : Subregion 11 in region n (write '1' to clear) */
3482 #define MWU_PERREGION_SUBSTATRA_SR11_Pos (11UL) /*!< Position of SR11 field. */
3483 #define MWU_PERREGION_SUBSTATRA_SR11_Msk (0x1UL << MWU_PERREGION_SUBSTATRA_SR11_Pos) /*!< Bit mask of SR11 field. */
3484 #define MWU_PERREGION_SUBSTATRA_SR11_NoAccess (0UL) /*!< No read access occurred in this subregion */
3485 #define MWU_PERREGION_SUBSTATRA_SR11_Access (1UL) /*!< Read access(es) occurred in this subregion */
3486 
3487 /* Bit 10 : Subregion 10 in region n (write '1' to clear) */
3488 #define MWU_PERREGION_SUBSTATRA_SR10_Pos (10UL) /*!< Position of SR10 field. */
3489 #define MWU_PERREGION_SUBSTATRA_SR10_Msk (0x1UL << MWU_PERREGION_SUBSTATRA_SR10_Pos) /*!< Bit mask of SR10 field. */
3490 #define MWU_PERREGION_SUBSTATRA_SR10_NoAccess (0UL) /*!< No read access occurred in this subregion */
3491 #define MWU_PERREGION_SUBSTATRA_SR10_Access (1UL) /*!< Read access(es) occurred in this subregion */
3492 
3493 /* Bit 9 : Subregion 9 in region n (write '1' to clear) */
3494 #define MWU_PERREGION_SUBSTATRA_SR9_Pos (9UL) /*!< Position of SR9 field. */
3495 #define MWU_PERREGION_SUBSTATRA_SR9_Msk (0x1UL << MWU_PERREGION_SUBSTATRA_SR9_Pos) /*!< Bit mask of SR9 field. */
3496 #define MWU_PERREGION_SUBSTATRA_SR9_NoAccess (0UL) /*!< No read access occurred in this subregion */
3497 #define MWU_PERREGION_SUBSTATRA_SR9_Access (1UL) /*!< Read access(es) occurred in this subregion */
3498 
3499 /* Bit 8 : Subregion 8 in region n (write '1' to clear) */
3500 #define MWU_PERREGION_SUBSTATRA_SR8_Pos (8UL) /*!< Position of SR8 field. */
3501 #define MWU_PERREGION_SUBSTATRA_SR8_Msk (0x1UL << MWU_PERREGION_SUBSTATRA_SR8_Pos) /*!< Bit mask of SR8 field. */
3502 #define MWU_PERREGION_SUBSTATRA_SR8_NoAccess (0UL) /*!< No read access occurred in this subregion */
3503 #define MWU_PERREGION_SUBSTATRA_SR8_Access (1UL) /*!< Read access(es) occurred in this subregion */
3504 
3505 /* Bit 7 : Subregion 7 in region n (write '1' to clear) */
3506 #define MWU_PERREGION_SUBSTATRA_SR7_Pos (7UL) /*!< Position of SR7 field. */
3507 #define MWU_PERREGION_SUBSTATRA_SR7_Msk (0x1UL << MWU_PERREGION_SUBSTATRA_SR7_Pos) /*!< Bit mask of SR7 field. */
3508 #define MWU_PERREGION_SUBSTATRA_SR7_NoAccess (0UL) /*!< No read access occurred in this subregion */
3509 #define MWU_PERREGION_SUBSTATRA_SR7_Access (1UL) /*!< Read access(es) occurred in this subregion */
3510 
3511 /* Bit 6 : Subregion 6 in region n (write '1' to clear) */
3512 #define MWU_PERREGION_SUBSTATRA_SR6_Pos (6UL) /*!< Position of SR6 field. */
3513 #define MWU_PERREGION_SUBSTATRA_SR6_Msk (0x1UL << MWU_PERREGION_SUBSTATRA_SR6_Pos) /*!< Bit mask of SR6 field. */
3514 #define MWU_PERREGION_SUBSTATRA_SR6_NoAccess (0UL) /*!< No read access occurred in this subregion */
3515 #define MWU_PERREGION_SUBSTATRA_SR6_Access (1UL) /*!< Read access(es) occurred in this subregion */
3516 
3517 /* Bit 5 : Subregion 5 in region n (write '1' to clear) */
3518 #define MWU_PERREGION_SUBSTATRA_SR5_Pos (5UL) /*!< Position of SR5 field. */
3519 #define MWU_PERREGION_SUBSTATRA_SR5_Msk (0x1UL << MWU_PERREGION_SUBSTATRA_SR5_Pos) /*!< Bit mask of SR5 field. */
3520 #define MWU_PERREGION_SUBSTATRA_SR5_NoAccess (0UL) /*!< No read access occurred in this subregion */
3521 #define MWU_PERREGION_SUBSTATRA_SR5_Access (1UL) /*!< Read access(es) occurred in this subregion */
3522 
3523 /* Bit 4 : Subregion 4 in region n (write '1' to clear) */
3524 #define MWU_PERREGION_SUBSTATRA_SR4_Pos (4UL) /*!< Position of SR4 field. */
3525 #define MWU_PERREGION_SUBSTATRA_SR4_Msk (0x1UL << MWU_PERREGION_SUBSTATRA_SR4_Pos) /*!< Bit mask of SR4 field. */
3526 #define MWU_PERREGION_SUBSTATRA_SR4_NoAccess (0UL) /*!< No read access occurred in this subregion */
3527 #define MWU_PERREGION_SUBSTATRA_SR4_Access (1UL) /*!< Read access(es) occurred in this subregion */
3528 
3529 /* Bit 3 : Subregion 3 in region n (write '1' to clear) */
3530 #define MWU_PERREGION_SUBSTATRA_SR3_Pos (3UL) /*!< Position of SR3 field. */
3531 #define MWU_PERREGION_SUBSTATRA_SR3_Msk (0x1UL << MWU_PERREGION_SUBSTATRA_SR3_Pos) /*!< Bit mask of SR3 field. */
3532 #define MWU_PERREGION_SUBSTATRA_SR3_NoAccess (0UL) /*!< No read access occurred in this subregion */
3533 #define MWU_PERREGION_SUBSTATRA_SR3_Access (1UL) /*!< Read access(es) occurred in this subregion */
3534 
3535 /* Bit 2 : Subregion 2 in region n (write '1' to clear) */
3536 #define MWU_PERREGION_SUBSTATRA_SR2_Pos (2UL) /*!< Position of SR2 field. */
3537 #define MWU_PERREGION_SUBSTATRA_SR2_Msk (0x1UL << MWU_PERREGION_SUBSTATRA_SR2_Pos) /*!< Bit mask of SR2 field. */
3538 #define MWU_PERREGION_SUBSTATRA_SR2_NoAccess (0UL) /*!< No read access occurred in this subregion */
3539 #define MWU_PERREGION_SUBSTATRA_SR2_Access (1UL) /*!< Read access(es) occurred in this subregion */
3540 
3541 /* Bit 1 : Subregion 1 in region n (write '1' to clear) */
3542 #define MWU_PERREGION_SUBSTATRA_SR1_Pos (1UL) /*!< Position of SR1 field. */
3543 #define MWU_PERREGION_SUBSTATRA_SR1_Msk (0x1UL << MWU_PERREGION_SUBSTATRA_SR1_Pos) /*!< Bit mask of SR1 field. */
3544 #define MWU_PERREGION_SUBSTATRA_SR1_NoAccess (0UL) /*!< No read access occurred in this subregion */
3545 #define MWU_PERREGION_SUBSTATRA_SR1_Access (1UL) /*!< Read access(es) occurred in this subregion */
3546 
3547 /* Bit 0 : Subregion 0 in region n (write '1' to clear) */
3548 #define MWU_PERREGION_SUBSTATRA_SR0_Pos (0UL) /*!< Position of SR0 field. */
3549 #define MWU_PERREGION_SUBSTATRA_SR0_Msk (0x1UL << MWU_PERREGION_SUBSTATRA_SR0_Pos) /*!< Bit mask of SR0 field. */
3550 #define MWU_PERREGION_SUBSTATRA_SR0_NoAccess (0UL) /*!< No read access occurred in this subregion */
3551 #define MWU_PERREGION_SUBSTATRA_SR0_Access (1UL) /*!< Read access(es) occurred in this subregion */
3552 
3553 /* Register: MWU_REGIONEN */
3554 /* Description: Enable/disable regions watch */
3555 
3556 /* Bit 27 : Enable/disable read access watch in PREGION[1] */
3557 #define MWU_REGIONEN_PRGN1RA_Pos (27UL) /*!< Position of PRGN1RA field. */
3558 #define MWU_REGIONEN_PRGN1RA_Msk (0x1UL << MWU_REGIONEN_PRGN1RA_Pos) /*!< Bit mask of PRGN1RA field. */
3559 #define MWU_REGIONEN_PRGN1RA_Disable (0UL) /*!< Disable read access watch in this PREGION */
3560 #define MWU_REGIONEN_PRGN1RA_Enable (1UL) /*!< Enable read access watch in this PREGION */
3561 
3562 /* Bit 26 : Enable/disable write access watch in PREGION[1] */
3563 #define MWU_REGIONEN_PRGN1WA_Pos (26UL) /*!< Position of PRGN1WA field. */
3564 #define MWU_REGIONEN_PRGN1WA_Msk (0x1UL << MWU_REGIONEN_PRGN1WA_Pos) /*!< Bit mask of PRGN1WA field. */
3565 #define MWU_REGIONEN_PRGN1WA_Disable (0UL) /*!< Disable write access watch in this PREGION */
3566 #define MWU_REGIONEN_PRGN1WA_Enable (1UL) /*!< Enable write access watch in this PREGION */
3567 
3568 /* Bit 25 : Enable/disable read access watch in PREGION[0] */
3569 #define MWU_REGIONEN_PRGN0RA_Pos (25UL) /*!< Position of PRGN0RA field. */
3570 #define MWU_REGIONEN_PRGN0RA_Msk (0x1UL << MWU_REGIONEN_PRGN0RA_Pos) /*!< Bit mask of PRGN0RA field. */
3571 #define MWU_REGIONEN_PRGN0RA_Disable (0UL) /*!< Disable read access watch in this PREGION */
3572 #define MWU_REGIONEN_PRGN0RA_Enable (1UL) /*!< Enable read access watch in this PREGION */
3573 
3574 /* Bit 24 : Enable/disable write access watch in PREGION[0] */
3575 #define MWU_REGIONEN_PRGN0WA_Pos (24UL) /*!< Position of PRGN0WA field. */
3576 #define MWU_REGIONEN_PRGN0WA_Msk (0x1UL << MWU_REGIONEN_PRGN0WA_Pos) /*!< Bit mask of PRGN0WA field. */
3577 #define MWU_REGIONEN_PRGN0WA_Disable (0UL) /*!< Disable write access watch in this PREGION */
3578 #define MWU_REGIONEN_PRGN0WA_Enable (1UL) /*!< Enable write access watch in this PREGION */
3579 
3580 /* Bit 7 : Enable/disable read access watch in region[3] */
3581 #define MWU_REGIONEN_RGN3RA_Pos (7UL) /*!< Position of RGN3RA field. */
3582 #define MWU_REGIONEN_RGN3RA_Msk (0x1UL << MWU_REGIONEN_RGN3RA_Pos) /*!< Bit mask of RGN3RA field. */
3583 #define MWU_REGIONEN_RGN3RA_Disable (0UL) /*!< Disable read access watch in this region */
3584 #define MWU_REGIONEN_RGN3RA_Enable (1UL) /*!< Enable read access watch in this region */
3585 
3586 /* Bit 6 : Enable/disable write access watch in region[3] */
3587 #define MWU_REGIONEN_RGN3WA_Pos (6UL) /*!< Position of RGN3WA field. */
3588 #define MWU_REGIONEN_RGN3WA_Msk (0x1UL << MWU_REGIONEN_RGN3WA_Pos) /*!< Bit mask of RGN3WA field. */
3589 #define MWU_REGIONEN_RGN3WA_Disable (0UL) /*!< Disable write access watch in this region */
3590 #define MWU_REGIONEN_RGN3WA_Enable (1UL) /*!< Enable write access watch in this region */
3591 
3592 /* Bit 5 : Enable/disable read access watch in region[2] */
3593 #define MWU_REGIONEN_RGN2RA_Pos (5UL) /*!< Position of RGN2RA field. */
3594 #define MWU_REGIONEN_RGN2RA_Msk (0x1UL << MWU_REGIONEN_RGN2RA_Pos) /*!< Bit mask of RGN2RA field. */
3595 #define MWU_REGIONEN_RGN2RA_Disable (0UL) /*!< Disable read access watch in this region */
3596 #define MWU_REGIONEN_RGN2RA_Enable (1UL) /*!< Enable read access watch in this region */
3597 
3598 /* Bit 4 : Enable/disable write access watch in region[2] */
3599 #define MWU_REGIONEN_RGN2WA_Pos (4UL) /*!< Position of RGN2WA field. */
3600 #define MWU_REGIONEN_RGN2WA_Msk (0x1UL << MWU_REGIONEN_RGN2WA_Pos) /*!< Bit mask of RGN2WA field. */
3601 #define MWU_REGIONEN_RGN2WA_Disable (0UL) /*!< Disable write access watch in this region */
3602 #define MWU_REGIONEN_RGN2WA_Enable (1UL) /*!< Enable write access watch in this region */
3603 
3604 /* Bit 3 : Enable/disable read access watch in region[1] */
3605 #define MWU_REGIONEN_RGN1RA_Pos (3UL) /*!< Position of RGN1RA field. */
3606 #define MWU_REGIONEN_RGN1RA_Msk (0x1UL << MWU_REGIONEN_RGN1RA_Pos) /*!< Bit mask of RGN1RA field. */
3607 #define MWU_REGIONEN_RGN1RA_Disable (0UL) /*!< Disable read access watch in this region */
3608 #define MWU_REGIONEN_RGN1RA_Enable (1UL) /*!< Enable read access watch in this region */
3609 
3610 /* Bit 2 : Enable/disable write access watch in region[1] */
3611 #define MWU_REGIONEN_RGN1WA_Pos (2UL) /*!< Position of RGN1WA field. */
3612 #define MWU_REGIONEN_RGN1WA_Msk (0x1UL << MWU_REGIONEN_RGN1WA_Pos) /*!< Bit mask of RGN1WA field. */
3613 #define MWU_REGIONEN_RGN1WA_Disable (0UL) /*!< Disable write access watch in this region */
3614 #define MWU_REGIONEN_RGN1WA_Enable (1UL) /*!< Enable write access watch in this region */
3615 
3616 /* Bit 1 : Enable/disable read access watch in region[0] */
3617 #define MWU_REGIONEN_RGN0RA_Pos (1UL) /*!< Position of RGN0RA field. */
3618 #define MWU_REGIONEN_RGN0RA_Msk (0x1UL << MWU_REGIONEN_RGN0RA_Pos) /*!< Bit mask of RGN0RA field. */
3619 #define MWU_REGIONEN_RGN0RA_Disable (0UL) /*!< Disable read access watch in this region */
3620 #define MWU_REGIONEN_RGN0RA_Enable (1UL) /*!< Enable read access watch in this region */
3621 
3622 /* Bit 0 : Enable/disable write access watch in region[0] */
3623 #define MWU_REGIONEN_RGN0WA_Pos (0UL) /*!< Position of RGN0WA field. */
3624 #define MWU_REGIONEN_RGN0WA_Msk (0x1UL << MWU_REGIONEN_RGN0WA_Pos) /*!< Bit mask of RGN0WA field. */
3625 #define MWU_REGIONEN_RGN0WA_Disable (0UL) /*!< Disable write access watch in this region */
3626 #define MWU_REGIONEN_RGN0WA_Enable (1UL) /*!< Enable write access watch in this region */
3627 
3628 /* Register: MWU_REGIONENSET */
3629 /* Description: Enable regions watch */
3630 
3631 /* Bit 27 : Enable read access watch in PREGION[1] */
3632 #define MWU_REGIONENSET_PRGN1RA_Pos (27UL) /*!< Position of PRGN1RA field. */
3633 #define MWU_REGIONENSET_PRGN1RA_Msk (0x1UL << MWU_REGIONENSET_PRGN1RA_Pos) /*!< Bit mask of PRGN1RA field. */
3634 #define MWU_REGIONENSET_PRGN1RA_Disabled (0UL) /*!< Read access watch in this PREGION is disabled */
3635 #define MWU_REGIONENSET_PRGN1RA_Enabled (1UL) /*!< Read access watch in this PREGION is enabled */
3636 #define MWU_REGIONENSET_PRGN1RA_Set (1UL) /*!< Enable read access watch in this PREGION */
3637 
3638 /* Bit 26 : Enable write access watch in PREGION[1] */
3639 #define MWU_REGIONENSET_PRGN1WA_Pos (26UL) /*!< Position of PRGN1WA field. */
3640 #define MWU_REGIONENSET_PRGN1WA_Msk (0x1UL << MWU_REGIONENSET_PRGN1WA_Pos) /*!< Bit mask of PRGN1WA field. */
3641 #define MWU_REGIONENSET_PRGN1WA_Disabled (0UL) /*!< Write access watch in this PREGION is disabled */
3642 #define MWU_REGIONENSET_PRGN1WA_Enabled (1UL) /*!< Write access watch in this PREGION is enabled */
3643 #define MWU_REGIONENSET_PRGN1WA_Set (1UL) /*!< Enable write access watch in this PREGION */
3644 
3645 /* Bit 25 : Enable read access watch in PREGION[0] */
3646 #define MWU_REGIONENSET_PRGN0RA_Pos (25UL) /*!< Position of PRGN0RA field. */
3647 #define MWU_REGIONENSET_PRGN0RA_Msk (0x1UL << MWU_REGIONENSET_PRGN0RA_Pos) /*!< Bit mask of PRGN0RA field. */
3648 #define MWU_REGIONENSET_PRGN0RA_Disabled (0UL) /*!< Read access watch in this PREGION is disabled */
3649 #define MWU_REGIONENSET_PRGN0RA_Enabled (1UL) /*!< Read access watch in this PREGION is enabled */
3650 #define MWU_REGIONENSET_PRGN0RA_Set (1UL) /*!< Enable read access watch in this PREGION */
3651 
3652 /* Bit 24 : Enable write access watch in PREGION[0] */
3653 #define MWU_REGIONENSET_PRGN0WA_Pos (24UL) /*!< Position of PRGN0WA field. */
3654 #define MWU_REGIONENSET_PRGN0WA_Msk (0x1UL << MWU_REGIONENSET_PRGN0WA_Pos) /*!< Bit mask of PRGN0WA field. */
3655 #define MWU_REGIONENSET_PRGN0WA_Disabled (0UL) /*!< Write access watch in this PREGION is disabled */
3656 #define MWU_REGIONENSET_PRGN0WA_Enabled (1UL) /*!< Write access watch in this PREGION is enabled */
3657 #define MWU_REGIONENSET_PRGN0WA_Set (1UL) /*!< Enable write access watch in this PREGION */
3658 
3659 /* Bit 7 : Enable read access watch in region[3] */
3660 #define MWU_REGIONENSET_RGN3RA_Pos (7UL) /*!< Position of RGN3RA field. */
3661 #define MWU_REGIONENSET_RGN3RA_Msk (0x1UL << MWU_REGIONENSET_RGN3RA_Pos) /*!< Bit mask of RGN3RA field. */
3662 #define MWU_REGIONENSET_RGN3RA_Disabled (0UL) /*!< Read access watch in this region is disabled */
3663 #define MWU_REGIONENSET_RGN3RA_Enabled (1UL) /*!< Read access watch in this region is enabled */
3664 #define MWU_REGIONENSET_RGN3RA_Set (1UL) /*!< Enable read access watch in this region */
3665 
3666 /* Bit 6 : Enable write access watch in region[3] */
3667 #define MWU_REGIONENSET_RGN3WA_Pos (6UL) /*!< Position of RGN3WA field. */
3668 #define MWU_REGIONENSET_RGN3WA_Msk (0x1UL << MWU_REGIONENSET_RGN3WA_Pos) /*!< Bit mask of RGN3WA field. */
3669 #define MWU_REGIONENSET_RGN3WA_Disabled (0UL) /*!< Write access watch in this region is disabled */
3670 #define MWU_REGIONENSET_RGN3WA_Enabled (1UL) /*!< Write access watch in this region is enabled */
3671 #define MWU_REGIONENSET_RGN3WA_Set (1UL) /*!< Enable write access watch in this region */
3672 
3673 /* Bit 5 : Enable read access watch in region[2] */
3674 #define MWU_REGIONENSET_RGN2RA_Pos (5UL) /*!< Position of RGN2RA field. */
3675 #define MWU_REGIONENSET_RGN2RA_Msk (0x1UL << MWU_REGIONENSET_RGN2RA_Pos) /*!< Bit mask of RGN2RA field. */
3676 #define MWU_REGIONENSET_RGN2RA_Disabled (0UL) /*!< Read access watch in this region is disabled */
3677 #define MWU_REGIONENSET_RGN2RA_Enabled (1UL) /*!< Read access watch in this region is enabled */
3678 #define MWU_REGIONENSET_RGN2RA_Set (1UL) /*!< Enable read access watch in this region */
3679 
3680 /* Bit 4 : Enable write access watch in region[2] */
3681 #define MWU_REGIONENSET_RGN2WA_Pos (4UL) /*!< Position of RGN2WA field. */
3682 #define MWU_REGIONENSET_RGN2WA_Msk (0x1UL << MWU_REGIONENSET_RGN2WA_Pos) /*!< Bit mask of RGN2WA field. */
3683 #define MWU_REGIONENSET_RGN2WA_Disabled (0UL) /*!< Write access watch in this region is disabled */
3684 #define MWU_REGIONENSET_RGN2WA_Enabled (1UL) /*!< Write access watch in this region is enabled */
3685 #define MWU_REGIONENSET_RGN2WA_Set (1UL) /*!< Enable write access watch in this region */
3686 
3687 /* Bit 3 : Enable read access watch in region[1] */
3688 #define MWU_REGIONENSET_RGN1RA_Pos (3UL) /*!< Position of RGN1RA field. */
3689 #define MWU_REGIONENSET_RGN1RA_Msk (0x1UL << MWU_REGIONENSET_RGN1RA_Pos) /*!< Bit mask of RGN1RA field. */
3690 #define MWU_REGIONENSET_RGN1RA_Disabled (0UL) /*!< Read access watch in this region is disabled */
3691 #define MWU_REGIONENSET_RGN1RA_Enabled (1UL) /*!< Read access watch in this region is enabled */
3692 #define MWU_REGIONENSET_RGN1RA_Set (1UL) /*!< Enable read access watch in this region */
3693 
3694 /* Bit 2 : Enable write access watch in region[1] */
3695 #define MWU_REGIONENSET_RGN1WA_Pos (2UL) /*!< Position of RGN1WA field. */
3696 #define MWU_REGIONENSET_RGN1WA_Msk (0x1UL << MWU_REGIONENSET_RGN1WA_Pos) /*!< Bit mask of RGN1WA field. */
3697 #define MWU_REGIONENSET_RGN1WA_Disabled (0UL) /*!< Write access watch in this region is disabled */
3698 #define MWU_REGIONENSET_RGN1WA_Enabled (1UL) /*!< Write access watch in this region is enabled */
3699 #define MWU_REGIONENSET_RGN1WA_Set (1UL) /*!< Enable write access watch in this region */
3700 
3701 /* Bit 1 : Enable read access watch in region[0] */
3702 #define MWU_REGIONENSET_RGN0RA_Pos (1UL) /*!< Position of RGN0RA field. */
3703 #define MWU_REGIONENSET_RGN0RA_Msk (0x1UL << MWU_REGIONENSET_RGN0RA_Pos) /*!< Bit mask of RGN0RA field. */
3704 #define MWU_REGIONENSET_RGN0RA_Disabled (0UL) /*!< Read access watch in this region is disabled */
3705 #define MWU_REGIONENSET_RGN0RA_Enabled (1UL) /*!< Read access watch in this region is enabled */
3706 #define MWU_REGIONENSET_RGN0RA_Set (1UL) /*!< Enable read access watch in this region */
3707 
3708 /* Bit 0 : Enable write access watch in region[0] */
3709 #define MWU_REGIONENSET_RGN0WA_Pos (0UL) /*!< Position of RGN0WA field. */
3710 #define MWU_REGIONENSET_RGN0WA_Msk (0x1UL << MWU_REGIONENSET_RGN0WA_Pos) /*!< Bit mask of RGN0WA field. */
3711 #define MWU_REGIONENSET_RGN0WA_Disabled (0UL) /*!< Write access watch in this region is disabled */
3712 #define MWU_REGIONENSET_RGN0WA_Enabled (1UL) /*!< Write access watch in this region is enabled */
3713 #define MWU_REGIONENSET_RGN0WA_Set (1UL) /*!< Enable write access watch in this region */
3714 
3715 /* Register: MWU_REGIONENCLR */
3716 /* Description: Disable regions watch */
3717 
3718 /* Bit 27 : Disable read access watch in PREGION[1] */
3719 #define MWU_REGIONENCLR_PRGN1RA_Pos (27UL) /*!< Position of PRGN1RA field. */
3720 #define MWU_REGIONENCLR_PRGN1RA_Msk (0x1UL << MWU_REGIONENCLR_PRGN1RA_Pos) /*!< Bit mask of PRGN1RA field. */
3721 #define MWU_REGIONENCLR_PRGN1RA_Disabled (0UL) /*!< Read access watch in this PREGION is disabled */
3722 #define MWU_REGIONENCLR_PRGN1RA_Enabled (1UL) /*!< Read access watch in this PREGION is enabled */
3723 #define MWU_REGIONENCLR_PRGN1RA_Clear (1UL) /*!< Disable read access watch in this PREGION */
3724 
3725 /* Bit 26 : Disable write access watch in PREGION[1] */
3726 #define MWU_REGIONENCLR_PRGN1WA_Pos (26UL) /*!< Position of PRGN1WA field. */
3727 #define MWU_REGIONENCLR_PRGN1WA_Msk (0x1UL << MWU_REGIONENCLR_PRGN1WA_Pos) /*!< Bit mask of PRGN1WA field. */
3728 #define MWU_REGIONENCLR_PRGN1WA_Disabled (0UL) /*!< Write access watch in this PREGION is disabled */
3729 #define MWU_REGIONENCLR_PRGN1WA_Enabled (1UL) /*!< Write access watch in this PREGION is enabled */
3730 #define MWU_REGIONENCLR_PRGN1WA_Clear (1UL) /*!< Disable write access watch in this PREGION */
3731 
3732 /* Bit 25 : Disable read access watch in PREGION[0] */
3733 #define MWU_REGIONENCLR_PRGN0RA_Pos (25UL) /*!< Position of PRGN0RA field. */
3734 #define MWU_REGIONENCLR_PRGN0RA_Msk (0x1UL << MWU_REGIONENCLR_PRGN0RA_Pos) /*!< Bit mask of PRGN0RA field. */
3735 #define MWU_REGIONENCLR_PRGN0RA_Disabled (0UL) /*!< Read access watch in this PREGION is disabled */
3736 #define MWU_REGIONENCLR_PRGN0RA_Enabled (1UL) /*!< Read access watch in this PREGION is enabled */
3737 #define MWU_REGIONENCLR_PRGN0RA_Clear (1UL) /*!< Disable read access watch in this PREGION */
3738 
3739 /* Bit 24 : Disable write access watch in PREGION[0] */
3740 #define MWU_REGIONENCLR_PRGN0WA_Pos (24UL) /*!< Position of PRGN0WA field. */
3741 #define MWU_REGIONENCLR_PRGN0WA_Msk (0x1UL << MWU_REGIONENCLR_PRGN0WA_Pos) /*!< Bit mask of PRGN0WA field. */
3742 #define MWU_REGIONENCLR_PRGN0WA_Disabled (0UL) /*!< Write access watch in this PREGION is disabled */
3743 #define MWU_REGIONENCLR_PRGN0WA_Enabled (1UL) /*!< Write access watch in this PREGION is enabled */
3744 #define MWU_REGIONENCLR_PRGN0WA_Clear (1UL) /*!< Disable write access watch in this PREGION */
3745 
3746 /* Bit 7 : Disable read access watch in region[3] */
3747 #define MWU_REGIONENCLR_RGN3RA_Pos (7UL) /*!< Position of RGN3RA field. */
3748 #define MWU_REGIONENCLR_RGN3RA_Msk (0x1UL << MWU_REGIONENCLR_RGN3RA_Pos) /*!< Bit mask of RGN3RA field. */
3749 #define MWU_REGIONENCLR_RGN3RA_Disabled (0UL) /*!< Read access watch in this region is disabled */
3750 #define MWU_REGIONENCLR_RGN3RA_Enabled (1UL) /*!< Read access watch in this region is enabled */
3751 #define MWU_REGIONENCLR_RGN3RA_Clear (1UL) /*!< Disable read access watch in this region */
3752 
3753 /* Bit 6 : Disable write access watch in region[3] */
3754 #define MWU_REGIONENCLR_RGN3WA_Pos (6UL) /*!< Position of RGN3WA field. */
3755 #define MWU_REGIONENCLR_RGN3WA_Msk (0x1UL << MWU_REGIONENCLR_RGN3WA_Pos) /*!< Bit mask of RGN3WA field. */
3756 #define MWU_REGIONENCLR_RGN3WA_Disabled (0UL) /*!< Write access watch in this region is disabled */
3757 #define MWU_REGIONENCLR_RGN3WA_Enabled (1UL) /*!< Write access watch in this region is enabled */
3758 #define MWU_REGIONENCLR_RGN3WA_Clear (1UL) /*!< Disable write access watch in this region */
3759 
3760 /* Bit 5 : Disable read access watch in region[2] */
3761 #define MWU_REGIONENCLR_RGN2RA_Pos (5UL) /*!< Position of RGN2RA field. */
3762 #define MWU_REGIONENCLR_RGN2RA_Msk (0x1UL << MWU_REGIONENCLR_RGN2RA_Pos) /*!< Bit mask of RGN2RA field. */
3763 #define MWU_REGIONENCLR_RGN2RA_Disabled (0UL) /*!< Read access watch in this region is disabled */
3764 #define MWU_REGIONENCLR_RGN2RA_Enabled (1UL) /*!< Read access watch in this region is enabled */
3765 #define MWU_REGIONENCLR_RGN2RA_Clear (1UL) /*!< Disable read access watch in this region */
3766 
3767 /* Bit 4 : Disable write access watch in region[2] */
3768 #define MWU_REGIONENCLR_RGN2WA_Pos (4UL) /*!< Position of RGN2WA field. */
3769 #define MWU_REGIONENCLR_RGN2WA_Msk (0x1UL << MWU_REGIONENCLR_RGN2WA_Pos) /*!< Bit mask of RGN2WA field. */
3770 #define MWU_REGIONENCLR_RGN2WA_Disabled (0UL) /*!< Write access watch in this region is disabled */
3771 #define MWU_REGIONENCLR_RGN2WA_Enabled (1UL) /*!< Write access watch in this region is enabled */
3772 #define MWU_REGIONENCLR_RGN2WA_Clear (1UL) /*!< Disable write access watch in this region */
3773 
3774 /* Bit 3 : Disable read access watch in region[1] */
3775 #define MWU_REGIONENCLR_RGN1RA_Pos (3UL) /*!< Position of RGN1RA field. */
3776 #define MWU_REGIONENCLR_RGN1RA_Msk (0x1UL << MWU_REGIONENCLR_RGN1RA_Pos) /*!< Bit mask of RGN1RA field. */
3777 #define MWU_REGIONENCLR_RGN1RA_Disabled (0UL) /*!< Read access watch in this region is disabled */
3778 #define MWU_REGIONENCLR_RGN1RA_Enabled (1UL) /*!< Read access watch in this region is enabled */
3779 #define MWU_REGIONENCLR_RGN1RA_Clear (1UL) /*!< Disable read access watch in this region */
3780 
3781 /* Bit 2 : Disable write access watch in region[1] */
3782 #define MWU_REGIONENCLR_RGN1WA_Pos (2UL) /*!< Position of RGN1WA field. */
3783 #define MWU_REGIONENCLR_RGN1WA_Msk (0x1UL << MWU_REGIONENCLR_RGN1WA_Pos) /*!< Bit mask of RGN1WA field. */
3784 #define MWU_REGIONENCLR_RGN1WA_Disabled (0UL) /*!< Write access watch in this region is disabled */
3785 #define MWU_REGIONENCLR_RGN1WA_Enabled (1UL) /*!< Write access watch in this region is enabled */
3786 #define MWU_REGIONENCLR_RGN1WA_Clear (1UL) /*!< Disable write access watch in this region */
3787 
3788 /* Bit 1 : Disable read access watch in region[0] */
3789 #define MWU_REGIONENCLR_RGN0RA_Pos (1UL) /*!< Position of RGN0RA field. */
3790 #define MWU_REGIONENCLR_RGN0RA_Msk (0x1UL << MWU_REGIONENCLR_RGN0RA_Pos) /*!< Bit mask of RGN0RA field. */
3791 #define MWU_REGIONENCLR_RGN0RA_Disabled (0UL) /*!< Read access watch in this region is disabled */
3792 #define MWU_REGIONENCLR_RGN0RA_Enabled (1UL) /*!< Read access watch in this region is enabled */
3793 #define MWU_REGIONENCLR_RGN0RA_Clear (1UL) /*!< Disable read access watch in this region */
3794 
3795 /* Bit 0 : Disable write access watch in region[0] */
3796 #define MWU_REGIONENCLR_RGN0WA_Pos (0UL) /*!< Position of RGN0WA field. */
3797 #define MWU_REGIONENCLR_RGN0WA_Msk (0x1UL << MWU_REGIONENCLR_RGN0WA_Pos) /*!< Bit mask of RGN0WA field. */
3798 #define MWU_REGIONENCLR_RGN0WA_Disabled (0UL) /*!< Write access watch in this region is disabled */
3799 #define MWU_REGIONENCLR_RGN0WA_Enabled (1UL) /*!< Write access watch in this region is enabled */
3800 #define MWU_REGIONENCLR_RGN0WA_Clear (1UL) /*!< Disable write access watch in this region */
3801 
3802 /* Register: MWU_REGION_START */
3803 /* Description: Description cluster[n]: Start address for region n */
3804 
3805 /* Bits 31..0 : Start address for region */
3806 #define MWU_REGION_START_START_Pos (0UL) /*!< Position of START field. */
3807 #define MWU_REGION_START_START_Msk (0xFFFFFFFFUL << MWU_REGION_START_START_Pos) /*!< Bit mask of START field. */
3808 
3809 /* Register: MWU_REGION_END */
3810 /* Description: Description cluster[n]: End address of region n */
3811 
3812 /* Bits 31..0 : End address of region. */
3813 #define MWU_REGION_END_END_Pos (0UL) /*!< Position of END field. */
3814 #define MWU_REGION_END_END_Msk (0xFFFFFFFFUL << MWU_REGION_END_END_Pos) /*!< Bit mask of END field. */
3815 
3816 /* Register: MWU_PREGION_START */
3817 /* Description: Description cluster[n]: Reserved for future use */
3818 
3819 /* Bits 31..0 : Reserved for future use */
3820 #define MWU_PREGION_START_START_Pos (0UL) /*!< Position of START field. */
3821 #define MWU_PREGION_START_START_Msk (0xFFFFFFFFUL << MWU_PREGION_START_START_Pos) /*!< Bit mask of START field. */
3822 
3823 /* Register: MWU_PREGION_END */
3824 /* Description: Description cluster[n]: Reserved for future use */
3825 
3826 /* Bits 31..0 : Reserved for future use */
3827 #define MWU_PREGION_END_END_Pos (0UL) /*!< Position of END field. */
3828 #define MWU_PREGION_END_END_Msk (0xFFFFFFFFUL << MWU_PREGION_END_END_Pos) /*!< Bit mask of END field. */
3829 
3830 /* Register: MWU_PREGION_SUBS */
3831 /* Description: Description cluster[n]: Subregions of region n */
3832 
3833 /* Bit 31 : Include or exclude subregion 31 in region */
3834 #define MWU_PREGION_SUBS_SR31_Pos (31UL) /*!< Position of SR31 field. */
3835 #define MWU_PREGION_SUBS_SR31_Msk (0x1UL << MWU_PREGION_SUBS_SR31_Pos) /*!< Bit mask of SR31 field. */
3836 #define MWU_PREGION_SUBS_SR31_Exclude (0UL) /*!< Exclude */
3837 #define MWU_PREGION_SUBS_SR31_Include (1UL) /*!< Include */
3838 
3839 /* Bit 30 : Include or exclude subregion 30 in region */
3840 #define MWU_PREGION_SUBS_SR30_Pos (30UL) /*!< Position of SR30 field. */
3841 #define MWU_PREGION_SUBS_SR30_Msk (0x1UL << MWU_PREGION_SUBS_SR30_Pos) /*!< Bit mask of SR30 field. */
3842 #define MWU_PREGION_SUBS_SR30_Exclude (0UL) /*!< Exclude */
3843 #define MWU_PREGION_SUBS_SR30_Include (1UL) /*!< Include */
3844 
3845 /* Bit 29 : Include or exclude subregion 29 in region */
3846 #define MWU_PREGION_SUBS_SR29_Pos (29UL) /*!< Position of SR29 field. */
3847 #define MWU_PREGION_SUBS_SR29_Msk (0x1UL << MWU_PREGION_SUBS_SR29_Pos) /*!< Bit mask of SR29 field. */
3848 #define MWU_PREGION_SUBS_SR29_Exclude (0UL) /*!< Exclude */
3849 #define MWU_PREGION_SUBS_SR29_Include (1UL) /*!< Include */
3850 
3851 /* Bit 28 : Include or exclude subregion 28 in region */
3852 #define MWU_PREGION_SUBS_SR28_Pos (28UL) /*!< Position of SR28 field. */
3853 #define MWU_PREGION_SUBS_SR28_Msk (0x1UL << MWU_PREGION_SUBS_SR28_Pos) /*!< Bit mask of SR28 field. */
3854 #define MWU_PREGION_SUBS_SR28_Exclude (0UL) /*!< Exclude */
3855 #define MWU_PREGION_SUBS_SR28_Include (1UL) /*!< Include */
3856 
3857 /* Bit 27 : Include or exclude subregion 27 in region */
3858 #define MWU_PREGION_SUBS_SR27_Pos (27UL) /*!< Position of SR27 field. */
3859 #define MWU_PREGION_SUBS_SR27_Msk (0x1UL << MWU_PREGION_SUBS_SR27_Pos) /*!< Bit mask of SR27 field. */
3860 #define MWU_PREGION_SUBS_SR27_Exclude (0UL) /*!< Exclude */
3861 #define MWU_PREGION_SUBS_SR27_Include (1UL) /*!< Include */
3862 
3863 /* Bit 26 : Include or exclude subregion 26 in region */
3864 #define MWU_PREGION_SUBS_SR26_Pos (26UL) /*!< Position of SR26 field. */
3865 #define MWU_PREGION_SUBS_SR26_Msk (0x1UL << MWU_PREGION_SUBS_SR26_Pos) /*!< Bit mask of SR26 field. */
3866 #define MWU_PREGION_SUBS_SR26_Exclude (0UL) /*!< Exclude */
3867 #define MWU_PREGION_SUBS_SR26_Include (1UL) /*!< Include */
3868 
3869 /* Bit 25 : Include or exclude subregion 25 in region */
3870 #define MWU_PREGION_SUBS_SR25_Pos (25UL) /*!< Position of SR25 field. */
3871 #define MWU_PREGION_SUBS_SR25_Msk (0x1UL << MWU_PREGION_SUBS_SR25_Pos) /*!< Bit mask of SR25 field. */
3872 #define MWU_PREGION_SUBS_SR25_Exclude (0UL) /*!< Exclude */
3873 #define MWU_PREGION_SUBS_SR25_Include (1UL) /*!< Include */
3874 
3875 /* Bit 24 : Include or exclude subregion 24 in region */
3876 #define MWU_PREGION_SUBS_SR24_Pos (24UL) /*!< Position of SR24 field. */
3877 #define MWU_PREGION_SUBS_SR24_Msk (0x1UL << MWU_PREGION_SUBS_SR24_Pos) /*!< Bit mask of SR24 field. */
3878 #define MWU_PREGION_SUBS_SR24_Exclude (0UL) /*!< Exclude */
3879 #define MWU_PREGION_SUBS_SR24_Include (1UL) /*!< Include */
3880 
3881 /* Bit 23 : Include or exclude subregion 23 in region */
3882 #define MWU_PREGION_SUBS_SR23_Pos (23UL) /*!< Position of SR23 field. */
3883 #define MWU_PREGION_SUBS_SR23_Msk (0x1UL << MWU_PREGION_SUBS_SR23_Pos) /*!< Bit mask of SR23 field. */
3884 #define MWU_PREGION_SUBS_SR23_Exclude (0UL) /*!< Exclude */
3885 #define MWU_PREGION_SUBS_SR23_Include (1UL) /*!< Include */
3886 
3887 /* Bit 22 : Include or exclude subregion 22 in region */
3888 #define MWU_PREGION_SUBS_SR22_Pos (22UL) /*!< Position of SR22 field. */
3889 #define MWU_PREGION_SUBS_SR22_Msk (0x1UL << MWU_PREGION_SUBS_SR22_Pos) /*!< Bit mask of SR22 field. */
3890 #define MWU_PREGION_SUBS_SR22_Exclude (0UL) /*!< Exclude */
3891 #define MWU_PREGION_SUBS_SR22_Include (1UL) /*!< Include */
3892 
3893 /* Bit 21 : Include or exclude subregion 21 in region */
3894 #define MWU_PREGION_SUBS_SR21_Pos (21UL) /*!< Position of SR21 field. */
3895 #define MWU_PREGION_SUBS_SR21_Msk (0x1UL << MWU_PREGION_SUBS_SR21_Pos) /*!< Bit mask of SR21 field. */
3896 #define MWU_PREGION_SUBS_SR21_Exclude (0UL) /*!< Exclude */
3897 #define MWU_PREGION_SUBS_SR21_Include (1UL) /*!< Include */
3898 
3899 /* Bit 20 : Include or exclude subregion 20 in region */
3900 #define MWU_PREGION_SUBS_SR20_Pos (20UL) /*!< Position of SR20 field. */
3901 #define MWU_PREGION_SUBS_SR20_Msk (0x1UL << MWU_PREGION_SUBS_SR20_Pos) /*!< Bit mask of SR20 field. */
3902 #define MWU_PREGION_SUBS_SR20_Exclude (0UL) /*!< Exclude */
3903 #define MWU_PREGION_SUBS_SR20_Include (1UL) /*!< Include */
3904 
3905 /* Bit 19 : Include or exclude subregion 19 in region */
3906 #define MWU_PREGION_SUBS_SR19_Pos (19UL) /*!< Position of SR19 field. */
3907 #define MWU_PREGION_SUBS_SR19_Msk (0x1UL << MWU_PREGION_SUBS_SR19_Pos) /*!< Bit mask of SR19 field. */
3908 #define MWU_PREGION_SUBS_SR19_Exclude (0UL) /*!< Exclude */
3909 #define MWU_PREGION_SUBS_SR19_Include (1UL) /*!< Include */
3910 
3911 /* Bit 18 : Include or exclude subregion 18 in region */
3912 #define MWU_PREGION_SUBS_SR18_Pos (18UL) /*!< Position of SR18 field. */
3913 #define MWU_PREGION_SUBS_SR18_Msk (0x1UL << MWU_PREGION_SUBS_SR18_Pos) /*!< Bit mask of SR18 field. */
3914 #define MWU_PREGION_SUBS_SR18_Exclude (0UL) /*!< Exclude */
3915 #define MWU_PREGION_SUBS_SR18_Include (1UL) /*!< Include */
3916 
3917 /* Bit 17 : Include or exclude subregion 17 in region */
3918 #define MWU_PREGION_SUBS_SR17_Pos (17UL) /*!< Position of SR17 field. */
3919 #define MWU_PREGION_SUBS_SR17_Msk (0x1UL << MWU_PREGION_SUBS_SR17_Pos) /*!< Bit mask of SR17 field. */
3920 #define MWU_PREGION_SUBS_SR17_Exclude (0UL) /*!< Exclude */
3921 #define MWU_PREGION_SUBS_SR17_Include (1UL) /*!< Include */
3922 
3923 /* Bit 16 : Include or exclude subregion 16 in region */
3924 #define MWU_PREGION_SUBS_SR16_Pos (16UL) /*!< Position of SR16 field. */
3925 #define MWU_PREGION_SUBS_SR16_Msk (0x1UL << MWU_PREGION_SUBS_SR16_Pos) /*!< Bit mask of SR16 field. */
3926 #define MWU_PREGION_SUBS_SR16_Exclude (0UL) /*!< Exclude */
3927 #define MWU_PREGION_SUBS_SR16_Include (1UL) /*!< Include */
3928 
3929 /* Bit 15 : Include or exclude subregion 15 in region */
3930 #define MWU_PREGION_SUBS_SR15_Pos (15UL) /*!< Position of SR15 field. */
3931 #define MWU_PREGION_SUBS_SR15_Msk (0x1UL << MWU_PREGION_SUBS_SR15_Pos) /*!< Bit mask of SR15 field. */
3932 #define MWU_PREGION_SUBS_SR15_Exclude (0UL) /*!< Exclude */
3933 #define MWU_PREGION_SUBS_SR15_Include (1UL) /*!< Include */
3934 
3935 /* Bit 14 : Include or exclude subregion 14 in region */
3936 #define MWU_PREGION_SUBS_SR14_Pos (14UL) /*!< Position of SR14 field. */
3937 #define MWU_PREGION_SUBS_SR14_Msk (0x1UL << MWU_PREGION_SUBS_SR14_Pos) /*!< Bit mask of SR14 field. */
3938 #define MWU_PREGION_SUBS_SR14_Exclude (0UL) /*!< Exclude */
3939 #define MWU_PREGION_SUBS_SR14_Include (1UL) /*!< Include */
3940 
3941 /* Bit 13 : Include or exclude subregion 13 in region */
3942 #define MWU_PREGION_SUBS_SR13_Pos (13UL) /*!< Position of SR13 field. */
3943 #define MWU_PREGION_SUBS_SR13_Msk (0x1UL << MWU_PREGION_SUBS_SR13_Pos) /*!< Bit mask of SR13 field. */
3944 #define MWU_PREGION_SUBS_SR13_Exclude (0UL) /*!< Exclude */
3945 #define MWU_PREGION_SUBS_SR13_Include (1UL) /*!< Include */
3946 
3947 /* Bit 12 : Include or exclude subregion 12 in region */
3948 #define MWU_PREGION_SUBS_SR12_Pos (12UL) /*!< Position of SR12 field. */
3949 #define MWU_PREGION_SUBS_SR12_Msk (0x1UL << MWU_PREGION_SUBS_SR12_Pos) /*!< Bit mask of SR12 field. */
3950 #define MWU_PREGION_SUBS_SR12_Exclude (0UL) /*!< Exclude */
3951 #define MWU_PREGION_SUBS_SR12_Include (1UL) /*!< Include */
3952 
3953 /* Bit 11 : Include or exclude subregion 11 in region */
3954 #define MWU_PREGION_SUBS_SR11_Pos (11UL) /*!< Position of SR11 field. */
3955 #define MWU_PREGION_SUBS_SR11_Msk (0x1UL << MWU_PREGION_SUBS_SR11_Pos) /*!< Bit mask of SR11 field. */
3956 #define MWU_PREGION_SUBS_SR11_Exclude (0UL) /*!< Exclude */
3957 #define MWU_PREGION_SUBS_SR11_Include (1UL) /*!< Include */
3958 
3959 /* Bit 10 : Include or exclude subregion 10 in region */
3960 #define MWU_PREGION_SUBS_SR10_Pos (10UL) /*!< Position of SR10 field. */
3961 #define MWU_PREGION_SUBS_SR10_Msk (0x1UL << MWU_PREGION_SUBS_SR10_Pos) /*!< Bit mask of SR10 field. */
3962 #define MWU_PREGION_SUBS_SR10_Exclude (0UL) /*!< Exclude */
3963 #define MWU_PREGION_SUBS_SR10_Include (1UL) /*!< Include */
3964 
3965 /* Bit 9 : Include or exclude subregion 9 in region */
3966 #define MWU_PREGION_SUBS_SR9_Pos (9UL) /*!< Position of SR9 field. */
3967 #define MWU_PREGION_SUBS_SR9_Msk (0x1UL << MWU_PREGION_SUBS_SR9_Pos) /*!< Bit mask of SR9 field. */
3968 #define MWU_PREGION_SUBS_SR9_Exclude (0UL) /*!< Exclude */
3969 #define MWU_PREGION_SUBS_SR9_Include (1UL) /*!< Include */
3970 
3971 /* Bit 8 : Include or exclude subregion 8 in region */
3972 #define MWU_PREGION_SUBS_SR8_Pos (8UL) /*!< Position of SR8 field. */
3973 #define MWU_PREGION_SUBS_SR8_Msk (0x1UL << MWU_PREGION_SUBS_SR8_Pos) /*!< Bit mask of SR8 field. */
3974 #define MWU_PREGION_SUBS_SR8_Exclude (0UL) /*!< Exclude */
3975 #define MWU_PREGION_SUBS_SR8_Include (1UL) /*!< Include */
3976 
3977 /* Bit 7 : Include or exclude subregion 7 in region */
3978 #define MWU_PREGION_SUBS_SR7_Pos (7UL) /*!< Position of SR7 field. */
3979 #define MWU_PREGION_SUBS_SR7_Msk (0x1UL << MWU_PREGION_SUBS_SR7_Pos) /*!< Bit mask of SR7 field. */
3980 #define MWU_PREGION_SUBS_SR7_Exclude (0UL) /*!< Exclude */
3981 #define MWU_PREGION_SUBS_SR7_Include (1UL) /*!< Include */
3982 
3983 /* Bit 6 : Include or exclude subregion 6 in region */
3984 #define MWU_PREGION_SUBS_SR6_Pos (6UL) /*!< Position of SR6 field. */
3985 #define MWU_PREGION_SUBS_SR6_Msk (0x1UL << MWU_PREGION_SUBS_SR6_Pos) /*!< Bit mask of SR6 field. */
3986 #define MWU_PREGION_SUBS_SR6_Exclude (0UL) /*!< Exclude */
3987 #define MWU_PREGION_SUBS_SR6_Include (1UL) /*!< Include */
3988 
3989 /* Bit 5 : Include or exclude subregion 5 in region */
3990 #define MWU_PREGION_SUBS_SR5_Pos (5UL) /*!< Position of SR5 field. */
3991 #define MWU_PREGION_SUBS_SR5_Msk (0x1UL << MWU_PREGION_SUBS_SR5_Pos) /*!< Bit mask of SR5 field. */
3992 #define MWU_PREGION_SUBS_SR5_Exclude (0UL) /*!< Exclude */
3993 #define MWU_PREGION_SUBS_SR5_Include (1UL) /*!< Include */
3994 
3995 /* Bit 4 : Include or exclude subregion 4 in region */
3996 #define MWU_PREGION_SUBS_SR4_Pos (4UL) /*!< Position of SR4 field. */
3997 #define MWU_PREGION_SUBS_SR4_Msk (0x1UL << MWU_PREGION_SUBS_SR4_Pos) /*!< Bit mask of SR4 field. */
3998 #define MWU_PREGION_SUBS_SR4_Exclude (0UL) /*!< Exclude */
3999 #define MWU_PREGION_SUBS_SR4_Include (1UL) /*!< Include */
4000 
4001 /* Bit 3 : Include or exclude subregion 3 in region */
4002 #define MWU_PREGION_SUBS_SR3_Pos (3UL) /*!< Position of SR3 field. */
4003 #define MWU_PREGION_SUBS_SR3_Msk (0x1UL << MWU_PREGION_SUBS_SR3_Pos) /*!< Bit mask of SR3 field. */
4004 #define MWU_PREGION_SUBS_SR3_Exclude (0UL) /*!< Exclude */
4005 #define MWU_PREGION_SUBS_SR3_Include (1UL) /*!< Include */
4006 
4007 /* Bit 2 : Include or exclude subregion 2 in region */
4008 #define MWU_PREGION_SUBS_SR2_Pos (2UL) /*!< Position of SR2 field. */
4009 #define MWU_PREGION_SUBS_SR2_Msk (0x1UL << MWU_PREGION_SUBS_SR2_Pos) /*!< Bit mask of SR2 field. */
4010 #define MWU_PREGION_SUBS_SR2_Exclude (0UL) /*!< Exclude */
4011 #define MWU_PREGION_SUBS_SR2_Include (1UL) /*!< Include */
4012 
4013 /* Bit 1 : Include or exclude subregion 1 in region */
4014 #define MWU_PREGION_SUBS_SR1_Pos (1UL) /*!< Position of SR1 field. */
4015 #define MWU_PREGION_SUBS_SR1_Msk (0x1UL << MWU_PREGION_SUBS_SR1_Pos) /*!< Bit mask of SR1 field. */
4016 #define MWU_PREGION_SUBS_SR1_Exclude (0UL) /*!< Exclude */
4017 #define MWU_PREGION_SUBS_SR1_Include (1UL) /*!< Include */
4018 
4019 /* Bit 0 : Include or exclude subregion 0 in region */
4020 #define MWU_PREGION_SUBS_SR0_Pos (0UL) /*!< Position of SR0 field. */
4021 #define MWU_PREGION_SUBS_SR0_Msk (0x1UL << MWU_PREGION_SUBS_SR0_Pos) /*!< Bit mask of SR0 field. */
4022 #define MWU_PREGION_SUBS_SR0_Exclude (0UL) /*!< Exclude */
4023 #define MWU_PREGION_SUBS_SR0_Include (1UL) /*!< Include */
4024 
4025 
4026 /* Peripheral: NFCT */
4027 /* Description: NFC-A compatible radio */
4028 
4029 /* Register: NFCT_TASKS_ACTIVATE */
4030 /* Description: Activate NFCT peripheral for incoming and outgoing frames, change state to activated */
4031 
4032 /* Bit 0 :   */
4033 #define NFCT_TASKS_ACTIVATE_TASKS_ACTIVATE_Pos (0UL) /*!< Position of TASKS_ACTIVATE field. */
4034 #define NFCT_TASKS_ACTIVATE_TASKS_ACTIVATE_Msk (0x1UL << NFCT_TASKS_ACTIVATE_TASKS_ACTIVATE_Pos) /*!< Bit mask of TASKS_ACTIVATE field. */
4035 
4036 /* Register: NFCT_TASKS_DISABLE */
4037 /* Description: Disable NFCT peripheral */
4038 
4039 /* Bit 0 :   */
4040 #define NFCT_TASKS_DISABLE_TASKS_DISABLE_Pos (0UL) /*!< Position of TASKS_DISABLE field. */
4041 #define NFCT_TASKS_DISABLE_TASKS_DISABLE_Msk (0x1UL << NFCT_TASKS_DISABLE_TASKS_DISABLE_Pos) /*!< Bit mask of TASKS_DISABLE field. */
4042 
4043 /* Register: NFCT_TASKS_SENSE */
4044 /* Description: Enable NFC sense field mode, change state to sense mode */
4045 
4046 /* Bit 0 :   */
4047 #define NFCT_TASKS_SENSE_TASKS_SENSE_Pos (0UL) /*!< Position of TASKS_SENSE field. */
4048 #define NFCT_TASKS_SENSE_TASKS_SENSE_Msk (0x1UL << NFCT_TASKS_SENSE_TASKS_SENSE_Pos) /*!< Bit mask of TASKS_SENSE field. */
4049 
4050 /* Register: NFCT_TASKS_STARTTX */
4051 /* Description: Start transmission of an outgoing frame, change state to transmit */
4052 
4053 /* Bit 0 :   */
4054 #define NFCT_TASKS_STARTTX_TASKS_STARTTX_Pos (0UL) /*!< Position of TASKS_STARTTX field. */
4055 #define NFCT_TASKS_STARTTX_TASKS_STARTTX_Msk (0x1UL << NFCT_TASKS_STARTTX_TASKS_STARTTX_Pos) /*!< Bit mask of TASKS_STARTTX field. */
4056 
4057 /* Register: NFCT_TASKS_ENABLERXDATA */
4058 /* Description: Initializes the EasyDMA for receive. */
4059 
4060 /* Bit 0 :   */
4061 #define NFCT_TASKS_ENABLERXDATA_TASKS_ENABLERXDATA_Pos (0UL) /*!< Position of TASKS_ENABLERXDATA field. */
4062 #define NFCT_TASKS_ENABLERXDATA_TASKS_ENABLERXDATA_Msk (0x1UL << NFCT_TASKS_ENABLERXDATA_TASKS_ENABLERXDATA_Pos) /*!< Bit mask of TASKS_ENABLERXDATA field. */
4063 
4064 /* Register: NFCT_TASKS_GOIDLE */
4065 /* Description: Force state machine to IDLE state */
4066 
4067 /* Bit 0 :   */
4068 #define NFCT_TASKS_GOIDLE_TASKS_GOIDLE_Pos (0UL) /*!< Position of TASKS_GOIDLE field. */
4069 #define NFCT_TASKS_GOIDLE_TASKS_GOIDLE_Msk (0x1UL << NFCT_TASKS_GOIDLE_TASKS_GOIDLE_Pos) /*!< Bit mask of TASKS_GOIDLE field. */
4070 
4071 /* Register: NFCT_TASKS_GOSLEEP */
4072 /* Description: Force state machine to SLEEP_A state */
4073 
4074 /* Bit 0 :   */
4075 #define NFCT_TASKS_GOSLEEP_TASKS_GOSLEEP_Pos (0UL) /*!< Position of TASKS_GOSLEEP field. */
4076 #define NFCT_TASKS_GOSLEEP_TASKS_GOSLEEP_Msk (0x1UL << NFCT_TASKS_GOSLEEP_TASKS_GOSLEEP_Pos) /*!< Bit mask of TASKS_GOSLEEP field. */
4077 
4078 /* Register: NFCT_EVENTS_READY */
4079 /* Description: The NFCT peripheral is ready to receive and send frames */
4080 
4081 /* Bit 0 :   */
4082 #define NFCT_EVENTS_READY_EVENTS_READY_Pos (0UL) /*!< Position of EVENTS_READY field. */
4083 #define NFCT_EVENTS_READY_EVENTS_READY_Msk (0x1UL << NFCT_EVENTS_READY_EVENTS_READY_Pos) /*!< Bit mask of EVENTS_READY field. */
4084 
4085 /* Register: NFCT_EVENTS_FIELDDETECTED */
4086 /* Description: Remote NFC field detected */
4087 
4088 /* Bit 0 :   */
4089 #define NFCT_EVENTS_FIELDDETECTED_EVENTS_FIELDDETECTED_Pos (0UL) /*!< Position of EVENTS_FIELDDETECTED field. */
4090 #define NFCT_EVENTS_FIELDDETECTED_EVENTS_FIELDDETECTED_Msk (0x1UL << NFCT_EVENTS_FIELDDETECTED_EVENTS_FIELDDETECTED_Pos) /*!< Bit mask of EVENTS_FIELDDETECTED field. */
4091 
4092 /* Register: NFCT_EVENTS_FIELDLOST */
4093 /* Description: Remote NFC field lost */
4094 
4095 /* Bit 0 :   */
4096 #define NFCT_EVENTS_FIELDLOST_EVENTS_FIELDLOST_Pos (0UL) /*!< Position of EVENTS_FIELDLOST field. */
4097 #define NFCT_EVENTS_FIELDLOST_EVENTS_FIELDLOST_Msk (0x1UL << NFCT_EVENTS_FIELDLOST_EVENTS_FIELDLOST_Pos) /*!< Bit mask of EVENTS_FIELDLOST field. */
4098 
4099 /* Register: NFCT_EVENTS_TXFRAMESTART */
4100 /* Description: Marks the start of the first symbol of a transmitted frame */
4101 
4102 /* Bit 0 :   */
4103 #define NFCT_EVENTS_TXFRAMESTART_EVENTS_TXFRAMESTART_Pos (0UL) /*!< Position of EVENTS_TXFRAMESTART field. */
4104 #define NFCT_EVENTS_TXFRAMESTART_EVENTS_TXFRAMESTART_Msk (0x1UL << NFCT_EVENTS_TXFRAMESTART_EVENTS_TXFRAMESTART_Pos) /*!< Bit mask of EVENTS_TXFRAMESTART field. */
4105 
4106 /* Register: NFCT_EVENTS_TXFRAMEEND */
4107 /* Description: Marks the end of the last transmitted on-air symbol of a frame */
4108 
4109 /* Bit 0 :   */
4110 #define NFCT_EVENTS_TXFRAMEEND_EVENTS_TXFRAMEEND_Pos (0UL) /*!< Position of EVENTS_TXFRAMEEND field. */
4111 #define NFCT_EVENTS_TXFRAMEEND_EVENTS_TXFRAMEEND_Msk (0x1UL << NFCT_EVENTS_TXFRAMEEND_EVENTS_TXFRAMEEND_Pos) /*!< Bit mask of EVENTS_TXFRAMEEND field. */
4112 
4113 /* Register: NFCT_EVENTS_RXFRAMESTART */
4114 /* Description: Marks the end of the first symbol of a received frame */
4115 
4116 /* Bit 0 :   */
4117 #define NFCT_EVENTS_RXFRAMESTART_EVENTS_RXFRAMESTART_Pos (0UL) /*!< Position of EVENTS_RXFRAMESTART field. */
4118 #define NFCT_EVENTS_RXFRAMESTART_EVENTS_RXFRAMESTART_Msk (0x1UL << NFCT_EVENTS_RXFRAMESTART_EVENTS_RXFRAMESTART_Pos) /*!< Bit mask of EVENTS_RXFRAMESTART field. */
4119 
4120 /* Register: NFCT_EVENTS_RXFRAMEEND */
4121 /* Description: Received data has been checked (CRC, parity) and transferred to RAM, and EasyDMA has ended accessing the RX buffer */
4122 
4123 /* Bit 0 :   */
4124 #define NFCT_EVENTS_RXFRAMEEND_EVENTS_RXFRAMEEND_Pos (0UL) /*!< Position of EVENTS_RXFRAMEEND field. */
4125 #define NFCT_EVENTS_RXFRAMEEND_EVENTS_RXFRAMEEND_Msk (0x1UL << NFCT_EVENTS_RXFRAMEEND_EVENTS_RXFRAMEEND_Pos) /*!< Bit mask of EVENTS_RXFRAMEEND field. */
4126 
4127 /* Register: NFCT_EVENTS_ERROR */
4128 /* Description: NFC error reported. The ERRORSTATUS register contains details on the source of the error. */
4129 
4130 /* Bit 0 :   */
4131 #define NFCT_EVENTS_ERROR_EVENTS_ERROR_Pos (0UL) /*!< Position of EVENTS_ERROR field. */
4132 #define NFCT_EVENTS_ERROR_EVENTS_ERROR_Msk (0x1UL << NFCT_EVENTS_ERROR_EVENTS_ERROR_Pos) /*!< Bit mask of EVENTS_ERROR field. */
4133 
4134 /* Register: NFCT_EVENTS_RXERROR */
4135 /* Description: NFC RX frame error reported. The FRAMESTATUS.RX register contains details on the source of the error. */
4136 
4137 /* Bit 0 :   */
4138 #define NFCT_EVENTS_RXERROR_EVENTS_RXERROR_Pos (0UL) /*!< Position of EVENTS_RXERROR field. */
4139 #define NFCT_EVENTS_RXERROR_EVENTS_RXERROR_Msk (0x1UL << NFCT_EVENTS_RXERROR_EVENTS_RXERROR_Pos) /*!< Bit mask of EVENTS_RXERROR field. */
4140 
4141 /* Register: NFCT_EVENTS_ENDRX */
4142 /* Description: RX buffer (as defined by PACKETPTR and MAXLEN) in Data RAM full. */
4143 
4144 /* Bit 0 :   */
4145 #define NFCT_EVENTS_ENDRX_EVENTS_ENDRX_Pos (0UL) /*!< Position of EVENTS_ENDRX field. */
4146 #define NFCT_EVENTS_ENDRX_EVENTS_ENDRX_Msk (0x1UL << NFCT_EVENTS_ENDRX_EVENTS_ENDRX_Pos) /*!< Bit mask of EVENTS_ENDRX field. */
4147 
4148 /* Register: NFCT_EVENTS_ENDTX */
4149 /* Description: Transmission of data in RAM has ended, and EasyDMA has ended accessing the TX buffer */
4150 
4151 /* Bit 0 :   */
4152 #define NFCT_EVENTS_ENDTX_EVENTS_ENDTX_Pos (0UL) /*!< Position of EVENTS_ENDTX field. */
4153 #define NFCT_EVENTS_ENDTX_EVENTS_ENDTX_Msk (0x1UL << NFCT_EVENTS_ENDTX_EVENTS_ENDTX_Pos) /*!< Bit mask of EVENTS_ENDTX field. */
4154 
4155 /* Register: NFCT_EVENTS_AUTOCOLRESSTARTED */
4156 /* Description: Auto collision resolution process has started */
4157 
4158 /* Bit 0 :   */
4159 #define NFCT_EVENTS_AUTOCOLRESSTARTED_EVENTS_AUTOCOLRESSTARTED_Pos (0UL) /*!< Position of EVENTS_AUTOCOLRESSTARTED field. */
4160 #define NFCT_EVENTS_AUTOCOLRESSTARTED_EVENTS_AUTOCOLRESSTARTED_Msk (0x1UL << NFCT_EVENTS_AUTOCOLRESSTARTED_EVENTS_AUTOCOLRESSTARTED_Pos) /*!< Bit mask of EVENTS_AUTOCOLRESSTARTED field. */
4161 
4162 /* Register: NFCT_EVENTS_COLLISION */
4163 /* Description: NFC auto collision resolution error reported. */
4164 
4165 /* Bit 0 :   */
4166 #define NFCT_EVENTS_COLLISION_EVENTS_COLLISION_Pos (0UL) /*!< Position of EVENTS_COLLISION field. */
4167 #define NFCT_EVENTS_COLLISION_EVENTS_COLLISION_Msk (0x1UL << NFCT_EVENTS_COLLISION_EVENTS_COLLISION_Pos) /*!< Bit mask of EVENTS_COLLISION field. */
4168 
4169 /* Register: NFCT_EVENTS_SELECTED */
4170 /* Description: NFC auto collision resolution successfully completed */
4171 
4172 /* Bit 0 :   */
4173 #define NFCT_EVENTS_SELECTED_EVENTS_SELECTED_Pos (0UL) /*!< Position of EVENTS_SELECTED field. */
4174 #define NFCT_EVENTS_SELECTED_EVENTS_SELECTED_Msk (0x1UL << NFCT_EVENTS_SELECTED_EVENTS_SELECTED_Pos) /*!< Bit mask of EVENTS_SELECTED field. */
4175 
4176 /* Register: NFCT_EVENTS_STARTED */
4177 /* Description: EasyDMA is ready to receive or send frames. */
4178 
4179 /* Bit 0 :   */
4180 #define NFCT_EVENTS_STARTED_EVENTS_STARTED_Pos (0UL) /*!< Position of EVENTS_STARTED field. */
4181 #define NFCT_EVENTS_STARTED_EVENTS_STARTED_Msk (0x1UL << NFCT_EVENTS_STARTED_EVENTS_STARTED_Pos) /*!< Bit mask of EVENTS_STARTED field. */
4182 
4183 /* Register: NFCT_SHORTS */
4184 /* Description: Shortcut register */
4185 
4186 /* Bit 5 : Shortcut between TXFRAMEEND event and ENABLERXDATA task */
4187 #define NFCT_SHORTS_TXFRAMEEND_ENABLERXDATA_Pos (5UL) /*!< Position of TXFRAMEEND_ENABLERXDATA field. */
4188 #define NFCT_SHORTS_TXFRAMEEND_ENABLERXDATA_Msk (0x1UL << NFCT_SHORTS_TXFRAMEEND_ENABLERXDATA_Pos) /*!< Bit mask of TXFRAMEEND_ENABLERXDATA field. */
4189 #define NFCT_SHORTS_TXFRAMEEND_ENABLERXDATA_Disabled (0UL) /*!< Disable shortcut */
4190 #define NFCT_SHORTS_TXFRAMEEND_ENABLERXDATA_Enabled (1UL) /*!< Enable shortcut */
4191 
4192 /* Bit 1 : Shortcut between FIELDLOST event and SENSE task */
4193 #define NFCT_SHORTS_FIELDLOST_SENSE_Pos (1UL) /*!< Position of FIELDLOST_SENSE field. */
4194 #define NFCT_SHORTS_FIELDLOST_SENSE_Msk (0x1UL << NFCT_SHORTS_FIELDLOST_SENSE_Pos) /*!< Bit mask of FIELDLOST_SENSE field. */
4195 #define NFCT_SHORTS_FIELDLOST_SENSE_Disabled (0UL) /*!< Disable shortcut */
4196 #define NFCT_SHORTS_FIELDLOST_SENSE_Enabled (1UL) /*!< Enable shortcut */
4197 
4198 /* Bit 0 : Shortcut between FIELDDETECTED event and ACTIVATE task */
4199 #define NFCT_SHORTS_FIELDDETECTED_ACTIVATE_Pos (0UL) /*!< Position of FIELDDETECTED_ACTIVATE field. */
4200 #define NFCT_SHORTS_FIELDDETECTED_ACTIVATE_Msk (0x1UL << NFCT_SHORTS_FIELDDETECTED_ACTIVATE_Pos) /*!< Bit mask of FIELDDETECTED_ACTIVATE field. */
4201 #define NFCT_SHORTS_FIELDDETECTED_ACTIVATE_Disabled (0UL) /*!< Disable shortcut */
4202 #define NFCT_SHORTS_FIELDDETECTED_ACTIVATE_Enabled (1UL) /*!< Enable shortcut */
4203 
4204 /* Register: NFCT_INTEN */
4205 /* Description: Enable or disable interrupt */
4206 
4207 /* Bit 20 : Enable or disable interrupt for STARTED event */
4208 #define NFCT_INTEN_STARTED_Pos (20UL) /*!< Position of STARTED field. */
4209 #define NFCT_INTEN_STARTED_Msk (0x1UL << NFCT_INTEN_STARTED_Pos) /*!< Bit mask of STARTED field. */
4210 #define NFCT_INTEN_STARTED_Disabled (0UL) /*!< Disable */
4211 #define NFCT_INTEN_STARTED_Enabled (1UL) /*!< Enable */
4212 
4213 /* Bit 19 : Enable or disable interrupt for SELECTED event */
4214 #define NFCT_INTEN_SELECTED_Pos (19UL) /*!< Position of SELECTED field. */
4215 #define NFCT_INTEN_SELECTED_Msk (0x1UL << NFCT_INTEN_SELECTED_Pos) /*!< Bit mask of SELECTED field. */
4216 #define NFCT_INTEN_SELECTED_Disabled (0UL) /*!< Disable */
4217 #define NFCT_INTEN_SELECTED_Enabled (1UL) /*!< Enable */
4218 
4219 /* Bit 18 : Enable or disable interrupt for COLLISION event */
4220 #define NFCT_INTEN_COLLISION_Pos (18UL) /*!< Position of COLLISION field. */
4221 #define NFCT_INTEN_COLLISION_Msk (0x1UL << NFCT_INTEN_COLLISION_Pos) /*!< Bit mask of COLLISION field. */
4222 #define NFCT_INTEN_COLLISION_Disabled (0UL) /*!< Disable */
4223 #define NFCT_INTEN_COLLISION_Enabled (1UL) /*!< Enable */
4224 
4225 /* Bit 14 : Enable or disable interrupt for AUTOCOLRESSTARTED event */
4226 #define NFCT_INTEN_AUTOCOLRESSTARTED_Pos (14UL) /*!< Position of AUTOCOLRESSTARTED field. */
4227 #define NFCT_INTEN_AUTOCOLRESSTARTED_Msk (0x1UL << NFCT_INTEN_AUTOCOLRESSTARTED_Pos) /*!< Bit mask of AUTOCOLRESSTARTED field. */
4228 #define NFCT_INTEN_AUTOCOLRESSTARTED_Disabled (0UL) /*!< Disable */
4229 #define NFCT_INTEN_AUTOCOLRESSTARTED_Enabled (1UL) /*!< Enable */
4230 
4231 /* Bit 12 : Enable or disable interrupt for ENDTX event */
4232 #define NFCT_INTEN_ENDTX_Pos (12UL) /*!< Position of ENDTX field. */
4233 #define NFCT_INTEN_ENDTX_Msk (0x1UL << NFCT_INTEN_ENDTX_Pos) /*!< Bit mask of ENDTX field. */
4234 #define NFCT_INTEN_ENDTX_Disabled (0UL) /*!< Disable */
4235 #define NFCT_INTEN_ENDTX_Enabled (1UL) /*!< Enable */
4236 
4237 /* Bit 11 : Enable or disable interrupt for ENDRX event */
4238 #define NFCT_INTEN_ENDRX_Pos (11UL) /*!< Position of ENDRX field. */
4239 #define NFCT_INTEN_ENDRX_Msk (0x1UL << NFCT_INTEN_ENDRX_Pos) /*!< Bit mask of ENDRX field. */
4240 #define NFCT_INTEN_ENDRX_Disabled (0UL) /*!< Disable */
4241 #define NFCT_INTEN_ENDRX_Enabled (1UL) /*!< Enable */
4242 
4243 /* Bit 10 : Enable or disable interrupt for RXERROR event */
4244 #define NFCT_INTEN_RXERROR_Pos (10UL) /*!< Position of RXERROR field. */
4245 #define NFCT_INTEN_RXERROR_Msk (0x1UL << NFCT_INTEN_RXERROR_Pos) /*!< Bit mask of RXERROR field. */
4246 #define NFCT_INTEN_RXERROR_Disabled (0UL) /*!< Disable */
4247 #define NFCT_INTEN_RXERROR_Enabled (1UL) /*!< Enable */
4248 
4249 /* Bit 7 : Enable or disable interrupt for ERROR event */
4250 #define NFCT_INTEN_ERROR_Pos (7UL) /*!< Position of ERROR field. */
4251 #define NFCT_INTEN_ERROR_Msk (0x1UL << NFCT_INTEN_ERROR_Pos) /*!< Bit mask of ERROR field. */
4252 #define NFCT_INTEN_ERROR_Disabled (0UL) /*!< Disable */
4253 #define NFCT_INTEN_ERROR_Enabled (1UL) /*!< Enable */
4254 
4255 /* Bit 6 : Enable or disable interrupt for RXFRAMEEND event */
4256 #define NFCT_INTEN_RXFRAMEEND_Pos (6UL) /*!< Position of RXFRAMEEND field. */
4257 #define NFCT_INTEN_RXFRAMEEND_Msk (0x1UL << NFCT_INTEN_RXFRAMEEND_Pos) /*!< Bit mask of RXFRAMEEND field. */
4258 #define NFCT_INTEN_RXFRAMEEND_Disabled (0UL) /*!< Disable */
4259 #define NFCT_INTEN_RXFRAMEEND_Enabled (1UL) /*!< Enable */
4260 
4261 /* Bit 5 : Enable or disable interrupt for RXFRAMESTART event */
4262 #define NFCT_INTEN_RXFRAMESTART_Pos (5UL) /*!< Position of RXFRAMESTART field. */
4263 #define NFCT_INTEN_RXFRAMESTART_Msk (0x1UL << NFCT_INTEN_RXFRAMESTART_Pos) /*!< Bit mask of RXFRAMESTART field. */
4264 #define NFCT_INTEN_RXFRAMESTART_Disabled (0UL) /*!< Disable */
4265 #define NFCT_INTEN_RXFRAMESTART_Enabled (1UL) /*!< Enable */
4266 
4267 /* Bit 4 : Enable or disable interrupt for TXFRAMEEND event */
4268 #define NFCT_INTEN_TXFRAMEEND_Pos (4UL) /*!< Position of TXFRAMEEND field. */
4269 #define NFCT_INTEN_TXFRAMEEND_Msk (0x1UL << NFCT_INTEN_TXFRAMEEND_Pos) /*!< Bit mask of TXFRAMEEND field. */
4270 #define NFCT_INTEN_TXFRAMEEND_Disabled (0UL) /*!< Disable */
4271 #define NFCT_INTEN_TXFRAMEEND_Enabled (1UL) /*!< Enable */
4272 
4273 /* Bit 3 : Enable or disable interrupt for TXFRAMESTART event */
4274 #define NFCT_INTEN_TXFRAMESTART_Pos (3UL) /*!< Position of TXFRAMESTART field. */
4275 #define NFCT_INTEN_TXFRAMESTART_Msk (0x1UL << NFCT_INTEN_TXFRAMESTART_Pos) /*!< Bit mask of TXFRAMESTART field. */
4276 #define NFCT_INTEN_TXFRAMESTART_Disabled (0UL) /*!< Disable */
4277 #define NFCT_INTEN_TXFRAMESTART_Enabled (1UL) /*!< Enable */
4278 
4279 /* Bit 2 : Enable or disable interrupt for FIELDLOST event */
4280 #define NFCT_INTEN_FIELDLOST_Pos (2UL) /*!< Position of FIELDLOST field. */
4281 #define NFCT_INTEN_FIELDLOST_Msk (0x1UL << NFCT_INTEN_FIELDLOST_Pos) /*!< Bit mask of FIELDLOST field. */
4282 #define NFCT_INTEN_FIELDLOST_Disabled (0UL) /*!< Disable */
4283 #define NFCT_INTEN_FIELDLOST_Enabled (1UL) /*!< Enable */
4284 
4285 /* Bit 1 : Enable or disable interrupt for FIELDDETECTED event */
4286 #define NFCT_INTEN_FIELDDETECTED_Pos (1UL) /*!< Position of FIELDDETECTED field. */
4287 #define NFCT_INTEN_FIELDDETECTED_Msk (0x1UL << NFCT_INTEN_FIELDDETECTED_Pos) /*!< Bit mask of FIELDDETECTED field. */
4288 #define NFCT_INTEN_FIELDDETECTED_Disabled (0UL) /*!< Disable */
4289 #define NFCT_INTEN_FIELDDETECTED_Enabled (1UL) /*!< Enable */
4290 
4291 /* Bit 0 : Enable or disable interrupt for READY event */
4292 #define NFCT_INTEN_READY_Pos (0UL) /*!< Position of READY field. */
4293 #define NFCT_INTEN_READY_Msk (0x1UL << NFCT_INTEN_READY_Pos) /*!< Bit mask of READY field. */
4294 #define NFCT_INTEN_READY_Disabled (0UL) /*!< Disable */
4295 #define NFCT_INTEN_READY_Enabled (1UL) /*!< Enable */
4296 
4297 /* Register: NFCT_INTENSET */
4298 /* Description: Enable interrupt */
4299 
4300 /* Bit 20 : Write '1' to enable interrupt for STARTED event */
4301 #define NFCT_INTENSET_STARTED_Pos (20UL) /*!< Position of STARTED field. */
4302 #define NFCT_INTENSET_STARTED_Msk (0x1UL << NFCT_INTENSET_STARTED_Pos) /*!< Bit mask of STARTED field. */
4303 #define NFCT_INTENSET_STARTED_Disabled (0UL) /*!< Read: Disabled */
4304 #define NFCT_INTENSET_STARTED_Enabled (1UL) /*!< Read: Enabled */
4305 #define NFCT_INTENSET_STARTED_Set (1UL) /*!< Enable */
4306 
4307 /* Bit 19 : Write '1' to enable interrupt for SELECTED event */
4308 #define NFCT_INTENSET_SELECTED_Pos (19UL) /*!< Position of SELECTED field. */
4309 #define NFCT_INTENSET_SELECTED_Msk (0x1UL << NFCT_INTENSET_SELECTED_Pos) /*!< Bit mask of SELECTED field. */
4310 #define NFCT_INTENSET_SELECTED_Disabled (0UL) /*!< Read: Disabled */
4311 #define NFCT_INTENSET_SELECTED_Enabled (1UL) /*!< Read: Enabled */
4312 #define NFCT_INTENSET_SELECTED_Set (1UL) /*!< Enable */
4313 
4314 /* Bit 18 : Write '1' to enable interrupt for COLLISION event */
4315 #define NFCT_INTENSET_COLLISION_Pos (18UL) /*!< Position of COLLISION field. */
4316 #define NFCT_INTENSET_COLLISION_Msk (0x1UL << NFCT_INTENSET_COLLISION_Pos) /*!< Bit mask of COLLISION field. */
4317 #define NFCT_INTENSET_COLLISION_Disabled (0UL) /*!< Read: Disabled */
4318 #define NFCT_INTENSET_COLLISION_Enabled (1UL) /*!< Read: Enabled */
4319 #define NFCT_INTENSET_COLLISION_Set (1UL) /*!< Enable */
4320 
4321 /* Bit 14 : Write '1' to enable interrupt for AUTOCOLRESSTARTED event */
4322 #define NFCT_INTENSET_AUTOCOLRESSTARTED_Pos (14UL) /*!< Position of AUTOCOLRESSTARTED field. */
4323 #define NFCT_INTENSET_AUTOCOLRESSTARTED_Msk (0x1UL << NFCT_INTENSET_AUTOCOLRESSTARTED_Pos) /*!< Bit mask of AUTOCOLRESSTARTED field. */
4324 #define NFCT_INTENSET_AUTOCOLRESSTARTED_Disabled (0UL) /*!< Read: Disabled */
4325 #define NFCT_INTENSET_AUTOCOLRESSTARTED_Enabled (1UL) /*!< Read: Enabled */
4326 #define NFCT_INTENSET_AUTOCOLRESSTARTED_Set (1UL) /*!< Enable */
4327 
4328 /* Bit 12 : Write '1' to enable interrupt for ENDTX event */
4329 #define NFCT_INTENSET_ENDTX_Pos (12UL) /*!< Position of ENDTX field. */
4330 #define NFCT_INTENSET_ENDTX_Msk (0x1UL << NFCT_INTENSET_ENDTX_Pos) /*!< Bit mask of ENDTX field. */
4331 #define NFCT_INTENSET_ENDTX_Disabled (0UL) /*!< Read: Disabled */
4332 #define NFCT_INTENSET_ENDTX_Enabled (1UL) /*!< Read: Enabled */
4333 #define NFCT_INTENSET_ENDTX_Set (1UL) /*!< Enable */
4334 
4335 /* Bit 11 : Write '1' to enable interrupt for ENDRX event */
4336 #define NFCT_INTENSET_ENDRX_Pos (11UL) /*!< Position of ENDRX field. */
4337 #define NFCT_INTENSET_ENDRX_Msk (0x1UL << NFCT_INTENSET_ENDRX_Pos) /*!< Bit mask of ENDRX field. */
4338 #define NFCT_INTENSET_ENDRX_Disabled (0UL) /*!< Read: Disabled */
4339 #define NFCT_INTENSET_ENDRX_Enabled (1UL) /*!< Read: Enabled */
4340 #define NFCT_INTENSET_ENDRX_Set (1UL) /*!< Enable */
4341 
4342 /* Bit 10 : Write '1' to enable interrupt for RXERROR event */
4343 #define NFCT_INTENSET_RXERROR_Pos (10UL) /*!< Position of RXERROR field. */
4344 #define NFCT_INTENSET_RXERROR_Msk (0x1UL << NFCT_INTENSET_RXERROR_Pos) /*!< Bit mask of RXERROR field. */
4345 #define NFCT_INTENSET_RXERROR_Disabled (0UL) /*!< Read: Disabled */
4346 #define NFCT_INTENSET_RXERROR_Enabled (1UL) /*!< Read: Enabled */
4347 #define NFCT_INTENSET_RXERROR_Set (1UL) /*!< Enable */
4348 
4349 /* Bit 7 : Write '1' to enable interrupt for ERROR event */
4350 #define NFCT_INTENSET_ERROR_Pos (7UL) /*!< Position of ERROR field. */
4351 #define NFCT_INTENSET_ERROR_Msk (0x1UL << NFCT_INTENSET_ERROR_Pos) /*!< Bit mask of ERROR field. */
4352 #define NFCT_INTENSET_ERROR_Disabled (0UL) /*!< Read: Disabled */
4353 #define NFCT_INTENSET_ERROR_Enabled (1UL) /*!< Read: Enabled */
4354 #define NFCT_INTENSET_ERROR_Set (1UL) /*!< Enable */
4355 
4356 /* Bit 6 : Write '1' to enable interrupt for RXFRAMEEND event */
4357 #define NFCT_INTENSET_RXFRAMEEND_Pos (6UL) /*!< Position of RXFRAMEEND field. */
4358 #define NFCT_INTENSET_RXFRAMEEND_Msk (0x1UL << NFCT_INTENSET_RXFRAMEEND_Pos) /*!< Bit mask of RXFRAMEEND field. */
4359 #define NFCT_INTENSET_RXFRAMEEND_Disabled (0UL) /*!< Read: Disabled */
4360 #define NFCT_INTENSET_RXFRAMEEND_Enabled (1UL) /*!< Read: Enabled */
4361 #define NFCT_INTENSET_RXFRAMEEND_Set (1UL) /*!< Enable */
4362 
4363 /* Bit 5 : Write '1' to enable interrupt for RXFRAMESTART event */
4364 #define NFCT_INTENSET_RXFRAMESTART_Pos (5UL) /*!< Position of RXFRAMESTART field. */
4365 #define NFCT_INTENSET_RXFRAMESTART_Msk (0x1UL << NFCT_INTENSET_RXFRAMESTART_Pos) /*!< Bit mask of RXFRAMESTART field. */
4366 #define NFCT_INTENSET_RXFRAMESTART_Disabled (0UL) /*!< Read: Disabled */
4367 #define NFCT_INTENSET_RXFRAMESTART_Enabled (1UL) /*!< Read: Enabled */
4368 #define NFCT_INTENSET_RXFRAMESTART_Set (1UL) /*!< Enable */
4369 
4370 /* Bit 4 : Write '1' to enable interrupt for TXFRAMEEND event */
4371 #define NFCT_INTENSET_TXFRAMEEND_Pos (4UL) /*!< Position of TXFRAMEEND field. */
4372 #define NFCT_INTENSET_TXFRAMEEND_Msk (0x1UL << NFCT_INTENSET_TXFRAMEEND_Pos) /*!< Bit mask of TXFRAMEEND field. */
4373 #define NFCT_INTENSET_TXFRAMEEND_Disabled (0UL) /*!< Read: Disabled */
4374 #define NFCT_INTENSET_TXFRAMEEND_Enabled (1UL) /*!< Read: Enabled */
4375 #define NFCT_INTENSET_TXFRAMEEND_Set (1UL) /*!< Enable */
4376 
4377 /* Bit 3 : Write '1' to enable interrupt for TXFRAMESTART event */
4378 #define NFCT_INTENSET_TXFRAMESTART_Pos (3UL) /*!< Position of TXFRAMESTART field. */
4379 #define NFCT_INTENSET_TXFRAMESTART_Msk (0x1UL << NFCT_INTENSET_TXFRAMESTART_Pos) /*!< Bit mask of TXFRAMESTART field. */
4380 #define NFCT_INTENSET_TXFRAMESTART_Disabled (0UL) /*!< Read: Disabled */
4381 #define NFCT_INTENSET_TXFRAMESTART_Enabled (1UL) /*!< Read: Enabled */
4382 #define NFCT_INTENSET_TXFRAMESTART_Set (1UL) /*!< Enable */
4383 
4384 /* Bit 2 : Write '1' to enable interrupt for FIELDLOST event */
4385 #define NFCT_INTENSET_FIELDLOST_Pos (2UL) /*!< Position of FIELDLOST field. */
4386 #define NFCT_INTENSET_FIELDLOST_Msk (0x1UL << NFCT_INTENSET_FIELDLOST_Pos) /*!< Bit mask of FIELDLOST field. */
4387 #define NFCT_INTENSET_FIELDLOST_Disabled (0UL) /*!< Read: Disabled */
4388 #define NFCT_INTENSET_FIELDLOST_Enabled (1UL) /*!< Read: Enabled */
4389 #define NFCT_INTENSET_FIELDLOST_Set (1UL) /*!< Enable */
4390 
4391 /* Bit 1 : Write '1' to enable interrupt for FIELDDETECTED event */
4392 #define NFCT_INTENSET_FIELDDETECTED_Pos (1UL) /*!< Position of FIELDDETECTED field. */
4393 #define NFCT_INTENSET_FIELDDETECTED_Msk (0x1UL << NFCT_INTENSET_FIELDDETECTED_Pos) /*!< Bit mask of FIELDDETECTED field. */
4394 #define NFCT_INTENSET_FIELDDETECTED_Disabled (0UL) /*!< Read: Disabled */
4395 #define NFCT_INTENSET_FIELDDETECTED_Enabled (1UL) /*!< Read: Enabled */
4396 #define NFCT_INTENSET_FIELDDETECTED_Set (1UL) /*!< Enable */
4397 
4398 /* Bit 0 : Write '1' to enable interrupt for READY event */
4399 #define NFCT_INTENSET_READY_Pos (0UL) /*!< Position of READY field. */
4400 #define NFCT_INTENSET_READY_Msk (0x1UL << NFCT_INTENSET_READY_Pos) /*!< Bit mask of READY field. */
4401 #define NFCT_INTENSET_READY_Disabled (0UL) /*!< Read: Disabled */
4402 #define NFCT_INTENSET_READY_Enabled (1UL) /*!< Read: Enabled */
4403 #define NFCT_INTENSET_READY_Set (1UL) /*!< Enable */
4404 
4405 /* Register: NFCT_INTENCLR */
4406 /* Description: Disable interrupt */
4407 
4408 /* Bit 20 : Write '1' to disable interrupt for STARTED event */
4409 #define NFCT_INTENCLR_STARTED_Pos (20UL) /*!< Position of STARTED field. */
4410 #define NFCT_INTENCLR_STARTED_Msk (0x1UL << NFCT_INTENCLR_STARTED_Pos) /*!< Bit mask of STARTED field. */
4411 #define NFCT_INTENCLR_STARTED_Disabled (0UL) /*!< Read: Disabled */
4412 #define NFCT_INTENCLR_STARTED_Enabled (1UL) /*!< Read: Enabled */
4413 #define NFCT_INTENCLR_STARTED_Clear (1UL) /*!< Disable */
4414 
4415 /* Bit 19 : Write '1' to disable interrupt for SELECTED event */
4416 #define NFCT_INTENCLR_SELECTED_Pos (19UL) /*!< Position of SELECTED field. */
4417 #define NFCT_INTENCLR_SELECTED_Msk (0x1UL << NFCT_INTENCLR_SELECTED_Pos) /*!< Bit mask of SELECTED field. */
4418 #define NFCT_INTENCLR_SELECTED_Disabled (0UL) /*!< Read: Disabled */
4419 #define NFCT_INTENCLR_SELECTED_Enabled (1UL) /*!< Read: Enabled */
4420 #define NFCT_INTENCLR_SELECTED_Clear (1UL) /*!< Disable */
4421 
4422 /* Bit 18 : Write '1' to disable interrupt for COLLISION event */
4423 #define NFCT_INTENCLR_COLLISION_Pos (18UL) /*!< Position of COLLISION field. */
4424 #define NFCT_INTENCLR_COLLISION_Msk (0x1UL << NFCT_INTENCLR_COLLISION_Pos) /*!< Bit mask of COLLISION field. */
4425 #define NFCT_INTENCLR_COLLISION_Disabled (0UL) /*!< Read: Disabled */
4426 #define NFCT_INTENCLR_COLLISION_Enabled (1UL) /*!< Read: Enabled */
4427 #define NFCT_INTENCLR_COLLISION_Clear (1UL) /*!< Disable */
4428 
4429 /* Bit 14 : Write '1' to disable interrupt for AUTOCOLRESSTARTED event */
4430 #define NFCT_INTENCLR_AUTOCOLRESSTARTED_Pos (14UL) /*!< Position of AUTOCOLRESSTARTED field. */
4431 #define NFCT_INTENCLR_AUTOCOLRESSTARTED_Msk (0x1UL << NFCT_INTENCLR_AUTOCOLRESSTARTED_Pos) /*!< Bit mask of AUTOCOLRESSTARTED field. */
4432 #define NFCT_INTENCLR_AUTOCOLRESSTARTED_Disabled (0UL) /*!< Read: Disabled */
4433 #define NFCT_INTENCLR_AUTOCOLRESSTARTED_Enabled (1UL) /*!< Read: Enabled */
4434 #define NFCT_INTENCLR_AUTOCOLRESSTARTED_Clear (1UL) /*!< Disable */
4435 
4436 /* Bit 12 : Write '1' to disable interrupt for ENDTX event */
4437 #define NFCT_INTENCLR_ENDTX_Pos (12UL) /*!< Position of ENDTX field. */
4438 #define NFCT_INTENCLR_ENDTX_Msk (0x1UL << NFCT_INTENCLR_ENDTX_Pos) /*!< Bit mask of ENDTX field. */
4439 #define NFCT_INTENCLR_ENDTX_Disabled (0UL) /*!< Read: Disabled */
4440 #define NFCT_INTENCLR_ENDTX_Enabled (1UL) /*!< Read: Enabled */
4441 #define NFCT_INTENCLR_ENDTX_Clear (1UL) /*!< Disable */
4442 
4443 /* Bit 11 : Write '1' to disable interrupt for ENDRX event */
4444 #define NFCT_INTENCLR_ENDRX_Pos (11UL) /*!< Position of ENDRX field. */
4445 #define NFCT_INTENCLR_ENDRX_Msk (0x1UL << NFCT_INTENCLR_ENDRX_Pos) /*!< Bit mask of ENDRX field. */
4446 #define NFCT_INTENCLR_ENDRX_Disabled (0UL) /*!< Read: Disabled */
4447 #define NFCT_INTENCLR_ENDRX_Enabled (1UL) /*!< Read: Enabled */
4448 #define NFCT_INTENCLR_ENDRX_Clear (1UL) /*!< Disable */
4449 
4450 /* Bit 10 : Write '1' to disable interrupt for RXERROR event */
4451 #define NFCT_INTENCLR_RXERROR_Pos (10UL) /*!< Position of RXERROR field. */
4452 #define NFCT_INTENCLR_RXERROR_Msk (0x1UL << NFCT_INTENCLR_RXERROR_Pos) /*!< Bit mask of RXERROR field. */
4453 #define NFCT_INTENCLR_RXERROR_Disabled (0UL) /*!< Read: Disabled */
4454 #define NFCT_INTENCLR_RXERROR_Enabled (1UL) /*!< Read: Enabled */
4455 #define NFCT_INTENCLR_RXERROR_Clear (1UL) /*!< Disable */
4456 
4457 /* Bit 7 : Write '1' to disable interrupt for ERROR event */
4458 #define NFCT_INTENCLR_ERROR_Pos (7UL) /*!< Position of ERROR field. */
4459 #define NFCT_INTENCLR_ERROR_Msk (0x1UL << NFCT_INTENCLR_ERROR_Pos) /*!< Bit mask of ERROR field. */
4460 #define NFCT_INTENCLR_ERROR_Disabled (0UL) /*!< Read: Disabled */
4461 #define NFCT_INTENCLR_ERROR_Enabled (1UL) /*!< Read: Enabled */
4462 #define NFCT_INTENCLR_ERROR_Clear (1UL) /*!< Disable */
4463 
4464 /* Bit 6 : Write '1' to disable interrupt for RXFRAMEEND event */
4465 #define NFCT_INTENCLR_RXFRAMEEND_Pos (6UL) /*!< Position of RXFRAMEEND field. */
4466 #define NFCT_INTENCLR_RXFRAMEEND_Msk (0x1UL << NFCT_INTENCLR_RXFRAMEEND_Pos) /*!< Bit mask of RXFRAMEEND field. */
4467 #define NFCT_INTENCLR_RXFRAMEEND_Disabled (0UL) /*!< Read: Disabled */
4468 #define NFCT_INTENCLR_RXFRAMEEND_Enabled (1UL) /*!< Read: Enabled */
4469 #define NFCT_INTENCLR_RXFRAMEEND_Clear (1UL) /*!< Disable */
4470 
4471 /* Bit 5 : Write '1' to disable interrupt for RXFRAMESTART event */
4472 #define NFCT_INTENCLR_RXFRAMESTART_Pos (5UL) /*!< Position of RXFRAMESTART field. */
4473 #define NFCT_INTENCLR_RXFRAMESTART_Msk (0x1UL << NFCT_INTENCLR_RXFRAMESTART_Pos) /*!< Bit mask of RXFRAMESTART field. */
4474 #define NFCT_INTENCLR_RXFRAMESTART_Disabled (0UL) /*!< Read: Disabled */
4475 #define NFCT_INTENCLR_RXFRAMESTART_Enabled (1UL) /*!< Read: Enabled */
4476 #define NFCT_INTENCLR_RXFRAMESTART_Clear (1UL) /*!< Disable */
4477 
4478 /* Bit 4 : Write '1' to disable interrupt for TXFRAMEEND event */
4479 #define NFCT_INTENCLR_TXFRAMEEND_Pos (4UL) /*!< Position of TXFRAMEEND field. */
4480 #define NFCT_INTENCLR_TXFRAMEEND_Msk (0x1UL << NFCT_INTENCLR_TXFRAMEEND_Pos) /*!< Bit mask of TXFRAMEEND field. */
4481 #define NFCT_INTENCLR_TXFRAMEEND_Disabled (0UL) /*!< Read: Disabled */
4482 #define NFCT_INTENCLR_TXFRAMEEND_Enabled (1UL) /*!< Read: Enabled */
4483 #define NFCT_INTENCLR_TXFRAMEEND_Clear (1UL) /*!< Disable */
4484 
4485 /* Bit 3 : Write '1' to disable interrupt for TXFRAMESTART event */
4486 #define NFCT_INTENCLR_TXFRAMESTART_Pos (3UL) /*!< Position of TXFRAMESTART field. */
4487 #define NFCT_INTENCLR_TXFRAMESTART_Msk (0x1UL << NFCT_INTENCLR_TXFRAMESTART_Pos) /*!< Bit mask of TXFRAMESTART field. */
4488 #define NFCT_INTENCLR_TXFRAMESTART_Disabled (0UL) /*!< Read: Disabled */
4489 #define NFCT_INTENCLR_TXFRAMESTART_Enabled (1UL) /*!< Read: Enabled */
4490 #define NFCT_INTENCLR_TXFRAMESTART_Clear (1UL) /*!< Disable */
4491 
4492 /* Bit 2 : Write '1' to disable interrupt for FIELDLOST event */
4493 #define NFCT_INTENCLR_FIELDLOST_Pos (2UL) /*!< Position of FIELDLOST field. */
4494 #define NFCT_INTENCLR_FIELDLOST_Msk (0x1UL << NFCT_INTENCLR_FIELDLOST_Pos) /*!< Bit mask of FIELDLOST field. */
4495 #define NFCT_INTENCLR_FIELDLOST_Disabled (0UL) /*!< Read: Disabled */
4496 #define NFCT_INTENCLR_FIELDLOST_Enabled (1UL) /*!< Read: Enabled */
4497 #define NFCT_INTENCLR_FIELDLOST_Clear (1UL) /*!< Disable */
4498 
4499 /* Bit 1 : Write '1' to disable interrupt for FIELDDETECTED event */
4500 #define NFCT_INTENCLR_FIELDDETECTED_Pos (1UL) /*!< Position of FIELDDETECTED field. */
4501 #define NFCT_INTENCLR_FIELDDETECTED_Msk (0x1UL << NFCT_INTENCLR_FIELDDETECTED_Pos) /*!< Bit mask of FIELDDETECTED field. */
4502 #define NFCT_INTENCLR_FIELDDETECTED_Disabled (0UL) /*!< Read: Disabled */
4503 #define NFCT_INTENCLR_FIELDDETECTED_Enabled (1UL) /*!< Read: Enabled */
4504 #define NFCT_INTENCLR_FIELDDETECTED_Clear (1UL) /*!< Disable */
4505 
4506 /* Bit 0 : Write '1' to disable interrupt for READY event */
4507 #define NFCT_INTENCLR_READY_Pos (0UL) /*!< Position of READY field. */
4508 #define NFCT_INTENCLR_READY_Msk (0x1UL << NFCT_INTENCLR_READY_Pos) /*!< Bit mask of READY field. */
4509 #define NFCT_INTENCLR_READY_Disabled (0UL) /*!< Read: Disabled */
4510 #define NFCT_INTENCLR_READY_Enabled (1UL) /*!< Read: Enabled */
4511 #define NFCT_INTENCLR_READY_Clear (1UL) /*!< Disable */
4512 
4513 /* Register: NFCT_ERRORSTATUS */
4514 /* Description: NFC Error Status register */
4515 
4516 /* Bit 0 : No STARTTX task triggered before expiration of the time set in FRAMEDELAYMAX */
4517 #define NFCT_ERRORSTATUS_FRAMEDELAYTIMEOUT_Pos (0UL) /*!< Position of FRAMEDELAYTIMEOUT field. */
4518 #define NFCT_ERRORSTATUS_FRAMEDELAYTIMEOUT_Msk (0x1UL << NFCT_ERRORSTATUS_FRAMEDELAYTIMEOUT_Pos) /*!< Bit mask of FRAMEDELAYTIMEOUT field. */
4519 
4520 /* Register: NFCT_FRAMESTATUS_RX */
4521 /* Description: Result of last incoming frame */
4522 
4523 /* Bit 3 : Overrun detected */
4524 #define NFCT_FRAMESTATUS_RX_OVERRUN_Pos (3UL) /*!< Position of OVERRUN field. */
4525 #define NFCT_FRAMESTATUS_RX_OVERRUN_Msk (0x1UL << NFCT_FRAMESTATUS_RX_OVERRUN_Pos) /*!< Bit mask of OVERRUN field. */
4526 #define NFCT_FRAMESTATUS_RX_OVERRUN_NoOverrun (0UL) /*!< No overrun detected */
4527 #define NFCT_FRAMESTATUS_RX_OVERRUN_Overrun (1UL) /*!< Overrun error */
4528 
4529 /* Bit 2 : Parity status of received frame */
4530 #define NFCT_FRAMESTATUS_RX_PARITYSTATUS_Pos (2UL) /*!< Position of PARITYSTATUS field. */
4531 #define NFCT_FRAMESTATUS_RX_PARITYSTATUS_Msk (0x1UL << NFCT_FRAMESTATUS_RX_PARITYSTATUS_Pos) /*!< Bit mask of PARITYSTATUS field. */
4532 #define NFCT_FRAMESTATUS_RX_PARITYSTATUS_ParityOK (0UL) /*!< Frame received with parity OK */
4533 #define NFCT_FRAMESTATUS_RX_PARITYSTATUS_ParityError (1UL) /*!< Frame received with parity error */
4534 
4535 /* Bit 0 : No valid end of frame (EoF) detected */
4536 #define NFCT_FRAMESTATUS_RX_CRCERROR_Pos (0UL) /*!< Position of CRCERROR field. */
4537 #define NFCT_FRAMESTATUS_RX_CRCERROR_Msk (0x1UL << NFCT_FRAMESTATUS_RX_CRCERROR_Pos) /*!< Bit mask of CRCERROR field. */
4538 #define NFCT_FRAMESTATUS_RX_CRCERROR_CRCCorrect (0UL) /*!< Valid CRC detected */
4539 #define NFCT_FRAMESTATUS_RX_CRCERROR_CRCError (1UL) /*!< CRC received does not match local check */
4540 
4541 /* Register: NFCT_NFCTAGSTATE */
4542 /* Description: NfcTag state register */
4543 
4544 /* Bits 2..0 : NfcTag state */
4545 #define NFCT_NFCTAGSTATE_NFCTAGSTATE_Pos (0UL) /*!< Position of NFCTAGSTATE field. */
4546 #define NFCT_NFCTAGSTATE_NFCTAGSTATE_Msk (0x7UL << NFCT_NFCTAGSTATE_NFCTAGSTATE_Pos) /*!< Bit mask of NFCTAGSTATE field. */
4547 #define NFCT_NFCTAGSTATE_NFCTAGSTATE_Disabled (0UL) /*!< Disabled or sense */
4548 #define NFCT_NFCTAGSTATE_NFCTAGSTATE_RampUp (2UL) /*!< RampUp */
4549 #define NFCT_NFCTAGSTATE_NFCTAGSTATE_Idle (3UL) /*!< Idle */
4550 #define NFCT_NFCTAGSTATE_NFCTAGSTATE_Receive (4UL) /*!< Receive */
4551 #define NFCT_NFCTAGSTATE_NFCTAGSTATE_FrameDelay (5UL) /*!< FrameDelay */
4552 #define NFCT_NFCTAGSTATE_NFCTAGSTATE_Transmit (6UL) /*!< Transmit */
4553 
4554 /* Register: NFCT_SLEEPSTATE */
4555 /* Description: Sleep state during automatic collision resolution */
4556 
4557 /* Bit 0 : Reflects the sleep state during automatic collision resolution. Set to IDLE
4558         by a GOIDLE task. Set to SLEEP_A when a valid SLEEP_REQ frame is received or by a
4559         GOSLEEP task. */
4560 #define NFCT_SLEEPSTATE_SLEEPSTATE_Pos (0UL) /*!< Position of SLEEPSTATE field. */
4561 #define NFCT_SLEEPSTATE_SLEEPSTATE_Msk (0x1UL << NFCT_SLEEPSTATE_SLEEPSTATE_Pos) /*!< Bit mask of SLEEPSTATE field. */
4562 #define NFCT_SLEEPSTATE_SLEEPSTATE_Idle (0UL) /*!< State is IDLE. */
4563 #define NFCT_SLEEPSTATE_SLEEPSTATE_SleepA (1UL) /*!< State is SLEEP_A. */
4564 
4565 /* Register: NFCT_FIELDPRESENT */
4566 /* Description: Indicates the presence or not of a valid field */
4567 
4568 /* Bit 1 : Indicates if the low level has locked to the field */
4569 #define NFCT_FIELDPRESENT_LOCKDETECT_Pos (1UL) /*!< Position of LOCKDETECT field. */
4570 #define NFCT_FIELDPRESENT_LOCKDETECT_Msk (0x1UL << NFCT_FIELDPRESENT_LOCKDETECT_Pos) /*!< Bit mask of LOCKDETECT field. */
4571 #define NFCT_FIELDPRESENT_LOCKDETECT_NotLocked (0UL) /*!< Not locked to field */
4572 #define NFCT_FIELDPRESENT_LOCKDETECT_Locked (1UL) /*!< Locked to field */
4573 
4574 /* Bit 0 : Indicates if a valid field is present. Available only in the activated state. */
4575 #define NFCT_FIELDPRESENT_FIELDPRESENT_Pos (0UL) /*!< Position of FIELDPRESENT field. */
4576 #define NFCT_FIELDPRESENT_FIELDPRESENT_Msk (0x1UL << NFCT_FIELDPRESENT_FIELDPRESENT_Pos) /*!< Bit mask of FIELDPRESENT field. */
4577 #define NFCT_FIELDPRESENT_FIELDPRESENT_NoField (0UL) /*!< No valid field detected */
4578 #define NFCT_FIELDPRESENT_FIELDPRESENT_FieldPresent (1UL) /*!< Valid field detected */
4579 
4580 /* Register: NFCT_FRAMEDELAYMIN */
4581 /* Description: Minimum frame delay */
4582 
4583 /* Bits 15..0 : Minimum frame delay in number of 13.56 MHz clocks */
4584 #define NFCT_FRAMEDELAYMIN_FRAMEDELAYMIN_Pos (0UL) /*!< Position of FRAMEDELAYMIN field. */
4585 #define NFCT_FRAMEDELAYMIN_FRAMEDELAYMIN_Msk (0xFFFFUL << NFCT_FRAMEDELAYMIN_FRAMEDELAYMIN_Pos) /*!< Bit mask of FRAMEDELAYMIN field. */
4586 
4587 /* Register: NFCT_FRAMEDELAYMAX */
4588 /* Description: Maximum frame delay */
4589 
4590 /* Bits 19..0 : Maximum frame delay in number of 13.56 MHz clocks */
4591 #define NFCT_FRAMEDELAYMAX_FRAMEDELAYMAX_Pos (0UL) /*!< Position of FRAMEDELAYMAX field. */
4592 #define NFCT_FRAMEDELAYMAX_FRAMEDELAYMAX_Msk (0xFFFFFUL << NFCT_FRAMEDELAYMAX_FRAMEDELAYMAX_Pos) /*!< Bit mask of FRAMEDELAYMAX field. */
4593 
4594 /* Register: NFCT_FRAMEDELAYMODE */
4595 /* Description: Configuration register for the Frame Delay Timer */
4596 
4597 /* Bits 1..0 : Configuration register for the Frame Delay Timer */
4598 #define NFCT_FRAMEDELAYMODE_FRAMEDELAYMODE_Pos (0UL) /*!< Position of FRAMEDELAYMODE field. */
4599 #define NFCT_FRAMEDELAYMODE_FRAMEDELAYMODE_Msk (0x3UL << NFCT_FRAMEDELAYMODE_FRAMEDELAYMODE_Pos) /*!< Bit mask of FRAMEDELAYMODE field. */
4600 #define NFCT_FRAMEDELAYMODE_FRAMEDELAYMODE_FreeRun (0UL) /*!< Transmission is independent of frame timer and will start when the STARTTX task is triggered. No timeout. */
4601 #define NFCT_FRAMEDELAYMODE_FRAMEDELAYMODE_Window (1UL) /*!< Frame is transmitted between FRAMEDELAYMIN and FRAMEDELAYMAX */
4602 #define NFCT_FRAMEDELAYMODE_FRAMEDELAYMODE_ExactVal (2UL) /*!< Frame is transmitted exactly at FRAMEDELAYMAX */
4603 #define NFCT_FRAMEDELAYMODE_FRAMEDELAYMODE_WindowGrid (3UL) /*!< Frame is transmitted on a bit grid between FRAMEDELAYMIN and FRAMEDELAYMAX */
4604 
4605 /* Register: NFCT_PACKETPTR */
4606 /* Description: Packet pointer for TXD and RXD data storage in Data RAM */
4607 
4608 /* Bits 31..0 : Packet pointer for TXD and RXD data storage in Data RAM. This address is a byte-aligned RAM address. */
4609 #define NFCT_PACKETPTR_PTR_Pos (0UL) /*!< Position of PTR field. */
4610 #define NFCT_PACKETPTR_PTR_Msk (0xFFFFFFFFUL << NFCT_PACKETPTR_PTR_Pos) /*!< Bit mask of PTR field. */
4611 
4612 /* Register: NFCT_MAXLEN */
4613 /* Description: Size of the RAM buffer allocated to TXD and RXD data storage each */
4614 
4615 /* Bits 8..0 : Size of the RAM buffer allocated to TXD and RXD data storage each */
4616 #define NFCT_MAXLEN_MAXLEN_Pos (0UL) /*!< Position of MAXLEN field. */
4617 #define NFCT_MAXLEN_MAXLEN_Msk (0x1FFUL << NFCT_MAXLEN_MAXLEN_Pos) /*!< Bit mask of MAXLEN field. */
4618 
4619 /* Register: NFCT_TXD_FRAMECONFIG */
4620 /* Description: Configuration of outgoing frames */
4621 
4622 /* Bit 4 : CRC mode for outgoing frames */
4623 #define NFCT_TXD_FRAMECONFIG_CRCMODETX_Pos (4UL) /*!< Position of CRCMODETX field. */
4624 #define NFCT_TXD_FRAMECONFIG_CRCMODETX_Msk (0x1UL << NFCT_TXD_FRAMECONFIG_CRCMODETX_Pos) /*!< Bit mask of CRCMODETX field. */
4625 #define NFCT_TXD_FRAMECONFIG_CRCMODETX_NoCRCTX (0UL) /*!< CRC is not added to the frame */
4626 #define NFCT_TXD_FRAMECONFIG_CRCMODETX_CRC16TX (1UL) /*!< 16 bit CRC added to the frame based on all the data read from RAM that is used in the frame */
4627 
4628 /* Bit 2 : Adding SoF or not in TX frames */
4629 #define NFCT_TXD_FRAMECONFIG_SOF_Pos (2UL) /*!< Position of SOF field. */
4630 #define NFCT_TXD_FRAMECONFIG_SOF_Msk (0x1UL << NFCT_TXD_FRAMECONFIG_SOF_Pos) /*!< Bit mask of SOF field. */
4631 #define NFCT_TXD_FRAMECONFIG_SOF_NoSoF (0UL) /*!< SoF symbol not added */
4632 #define NFCT_TXD_FRAMECONFIG_SOF_SoF (1UL) /*!< SoF symbol added */
4633 
4634 /* Bit 1 : Discarding unused bits at start or end of a frame */
4635 #define NFCT_TXD_FRAMECONFIG_DISCARDMODE_Pos (1UL) /*!< Position of DISCARDMODE field. */
4636 #define NFCT_TXD_FRAMECONFIG_DISCARDMODE_Msk (0x1UL << NFCT_TXD_FRAMECONFIG_DISCARDMODE_Pos) /*!< Bit mask of DISCARDMODE field. */
4637 #define NFCT_TXD_FRAMECONFIG_DISCARDMODE_DiscardEnd (0UL) /*!< Unused bits are discarded at end of frame (EoF) */
4638 #define NFCT_TXD_FRAMECONFIG_DISCARDMODE_DiscardStart (1UL) /*!< Unused bits are discarded at start of frame (SoF) */
4639 
4640 /* Bit 0 : Indicates if parity is added to the frame */
4641 #define NFCT_TXD_FRAMECONFIG_PARITY_Pos (0UL) /*!< Position of PARITY field. */
4642 #define NFCT_TXD_FRAMECONFIG_PARITY_Msk (0x1UL << NFCT_TXD_FRAMECONFIG_PARITY_Pos) /*!< Bit mask of PARITY field. */
4643 #define NFCT_TXD_FRAMECONFIG_PARITY_NoParity (0UL) /*!< Parity is not added to TX frames */
4644 #define NFCT_TXD_FRAMECONFIG_PARITY_Parity (1UL) /*!< Parity is added to TX frames */
4645 
4646 /* Register: NFCT_TXD_AMOUNT */
4647 /* Description: Size of outgoing frame */
4648 
4649 /* Bits 11..3 : Number of complete bytes that shall be included in the frame, excluding CRC, parity and framing */
4650 #define NFCT_TXD_AMOUNT_TXDATABYTES_Pos (3UL) /*!< Position of TXDATABYTES field. */
4651 #define NFCT_TXD_AMOUNT_TXDATABYTES_Msk (0x1FFUL << NFCT_TXD_AMOUNT_TXDATABYTES_Pos) /*!< Bit mask of TXDATABYTES field. */
4652 
4653 /* Bits 2..0 : Number of bits in the last or first byte read from RAM that shall be included in the frame (excluding parity bit). */
4654 #define NFCT_TXD_AMOUNT_TXDATABITS_Pos (0UL) /*!< Position of TXDATABITS field. */
4655 #define NFCT_TXD_AMOUNT_TXDATABITS_Msk (0x7UL << NFCT_TXD_AMOUNT_TXDATABITS_Pos) /*!< Bit mask of TXDATABITS field. */
4656 
4657 /* Register: NFCT_RXD_FRAMECONFIG */
4658 /* Description: Configuration of incoming frames */
4659 
4660 /* Bit 4 : CRC mode for incoming frames */
4661 #define NFCT_RXD_FRAMECONFIG_CRCMODERX_Pos (4UL) /*!< Position of CRCMODERX field. */
4662 #define NFCT_RXD_FRAMECONFIG_CRCMODERX_Msk (0x1UL << NFCT_RXD_FRAMECONFIG_CRCMODERX_Pos) /*!< Bit mask of CRCMODERX field. */
4663 #define NFCT_RXD_FRAMECONFIG_CRCMODERX_NoCRCRX (0UL) /*!< CRC is not expected in RX frames */
4664 #define NFCT_RXD_FRAMECONFIG_CRCMODERX_CRC16RX (1UL) /*!< Last 16 bits in RX frame is CRC, CRC is checked and CRCSTATUS updated */
4665 
4666 /* Bit 2 : SoF expected or not in RX frames */
4667 #define NFCT_RXD_FRAMECONFIG_SOF_Pos (2UL) /*!< Position of SOF field. */
4668 #define NFCT_RXD_FRAMECONFIG_SOF_Msk (0x1UL << NFCT_RXD_FRAMECONFIG_SOF_Pos) /*!< Bit mask of SOF field. */
4669 #define NFCT_RXD_FRAMECONFIG_SOF_NoSoF (0UL) /*!< SoF symbol is not expected in RX frames */
4670 #define NFCT_RXD_FRAMECONFIG_SOF_SoF (1UL) /*!< SoF symbol is expected in RX frames */
4671 
4672 /* Bit 0 : Indicates if parity expected in RX frame */
4673 #define NFCT_RXD_FRAMECONFIG_PARITY_Pos (0UL) /*!< Position of PARITY field. */
4674 #define NFCT_RXD_FRAMECONFIG_PARITY_Msk (0x1UL << NFCT_RXD_FRAMECONFIG_PARITY_Pos) /*!< Bit mask of PARITY field. */
4675 #define NFCT_RXD_FRAMECONFIG_PARITY_NoParity (0UL) /*!< Parity is not expected in RX frames */
4676 #define NFCT_RXD_FRAMECONFIG_PARITY_Parity (1UL) /*!< Parity is expected in RX frames */
4677 
4678 /* Register: NFCT_RXD_AMOUNT */
4679 /* Description: Size of last incoming frame */
4680 
4681 /* Bits 11..3 : Number of complete bytes received in the frame (including CRC, but excluding parity and SoF/EoF framing) */
4682 #define NFCT_RXD_AMOUNT_RXDATABYTES_Pos (3UL) /*!< Position of RXDATABYTES field. */
4683 #define NFCT_RXD_AMOUNT_RXDATABYTES_Msk (0x1FFUL << NFCT_RXD_AMOUNT_RXDATABYTES_Pos) /*!< Bit mask of RXDATABYTES field. */
4684 
4685 /* Bits 2..0 : Number of bits in the last byte in the frame, if less than 8 (including CRC, but excluding parity and SoF/EoF framing). */
4686 #define NFCT_RXD_AMOUNT_RXDATABITS_Pos (0UL) /*!< Position of RXDATABITS field. */
4687 #define NFCT_RXD_AMOUNT_RXDATABITS_Msk (0x7UL << NFCT_RXD_AMOUNT_RXDATABITS_Pos) /*!< Bit mask of RXDATABITS field. */
4688 
4689 /* Register: NFCT_NFCID1_LAST */
4690 /* Description: Last NFCID1 part (4, 7 or 10 bytes ID) */
4691 
4692 /* Bits 31..24 : NFCID1 byte W */
4693 #define NFCT_NFCID1_LAST_NFCID1_W_Pos (24UL) /*!< Position of NFCID1_W field. */
4694 #define NFCT_NFCID1_LAST_NFCID1_W_Msk (0xFFUL << NFCT_NFCID1_LAST_NFCID1_W_Pos) /*!< Bit mask of NFCID1_W field. */
4695 
4696 /* Bits 23..16 : NFCID1 byte X */
4697 #define NFCT_NFCID1_LAST_NFCID1_X_Pos (16UL) /*!< Position of NFCID1_X field. */
4698 #define NFCT_NFCID1_LAST_NFCID1_X_Msk (0xFFUL << NFCT_NFCID1_LAST_NFCID1_X_Pos) /*!< Bit mask of NFCID1_X field. */
4699 
4700 /* Bits 15..8 : NFCID1 byte Y */
4701 #define NFCT_NFCID1_LAST_NFCID1_Y_Pos (8UL) /*!< Position of NFCID1_Y field. */
4702 #define NFCT_NFCID1_LAST_NFCID1_Y_Msk (0xFFUL << NFCT_NFCID1_LAST_NFCID1_Y_Pos) /*!< Bit mask of NFCID1_Y field. */
4703 
4704 /* Bits 7..0 : NFCID1 byte Z (very last byte sent) */
4705 #define NFCT_NFCID1_LAST_NFCID1_Z_Pos (0UL) /*!< Position of NFCID1_Z field. */
4706 #define NFCT_NFCID1_LAST_NFCID1_Z_Msk (0xFFUL << NFCT_NFCID1_LAST_NFCID1_Z_Pos) /*!< Bit mask of NFCID1_Z field. */
4707 
4708 /* Register: NFCT_NFCID1_2ND_LAST */
4709 /* Description: Second last NFCID1 part (7 or 10 bytes ID) */
4710 
4711 /* Bits 23..16 : NFCID1 byte T */
4712 #define NFCT_NFCID1_2ND_LAST_NFCID1_T_Pos (16UL) /*!< Position of NFCID1_T field. */
4713 #define NFCT_NFCID1_2ND_LAST_NFCID1_T_Msk (0xFFUL << NFCT_NFCID1_2ND_LAST_NFCID1_T_Pos) /*!< Bit mask of NFCID1_T field. */
4714 
4715 /* Bits 15..8 : NFCID1 byte U */
4716 #define NFCT_NFCID1_2ND_LAST_NFCID1_U_Pos (8UL) /*!< Position of NFCID1_U field. */
4717 #define NFCT_NFCID1_2ND_LAST_NFCID1_U_Msk (0xFFUL << NFCT_NFCID1_2ND_LAST_NFCID1_U_Pos) /*!< Bit mask of NFCID1_U field. */
4718 
4719 /* Bits 7..0 : NFCID1 byte V */
4720 #define NFCT_NFCID1_2ND_LAST_NFCID1_V_Pos (0UL) /*!< Position of NFCID1_V field. */
4721 #define NFCT_NFCID1_2ND_LAST_NFCID1_V_Msk (0xFFUL << NFCT_NFCID1_2ND_LAST_NFCID1_V_Pos) /*!< Bit mask of NFCID1_V field. */
4722 
4723 /* Register: NFCT_NFCID1_3RD_LAST */
4724 /* Description: Third last NFCID1 part (10 bytes ID) */
4725 
4726 /* Bits 23..16 : NFCID1 byte Q */
4727 #define NFCT_NFCID1_3RD_LAST_NFCID1_Q_Pos (16UL) /*!< Position of NFCID1_Q field. */
4728 #define NFCT_NFCID1_3RD_LAST_NFCID1_Q_Msk (0xFFUL << NFCT_NFCID1_3RD_LAST_NFCID1_Q_Pos) /*!< Bit mask of NFCID1_Q field. */
4729 
4730 /* Bits 15..8 : NFCID1 byte R */
4731 #define NFCT_NFCID1_3RD_LAST_NFCID1_R_Pos (8UL) /*!< Position of NFCID1_R field. */
4732 #define NFCT_NFCID1_3RD_LAST_NFCID1_R_Msk (0xFFUL << NFCT_NFCID1_3RD_LAST_NFCID1_R_Pos) /*!< Bit mask of NFCID1_R field. */
4733 
4734 /* Bits 7..0 : NFCID1 byte S */
4735 #define NFCT_NFCID1_3RD_LAST_NFCID1_S_Pos (0UL) /*!< Position of NFCID1_S field. */
4736 #define NFCT_NFCID1_3RD_LAST_NFCID1_S_Msk (0xFFUL << NFCT_NFCID1_3RD_LAST_NFCID1_S_Pos) /*!< Bit mask of NFCID1_S field. */
4737 
4738 /* Register: NFCT_AUTOCOLRESCONFIG */
4739 /* Description: Controls the auto collision resolution function. This setting must be done before the NFCT peripheral is enabled. */
4740 
4741 /* Bit 0 : Enables/disables auto collision resolution */
4742 #define NFCT_AUTOCOLRESCONFIG_MODE_Pos (0UL) /*!< Position of MODE field. */
4743 #define NFCT_AUTOCOLRESCONFIG_MODE_Msk (0x1UL << NFCT_AUTOCOLRESCONFIG_MODE_Pos) /*!< Bit mask of MODE field. */
4744 #define NFCT_AUTOCOLRESCONFIG_MODE_Enabled (0UL) /*!< Auto collision resolution enabled */
4745 #define NFCT_AUTOCOLRESCONFIG_MODE_Disabled (1UL) /*!< Auto collision resolution disabled */
4746 
4747 /* Register: NFCT_SENSRES */
4748 /* Description: NFC-A SENS_RES auto-response settings */
4749 
4750 /* Bits 15..12 : Reserved for future use. Shall be 0. */
4751 #define NFCT_SENSRES_RFU74_Pos (12UL) /*!< Position of RFU74 field. */
4752 #define NFCT_SENSRES_RFU74_Msk (0xFUL << NFCT_SENSRES_RFU74_Pos) /*!< Bit mask of RFU74 field. */
4753 
4754 /* Bits 11..8 : Tag platform configuration as defined by the b4:b1 of byte 2 in SENS_RES response in the NFC Forum, NFC Digital Protocol Technical Specification */
4755 #define NFCT_SENSRES_PLATFCONFIG_Pos (8UL) /*!< Position of PLATFCONFIG field. */
4756 #define NFCT_SENSRES_PLATFCONFIG_Msk (0xFUL << NFCT_SENSRES_PLATFCONFIG_Pos) /*!< Bit mask of PLATFCONFIG field. */
4757 
4758 /* Bits 7..6 : NFCID1 size. This value is used by the auto collision resolution engine. */
4759 #define NFCT_SENSRES_NFCIDSIZE_Pos (6UL) /*!< Position of NFCIDSIZE field. */
4760 #define NFCT_SENSRES_NFCIDSIZE_Msk (0x3UL << NFCT_SENSRES_NFCIDSIZE_Pos) /*!< Bit mask of NFCIDSIZE field. */
4761 #define NFCT_SENSRES_NFCIDSIZE_NFCID1Single (0UL) /*!< NFCID1 size: single (4 bytes) */
4762 #define NFCT_SENSRES_NFCIDSIZE_NFCID1Double (1UL) /*!< NFCID1 size: double (7 bytes) */
4763 #define NFCT_SENSRES_NFCIDSIZE_NFCID1Triple (2UL) /*!< NFCID1 size: triple (10 bytes) */
4764 
4765 /* Bit 5 : Reserved for future use. Shall be 0. */
4766 #define NFCT_SENSRES_RFU5_Pos (5UL) /*!< Position of RFU5 field. */
4767 #define NFCT_SENSRES_RFU5_Msk (0x1UL << NFCT_SENSRES_RFU5_Pos) /*!< Bit mask of RFU5 field. */
4768 
4769 /* Bits 4..0 : Bit frame SDD as defined by the b5:b1 of byte 1 in SENS_RES response in the NFC Forum, NFC Digital Protocol Technical Specification */
4770 #define NFCT_SENSRES_BITFRAMESDD_Pos (0UL) /*!< Position of BITFRAMESDD field. */
4771 #define NFCT_SENSRES_BITFRAMESDD_Msk (0x1FUL << NFCT_SENSRES_BITFRAMESDD_Pos) /*!< Bit mask of BITFRAMESDD field. */
4772 #define NFCT_SENSRES_BITFRAMESDD_SDD00000 (0UL) /*!< SDD pattern 00000 */
4773 #define NFCT_SENSRES_BITFRAMESDD_SDD00001 (1UL) /*!< SDD pattern 00001 */
4774 #define NFCT_SENSRES_BITFRAMESDD_SDD00010 (2UL) /*!< SDD pattern 00010 */
4775 #define NFCT_SENSRES_BITFRAMESDD_SDD00100 (4UL) /*!< SDD pattern 00100 */
4776 #define NFCT_SENSRES_BITFRAMESDD_SDD01000 (8UL) /*!< SDD pattern 01000 */
4777 #define NFCT_SENSRES_BITFRAMESDD_SDD10000 (16UL) /*!< SDD pattern 10000 */
4778 
4779 /* Register: NFCT_SELRES */
4780 /* Description: NFC-A SEL_RES auto-response settings */
4781 
4782 /* Bit 7 : Reserved for future use. Shall be 0. */
4783 #define NFCT_SELRES_RFU7_Pos (7UL) /*!< Position of RFU7 field. */
4784 #define NFCT_SELRES_RFU7_Msk (0x1UL << NFCT_SELRES_RFU7_Pos) /*!< Bit mask of RFU7 field. */
4785 
4786 /* Bits 6..5 : Protocol as defined by the b7:b6 of SEL_RES response in the NFC Forum, NFC Digital Protocol Technical Specification */
4787 #define NFCT_SELRES_PROTOCOL_Pos (5UL) /*!< Position of PROTOCOL field. */
4788 #define NFCT_SELRES_PROTOCOL_Msk (0x3UL << NFCT_SELRES_PROTOCOL_Pos) /*!< Bit mask of PROTOCOL field. */
4789 
4790 /* Bits 4..3 : Reserved for future use. Shall be 0. */
4791 #define NFCT_SELRES_RFU43_Pos (3UL) /*!< Position of RFU43 field. */
4792 #define NFCT_SELRES_RFU43_Msk (0x3UL << NFCT_SELRES_RFU43_Pos) /*!< Bit mask of RFU43 field. */
4793 
4794 /* Bit 2 : Cascade as defined by the b3 of SEL_RES response in the NFC Forum, NFC Digital Protocol Technical Specification (controlled by hardware, shall be 0) */
4795 #define NFCT_SELRES_CASCADE_Pos (2UL) /*!< Position of CASCADE field. */
4796 #define NFCT_SELRES_CASCADE_Msk (0x1UL << NFCT_SELRES_CASCADE_Pos) /*!< Bit mask of CASCADE field. */
4797 
4798 /* Bits 1..0 : Reserved for future use. Shall be 0. */
4799 #define NFCT_SELRES_RFU10_Pos (0UL) /*!< Position of RFU10 field. */
4800 #define NFCT_SELRES_RFU10_Msk (0x3UL << NFCT_SELRES_RFU10_Pos) /*!< Bit mask of RFU10 field. */
4801 
4802 
4803 /* Peripheral: NVMC */
4804 /* Description: Non Volatile Memory Controller */
4805 
4806 /* Register: NVMC_READY */
4807 /* Description: Ready flag */
4808 
4809 /* Bit 0 : NVMC is ready or busy */
4810 #define NVMC_READY_READY_Pos (0UL) /*!< Position of READY field. */
4811 #define NVMC_READY_READY_Msk (0x1UL << NVMC_READY_READY_Pos) /*!< Bit mask of READY field. */
4812 #define NVMC_READY_READY_Busy (0UL) /*!< NVMC is busy (on-going write or erase operation) */
4813 #define NVMC_READY_READY_Ready (1UL) /*!< NVMC is ready */
4814 
4815 /* Register: NVMC_READYNEXT */
4816 /* Description: Ready flag */
4817 
4818 /* Bit 0 : NVMC can accept a new write operation */
4819 #define NVMC_READYNEXT_READYNEXT_Pos (0UL) /*!< Position of READYNEXT field. */
4820 #define NVMC_READYNEXT_READYNEXT_Msk (0x1UL << NVMC_READYNEXT_READYNEXT_Pos) /*!< Bit mask of READYNEXT field. */
4821 #define NVMC_READYNEXT_READYNEXT_Busy (0UL) /*!< NVMC cannot accept any write operation */
4822 #define NVMC_READYNEXT_READYNEXT_Ready (1UL) /*!< NVMC is ready */
4823 
4824 /* Register: NVMC_CONFIG */
4825 /* Description: Configuration register */
4826 
4827 /* Bits 1..0 : Program memory access mode. It is strongly recommended to only activate erase and write modes when they are actively used. Enabling write or erase will invalidate the cache and keep it invalidated. */
4828 #define NVMC_CONFIG_WEN_Pos (0UL) /*!< Position of WEN field. */
4829 #define NVMC_CONFIG_WEN_Msk (0x3UL << NVMC_CONFIG_WEN_Pos) /*!< Bit mask of WEN field. */
4830 #define NVMC_CONFIG_WEN_Ren (0UL) /*!< Read only access */
4831 #define NVMC_CONFIG_WEN_Wen (1UL) /*!< Write enabled */
4832 #define NVMC_CONFIG_WEN_Een (2UL) /*!< Erase enabled */
4833 
4834 /* Register: NVMC_ERASEPAGE */
4835 /* Description: Register for erasing a page in code area */
4836 
4837 /* Bits 31..0 : Register for starting erase of a page in code area */
4838 #define NVMC_ERASEPAGE_ERASEPAGE_Pos (0UL) /*!< Position of ERASEPAGE field. */
4839 #define NVMC_ERASEPAGE_ERASEPAGE_Msk (0xFFFFFFFFUL << NVMC_ERASEPAGE_ERASEPAGE_Pos) /*!< Bit mask of ERASEPAGE field. */
4840 
4841 /* Register: NVMC_ERASEPCR1 */
4842 /* Description: Deprecated register - Register for erasing a page in code area. Equivalent to ERASEPAGE. */
4843 
4844 /* Bits 31..0 : Register for erasing a page in code area. Equivalent to ERASEPAGE. */
4845 #define NVMC_ERASEPCR1_ERASEPCR1_Pos (0UL) /*!< Position of ERASEPCR1 field. */
4846 #define NVMC_ERASEPCR1_ERASEPCR1_Msk (0xFFFFFFFFUL << NVMC_ERASEPCR1_ERASEPCR1_Pos) /*!< Bit mask of ERASEPCR1 field. */
4847 
4848 /* Register: NVMC_ERASEALL */
4849 /* Description: Register for erasing all non-volatile user memory */
4850 
4851 /* 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. */
4852 #define NVMC_ERASEALL_ERASEALL_Pos (0UL) /*!< Position of ERASEALL field. */
4853 #define NVMC_ERASEALL_ERASEALL_Msk (0x1UL << NVMC_ERASEALL_ERASEALL_Pos) /*!< Bit mask of ERASEALL field. */
4854 #define NVMC_ERASEALL_ERASEALL_NoOperation (0UL) /*!< No operation */
4855 #define NVMC_ERASEALL_ERASEALL_Erase (1UL) /*!< Start chip erase */
4856 
4857 /* Register: NVMC_ERASEPCR0 */
4858 /* Description: Deprecated register - Register for erasing a page in code area. Equivalent to ERASEPAGE. */
4859 
4860 /* Bits 31..0 : Register for starting erase of a page in code area. Equivalent to ERASEPAGE. */
4861 #define NVMC_ERASEPCR0_ERASEPCR0_Pos (0UL) /*!< Position of ERASEPCR0 field. */
4862 #define NVMC_ERASEPCR0_ERASEPCR0_Msk (0xFFFFFFFFUL << NVMC_ERASEPCR0_ERASEPCR0_Pos) /*!< Bit mask of ERASEPCR0 field. */
4863 
4864 /* Register: NVMC_ERASEUICR */
4865 /* Description: Register for erasing user information configuration registers */
4866 
4867 /* 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. */
4868 #define NVMC_ERASEUICR_ERASEUICR_Pos (0UL) /*!< Position of ERASEUICR field. */
4869 #define NVMC_ERASEUICR_ERASEUICR_Msk (0x1UL << NVMC_ERASEUICR_ERASEUICR_Pos) /*!< Bit mask of ERASEUICR field. */
4870 #define NVMC_ERASEUICR_ERASEUICR_NoOperation (0UL) /*!< No operation */
4871 #define NVMC_ERASEUICR_ERASEUICR_Erase (1UL) /*!< Start erase of UICR */
4872 
4873 /* Register: NVMC_ERASEPAGEPARTIAL */
4874 /* Description: Register for partial erase of a page in code area */
4875 
4876 /* Bits 31..0 : Register for starting partial erase of a page in code area */
4877 #define NVMC_ERASEPAGEPARTIAL_ERASEPAGEPARTIAL_Pos (0UL) /*!< Position of ERASEPAGEPARTIAL field. */
4878 #define NVMC_ERASEPAGEPARTIAL_ERASEPAGEPARTIAL_Msk (0xFFFFFFFFUL << NVMC_ERASEPAGEPARTIAL_ERASEPAGEPARTIAL_Pos) /*!< Bit mask of ERASEPAGEPARTIAL field. */
4879 
4880 /* Register: NVMC_ERASEPAGEPARTIALCFG */
4881 /* Description: Register for partial erase configuration */
4882 
4883 /* Bits 6..0 : Duration of the partial erase in milliseconds */
4884 #define NVMC_ERASEPAGEPARTIALCFG_DURATION_Pos (0UL) /*!< Position of DURATION field. */
4885 #define NVMC_ERASEPAGEPARTIALCFG_DURATION_Msk (0x7FUL << NVMC_ERASEPAGEPARTIALCFG_DURATION_Pos) /*!< Bit mask of DURATION field. */
4886 
4887 /* Register: NVMC_ICACHECNF */
4888 /* Description: I-code cache configuration register. */
4889 
4890 /* Bit 8 : Cache profiling enable */
4891 #define NVMC_ICACHECNF_CACHEPROFEN_Pos (8UL) /*!< Position of CACHEPROFEN field. */
4892 #define NVMC_ICACHECNF_CACHEPROFEN_Msk (0x1UL << NVMC_ICACHECNF_CACHEPROFEN_Pos) /*!< Bit mask of CACHEPROFEN field. */
4893 #define NVMC_ICACHECNF_CACHEPROFEN_Disabled (0UL) /*!< Disable cache profiling */
4894 #define NVMC_ICACHECNF_CACHEPROFEN_Enabled (1UL) /*!< Enable cache profiling */
4895 
4896 /* Bit 0 : Cache enable */
4897 #define NVMC_ICACHECNF_CACHEEN_Pos (0UL) /*!< Position of CACHEEN field. */
4898 #define NVMC_ICACHECNF_CACHEEN_Msk (0x1UL << NVMC_ICACHECNF_CACHEEN_Pos) /*!< Bit mask of CACHEEN field. */
4899 #define NVMC_ICACHECNF_CACHEEN_Disabled (0UL) /*!< Disable cache. Invalidates all cache entries. */
4900 #define NVMC_ICACHECNF_CACHEEN_Enabled (1UL) /*!< Enable cache */
4901 
4902 /* Register: NVMC_IHIT */
4903 /* Description: I-code cache hit counter. */
4904 
4905 /* Bits 31..0 : Number of cache hits */
4906 #define NVMC_IHIT_HITS_Pos (0UL) /*!< Position of HITS field. */
4907 #define NVMC_IHIT_HITS_Msk (0xFFFFFFFFUL << NVMC_IHIT_HITS_Pos) /*!< Bit mask of HITS field. */
4908 
4909 /* Register: NVMC_IMISS */
4910 /* Description: I-code cache miss counter. */
4911 
4912 /* Bits 31..0 : Number of cache misses */
4913 #define NVMC_IMISS_MISSES_Pos (0UL) /*!< Position of MISSES field. */
4914 #define NVMC_IMISS_MISSES_Msk (0xFFFFFFFFUL << NVMC_IMISS_MISSES_Pos) /*!< Bit mask of MISSES field. */
4915 
4916 
4917 /* Peripheral: GPIO */
4918 /* Description: GPIO Port 1 */
4919 
4920 /* Register: GPIO_OUT */
4921 /* Description: Write GPIO port */
4922 
4923 /* Bit 31 : Pin 31 */
4924 #define GPIO_OUT_PIN31_Pos (31UL) /*!< Position of PIN31 field. */
4925 #define GPIO_OUT_PIN31_Msk (0x1UL << GPIO_OUT_PIN31_Pos) /*!< Bit mask of PIN31 field. */
4926 #define GPIO_OUT_PIN31_Low (0UL) /*!< Pin driver is low */
4927 #define GPIO_OUT_PIN31_High (1UL) /*!< Pin driver is high */
4928 
4929 /* Bit 30 : Pin 30 */
4930 #define GPIO_OUT_PIN30_Pos (30UL) /*!< Position of PIN30 field. */
4931 #define GPIO_OUT_PIN30_Msk (0x1UL << GPIO_OUT_PIN30_Pos) /*!< Bit mask of PIN30 field. */
4932 #define GPIO_OUT_PIN30_Low (0UL) /*!< Pin driver is low */
4933 #define GPIO_OUT_PIN30_High (1UL) /*!< Pin driver is high */
4934 
4935 /* Bit 29 : Pin 29 */
4936 #define GPIO_OUT_PIN29_Pos (29UL) /*!< Position of PIN29 field. */
4937 #define GPIO_OUT_PIN29_Msk (0x1UL << GPIO_OUT_PIN29_Pos) /*!< Bit mask of PIN29 field. */
4938 #define GPIO_OUT_PIN29_Low (0UL) /*!< Pin driver is low */
4939 #define GPIO_OUT_PIN29_High (1UL) /*!< Pin driver is high */
4940 
4941 /* Bit 28 : Pin 28 */
4942 #define GPIO_OUT_PIN28_Pos (28UL) /*!< Position of PIN28 field. */
4943 #define GPIO_OUT_PIN28_Msk (0x1UL << GPIO_OUT_PIN28_Pos) /*!< Bit mask of PIN28 field. */
4944 #define GPIO_OUT_PIN28_Low (0UL) /*!< Pin driver is low */
4945 #define GPIO_OUT_PIN28_High (1UL) /*!< Pin driver is high */
4946 
4947 /* Bit 27 : Pin 27 */
4948 #define GPIO_OUT_PIN27_Pos (27UL) /*!< Position of PIN27 field. */
4949 #define GPIO_OUT_PIN27_Msk (0x1UL << GPIO_OUT_PIN27_Pos) /*!< Bit mask of PIN27 field. */
4950 #define GPIO_OUT_PIN27_Low (0UL) /*!< Pin driver is low */
4951 #define GPIO_OUT_PIN27_High (1UL) /*!< Pin driver is high */
4952 
4953 /* Bit 26 : Pin 26 */
4954 #define GPIO_OUT_PIN26_Pos (26UL) /*!< Position of PIN26 field. */
4955 #define GPIO_OUT_PIN26_Msk (0x1UL << GPIO_OUT_PIN26_Pos) /*!< Bit mask of PIN26 field. */
4956 #define GPIO_OUT_PIN26_Low (0UL) /*!< Pin driver is low */
4957 #define GPIO_OUT_PIN26_High (1UL) /*!< Pin driver is high */
4958 
4959 /* Bit 25 : Pin 25 */
4960 #define GPIO_OUT_PIN25_Pos (25UL) /*!< Position of PIN25 field. */
4961 #define GPIO_OUT_PIN25_Msk (0x1UL << GPIO_OUT_PIN25_Pos) /*!< Bit mask of PIN25 field. */
4962 #define GPIO_OUT_PIN25_Low (0UL) /*!< Pin driver is low */
4963 #define GPIO_OUT_PIN25_High (1UL) /*!< Pin driver is high */
4964 
4965 /* Bit 24 : Pin 24 */
4966 #define GPIO_OUT_PIN24_Pos (24UL) /*!< Position of PIN24 field. */
4967 #define GPIO_OUT_PIN24_Msk (0x1UL << GPIO_OUT_PIN24_Pos) /*!< Bit mask of PIN24 field. */
4968 #define GPIO_OUT_PIN24_Low (0UL) /*!< Pin driver is low */
4969 #define GPIO_OUT_PIN24_High (1UL) /*!< Pin driver is high */
4970 
4971 /* Bit 23 : Pin 23 */
4972 #define GPIO_OUT_PIN23_Pos (23UL) /*!< Position of PIN23 field. */
4973 #define GPIO_OUT_PIN23_Msk (0x1UL << GPIO_OUT_PIN23_Pos) /*!< Bit mask of PIN23 field. */
4974 #define GPIO_OUT_PIN23_Low (0UL) /*!< Pin driver is low */
4975 #define GPIO_OUT_PIN23_High (1UL) /*!< Pin driver is high */
4976 
4977 /* Bit 22 : Pin 22 */
4978 #define GPIO_OUT_PIN22_Pos (22UL) /*!< Position of PIN22 field. */
4979 #define GPIO_OUT_PIN22_Msk (0x1UL << GPIO_OUT_PIN22_Pos) /*!< Bit mask of PIN22 field. */
4980 #define GPIO_OUT_PIN22_Low (0UL) /*!< Pin driver is low */
4981 #define GPIO_OUT_PIN22_High (1UL) /*!< Pin driver is high */
4982 
4983 /* Bit 21 : Pin 21 */
4984 #define GPIO_OUT_PIN21_Pos (21UL) /*!< Position of PIN21 field. */
4985 #define GPIO_OUT_PIN21_Msk (0x1UL << GPIO_OUT_PIN21_Pos) /*!< Bit mask of PIN21 field. */
4986 #define GPIO_OUT_PIN21_Low (0UL) /*!< Pin driver is low */
4987 #define GPIO_OUT_PIN21_High (1UL) /*!< Pin driver is high */
4988 
4989 /* Bit 20 : Pin 20 */
4990 #define GPIO_OUT_PIN20_Pos (20UL) /*!< Position of PIN20 field. */
4991 #define GPIO_OUT_PIN20_Msk (0x1UL << GPIO_OUT_PIN20_Pos) /*!< Bit mask of PIN20 field. */
4992 #define GPIO_OUT_PIN20_Low (0UL) /*!< Pin driver is low */
4993 #define GPIO_OUT_PIN20_High (1UL) /*!< Pin driver is high */
4994 
4995 /* Bit 19 : Pin 19 */
4996 #define GPIO_OUT_PIN19_Pos (19UL) /*!< Position of PIN19 field. */
4997 #define GPIO_OUT_PIN19_Msk (0x1UL << GPIO_OUT_PIN19_Pos) /*!< Bit mask of PIN19 field. */
4998 #define GPIO_OUT_PIN19_Low (0UL) /*!< Pin driver is low */
4999 #define GPIO_OUT_PIN19_High (1UL) /*!< Pin driver is high */
5000 
5001 /* Bit 18 : Pin 18 */
5002 #define GPIO_OUT_PIN18_Pos (18UL) /*!< Position of PIN18 field. */
5003 #define GPIO_OUT_PIN18_Msk (0x1UL << GPIO_OUT_PIN18_Pos) /*!< Bit mask of PIN18 field. */
5004 #define GPIO_OUT_PIN18_Low (0UL) /*!< Pin driver is low */
5005 #define GPIO_OUT_PIN18_High (1UL) /*!< Pin driver is high */
5006 
5007 /* Bit 17 : Pin 17 */
5008 #define GPIO_OUT_PIN17_Pos (17UL) /*!< Position of PIN17 field. */
5009 #define GPIO_OUT_PIN17_Msk (0x1UL << GPIO_OUT_PIN17_Pos) /*!< Bit mask of PIN17 field. */
5010 #define GPIO_OUT_PIN17_Low (0UL) /*!< Pin driver is low */
5011 #define GPIO_OUT_PIN17_High (1UL) /*!< Pin driver is high */
5012 
5013 /* Bit 16 : Pin 16 */
5014 #define GPIO_OUT_PIN16_Pos (16UL) /*!< Position of PIN16 field. */
5015 #define GPIO_OUT_PIN16_Msk (0x1UL << GPIO_OUT_PIN16_Pos) /*!< Bit mask of PIN16 field. */
5016 #define GPIO_OUT_PIN16_Low (0UL) /*!< Pin driver is low */
5017 #define GPIO_OUT_PIN16_High (1UL) /*!< Pin driver is high */
5018 
5019 /* Bit 15 : Pin 15 */
5020 #define GPIO_OUT_PIN15_Pos (15UL) /*!< Position of PIN15 field. */
5021 #define GPIO_OUT_PIN15_Msk (0x1UL << GPIO_OUT_PIN15_Pos) /*!< Bit mask of PIN15 field. */
5022 #define GPIO_OUT_PIN15_Low (0UL) /*!< Pin driver is low */
5023 #define GPIO_OUT_PIN15_High (1UL) /*!< Pin driver is high */
5024 
5025 /* Bit 14 : Pin 14 */
5026 #define GPIO_OUT_PIN14_Pos (14UL) /*!< Position of PIN14 field. */
5027 #define GPIO_OUT_PIN14_Msk (0x1UL << GPIO_OUT_PIN14_Pos) /*!< Bit mask of PIN14 field. */
5028 #define GPIO_OUT_PIN14_Low (0UL) /*!< Pin driver is low */
5029 #define GPIO_OUT_PIN14_High (1UL) /*!< Pin driver is high */
5030 
5031 /* Bit 13 : Pin 13 */
5032 #define GPIO_OUT_PIN13_Pos (13UL) /*!< Position of PIN13 field. */
5033 #define GPIO_OUT_PIN13_Msk (0x1UL << GPIO_OUT_PIN13_Pos) /*!< Bit mask of PIN13 field. */
5034 #define GPIO_OUT_PIN13_Low (0UL) /*!< Pin driver is low */
5035 #define GPIO_OUT_PIN13_High (1UL) /*!< Pin driver is high */
5036 
5037 /* Bit 12 : Pin 12 */
5038 #define GPIO_OUT_PIN12_Pos (12UL) /*!< Position of PIN12 field. */
5039 #define GPIO_OUT_PIN12_Msk (0x1UL << GPIO_OUT_PIN12_Pos) /*!< Bit mask of PIN12 field. */
5040 #define GPIO_OUT_PIN12_Low (0UL) /*!< Pin driver is low */
5041 #define GPIO_OUT_PIN12_High (1UL) /*!< Pin driver is high */
5042 
5043 /* Bit 11 : Pin 11 */
5044 #define GPIO_OUT_PIN11_Pos (11UL) /*!< Position of PIN11 field. */
5045 #define GPIO_OUT_PIN11_Msk (0x1UL << GPIO_OUT_PIN11_Pos) /*!< Bit mask of PIN11 field. */
5046 #define GPIO_OUT_PIN11_Low (0UL) /*!< Pin driver is low */
5047 #define GPIO_OUT_PIN11_High (1UL) /*!< Pin driver is high */
5048 
5049 /* Bit 10 : Pin 10 */
5050 #define GPIO_OUT_PIN10_Pos (10UL) /*!< Position of PIN10 field. */
5051 #define GPIO_OUT_PIN10_Msk (0x1UL << GPIO_OUT_PIN10_Pos) /*!< Bit mask of PIN10 field. */
5052 #define GPIO_OUT_PIN10_Low (0UL) /*!< Pin driver is low */
5053 #define GPIO_OUT_PIN10_High (1UL) /*!< Pin driver is high */
5054 
5055 /* Bit 9 : Pin 9 */
5056 #define GPIO_OUT_PIN9_Pos (9UL) /*!< Position of PIN9 field. */
5057 #define GPIO_OUT_PIN9_Msk (0x1UL << GPIO_OUT_PIN9_Pos) /*!< Bit mask of PIN9 field. */
5058 #define GPIO_OUT_PIN9_Low (0UL) /*!< Pin driver is low */
5059 #define GPIO_OUT_PIN9_High (1UL) /*!< Pin driver is high */
5060 
5061 /* Bit 8 : Pin 8 */
5062 #define GPIO_OUT_PIN8_Pos (8UL) /*!< Position of PIN8 field. */
5063 #define GPIO_OUT_PIN8_Msk (0x1UL << GPIO_OUT_PIN8_Pos) /*!< Bit mask of PIN8 field. */
5064 #define GPIO_OUT_PIN8_Low (0UL) /*!< Pin driver is low */
5065 #define GPIO_OUT_PIN8_High (1UL) /*!< Pin driver is high */
5066 
5067 /* Bit 7 : Pin 7 */
5068 #define GPIO_OUT_PIN7_Pos (7UL) /*!< Position of PIN7 field. */
5069 #define GPIO_OUT_PIN7_Msk (0x1UL << GPIO_OUT_PIN7_Pos) /*!< Bit mask of PIN7 field. */
5070 #define GPIO_OUT_PIN7_Low (0UL) /*!< Pin driver is low */
5071 #define GPIO_OUT_PIN7_High (1UL) /*!< Pin driver is high */
5072 
5073 /* Bit 6 : Pin 6 */
5074 #define GPIO_OUT_PIN6_Pos (6UL) /*!< Position of PIN6 field. */
5075 #define GPIO_OUT_PIN6_Msk (0x1UL << GPIO_OUT_PIN6_Pos) /*!< Bit mask of PIN6 field. */
5076 #define GPIO_OUT_PIN6_Low (0UL) /*!< Pin driver is low */
5077 #define GPIO_OUT_PIN6_High (1UL) /*!< Pin driver is high */
5078 
5079 /* Bit 5 : Pin 5 */
5080 #define GPIO_OUT_PIN5_Pos (5UL) /*!< Position of PIN5 field. */
5081 #define GPIO_OUT_PIN5_Msk (0x1UL << GPIO_OUT_PIN5_Pos) /*!< Bit mask of PIN5 field. */
5082 #define GPIO_OUT_PIN5_Low (0UL) /*!< Pin driver is low */
5083 #define GPIO_OUT_PIN5_High (1UL) /*!< Pin driver is high */
5084 
5085 /* Bit 4 : Pin 4 */
5086 #define GPIO_OUT_PIN4_Pos (4UL) /*!< Position of PIN4 field. */
5087 #define GPIO_OUT_PIN4_Msk (0x1UL << GPIO_OUT_PIN4_Pos) /*!< Bit mask of PIN4 field. */
5088 #define GPIO_OUT_PIN4_Low (0UL) /*!< Pin driver is low */
5089 #define GPIO_OUT_PIN4_High (1UL) /*!< Pin driver is high */
5090 
5091 /* Bit 3 : Pin 3 */
5092 #define GPIO_OUT_PIN3_Pos (3UL) /*!< Position of PIN3 field. */
5093 #define GPIO_OUT_PIN3_Msk (0x1UL << GPIO_OUT_PIN3_Pos) /*!< Bit mask of PIN3 field. */
5094 #define GPIO_OUT_PIN3_Low (0UL) /*!< Pin driver is low */
5095 #define GPIO_OUT_PIN3_High (1UL) /*!< Pin driver is high */
5096 
5097 /* Bit 2 : Pin 2 */
5098 #define GPIO_OUT_PIN2_Pos (2UL) /*!< Position of PIN2 field. */
5099 #define GPIO_OUT_PIN2_Msk (0x1UL << GPIO_OUT_PIN2_Pos) /*!< Bit mask of PIN2 field. */
5100 #define GPIO_OUT_PIN2_Low (0UL) /*!< Pin driver is low */
5101 #define GPIO_OUT_PIN2_High (1UL) /*!< Pin driver is high */
5102 
5103 /* Bit 1 : Pin 1 */
5104 #define GPIO_OUT_PIN1_Pos (1UL) /*!< Position of PIN1 field. */
5105 #define GPIO_OUT_PIN1_Msk (0x1UL << GPIO_OUT_PIN1_Pos) /*!< Bit mask of PIN1 field. */
5106 #define GPIO_OUT_PIN1_Low (0UL) /*!< Pin driver is low */
5107 #define GPIO_OUT_PIN1_High (1UL) /*!< Pin driver is high */
5108 
5109 /* Bit 0 : Pin 0 */
5110 #define GPIO_OUT_PIN0_Pos (0UL) /*!< Position of PIN0 field. */
5111 #define GPIO_OUT_PIN0_Msk (0x1UL << GPIO_OUT_PIN0_Pos) /*!< Bit mask of PIN0 field. */
5112 #define GPIO_OUT_PIN0_Low (0UL) /*!< Pin driver is low */
5113 #define GPIO_OUT_PIN0_High (1UL) /*!< Pin driver is high */
5114 
5115 /* Register: GPIO_OUTSET */
5116 /* Description: Set individual bits in GPIO port */
5117 
5118 /* Bit 31 : Pin 31 */
5119 #define GPIO_OUTSET_PIN31_Pos (31UL) /*!< Position of PIN31 field. */
5120 #define GPIO_OUTSET_PIN31_Msk (0x1UL << GPIO_OUTSET_PIN31_Pos) /*!< Bit mask of PIN31 field. */
5121 #define GPIO_OUTSET_PIN31_Low (0UL) /*!< Read: pin driver is low */
5122 #define GPIO_OUTSET_PIN31_High (1UL) /*!< Read: pin driver is high */
5123 #define GPIO_OUTSET_PIN31_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */
5124 
5125 /* Bit 30 : Pin 30 */
5126 #define GPIO_OUTSET_PIN30_Pos (30UL) /*!< Position of PIN30 field. */
5127 #define GPIO_OUTSET_PIN30_Msk (0x1UL << GPIO_OUTSET_PIN30_Pos) /*!< Bit mask of PIN30 field. */
5128 #define GPIO_OUTSET_PIN30_Low (0UL) /*!< Read: pin driver is low */
5129 #define GPIO_OUTSET_PIN30_High (1UL) /*!< Read: pin driver is high */
5130 #define GPIO_OUTSET_PIN30_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */
5131 
5132 /* Bit 29 : Pin 29 */
5133 #define GPIO_OUTSET_PIN29_Pos (29UL) /*!< Position of PIN29 field. */
5134 #define GPIO_OUTSET_PIN29_Msk (0x1UL << GPIO_OUTSET_PIN29_Pos) /*!< Bit mask of PIN29 field. */
5135 #define GPIO_OUTSET_PIN29_Low (0UL) /*!< Read: pin driver is low */
5136 #define GPIO_OUTSET_PIN29_High (1UL) /*!< Read: pin driver is high */
5137 #define GPIO_OUTSET_PIN29_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */
5138 
5139 /* Bit 28 : Pin 28 */
5140 #define GPIO_OUTSET_PIN28_Pos (28UL) /*!< Position of PIN28 field. */
5141 #define GPIO_OUTSET_PIN28_Msk (0x1UL << GPIO_OUTSET_PIN28_Pos) /*!< Bit mask of PIN28 field. */
5142 #define GPIO_OUTSET_PIN28_Low (0UL) /*!< Read: pin driver is low */
5143 #define GPIO_OUTSET_PIN28_High (1UL) /*!< Read: pin driver is high */
5144 #define GPIO_OUTSET_PIN28_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */
5145 
5146 /* Bit 27 : Pin 27 */
5147 #define GPIO_OUTSET_PIN27_Pos (27UL) /*!< Position of PIN27 field. */
5148 #define GPIO_OUTSET_PIN27_Msk (0x1UL << GPIO_OUTSET_PIN27_Pos) /*!< Bit mask of PIN27 field. */
5149 #define GPIO_OUTSET_PIN27_Low (0UL) /*!< Read: pin driver is low */
5150 #define GPIO_OUTSET_PIN27_High (1UL) /*!< Read: pin driver is high */
5151 #define GPIO_OUTSET_PIN27_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */
5152 
5153 /* Bit 26 : Pin 26 */
5154 #define GPIO_OUTSET_PIN26_Pos (26UL) /*!< Position of PIN26 field. */
5155 #define GPIO_OUTSET_PIN26_Msk (0x1UL << GPIO_OUTSET_PIN26_Pos) /*!< Bit mask of PIN26 field. */
5156 #define GPIO_OUTSET_PIN26_Low (0UL) /*!< Read: pin driver is low */
5157 #define GPIO_OUTSET_PIN26_High (1UL) /*!< Read: pin driver is high */
5158 #define GPIO_OUTSET_PIN26_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */
5159 
5160 /* Bit 25 : Pin 25 */
5161 #define GPIO_OUTSET_PIN25_Pos (25UL) /*!< Position of PIN25 field. */
5162 #define GPIO_OUTSET_PIN25_Msk (0x1UL << GPIO_OUTSET_PIN25_Pos) /*!< Bit mask of PIN25 field. */
5163 #define GPIO_OUTSET_PIN25_Low (0UL) /*!< Read: pin driver is low */
5164 #define GPIO_OUTSET_PIN25_High (1UL) /*!< Read: pin driver is high */
5165 #define GPIO_OUTSET_PIN25_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */
5166 
5167 /* Bit 24 : Pin 24 */
5168 #define GPIO_OUTSET_PIN24_Pos (24UL) /*!< Position of PIN24 field. */
5169 #define GPIO_OUTSET_PIN24_Msk (0x1UL << GPIO_OUTSET_PIN24_Pos) /*!< Bit mask of PIN24 field. */
5170 #define GPIO_OUTSET_PIN24_Low (0UL) /*!< Read: pin driver is low */
5171 #define GPIO_OUTSET_PIN24_High (1UL) /*!< Read: pin driver is high */
5172 #define GPIO_OUTSET_PIN24_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */
5173 
5174 /* Bit 23 : Pin 23 */
5175 #define GPIO_OUTSET_PIN23_Pos (23UL) /*!< Position of PIN23 field. */
5176 #define GPIO_OUTSET_PIN23_Msk (0x1UL << GPIO_OUTSET_PIN23_Pos) /*!< Bit mask of PIN23 field. */
5177 #define GPIO_OUTSET_PIN23_Low (0UL) /*!< Read: pin driver is low */
5178 #define GPIO_OUTSET_PIN23_High (1UL) /*!< Read: pin driver is high */
5179 #define GPIO_OUTSET_PIN23_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */
5180 
5181 /* Bit 22 : Pin 22 */
5182 #define GPIO_OUTSET_PIN22_Pos (22UL) /*!< Position of PIN22 field. */
5183 #define GPIO_OUTSET_PIN22_Msk (0x1UL << GPIO_OUTSET_PIN22_Pos) /*!< Bit mask of PIN22 field. */
5184 #define GPIO_OUTSET_PIN22_Low (0UL) /*!< Read: pin driver is low */
5185 #define GPIO_OUTSET_PIN22_High (1UL) /*!< Read: pin driver is high */
5186 #define GPIO_OUTSET_PIN22_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */
5187 
5188 /* Bit 21 : Pin 21 */
5189 #define GPIO_OUTSET_PIN21_Pos (21UL) /*!< Position of PIN21 field. */
5190 #define GPIO_OUTSET_PIN21_Msk (0x1UL << GPIO_OUTSET_PIN21_Pos) /*!< Bit mask of PIN21 field. */
5191 #define GPIO_OUTSET_PIN21_Low (0UL) /*!< Read: pin driver is low */
5192 #define GPIO_OUTSET_PIN21_High (1UL) /*!< Read: pin driver is high */
5193 #define GPIO_OUTSET_PIN21_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */
5194 
5195 /* Bit 20 : Pin 20 */
5196 #define GPIO_OUTSET_PIN20_Pos (20UL) /*!< Position of PIN20 field. */
5197 #define GPIO_OUTSET_PIN20_Msk (0x1UL << GPIO_OUTSET_PIN20_Pos) /*!< Bit mask of PIN20 field. */
5198 #define GPIO_OUTSET_PIN20_Low (0UL) /*!< Read: pin driver is low */
5199 #define GPIO_OUTSET_PIN20_High (1UL) /*!< Read: pin driver is high */
5200 #define GPIO_OUTSET_PIN20_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */
5201 
5202 /* Bit 19 : Pin 19 */
5203 #define GPIO_OUTSET_PIN19_Pos (19UL) /*!< Position of PIN19 field. */
5204 #define GPIO_OUTSET_PIN19_Msk (0x1UL << GPIO_OUTSET_PIN19_Pos) /*!< Bit mask of PIN19 field. */
5205 #define GPIO_OUTSET_PIN19_Low (0UL) /*!< Read: pin driver is low */
5206 #define GPIO_OUTSET_PIN19_High (1UL) /*!< Read: pin driver is high */
5207 #define GPIO_OUTSET_PIN19_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */
5208 
5209 /* Bit 18 : Pin 18 */
5210 #define GPIO_OUTSET_PIN18_Pos (18UL) /*!< Position of PIN18 field. */
5211 #define GPIO_OUTSET_PIN18_Msk (0x1UL << GPIO_OUTSET_PIN18_Pos) /*!< Bit mask of PIN18 field. */
5212 #define GPIO_OUTSET_PIN18_Low (0UL) /*!< Read: pin driver is low */
5213 #define GPIO_OUTSET_PIN18_High (1UL) /*!< Read: pin driver is high */
5214 #define GPIO_OUTSET_PIN18_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */
5215 
5216 /* Bit 17 : Pin 17 */
5217 #define GPIO_OUTSET_PIN17_Pos (17UL) /*!< Position of PIN17 field. */
5218 #define GPIO_OUTSET_PIN17_Msk (0x1UL << GPIO_OUTSET_PIN17_Pos) /*!< Bit mask of PIN17 field. */
5219 #define GPIO_OUTSET_PIN17_Low (0UL) /*!< Read: pin driver is low */
5220 #define GPIO_OUTSET_PIN17_High (1UL) /*!< Read: pin driver is high */
5221 #define GPIO_OUTSET_PIN17_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */
5222 
5223 /* Bit 16 : Pin 16 */
5224 #define GPIO_OUTSET_PIN16_Pos (16UL) /*!< Position of PIN16 field. */
5225 #define GPIO_OUTSET_PIN16_Msk (0x1UL << GPIO_OUTSET_PIN16_Pos) /*!< Bit mask of PIN16 field. */
5226 #define GPIO_OUTSET_PIN16_Low (0UL) /*!< Read: pin driver is low */
5227 #define GPIO_OUTSET_PIN16_High (1UL) /*!< Read: pin driver is high */
5228 #define GPIO_OUTSET_PIN16_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */
5229 
5230 /* Bit 15 : Pin 15 */
5231 #define GPIO_OUTSET_PIN15_Pos (15UL) /*!< Position of PIN15 field. */
5232 #define GPIO_OUTSET_PIN15_Msk (0x1UL << GPIO_OUTSET_PIN15_Pos) /*!< Bit mask of PIN15 field. */
5233 #define GPIO_OUTSET_PIN15_Low (0UL) /*!< Read: pin driver is low */
5234 #define GPIO_OUTSET_PIN15_High (1UL) /*!< Read: pin driver is high */
5235 #define GPIO_OUTSET_PIN15_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */
5236 
5237 /* Bit 14 : Pin 14 */
5238 #define GPIO_OUTSET_PIN14_Pos (14UL) /*!< Position of PIN14 field. */
5239 #define GPIO_OUTSET_PIN14_Msk (0x1UL << GPIO_OUTSET_PIN14_Pos) /*!< Bit mask of PIN14 field. */
5240 #define GPIO_OUTSET_PIN14_Low (0UL) /*!< Read: pin driver is low */
5241 #define GPIO_OUTSET_PIN14_High (1UL) /*!< Read: pin driver is high */
5242 #define GPIO_OUTSET_PIN14_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */
5243 
5244 /* Bit 13 : Pin 13 */
5245 #define GPIO_OUTSET_PIN13_Pos (13UL) /*!< Position of PIN13 field. */
5246 #define GPIO_OUTSET_PIN13_Msk (0x1UL << GPIO_OUTSET_PIN13_Pos) /*!< Bit mask of PIN13 field. */
5247 #define GPIO_OUTSET_PIN13_Low (0UL) /*!< Read: pin driver is low */
5248 #define GPIO_OUTSET_PIN13_High (1UL) /*!< Read: pin driver is high */
5249 #define GPIO_OUTSET_PIN13_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */
5250 
5251 /* Bit 12 : Pin 12 */
5252 #define GPIO_OUTSET_PIN12_Pos (12UL) /*!< Position of PIN12 field. */
5253 #define GPIO_OUTSET_PIN12_Msk (0x1UL << GPIO_OUTSET_PIN12_Pos) /*!< Bit mask of PIN12 field. */
5254 #define GPIO_OUTSET_PIN12_Low (0UL) /*!< Read: pin driver is low */
5255 #define GPIO_OUTSET_PIN12_High (1UL) /*!< Read: pin driver is high */
5256 #define GPIO_OUTSET_PIN12_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */
5257 
5258 /* Bit 11 : Pin 11 */
5259 #define GPIO_OUTSET_PIN11_Pos (11UL) /*!< Position of PIN11 field. */
5260 #define GPIO_OUTSET_PIN11_Msk (0x1UL << GPIO_OUTSET_PIN11_Pos) /*!< Bit mask of PIN11 field. */
5261 #define GPIO_OUTSET_PIN11_Low (0UL) /*!< Read: pin driver is low */
5262 #define GPIO_OUTSET_PIN11_High (1UL) /*!< Read: pin driver is high */
5263 #define GPIO_OUTSET_PIN11_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */
5264 
5265 /* Bit 10 : Pin 10 */
5266 #define GPIO_OUTSET_PIN10_Pos (10UL) /*!< Position of PIN10 field. */
5267 #define GPIO_OUTSET_PIN10_Msk (0x1UL << GPIO_OUTSET_PIN10_Pos) /*!< Bit mask of PIN10 field. */
5268 #define GPIO_OUTSET_PIN10_Low (0UL) /*!< Read: pin driver is low */
5269 #define GPIO_OUTSET_PIN10_High (1UL) /*!< Read: pin driver is high */
5270 #define GPIO_OUTSET_PIN10_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */
5271 
5272 /* Bit 9 : Pin 9 */
5273 #define GPIO_OUTSET_PIN9_Pos (9UL) /*!< Position of PIN9 field. */
5274 #define GPIO_OUTSET_PIN9_Msk (0x1UL << GPIO_OUTSET_PIN9_Pos) /*!< Bit mask of PIN9 field. */
5275 #define GPIO_OUTSET_PIN9_Low (0UL) /*!< Read: pin driver is low */
5276 #define GPIO_OUTSET_PIN9_High (1UL) /*!< Read: pin driver is high */
5277 #define GPIO_OUTSET_PIN9_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */
5278 
5279 /* Bit 8 : Pin 8 */
5280 #define GPIO_OUTSET_PIN8_Pos (8UL) /*!< Position of PIN8 field. */
5281 #define GPIO_OUTSET_PIN8_Msk (0x1UL << GPIO_OUTSET_PIN8_Pos) /*!< Bit mask of PIN8 field. */
5282 #define GPIO_OUTSET_PIN8_Low (0UL) /*!< Read: pin driver is low */
5283 #define GPIO_OUTSET_PIN8_High (1UL) /*!< Read: pin driver is high */
5284 #define GPIO_OUTSET_PIN8_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */
5285 
5286 /* Bit 7 : Pin 7 */
5287 #define GPIO_OUTSET_PIN7_Pos (7UL) /*!< Position of PIN7 field. */
5288 #define GPIO_OUTSET_PIN7_Msk (0x1UL << GPIO_OUTSET_PIN7_Pos) /*!< Bit mask of PIN7 field. */
5289 #define GPIO_OUTSET_PIN7_Low (0UL) /*!< Read: pin driver is low */
5290 #define GPIO_OUTSET_PIN7_High (1UL) /*!< Read: pin driver is high */
5291 #define GPIO_OUTSET_PIN7_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */
5292 
5293 /* Bit 6 : Pin 6 */
5294 #define GPIO_OUTSET_PIN6_Pos (6UL) /*!< Position of PIN6 field. */
5295 #define GPIO_OUTSET_PIN6_Msk (0x1UL << GPIO_OUTSET_PIN6_Pos) /*!< Bit mask of PIN6 field. */
5296 #define GPIO_OUTSET_PIN6_Low (0UL) /*!< Read: pin driver is low */
5297 #define GPIO_OUTSET_PIN6_High (1UL) /*!< Read: pin driver is high */
5298 #define GPIO_OUTSET_PIN6_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */
5299 
5300 /* Bit 5 : Pin 5 */
5301 #define GPIO_OUTSET_PIN5_Pos (5UL) /*!< Position of PIN5 field. */
5302 #define GPIO_OUTSET_PIN5_Msk (0x1UL << GPIO_OUTSET_PIN5_Pos) /*!< Bit mask of PIN5 field. */
5303 #define GPIO_OUTSET_PIN5_Low (0UL) /*!< Read: pin driver is low */
5304 #define GPIO_OUTSET_PIN5_High (1UL) /*!< Read: pin driver is high */
5305 #define GPIO_OUTSET_PIN5_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */
5306 
5307 /* Bit 4 : Pin 4 */
5308 #define GPIO_OUTSET_PIN4_Pos (4UL) /*!< Position of PIN4 field. */
5309 #define GPIO_OUTSET_PIN4_Msk (0x1UL << GPIO_OUTSET_PIN4_Pos) /*!< Bit mask of PIN4 field. */
5310 #define GPIO_OUTSET_PIN4_Low (0UL) /*!< Read: pin driver is low */
5311 #define GPIO_OUTSET_PIN4_High (1UL) /*!< Read: pin driver is high */
5312 #define GPIO_OUTSET_PIN4_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */
5313 
5314 /* Bit 3 : Pin 3 */
5315 #define GPIO_OUTSET_PIN3_Pos (3UL) /*!< Position of PIN3 field. */
5316 #define GPIO_OUTSET_PIN3_Msk (0x1UL << GPIO_OUTSET_PIN3_Pos) /*!< Bit mask of PIN3 field. */
5317 #define GPIO_OUTSET_PIN3_Low (0UL) /*!< Read: pin driver is low */
5318 #define GPIO_OUTSET_PIN3_High (1UL) /*!< Read: pin driver is high */
5319 #define GPIO_OUTSET_PIN3_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */
5320 
5321 /* Bit 2 : Pin 2 */
5322 #define GPIO_OUTSET_PIN2_Pos (2UL) /*!< Position of PIN2 field. */
5323 #define GPIO_OUTSET_PIN2_Msk (0x1UL << GPIO_OUTSET_PIN2_Pos) /*!< Bit mask of PIN2 field. */
5324 #define GPIO_OUTSET_PIN2_Low (0UL) /*!< Read: pin driver is low */
5325 #define GPIO_OUTSET_PIN2_High (1UL) /*!< Read: pin driver is high */
5326 #define GPIO_OUTSET_PIN2_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */
5327 
5328 /* Bit 1 : Pin 1 */
5329 #define GPIO_OUTSET_PIN1_Pos (1UL) /*!< Position of PIN1 field. */
5330 #define GPIO_OUTSET_PIN1_Msk (0x1UL << GPIO_OUTSET_PIN1_Pos) /*!< Bit mask of PIN1 field. */
5331 #define GPIO_OUTSET_PIN1_Low (0UL) /*!< Read: pin driver is low */
5332 #define GPIO_OUTSET_PIN1_High (1UL) /*!< Read: pin driver is high */
5333 #define GPIO_OUTSET_PIN1_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */
5334 
5335 /* Bit 0 : Pin 0 */
5336 #define GPIO_OUTSET_PIN0_Pos (0UL) /*!< Position of PIN0 field. */
5337 #define GPIO_OUTSET_PIN0_Msk (0x1UL << GPIO_OUTSET_PIN0_Pos) /*!< Bit mask of PIN0 field. */
5338 #define GPIO_OUTSET_PIN0_Low (0UL) /*!< Read: pin driver is low */
5339 #define GPIO_OUTSET_PIN0_High (1UL) /*!< Read: pin driver is high */
5340 #define GPIO_OUTSET_PIN0_Set (1UL) /*!< Write: writing a '1' sets the pin high; writing a '0' has no effect */
5341 
5342 /* Register: GPIO_OUTCLR */
5343 /* Description: Clear individual bits in GPIO port */
5344 
5345 /* Bit 31 : Pin 31 */
5346 #define GPIO_OUTCLR_PIN31_Pos (31UL) /*!< Position of PIN31 field. */
5347 #define GPIO_OUTCLR_PIN31_Msk (0x1UL << GPIO_OUTCLR_PIN31_Pos) /*!< Bit mask of PIN31 field. */
5348 #define GPIO_OUTCLR_PIN31_Low (0UL) /*!< Read: pin driver is low */
5349 #define GPIO_OUTCLR_PIN31_High (1UL) /*!< Read: pin driver is high */
5350 #define GPIO_OUTCLR_PIN31_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */
5351 
5352 /* Bit 30 : Pin 30 */
5353 #define GPIO_OUTCLR_PIN30_Pos (30UL) /*!< Position of PIN30 field. */
5354 #define GPIO_OUTCLR_PIN30_Msk (0x1UL << GPIO_OUTCLR_PIN30_Pos) /*!< Bit mask of PIN30 field. */
5355 #define GPIO_OUTCLR_PIN30_Low (0UL) /*!< Read: pin driver is low */
5356 #define GPIO_OUTCLR_PIN30_High (1UL) /*!< Read: pin driver is high */
5357 #define GPIO_OUTCLR_PIN30_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */
5358 
5359 /* Bit 29 : Pin 29 */
5360 #define GPIO_OUTCLR_PIN29_Pos (29UL) /*!< Position of PIN29 field. */
5361 #define GPIO_OUTCLR_PIN29_Msk (0x1UL << GPIO_OUTCLR_PIN29_Pos) /*!< Bit mask of PIN29 field. */
5362 #define GPIO_OUTCLR_PIN29_Low (0UL) /*!< Read: pin driver is low */
5363 #define GPIO_OUTCLR_PIN29_High (1UL) /*!< Read: pin driver is high */
5364 #define GPIO_OUTCLR_PIN29_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */
5365 
5366 /* Bit 28 : Pin 28 */
5367 #define GPIO_OUTCLR_PIN28_Pos (28UL) /*!< Position of PIN28 field. */
5368 #define GPIO_OUTCLR_PIN28_Msk (0x1UL << GPIO_OUTCLR_PIN28_Pos) /*!< Bit mask of PIN28 field. */
5369 #define GPIO_OUTCLR_PIN28_Low (0UL) /*!< Read: pin driver is low */
5370 #define GPIO_OUTCLR_PIN28_High (1UL) /*!< Read: pin driver is high */
5371 #define GPIO_OUTCLR_PIN28_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */
5372 
5373 /* Bit 27 : Pin 27 */
5374 #define GPIO_OUTCLR_PIN27_Pos (27UL) /*!< Position of PIN27 field. */
5375 #define GPIO_OUTCLR_PIN27_Msk (0x1UL << GPIO_OUTCLR_PIN27_Pos) /*!< Bit mask of PIN27 field. */
5376 #define GPIO_OUTCLR_PIN27_Low (0UL) /*!< Read: pin driver is low */
5377 #define GPIO_OUTCLR_PIN27_High (1UL) /*!< Read: pin driver is high */
5378 #define GPIO_OUTCLR_PIN27_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */
5379 
5380 /* Bit 26 : Pin 26 */
5381 #define GPIO_OUTCLR_PIN26_Pos (26UL) /*!< Position of PIN26 field. */
5382 #define GPIO_OUTCLR_PIN26_Msk (0x1UL << GPIO_OUTCLR_PIN26_Pos) /*!< Bit mask of PIN26 field. */
5383 #define GPIO_OUTCLR_PIN26_Low (0UL) /*!< Read: pin driver is low */
5384 #define GPIO_OUTCLR_PIN26_High (1UL) /*!< Read: pin driver is high */
5385 #define GPIO_OUTCLR_PIN26_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */
5386 
5387 /* Bit 25 : Pin 25 */
5388 #define GPIO_OUTCLR_PIN25_Pos (25UL) /*!< Position of PIN25 field. */
5389 #define GPIO_OUTCLR_PIN25_Msk (0x1UL << GPIO_OUTCLR_PIN25_Pos) /*!< Bit mask of PIN25 field. */
5390 #define GPIO_OUTCLR_PIN25_Low (0UL) /*!< Read: pin driver is low */
5391 #define GPIO_OUTCLR_PIN25_High (1UL) /*!< Read: pin driver is high */
5392 #define GPIO_OUTCLR_PIN25_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */
5393 
5394 /* Bit 24 : Pin 24 */
5395 #define GPIO_OUTCLR_PIN24_Pos (24UL) /*!< Position of PIN24 field. */
5396 #define GPIO_OUTCLR_PIN24_Msk (0x1UL << GPIO_OUTCLR_PIN24_Pos) /*!< Bit mask of PIN24 field. */
5397 #define GPIO_OUTCLR_PIN24_Low (0UL) /*!< Read: pin driver is low */
5398 #define GPIO_OUTCLR_PIN24_High (1UL) /*!< Read: pin driver is high */
5399 #define GPIO_OUTCLR_PIN24_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */
5400 
5401 /* Bit 23 : Pin 23 */
5402 #define GPIO_OUTCLR_PIN23_Pos (23UL) /*!< Position of PIN23 field. */
5403 #define GPIO_OUTCLR_PIN23_Msk (0x1UL << GPIO_OUTCLR_PIN23_Pos) /*!< Bit mask of PIN23 field. */
5404 #define GPIO_OUTCLR_PIN23_Low (0UL) /*!< Read: pin driver is low */
5405 #define GPIO_OUTCLR_PIN23_High (1UL) /*!< Read: pin driver is high */
5406 #define GPIO_OUTCLR_PIN23_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */
5407 
5408 /* Bit 22 : Pin 22 */
5409 #define GPIO_OUTCLR_PIN22_Pos (22UL) /*!< Position of PIN22 field. */
5410 #define GPIO_OUTCLR_PIN22_Msk (0x1UL << GPIO_OUTCLR_PIN22_Pos) /*!< Bit mask of PIN22 field. */
5411 #define GPIO_OUTCLR_PIN22_Low (0UL) /*!< Read: pin driver is low */
5412 #define GPIO_OUTCLR_PIN22_High (1UL) /*!< Read: pin driver is high */
5413 #define GPIO_OUTCLR_PIN22_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */
5414 
5415 /* Bit 21 : Pin 21 */
5416 #define GPIO_OUTCLR_PIN21_Pos (21UL) /*!< Position of PIN21 field. */
5417 #define GPIO_OUTCLR_PIN21_Msk (0x1UL << GPIO_OUTCLR_PIN21_Pos) /*!< Bit mask of PIN21 field. */
5418 #define GPIO_OUTCLR_PIN21_Low (0UL) /*!< Read: pin driver is low */
5419 #define GPIO_OUTCLR_PIN21_High (1UL) /*!< Read: pin driver is high */
5420 #define GPIO_OUTCLR_PIN21_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */
5421 
5422 /* Bit 20 : Pin 20 */
5423 #define GPIO_OUTCLR_PIN20_Pos (20UL) /*!< Position of PIN20 field. */
5424 #define GPIO_OUTCLR_PIN20_Msk (0x1UL << GPIO_OUTCLR_PIN20_Pos) /*!< Bit mask of PIN20 field. */
5425 #define GPIO_OUTCLR_PIN20_Low (0UL) /*!< Read: pin driver is low */
5426 #define GPIO_OUTCLR_PIN20_High (1UL) /*!< Read: pin driver is high */
5427 #define GPIO_OUTCLR_PIN20_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */
5428 
5429 /* Bit 19 : Pin 19 */
5430 #define GPIO_OUTCLR_PIN19_Pos (19UL) /*!< Position of PIN19 field. */
5431 #define GPIO_OUTCLR_PIN19_Msk (0x1UL << GPIO_OUTCLR_PIN19_Pos) /*!< Bit mask of PIN19 field. */
5432 #define GPIO_OUTCLR_PIN19_Low (0UL) /*!< Read: pin driver is low */
5433 #define GPIO_OUTCLR_PIN19_High (1UL) /*!< Read: pin driver is high */
5434 #define GPIO_OUTCLR_PIN19_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */
5435 
5436 /* Bit 18 : Pin 18 */
5437 #define GPIO_OUTCLR_PIN18_Pos (18UL) /*!< Position of PIN18 field. */
5438 #define GPIO_OUTCLR_PIN18_Msk (0x1UL << GPIO_OUTCLR_PIN18_Pos) /*!< Bit mask of PIN18 field. */
5439 #define GPIO_OUTCLR_PIN18_Low (0UL) /*!< Read: pin driver is low */
5440 #define GPIO_OUTCLR_PIN18_High (1UL) /*!< Read: pin driver is high */
5441 #define GPIO_OUTCLR_PIN18_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */
5442 
5443 /* Bit 17 : Pin 17 */
5444 #define GPIO_OUTCLR_PIN17_Pos (17UL) /*!< Position of PIN17 field. */
5445 #define GPIO_OUTCLR_PIN17_Msk (0x1UL << GPIO_OUTCLR_PIN17_Pos) /*!< Bit mask of PIN17 field. */
5446 #define GPIO_OUTCLR_PIN17_Low (0UL) /*!< Read: pin driver is low */
5447 #define GPIO_OUTCLR_PIN17_High (1UL) /*!< Read: pin driver is high */
5448 #define GPIO_OUTCLR_PIN17_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */
5449 
5450 /* Bit 16 : Pin 16 */
5451 #define GPIO_OUTCLR_PIN16_Pos (16UL) /*!< Position of PIN16 field. */
5452 #define GPIO_OUTCLR_PIN16_Msk (0x1UL << GPIO_OUTCLR_PIN16_Pos) /*!< Bit mask of PIN16 field. */
5453 #define GPIO_OUTCLR_PIN16_Low (0UL) /*!< Read: pin driver is low */
5454 #define GPIO_OUTCLR_PIN16_High (1UL) /*!< Read: pin driver is high */
5455 #define GPIO_OUTCLR_PIN16_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */
5456 
5457 /* Bit 15 : Pin 15 */
5458 #define GPIO_OUTCLR_PIN15_Pos (15UL) /*!< Position of PIN15 field. */
5459 #define GPIO_OUTCLR_PIN15_Msk (0x1UL << GPIO_OUTCLR_PIN15_Pos) /*!< Bit mask of PIN15 field. */
5460 #define GPIO_OUTCLR_PIN15_Low (0UL) /*!< Read: pin driver is low */
5461 #define GPIO_OUTCLR_PIN15_High (1UL) /*!< Read: pin driver is high */
5462 #define GPIO_OUTCLR_PIN15_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */
5463 
5464 /* Bit 14 : Pin 14 */
5465 #define GPIO_OUTCLR_PIN14_Pos (14UL) /*!< Position of PIN14 field. */
5466 #define GPIO_OUTCLR_PIN14_Msk (0x1UL << GPIO_OUTCLR_PIN14_Pos) /*!< Bit mask of PIN14 field. */
5467 #define GPIO_OUTCLR_PIN14_Low (0UL) /*!< Read: pin driver is low */
5468 #define GPIO_OUTCLR_PIN14_High (1UL) /*!< Read: pin driver is high */
5469 #define GPIO_OUTCLR_PIN14_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */
5470 
5471 /* Bit 13 : Pin 13 */
5472 #define GPIO_OUTCLR_PIN13_Pos (13UL) /*!< Position of PIN13 field. */
5473 #define GPIO_OUTCLR_PIN13_Msk (0x1UL << GPIO_OUTCLR_PIN13_Pos) /*!< Bit mask of PIN13 field. */
5474 #define GPIO_OUTCLR_PIN13_Low (0UL) /*!< Read: pin driver is low */
5475 #define GPIO_OUTCLR_PIN13_High (1UL) /*!< Read: pin driver is high */
5476 #define GPIO_OUTCLR_PIN13_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */
5477 
5478 /* Bit 12 : Pin 12 */
5479 #define GPIO_OUTCLR_PIN12_Pos (12UL) /*!< Position of PIN12 field. */
5480 #define GPIO_OUTCLR_PIN12_Msk (0x1UL << GPIO_OUTCLR_PIN12_Pos) /*!< Bit mask of PIN12 field. */
5481 #define GPIO_OUTCLR_PIN12_Low (0UL) /*!< Read: pin driver is low */
5482 #define GPIO_OUTCLR_PIN12_High (1UL) /*!< Read: pin driver is high */
5483 #define GPIO_OUTCLR_PIN12_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */
5484 
5485 /* Bit 11 : Pin 11 */
5486 #define GPIO_OUTCLR_PIN11_Pos (11UL) /*!< Position of PIN11 field. */
5487 #define GPIO_OUTCLR_PIN11_Msk (0x1UL << GPIO_OUTCLR_PIN11_Pos) /*!< Bit mask of PIN11 field. */
5488 #define GPIO_OUTCLR_PIN11_Low (0UL) /*!< Read: pin driver is low */
5489 #define GPIO_OUTCLR_PIN11_High (1UL) /*!< Read: pin driver is high */
5490 #define GPIO_OUTCLR_PIN11_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */
5491 
5492 /* Bit 10 : Pin 10 */
5493 #define GPIO_OUTCLR_PIN10_Pos (10UL) /*!< Position of PIN10 field. */
5494 #define GPIO_OUTCLR_PIN10_Msk (0x1UL << GPIO_OUTCLR_PIN10_Pos) /*!< Bit mask of PIN10 field. */
5495 #define GPIO_OUTCLR_PIN10_Low (0UL) /*!< Read: pin driver is low */
5496 #define GPIO_OUTCLR_PIN10_High (1UL) /*!< Read: pin driver is high */
5497 #define GPIO_OUTCLR_PIN10_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */
5498 
5499 /* Bit 9 : Pin 9 */
5500 #define GPIO_OUTCLR_PIN9_Pos (9UL) /*!< Position of PIN9 field. */
5501 #define GPIO_OUTCLR_PIN9_Msk (0x1UL << GPIO_OUTCLR_PIN9_Pos) /*!< Bit mask of PIN9 field. */
5502 #define GPIO_OUTCLR_PIN9_Low (0UL) /*!< Read: pin driver is low */
5503 #define GPIO_OUTCLR_PIN9_High (1UL) /*!< Read: pin driver is high */
5504 #define GPIO_OUTCLR_PIN9_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */
5505 
5506 /* Bit 8 : Pin 8 */
5507 #define GPIO_OUTCLR_PIN8_Pos (8UL) /*!< Position of PIN8 field. */
5508 #define GPIO_OUTCLR_PIN8_Msk (0x1UL << GPIO_OUTCLR_PIN8_Pos) /*!< Bit mask of PIN8 field. */
5509 #define GPIO_OUTCLR_PIN8_Low (0UL) /*!< Read: pin driver is low */
5510 #define GPIO_OUTCLR_PIN8_High (1UL) /*!< Read: pin driver is high */
5511 #define GPIO_OUTCLR_PIN8_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */
5512 
5513 /* Bit 7 : Pin 7 */
5514 #define GPIO_OUTCLR_PIN7_Pos (7UL) /*!< Position of PIN7 field. */
5515 #define GPIO_OUTCLR_PIN7_Msk (0x1UL << GPIO_OUTCLR_PIN7_Pos) /*!< Bit mask of PIN7 field. */
5516 #define GPIO_OUTCLR_PIN7_Low (0UL) /*!< Read: pin driver is low */
5517 #define GPIO_OUTCLR_PIN7_High (1UL) /*!< Read: pin driver is high */
5518 #define GPIO_OUTCLR_PIN7_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */
5519 
5520 /* Bit 6 : Pin 6 */
5521 #define GPIO_OUTCLR_PIN6_Pos (6UL) /*!< Position of PIN6 field. */
5522 #define GPIO_OUTCLR_PIN6_Msk (0x1UL << GPIO_OUTCLR_PIN6_Pos) /*!< Bit mask of PIN6 field. */
5523 #define GPIO_OUTCLR_PIN6_Low (0UL) /*!< Read: pin driver is low */
5524 #define GPIO_OUTCLR_PIN6_High (1UL) /*!< Read: pin driver is high */
5525 #define GPIO_OUTCLR_PIN6_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */
5526 
5527 /* Bit 5 : Pin 5 */
5528 #define GPIO_OUTCLR_PIN5_Pos (5UL) /*!< Position of PIN5 field. */
5529 #define GPIO_OUTCLR_PIN5_Msk (0x1UL << GPIO_OUTCLR_PIN5_Pos) /*!< Bit mask of PIN5 field. */
5530 #define GPIO_OUTCLR_PIN5_Low (0UL) /*!< Read: pin driver is low */
5531 #define GPIO_OUTCLR_PIN5_High (1UL) /*!< Read: pin driver is high */
5532 #define GPIO_OUTCLR_PIN5_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */
5533 
5534 /* Bit 4 : Pin 4 */
5535 #define GPIO_OUTCLR_PIN4_Pos (4UL) /*!< Position of PIN4 field. */
5536 #define GPIO_OUTCLR_PIN4_Msk (0x1UL << GPIO_OUTCLR_PIN4_Pos) /*!< Bit mask of PIN4 field. */
5537 #define GPIO_OUTCLR_PIN4_Low (0UL) /*!< Read: pin driver is low */
5538 #define GPIO_OUTCLR_PIN4_High (1UL) /*!< Read: pin driver is high */
5539 #define GPIO_OUTCLR_PIN4_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */
5540 
5541 /* Bit 3 : Pin 3 */
5542 #define GPIO_OUTCLR_PIN3_Pos (3UL) /*!< Position of PIN3 field. */
5543 #define GPIO_OUTCLR_PIN3_Msk (0x1UL << GPIO_OUTCLR_PIN3_Pos) /*!< Bit mask of PIN3 field. */
5544 #define GPIO_OUTCLR_PIN3_Low (0UL) /*!< Read: pin driver is low */
5545 #define GPIO_OUTCLR_PIN3_High (1UL) /*!< Read: pin driver is high */
5546 #define GPIO_OUTCLR_PIN3_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */
5547 
5548 /* Bit 2 : Pin 2 */
5549 #define GPIO_OUTCLR_PIN2_Pos (2UL) /*!< Position of PIN2 field. */
5550 #define GPIO_OUTCLR_PIN2_Msk (0x1UL << GPIO_OUTCLR_PIN2_Pos) /*!< Bit mask of PIN2 field. */
5551 #define GPIO_OUTCLR_PIN2_Low (0UL) /*!< Read: pin driver is low */
5552 #define GPIO_OUTCLR_PIN2_High (1UL) /*!< Read: pin driver is high */
5553 #define GPIO_OUTCLR_PIN2_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */
5554 
5555 /* Bit 1 : Pin 1 */
5556 #define GPIO_OUTCLR_PIN1_Pos (1UL) /*!< Position of PIN1 field. */
5557 #define GPIO_OUTCLR_PIN1_Msk (0x1UL << GPIO_OUTCLR_PIN1_Pos) /*!< Bit mask of PIN1 field. */
5558 #define GPIO_OUTCLR_PIN1_Low (0UL) /*!< Read: pin driver is low */
5559 #define GPIO_OUTCLR_PIN1_High (1UL) /*!< Read: pin driver is high */
5560 #define GPIO_OUTCLR_PIN1_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */
5561 
5562 /* Bit 0 : Pin 0 */
5563 #define GPIO_OUTCLR_PIN0_Pos (0UL) /*!< Position of PIN0 field. */
5564 #define GPIO_OUTCLR_PIN0_Msk (0x1UL << GPIO_OUTCLR_PIN0_Pos) /*!< Bit mask of PIN0 field. */
5565 #define GPIO_OUTCLR_PIN0_Low (0UL) /*!< Read: pin driver is low */
5566 #define GPIO_OUTCLR_PIN0_High (1UL) /*!< Read: pin driver is high */
5567 #define GPIO_OUTCLR_PIN0_Clear (1UL) /*!< Write: writing a '1' sets the pin low; writing a '0' has no effect */
5568 
5569 /* Register: GPIO_IN */
5570 /* Description: Read GPIO port */
5571 
5572 /* Bit 31 : Pin 31 */
5573 #define GPIO_IN_PIN31_Pos (31UL) /*!< Position of PIN31 field. */
5574 #define GPIO_IN_PIN31_Msk (0x1UL << GPIO_IN_PIN31_Pos) /*!< Bit mask of PIN31 field. */
5575 #define GPIO_IN_PIN31_Low (0UL) /*!< Pin input is low */
5576 #define GPIO_IN_PIN31_High (1UL) /*!< Pin input is high */
5577 
5578 /* Bit 30 : Pin 30 */
5579 #define GPIO_IN_PIN30_Pos (30UL) /*!< Position of PIN30 field. */
5580 #define GPIO_IN_PIN30_Msk (0x1UL << GPIO_IN_PIN30_Pos) /*!< Bit mask of PIN30 field. */
5581 #define GPIO_IN_PIN30_Low (0UL) /*!< Pin input is low */
5582 #define GPIO_IN_PIN30_High (1UL) /*!< Pin input is high */
5583 
5584 /* Bit 29 : Pin 29 */
5585 #define GPIO_IN_PIN29_Pos (29UL) /*!< Position of PIN29 field. */
5586 #define GPIO_IN_PIN29_Msk (0x1UL << GPIO_IN_PIN29_Pos) /*!< Bit mask of PIN29 field. */
5587 #define GPIO_IN_PIN29_Low (0UL) /*!< Pin input is low */
5588 #define GPIO_IN_PIN29_High (1UL) /*!< Pin input is high */
5589 
5590 /* Bit 28 : Pin 28 */
5591 #define GPIO_IN_PIN28_Pos (28UL) /*!< Position of PIN28 field. */
5592 #define GPIO_IN_PIN28_Msk (0x1UL << GPIO_IN_PIN28_Pos) /*!< Bit mask of PIN28 field. */
5593 #define GPIO_IN_PIN28_Low (0UL) /*!< Pin input is low */
5594 #define GPIO_IN_PIN28_High (1UL) /*!< Pin input is high */
5595 
5596 /* Bit 27 : Pin 27 */
5597 #define GPIO_IN_PIN27_Pos (27UL) /*!< Position of PIN27 field. */
5598 #define GPIO_IN_PIN27_Msk (0x1UL << GPIO_IN_PIN27_Pos) /*!< Bit mask of PIN27 field. */
5599 #define GPIO_IN_PIN27_Low (0UL) /*!< Pin input is low */
5600 #define GPIO_IN_PIN27_High (1UL) /*!< Pin input is high */
5601 
5602 /* Bit 26 : Pin 26 */
5603 #define GPIO_IN_PIN26_Pos (26UL) /*!< Position of PIN26 field. */
5604 #define GPIO_IN_PIN26_Msk (0x1UL << GPIO_IN_PIN26_Pos) /*!< Bit mask of PIN26 field. */
5605 #define GPIO_IN_PIN26_Low (0UL) /*!< Pin input is low */
5606 #define GPIO_IN_PIN26_High (1UL) /*!< Pin input is high */
5607 
5608 /* Bit 25 : Pin 25 */
5609 #define GPIO_IN_PIN25_Pos (25UL) /*!< Position of PIN25 field. */
5610 #define GPIO_IN_PIN25_Msk (0x1UL << GPIO_IN_PIN25_Pos) /*!< Bit mask of PIN25 field. */
5611 #define GPIO_IN_PIN25_Low (0UL) /*!< Pin input is low */
5612 #define GPIO_IN_PIN25_High (1UL) /*!< Pin input is high */
5613 
5614 /* Bit 24 : Pin 24 */
5615 #define GPIO_IN_PIN24_Pos (24UL) /*!< Position of PIN24 field. */
5616 #define GPIO_IN_PIN24_Msk (0x1UL << GPIO_IN_PIN24_Pos) /*!< Bit mask of PIN24 field. */
5617 #define GPIO_IN_PIN24_Low (0UL) /*!< Pin input is low */
5618 #define GPIO_IN_PIN24_High (1UL) /*!< Pin input is high */
5619 
5620 /* Bit 23 : Pin 23 */
5621 #define GPIO_IN_PIN23_Pos (23UL) /*!< Position of PIN23 field. */
5622 #define GPIO_IN_PIN23_Msk (0x1UL << GPIO_IN_PIN23_Pos) /*!< Bit mask of PIN23 field. */
5623 #define GPIO_IN_PIN23_Low (0UL) /*!< Pin input is low */
5624 #define GPIO_IN_PIN23_High (1UL) /*!< Pin input is high */
5625 
5626 /* Bit 22 : Pin 22 */
5627 #define GPIO_IN_PIN22_Pos (22UL) /*!< Position of PIN22 field. */
5628 #define GPIO_IN_PIN22_Msk (0x1UL << GPIO_IN_PIN22_Pos) /*!< Bit mask of PIN22 field. */
5629 #define GPIO_IN_PIN22_Low (0UL) /*!< Pin input is low */
5630 #define GPIO_IN_PIN22_High (1UL) /*!< Pin input is high */
5631 
5632 /* Bit 21 : Pin 21 */
5633 #define GPIO_IN_PIN21_Pos (21UL) /*!< Position of PIN21 field. */
5634 #define GPIO_IN_PIN21_Msk (0x1UL << GPIO_IN_PIN21_Pos) /*!< Bit mask of PIN21 field. */
5635 #define GPIO_IN_PIN21_Low (0UL) /*!< Pin input is low */
5636 #define GPIO_IN_PIN21_High (1UL) /*!< Pin input is high */
5637 
5638 /* Bit 20 : Pin 20 */
5639 #define GPIO_IN_PIN20_Pos (20UL) /*!< Position of PIN20 field. */
5640 #define GPIO_IN_PIN20_Msk (0x1UL << GPIO_IN_PIN20_Pos) /*!< Bit mask of PIN20 field. */
5641 #define GPIO_IN_PIN20_Low (0UL) /*!< Pin input is low */
5642 #define GPIO_IN_PIN20_High (1UL) /*!< Pin input is high */
5643 
5644 /* Bit 19 : Pin 19 */
5645 #define GPIO_IN_PIN19_Pos (19UL) /*!< Position of PIN19 field. */
5646 #define GPIO_IN_PIN19_Msk (0x1UL << GPIO_IN_PIN19_Pos) /*!< Bit mask of PIN19 field. */
5647 #define GPIO_IN_PIN19_Low (0UL) /*!< Pin input is low */
5648 #define GPIO_IN_PIN19_High (1UL) /*!< Pin input is high */
5649 
5650 /* Bit 18 : Pin 18 */
5651 #define GPIO_IN_PIN18_Pos (18UL) /*!< Position of PIN18 field. */
5652 #define GPIO_IN_PIN18_Msk (0x1UL << GPIO_IN_PIN18_Pos) /*!< Bit mask of PIN18 field. */
5653 #define GPIO_IN_PIN18_Low (0UL) /*!< Pin input is low */
5654 #define GPIO_IN_PIN18_High (1UL) /*!< Pin input is high */
5655 
5656 /* Bit 17 : Pin 17 */
5657 #define GPIO_IN_PIN17_Pos (17UL) /*!< Position of PIN17 field. */
5658 #define GPIO_IN_PIN17_Msk (0x1UL << GPIO_IN_PIN17_Pos) /*!< Bit mask of PIN17 field. */
5659 #define GPIO_IN_PIN17_Low (0UL) /*!< Pin input is low */
5660 #define GPIO_IN_PIN17_High (1UL) /*!< Pin input is high */
5661 
5662 /* Bit 16 : Pin 16 */
5663 #define GPIO_IN_PIN16_Pos (16UL) /*!< Position of PIN16 field. */
5664 #define GPIO_IN_PIN16_Msk (0x1UL << GPIO_IN_PIN16_Pos) /*!< Bit mask of PIN16 field. */
5665 #define GPIO_IN_PIN16_Low (0UL) /*!< Pin input is low */
5666 #define GPIO_IN_PIN16_High (1UL) /*!< Pin input is high */
5667 
5668 /* Bit 15 : Pin 15 */
5669 #define GPIO_IN_PIN15_Pos (15UL) /*!< Position of PIN15 field. */
5670 #define GPIO_IN_PIN15_Msk (0x1UL << GPIO_IN_PIN15_Pos) /*!< Bit mask of PIN15 field. */
5671 #define GPIO_IN_PIN15_Low (0UL) /*!< Pin input is low */
5672 #define GPIO_IN_PIN15_High (1UL) /*!< Pin input is high */
5673 
5674 /* Bit 14 : Pin 14 */
5675 #define GPIO_IN_PIN14_Pos (14UL) /*!< Position of PIN14 field. */
5676 #define GPIO_IN_PIN14_Msk (0x1UL << GPIO_IN_PIN14_Pos) /*!< Bit mask of PIN14 field. */
5677 #define GPIO_IN_PIN14_Low (0UL) /*!< Pin input is low */
5678 #define GPIO_IN_PIN14_High (1UL) /*!< Pin input is high */
5679 
5680 /* Bit 13 : Pin 13 */
5681 #define GPIO_IN_PIN13_Pos (13UL) /*!< Position of PIN13 field. */
5682 #define GPIO_IN_PIN13_Msk (0x1UL << GPIO_IN_PIN13_Pos) /*!< Bit mask of PIN13 field. */
5683 #define GPIO_IN_PIN13_Low (0UL) /*!< Pin input is low */
5684 #define GPIO_IN_PIN13_High (1UL) /*!< Pin input is high */
5685 
5686 /* Bit 12 : Pin 12 */
5687 #define GPIO_IN_PIN12_Pos (12UL) /*!< Position of PIN12 field. */
5688 #define GPIO_IN_PIN12_Msk (0x1UL << GPIO_IN_PIN12_Pos) /*!< Bit mask of PIN12 field. */
5689 #define GPIO_IN_PIN12_Low (0UL) /*!< Pin input is low */
5690 #define GPIO_IN_PIN12_High (1UL) /*!< Pin input is high */
5691 
5692 /* Bit 11 : Pin 11 */
5693 #define GPIO_IN_PIN11_Pos (11UL) /*!< Position of PIN11 field. */
5694 #define GPIO_IN_PIN11_Msk (0x1UL << GPIO_IN_PIN11_Pos) /*!< Bit mask of PIN11 field. */
5695 #define GPIO_IN_PIN11_Low (0UL) /*!< Pin input is low */
5696 #define GPIO_IN_PIN11_High (1UL) /*!< Pin input is high */
5697 
5698 /* Bit 10 : Pin 10 */
5699 #define GPIO_IN_PIN10_Pos (10UL) /*!< Position of PIN10 field. */
5700 #define GPIO_IN_PIN10_Msk (0x1UL << GPIO_IN_PIN10_Pos) /*!< Bit mask of PIN10 field. */
5701 #define GPIO_IN_PIN10_Low (0UL) /*!< Pin input is low */
5702 #define GPIO_IN_PIN10_High (1UL) /*!< Pin input is high */
5703 
5704 /* Bit 9 : Pin 9 */
5705 #define GPIO_IN_PIN9_Pos (9UL) /*!< Position of PIN9 field. */
5706 #define GPIO_IN_PIN9_Msk (0x1UL << GPIO_IN_PIN9_Pos) /*!< Bit mask of PIN9 field. */
5707 #define GPIO_IN_PIN9_Low (0UL) /*!< Pin input is low */
5708 #define GPIO_IN_PIN9_High (1UL) /*!< Pin input is high */
5709 
5710 /* Bit 8 : Pin 8 */
5711 #define GPIO_IN_PIN8_Pos (8UL) /*!< Position of PIN8 field. */
5712 #define GPIO_IN_PIN8_Msk (0x1UL << GPIO_IN_PIN8_Pos) /*!< Bit mask of PIN8 field. */
5713 #define GPIO_IN_PIN8_Low (0UL) /*!< Pin input is low */
5714 #define GPIO_IN_PIN8_High (1UL) /*!< Pin input is high */
5715 
5716 /* Bit 7 : Pin 7 */
5717 #define GPIO_IN_PIN7_Pos (7UL) /*!< Position of PIN7 field. */
5718 #define GPIO_IN_PIN7_Msk (0x1UL << GPIO_IN_PIN7_Pos) /*!< Bit mask of PIN7 field. */
5719 #define GPIO_IN_PIN7_Low (0UL) /*!< Pin input is low */
5720 #define GPIO_IN_PIN7_High (1UL) /*!< Pin input is high */
5721 
5722 /* Bit 6 : Pin 6 */
5723 #define GPIO_IN_PIN6_Pos (6UL) /*!< Position of PIN6 field. */
5724 #define GPIO_IN_PIN6_Msk (0x1UL << GPIO_IN_PIN6_Pos) /*!< Bit mask of PIN6 field. */
5725 #define GPIO_IN_PIN6_Low (0UL) /*!< Pin input is low */
5726 #define GPIO_IN_PIN6_High (1UL) /*!< Pin input is high */
5727 
5728 /* Bit 5 : Pin 5 */
5729 #define GPIO_IN_PIN5_Pos (5UL) /*!< Position of PIN5 field. */
5730 #define GPIO_IN_PIN5_Msk (0x1UL << GPIO_IN_PIN5_Pos) /*!< Bit mask of PIN5 field. */
5731 #define GPIO_IN_PIN5_Low (0UL) /*!< Pin input is low */
5732 #define GPIO_IN_PIN5_High (1UL) /*!< Pin input is high */
5733 
5734 /* Bit 4 : Pin 4 */
5735 #define GPIO_IN_PIN4_Pos (4UL) /*!< Position of PIN4 field. */
5736 #define GPIO_IN_PIN4_Msk (0x1UL << GPIO_IN_PIN4_Pos) /*!< Bit mask of PIN4 field. */
5737 #define GPIO_IN_PIN4_Low (0UL) /*!< Pin input is low */
5738 #define GPIO_IN_PIN4_High (1UL) /*!< Pin input is high */
5739 
5740 /* Bit 3 : Pin 3 */
5741 #define GPIO_IN_PIN3_Pos (3UL) /*!< Position of PIN3 field. */
5742 #define GPIO_IN_PIN3_Msk (0x1UL << GPIO_IN_PIN3_Pos) /*!< Bit mask of PIN3 field. */
5743 #define GPIO_IN_PIN3_Low (0UL) /*!< Pin input is low */
5744 #define GPIO_IN_PIN3_High (1UL) /*!< Pin input is high */
5745 
5746 /* Bit 2 : Pin 2 */
5747 #define GPIO_IN_PIN2_Pos (2UL) /*!< Position of PIN2 field. */
5748 #define GPIO_IN_PIN2_Msk (0x1UL << GPIO_IN_PIN2_Pos) /*!< Bit mask of PIN2 field. */
5749 #define GPIO_IN_PIN2_Low (0UL) /*!< Pin input is low */
5750 #define GPIO_IN_PIN2_High (1UL) /*!< Pin input is high */
5751 
5752 /* Bit 1 : Pin 1 */
5753 #define GPIO_IN_PIN1_Pos (1UL) /*!< Position of PIN1 field. */
5754 #define GPIO_IN_PIN1_Msk (0x1UL << GPIO_IN_PIN1_Pos) /*!< Bit mask of PIN1 field. */
5755 #define GPIO_IN_PIN1_Low (0UL) /*!< Pin input is low */
5756 #define GPIO_IN_PIN1_High (1UL) /*!< Pin input is high */
5757 
5758 /* Bit 0 : Pin 0 */
5759 #define GPIO_IN_PIN0_Pos (0UL) /*!< Position of PIN0 field. */
5760 #define GPIO_IN_PIN0_Msk (0x1UL << GPIO_IN_PIN0_Pos) /*!< Bit mask of PIN0 field. */
5761 #define GPIO_IN_PIN0_Low (0UL) /*!< Pin input is low */
5762 #define GPIO_IN_PIN0_High (1UL) /*!< Pin input is high */
5763 
5764 /* Register: GPIO_DIR */
5765 /* Description: Direction of GPIO pins */
5766 
5767 /* Bit 31 : Pin 31 */
5768 #define GPIO_DIR_PIN31_Pos (31UL) /*!< Position of PIN31 field. */
5769 #define GPIO_DIR_PIN31_Msk (0x1UL << GPIO_DIR_PIN31_Pos) /*!< Bit mask of PIN31 field. */
5770 #define GPIO_DIR_PIN31_Input (0UL) /*!< Pin set as input */
5771 #define GPIO_DIR_PIN31_Output (1UL) /*!< Pin set as output */
5772 
5773 /* Bit 30 : Pin 30 */
5774 #define GPIO_DIR_PIN30_Pos (30UL) /*!< Position of PIN30 field. */
5775 #define GPIO_DIR_PIN30_Msk (0x1UL << GPIO_DIR_PIN30_Pos) /*!< Bit mask of PIN30 field. */
5776 #define GPIO_DIR_PIN30_Input (0UL) /*!< Pin set as input */
5777 #define GPIO_DIR_PIN30_Output (1UL) /*!< Pin set as output */
5778 
5779 /* Bit 29 : Pin 29 */
5780 #define GPIO_DIR_PIN29_Pos (29UL) /*!< Position of PIN29 field. */
5781 #define GPIO_DIR_PIN29_Msk (0x1UL << GPIO_DIR_PIN29_Pos) /*!< Bit mask of PIN29 field. */
5782 #define GPIO_DIR_PIN29_Input (0UL) /*!< Pin set as input */
5783 #define GPIO_DIR_PIN29_Output (1UL) /*!< Pin set as output */
5784 
5785 /* Bit 28 : Pin 28 */
5786 #define GPIO_DIR_PIN28_Pos (28UL) /*!< Position of PIN28 field. */
5787 #define GPIO_DIR_PIN28_Msk (0x1UL << GPIO_DIR_PIN28_Pos) /*!< Bit mask of PIN28 field. */
5788 #define GPIO_DIR_PIN28_Input (0UL) /*!< Pin set as input */
5789 #define GPIO_DIR_PIN28_Output (1UL) /*!< Pin set as output */
5790 
5791 /* Bit 27 : Pin 27 */
5792 #define GPIO_DIR_PIN27_Pos (27UL) /*!< Position of PIN27 field. */
5793 #define GPIO_DIR_PIN27_Msk (0x1UL << GPIO_DIR_PIN27_Pos) /*!< Bit mask of PIN27 field. */
5794 #define GPIO_DIR_PIN27_Input (0UL) /*!< Pin set as input */
5795 #define GPIO_DIR_PIN27_Output (1UL) /*!< Pin set as output */
5796 
5797 /* Bit 26 : Pin 26 */
5798 #define GPIO_DIR_PIN26_Pos (26UL) /*!< Position of PIN26 field. */
5799 #define GPIO_DIR_PIN26_Msk (0x1UL << GPIO_DIR_PIN26_Pos) /*!< Bit mask of PIN26 field. */
5800 #define GPIO_DIR_PIN26_Input (0UL) /*!< Pin set as input */
5801 #define GPIO_DIR_PIN26_Output (1UL) /*!< Pin set as output */
5802 
5803 /* Bit 25 : Pin 25 */
5804 #define GPIO_DIR_PIN25_Pos (25UL) /*!< Position of PIN25 field. */
5805 #define GPIO_DIR_PIN25_Msk (0x1UL << GPIO_DIR_PIN25_Pos) /*!< Bit mask of PIN25 field. */
5806 #define GPIO_DIR_PIN25_Input (0UL) /*!< Pin set as input */
5807 #define GPIO_DIR_PIN25_Output (1UL) /*!< Pin set as output */
5808 
5809 /* Bit 24 : Pin 24 */
5810 #define GPIO_DIR_PIN24_Pos (24UL) /*!< Position of PIN24 field. */
5811 #define GPIO_DIR_PIN24_Msk (0x1UL << GPIO_DIR_PIN24_Pos) /*!< Bit mask of PIN24 field. */
5812 #define GPIO_DIR_PIN24_Input (0UL) /*!< Pin set as input */
5813 #define GPIO_DIR_PIN24_Output (1UL) /*!< Pin set as output */
5814 
5815 /* Bit 23 : Pin 23 */
5816 #define GPIO_DIR_PIN23_Pos (23UL) /*!< Position of PIN23 field. */
5817 #define GPIO_DIR_PIN23_Msk (0x1UL << GPIO_DIR_PIN23_Pos) /*!< Bit mask of PIN23 field. */
5818 #define GPIO_DIR_PIN23_Input (0UL) /*!< Pin set as input */
5819 #define GPIO_DIR_PIN23_Output (1UL) /*!< Pin set as output */
5820 
5821 /* Bit 22 : Pin 22 */
5822 #define GPIO_DIR_PIN22_Pos (22UL) /*!< Position of PIN22 field. */
5823 #define GPIO_DIR_PIN22_Msk (0x1UL << GPIO_DIR_PIN22_Pos) /*!< Bit mask of PIN22 field. */
5824 #define GPIO_DIR_PIN22_Input (0UL) /*!< Pin set as input */
5825 #define GPIO_DIR_PIN22_Output (1UL) /*!< Pin set as output */
5826 
5827 /* Bit 21 : Pin 21 */
5828 #define GPIO_DIR_PIN21_Pos (21UL) /*!< Position of PIN21 field. */
5829 #define GPIO_DIR_PIN21_Msk (0x1UL << GPIO_DIR_PIN21_Pos) /*!< Bit mask of PIN21 field. */
5830 #define GPIO_DIR_PIN21_Input (0UL) /*!< Pin set as input */
5831 #define GPIO_DIR_PIN21_Output (1UL) /*!< Pin set as output */
5832 
5833 /* Bit 20 : Pin 20 */
5834 #define GPIO_DIR_PIN20_Pos (20UL) /*!< Position of PIN20 field. */
5835 #define GPIO_DIR_PIN20_Msk (0x1UL << GPIO_DIR_PIN20_Pos) /*!< Bit mask of PIN20 field. */
5836 #define GPIO_DIR_PIN20_Input (0UL) /*!< Pin set as input */
5837 #define GPIO_DIR_PIN20_Output (1UL) /*!< Pin set as output */
5838 
5839 /* Bit 19 : Pin 19 */
5840 #define GPIO_DIR_PIN19_Pos (19UL) /*!< Position of PIN19 field. */
5841 #define GPIO_DIR_PIN19_Msk (0x1UL << GPIO_DIR_PIN19_Pos) /*!< Bit mask of PIN19 field. */
5842 #define GPIO_DIR_PIN19_Input (0UL) /*!< Pin set as input */
5843 #define GPIO_DIR_PIN19_Output (1UL) /*!< Pin set as output */
5844 
5845 /* Bit 18 : Pin 18 */
5846 #define GPIO_DIR_PIN18_Pos (18UL) /*!< Position of PIN18 field. */
5847 #define GPIO_DIR_PIN18_Msk (0x1UL << GPIO_DIR_PIN18_Pos) /*!< Bit mask of PIN18 field. */
5848 #define GPIO_DIR_PIN18_Input (0UL) /*!< Pin set as input */
5849 #define GPIO_DIR_PIN18_Output (1UL) /*!< Pin set as output */
5850 
5851 /* Bit 17 : Pin 17 */
5852 #define GPIO_DIR_PIN17_Pos (17UL) /*!< Position of PIN17 field. */
5853 #define GPIO_DIR_PIN17_Msk (0x1UL << GPIO_DIR_PIN17_Pos) /*!< Bit mask of PIN17 field. */
5854 #define GPIO_DIR_PIN17_Input (0UL) /*!< Pin set as input */
5855 #define GPIO_DIR_PIN17_Output (1UL) /*!< Pin set as output */
5856 
5857 /* Bit 16 : Pin 16 */
5858 #define GPIO_DIR_PIN16_Pos (16UL) /*!< Position of PIN16 field. */
5859 #define GPIO_DIR_PIN16_Msk (0x1UL << GPIO_DIR_PIN16_Pos) /*!< Bit mask of PIN16 field. */
5860 #define GPIO_DIR_PIN16_Input (0UL) /*!< Pin set as input */
5861 #define GPIO_DIR_PIN16_Output (1UL) /*!< Pin set as output */
5862 
5863 /* Bit 15 : Pin 15 */
5864 #define GPIO_DIR_PIN15_Pos (15UL) /*!< Position of PIN15 field. */
5865 #define GPIO_DIR_PIN15_Msk (0x1UL << GPIO_DIR_PIN15_Pos) /*!< Bit mask of PIN15 field. */
5866 #define GPIO_DIR_PIN15_Input (0UL) /*!< Pin set as input */
5867 #define GPIO_DIR_PIN15_Output (1UL) /*!< Pin set as output */
5868 
5869 /* Bit 14 : Pin 14 */
5870 #define GPIO_DIR_PIN14_Pos (14UL) /*!< Position of PIN14 field. */
5871 #define GPIO_DIR_PIN14_Msk (0x1UL << GPIO_DIR_PIN14_Pos) /*!< Bit mask of PIN14 field. */
5872 #define GPIO_DIR_PIN14_Input (0UL) /*!< Pin set as input */
5873 #define GPIO_DIR_PIN14_Output (1UL) /*!< Pin set as output */
5874 
5875 /* Bit 13 : Pin 13 */
5876 #define GPIO_DIR_PIN13_Pos (13UL) /*!< Position of PIN13 field. */
5877 #define GPIO_DIR_PIN13_Msk (0x1UL << GPIO_DIR_PIN13_Pos) /*!< Bit mask of PIN13 field. */
5878 #define GPIO_DIR_PIN13_Input (0UL) /*!< Pin set as input */
5879 #define GPIO_DIR_PIN13_Output (1UL) /*!< Pin set as output */
5880 
5881 /* Bit 12 : Pin 12 */
5882 #define GPIO_DIR_PIN12_Pos (12UL) /*!< Position of PIN12 field. */
5883 #define GPIO_DIR_PIN12_Msk (0x1UL << GPIO_DIR_PIN12_Pos) /*!< Bit mask of PIN12 field. */
5884 #define GPIO_DIR_PIN12_Input (0UL) /*!< Pin set as input */
5885 #define GPIO_DIR_PIN12_Output (1UL) /*!< Pin set as output */
5886 
5887 /* Bit 11 : Pin 11 */
5888 #define GPIO_DIR_PIN11_Pos (11UL) /*!< Position of PIN11 field. */
5889 #define GPIO_DIR_PIN11_Msk (0x1UL << GPIO_DIR_PIN11_Pos) /*!< Bit mask of PIN11 field. */
5890 #define GPIO_DIR_PIN11_Input (0UL) /*!< Pin set as input */
5891 #define GPIO_DIR_PIN11_Output (1UL) /*!< Pin set as output */
5892 
5893 /* Bit 10 : Pin 10 */
5894 #define GPIO_DIR_PIN10_Pos (10UL) /*!< Position of PIN10 field. */
5895 #define GPIO_DIR_PIN10_Msk (0x1UL << GPIO_DIR_PIN10_Pos) /*!< Bit mask of PIN10 field. */
5896 #define GPIO_DIR_PIN10_Input (0UL) /*!< Pin set as input */
5897 #define GPIO_DIR_PIN10_Output (1UL) /*!< Pin set as output */
5898 
5899 /* Bit 9 : Pin 9 */
5900 #define GPIO_DIR_PIN9_Pos (9UL) /*!< Position of PIN9 field. */
5901 #define GPIO_DIR_PIN9_Msk (0x1UL << GPIO_DIR_PIN9_Pos) /*!< Bit mask of PIN9 field. */
5902 #define GPIO_DIR_PIN9_Input (0UL) /*!< Pin set as input */
5903 #define GPIO_DIR_PIN9_Output (1UL) /*!< Pin set as output */
5904 
5905 /* Bit 8 : Pin 8 */
5906 #define GPIO_DIR_PIN8_Pos (8UL) /*!< Position of PIN8 field. */
5907 #define GPIO_DIR_PIN8_Msk (0x1UL << GPIO_DIR_PIN8_Pos) /*!< Bit mask of PIN8 field. */
5908 #define GPIO_DIR_PIN8_Input (0UL) /*!< Pin set as input */
5909 #define GPIO_DIR_PIN8_Output (1UL) /*!< Pin set as output */
5910 
5911 /* Bit 7 : Pin 7 */
5912 #define GPIO_DIR_PIN7_Pos (7UL) /*!< Position of PIN7 field. */
5913 #define GPIO_DIR_PIN7_Msk (0x1UL << GPIO_DIR_PIN7_Pos) /*!< Bit mask of PIN7 field. */
5914 #define GPIO_DIR_PIN7_Input (0UL) /*!< Pin set as input */
5915 #define GPIO_DIR_PIN7_Output (1UL) /*!< Pin set as output */
5916 
5917 /* Bit 6 : Pin 6 */
5918 #define GPIO_DIR_PIN6_Pos (6UL) /*!< Position of PIN6 field. */
5919 #define GPIO_DIR_PIN6_Msk (0x1UL << GPIO_DIR_PIN6_Pos) /*!< Bit mask of PIN6 field. */
5920 #define GPIO_DIR_PIN6_Input (0UL) /*!< Pin set as input */
5921 #define GPIO_DIR_PIN6_Output (1UL) /*!< Pin set as output */
5922 
5923 /* Bit 5 : Pin 5 */
5924 #define GPIO_DIR_PIN5_Pos (5UL) /*!< Position of PIN5 field. */
5925 #define GPIO_DIR_PIN5_Msk (0x1UL << GPIO_DIR_PIN5_Pos) /*!< Bit mask of PIN5 field. */
5926 #define GPIO_DIR_PIN5_Input (0UL) /*!< Pin set as input */
5927 #define GPIO_DIR_PIN5_Output (1UL) /*!< Pin set as output */
5928 
5929 /* Bit 4 : Pin 4 */
5930 #define GPIO_DIR_PIN4_Pos (4UL) /*!< Position of PIN4 field. */
5931 #define GPIO_DIR_PIN4_Msk (0x1UL << GPIO_DIR_PIN4_Pos) /*!< Bit mask of PIN4 field. */
5932 #define GPIO_DIR_PIN4_Input (0UL) /*!< Pin set as input */
5933 #define GPIO_DIR_PIN4_Output (1UL) /*!< Pin set as output */
5934 
5935 /* Bit 3 : Pin 3 */
5936 #define GPIO_DIR_PIN3_Pos (3UL) /*!< Position of PIN3 field. */
5937 #define GPIO_DIR_PIN3_Msk (0x1UL << GPIO_DIR_PIN3_Pos) /*!< Bit mask of PIN3 field. */
5938 #define GPIO_DIR_PIN3_Input (0UL) /*!< Pin set as input */
5939 #define GPIO_DIR_PIN3_Output (1UL) /*!< Pin set as output */
5940 
5941 /* Bit 2 : Pin 2 */
5942 #define GPIO_DIR_PIN2_Pos (2UL) /*!< Position of PIN2 field. */
5943 #define GPIO_DIR_PIN2_Msk (0x1UL << GPIO_DIR_PIN2_Pos) /*!< Bit mask of PIN2 field. */
5944 #define GPIO_DIR_PIN2_Input (0UL) /*!< Pin set as input */
5945 #define GPIO_DIR_PIN2_Output (1UL) /*!< Pin set as output */
5946 
5947 /* Bit 1 : Pin 1 */
5948 #define GPIO_DIR_PIN1_Pos (1UL) /*!< Position of PIN1 field. */
5949 #define GPIO_DIR_PIN1_Msk (0x1UL << GPIO_DIR_PIN1_Pos) /*!< Bit mask of PIN1 field. */
5950 #define GPIO_DIR_PIN1_Input (0UL) /*!< Pin set as input */
5951 #define GPIO_DIR_PIN1_Output (1UL) /*!< Pin set as output */
5952 
5953 /* Bit 0 : Pin 0 */
5954 #define GPIO_DIR_PIN0_Pos (0UL) /*!< Position of PIN0 field. */
5955 #define GPIO_DIR_PIN0_Msk (0x1UL << GPIO_DIR_PIN0_Pos) /*!< Bit mask of PIN0 field. */
5956 #define GPIO_DIR_PIN0_Input (0UL) /*!< Pin set as input */
5957 #define GPIO_DIR_PIN0_Output (1UL) /*!< Pin set as output */
5958 
5959 /* Register: GPIO_DIRSET */
5960 /* Description: DIR set register */
5961 
5962 /* Bit 31 : Set as output pin 31 */
5963 #define GPIO_DIRSET_PIN31_Pos (31UL) /*!< Position of PIN31 field. */
5964 #define GPIO_DIRSET_PIN31_Msk (0x1UL << GPIO_DIRSET_PIN31_Pos) /*!< Bit mask of PIN31 field. */
5965 #define GPIO_DIRSET_PIN31_Input (0UL) /*!< Read: pin set as input */
5966 #define GPIO_DIRSET_PIN31_Output (1UL) /*!< Read: pin set as output */
5967 #define GPIO_DIRSET_PIN31_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */
5968 
5969 /* Bit 30 : Set as output pin 30 */
5970 #define GPIO_DIRSET_PIN30_Pos (30UL) /*!< Position of PIN30 field. */
5971 #define GPIO_DIRSET_PIN30_Msk (0x1UL << GPIO_DIRSET_PIN30_Pos) /*!< Bit mask of PIN30 field. */
5972 #define GPIO_DIRSET_PIN30_Input (0UL) /*!< Read: pin set as input */
5973 #define GPIO_DIRSET_PIN30_Output (1UL) /*!< Read: pin set as output */
5974 #define GPIO_DIRSET_PIN30_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */
5975 
5976 /* Bit 29 : Set as output pin 29 */
5977 #define GPIO_DIRSET_PIN29_Pos (29UL) /*!< Position of PIN29 field. */
5978 #define GPIO_DIRSET_PIN29_Msk (0x1UL << GPIO_DIRSET_PIN29_Pos) /*!< Bit mask of PIN29 field. */
5979 #define GPIO_DIRSET_PIN29_Input (0UL) /*!< Read: pin set as input */
5980 #define GPIO_DIRSET_PIN29_Output (1UL) /*!< Read: pin set as output */
5981 #define GPIO_DIRSET_PIN29_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */
5982 
5983 /* Bit 28 : Set as output pin 28 */
5984 #define GPIO_DIRSET_PIN28_Pos (28UL) /*!< Position of PIN28 field. */
5985 #define GPIO_DIRSET_PIN28_Msk (0x1UL << GPIO_DIRSET_PIN28_Pos) /*!< Bit mask of PIN28 field. */
5986 #define GPIO_DIRSET_PIN28_Input (0UL) /*!< Read: pin set as input */
5987 #define GPIO_DIRSET_PIN28_Output (1UL) /*!< Read: pin set as output */
5988 #define GPIO_DIRSET_PIN28_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */
5989 
5990 /* Bit 27 : Set as output pin 27 */
5991 #define GPIO_DIRSET_PIN27_Pos (27UL) /*!< Position of PIN27 field. */
5992 #define GPIO_DIRSET_PIN27_Msk (0x1UL << GPIO_DIRSET_PIN27_Pos) /*!< Bit mask of PIN27 field. */
5993 #define GPIO_DIRSET_PIN27_Input (0UL) /*!< Read: pin set as input */
5994 #define GPIO_DIRSET_PIN27_Output (1UL) /*!< Read: pin set as output */
5995 #define GPIO_DIRSET_PIN27_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */
5996 
5997 /* Bit 26 : Set as output pin 26 */
5998 #define GPIO_DIRSET_PIN26_Pos (26UL) /*!< Position of PIN26 field. */
5999 #define GPIO_DIRSET_PIN26_Msk (0x1UL << GPIO_DIRSET_PIN26_Pos) /*!< Bit mask of PIN26 field. */
6000 #define GPIO_DIRSET_PIN26_Input (0UL) /*!< Read: pin set as input */
6001 #define GPIO_DIRSET_PIN26_Output (1UL) /*!< Read: pin set as output */
6002 #define GPIO_DIRSET_PIN26_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */
6003 
6004 /* Bit 25 : Set as output pin 25 */
6005 #define GPIO_DIRSET_PIN25_Pos (25UL) /*!< Position of PIN25 field. */
6006 #define GPIO_DIRSET_PIN25_Msk (0x1UL << GPIO_DIRSET_PIN25_Pos) /*!< Bit mask of PIN25 field. */
6007 #define GPIO_DIRSET_PIN25_Input (0UL) /*!< Read: pin set as input */
6008 #define GPIO_DIRSET_PIN25_Output (1UL) /*!< Read: pin set as output */
6009 #define GPIO_DIRSET_PIN25_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */
6010 
6011 /* Bit 24 : Set as output pin 24 */
6012 #define GPIO_DIRSET_PIN24_Pos (24UL) /*!< Position of PIN24 field. */
6013 #define GPIO_DIRSET_PIN24_Msk (0x1UL << GPIO_DIRSET_PIN24_Pos) /*!< Bit mask of PIN24 field. */
6014 #define GPIO_DIRSET_PIN24_Input (0UL) /*!< Read: pin set as input */
6015 #define GPIO_DIRSET_PIN24_Output (1UL) /*!< Read: pin set as output */
6016 #define GPIO_DIRSET_PIN24_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */
6017 
6018 /* Bit 23 : Set as output pin 23 */
6019 #define GPIO_DIRSET_PIN23_Pos (23UL) /*!< Position of PIN23 field. */
6020 #define GPIO_DIRSET_PIN23_Msk (0x1UL << GPIO_DIRSET_PIN23_Pos) /*!< Bit mask of PIN23 field. */
6021 #define GPIO_DIRSET_PIN23_Input (0UL) /*!< Read: pin set as input */
6022 #define GPIO_DIRSET_PIN23_Output (1UL) /*!< Read: pin set as output */
6023 #define GPIO_DIRSET_PIN23_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */
6024 
6025 /* Bit 22 : Set as output pin 22 */
6026 #define GPIO_DIRSET_PIN22_Pos (22UL) /*!< Position of PIN22 field. */
6027 #define GPIO_DIRSET_PIN22_Msk (0x1UL << GPIO_DIRSET_PIN22_Pos) /*!< Bit mask of PIN22 field. */
6028 #define GPIO_DIRSET_PIN22_Input (0UL) /*!< Read: pin set as input */
6029 #define GPIO_DIRSET_PIN22_Output (1UL) /*!< Read: pin set as output */
6030 #define GPIO_DIRSET_PIN22_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */
6031 
6032 /* Bit 21 : Set as output pin 21 */
6033 #define GPIO_DIRSET_PIN21_Pos (21UL) /*!< Position of PIN21 field. */
6034 #define GPIO_DIRSET_PIN21_Msk (0x1UL << GPIO_DIRSET_PIN21_Pos) /*!< Bit mask of PIN21 field. */
6035 #define GPIO_DIRSET_PIN21_Input (0UL) /*!< Read: pin set as input */
6036 #define GPIO_DIRSET_PIN21_Output (1UL) /*!< Read: pin set as output */
6037 #define GPIO_DIRSET_PIN21_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */
6038 
6039 /* Bit 20 : Set as output pin 20 */
6040 #define GPIO_DIRSET_PIN20_Pos (20UL) /*!< Position of PIN20 field. */
6041 #define GPIO_DIRSET_PIN20_Msk (0x1UL << GPIO_DIRSET_PIN20_Pos) /*!< Bit mask of PIN20 field. */
6042 #define GPIO_DIRSET_PIN20_Input (0UL) /*!< Read: pin set as input */
6043 #define GPIO_DIRSET_PIN20_Output (1UL) /*!< Read: pin set as output */
6044 #define GPIO_DIRSET_PIN20_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */
6045 
6046 /* Bit 19 : Set as output pin 19 */
6047 #define GPIO_DIRSET_PIN19_Pos (19UL) /*!< Position of PIN19 field. */
6048 #define GPIO_DIRSET_PIN19_Msk (0x1UL << GPIO_DIRSET_PIN19_Pos) /*!< Bit mask of PIN19 field. */
6049 #define GPIO_DIRSET_PIN19_Input (0UL) /*!< Read: pin set as input */
6050 #define GPIO_DIRSET_PIN19_Output (1UL) /*!< Read: pin set as output */
6051 #define GPIO_DIRSET_PIN19_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */
6052 
6053 /* Bit 18 : Set as output pin 18 */
6054 #define GPIO_DIRSET_PIN18_Pos (18UL) /*!< Position of PIN18 field. */
6055 #define GPIO_DIRSET_PIN18_Msk (0x1UL << GPIO_DIRSET_PIN18_Pos) /*!< Bit mask of PIN18 field. */
6056 #define GPIO_DIRSET_PIN18_Input (0UL) /*!< Read: pin set as input */
6057 #define GPIO_DIRSET_PIN18_Output (1UL) /*!< Read: pin set as output */
6058 #define GPIO_DIRSET_PIN18_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */
6059 
6060 /* Bit 17 : Set as output pin 17 */
6061 #define GPIO_DIRSET_PIN17_Pos (17UL) /*!< Position of PIN17 field. */
6062 #define GPIO_DIRSET_PIN17_Msk (0x1UL << GPIO_DIRSET_PIN17_Pos) /*!< Bit mask of PIN17 field. */
6063 #define GPIO_DIRSET_PIN17_Input (0UL) /*!< Read: pin set as input */
6064 #define GPIO_DIRSET_PIN17_Output (1UL) /*!< Read: pin set as output */
6065 #define GPIO_DIRSET_PIN17_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */
6066 
6067 /* Bit 16 : Set as output pin 16 */
6068 #define GPIO_DIRSET_PIN16_Pos (16UL) /*!< Position of PIN16 field. */
6069 #define GPIO_DIRSET_PIN16_Msk (0x1UL << GPIO_DIRSET_PIN16_Pos) /*!< Bit mask of PIN16 field. */
6070 #define GPIO_DIRSET_PIN16_Input (0UL) /*!< Read: pin set as input */
6071 #define GPIO_DIRSET_PIN16_Output (1UL) /*!< Read: pin set as output */
6072 #define GPIO_DIRSET_PIN16_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */
6073 
6074 /* Bit 15 : Set as output pin 15 */
6075 #define GPIO_DIRSET_PIN15_Pos (15UL) /*!< Position of PIN15 field. */
6076 #define GPIO_DIRSET_PIN15_Msk (0x1UL << GPIO_DIRSET_PIN15_Pos) /*!< Bit mask of PIN15 field. */
6077 #define GPIO_DIRSET_PIN15_Input (0UL) /*!< Read: pin set as input */
6078 #define GPIO_DIRSET_PIN15_Output (1UL) /*!< Read: pin set as output */
6079 #define GPIO_DIRSET_PIN15_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */
6080 
6081 /* Bit 14 : Set as output pin 14 */
6082 #define GPIO_DIRSET_PIN14_Pos (14UL) /*!< Position of PIN14 field. */
6083 #define GPIO_DIRSET_PIN14_Msk (0x1UL << GPIO_DIRSET_PIN14_Pos) /*!< Bit mask of PIN14 field. */
6084 #define GPIO_DIRSET_PIN14_Input (0UL) /*!< Read: pin set as input */
6085 #define GPIO_DIRSET_PIN14_Output (1UL) /*!< Read: pin set as output */
6086 #define GPIO_DIRSET_PIN14_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */
6087 
6088 /* Bit 13 : Set as output pin 13 */
6089 #define GPIO_DIRSET_PIN13_Pos (13UL) /*!< Position of PIN13 field. */
6090 #define GPIO_DIRSET_PIN13_Msk (0x1UL << GPIO_DIRSET_PIN13_Pos) /*!< Bit mask of PIN13 field. */
6091 #define GPIO_DIRSET_PIN13_Input (0UL) /*!< Read: pin set as input */
6092 #define GPIO_DIRSET_PIN13_Output (1UL) /*!< Read: pin set as output */
6093 #define GPIO_DIRSET_PIN13_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */
6094 
6095 /* Bit 12 : Set as output pin 12 */
6096 #define GPIO_DIRSET_PIN12_Pos (12UL) /*!< Position of PIN12 field. */
6097 #define GPIO_DIRSET_PIN12_Msk (0x1UL << GPIO_DIRSET_PIN12_Pos) /*!< Bit mask of PIN12 field. */
6098 #define GPIO_DIRSET_PIN12_Input (0UL) /*!< Read: pin set as input */
6099 #define GPIO_DIRSET_PIN12_Output (1UL) /*!< Read: pin set as output */
6100 #define GPIO_DIRSET_PIN12_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */
6101 
6102 /* Bit 11 : Set as output pin 11 */
6103 #define GPIO_DIRSET_PIN11_Pos (11UL) /*!< Position of PIN11 field. */
6104 #define GPIO_DIRSET_PIN11_Msk (0x1UL << GPIO_DIRSET_PIN11_Pos) /*!< Bit mask of PIN11 field. */
6105 #define GPIO_DIRSET_PIN11_Input (0UL) /*!< Read: pin set as input */
6106 #define GPIO_DIRSET_PIN11_Output (1UL) /*!< Read: pin set as output */
6107 #define GPIO_DIRSET_PIN11_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */
6108 
6109 /* Bit 10 : Set as output pin 10 */
6110 #define GPIO_DIRSET_PIN10_Pos (10UL) /*!< Position of PIN10 field. */
6111 #define GPIO_DIRSET_PIN10_Msk (0x1UL << GPIO_DIRSET_PIN10_Pos) /*!< Bit mask of PIN10 field. */
6112 #define GPIO_DIRSET_PIN10_Input (0UL) /*!< Read: pin set as input */
6113 #define GPIO_DIRSET_PIN10_Output (1UL) /*!< Read: pin set as output */
6114 #define GPIO_DIRSET_PIN10_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */
6115 
6116 /* Bit 9 : Set as output pin 9 */
6117 #define GPIO_DIRSET_PIN9_Pos (9UL) /*!< Position of PIN9 field. */
6118 #define GPIO_DIRSET_PIN9_Msk (0x1UL << GPIO_DIRSET_PIN9_Pos) /*!< Bit mask of PIN9 field. */
6119 #define GPIO_DIRSET_PIN9_Input (0UL) /*!< Read: pin set as input */
6120 #define GPIO_DIRSET_PIN9_Output (1UL) /*!< Read: pin set as output */
6121 #define GPIO_DIRSET_PIN9_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */
6122 
6123 /* Bit 8 : Set as output pin 8 */
6124 #define GPIO_DIRSET_PIN8_Pos (8UL) /*!< Position of PIN8 field. */
6125 #define GPIO_DIRSET_PIN8_Msk (0x1UL << GPIO_DIRSET_PIN8_Pos) /*!< Bit mask of PIN8 field. */
6126 #define GPIO_DIRSET_PIN8_Input (0UL) /*!< Read: pin set as input */
6127 #define GPIO_DIRSET_PIN8_Output (1UL) /*!< Read: pin set as output */
6128 #define GPIO_DIRSET_PIN8_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */
6129 
6130 /* Bit 7 : Set as output pin 7 */
6131 #define GPIO_DIRSET_PIN7_Pos (7UL) /*!< Position of PIN7 field. */
6132 #define GPIO_DIRSET_PIN7_Msk (0x1UL << GPIO_DIRSET_PIN7_Pos) /*!< Bit mask of PIN7 field. */
6133 #define GPIO_DIRSET_PIN7_Input (0UL) /*!< Read: pin set as input */
6134 #define GPIO_DIRSET_PIN7_Output (1UL) /*!< Read: pin set as output */
6135 #define GPIO_DIRSET_PIN7_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */
6136 
6137 /* Bit 6 : Set as output pin 6 */
6138 #define GPIO_DIRSET_PIN6_Pos (6UL) /*!< Position of PIN6 field. */
6139 #define GPIO_DIRSET_PIN6_Msk (0x1UL << GPIO_DIRSET_PIN6_Pos) /*!< Bit mask of PIN6 field. */
6140 #define GPIO_DIRSET_PIN6_Input (0UL) /*!< Read: pin set as input */
6141 #define GPIO_DIRSET_PIN6_Output (1UL) /*!< Read: pin set as output */
6142 #define GPIO_DIRSET_PIN6_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */
6143 
6144 /* Bit 5 : Set as output pin 5 */
6145 #define GPIO_DIRSET_PIN5_Pos (5UL) /*!< Position of PIN5 field. */
6146 #define GPIO_DIRSET_PIN5_Msk (0x1UL << GPIO_DIRSET_PIN5_Pos) /*!< Bit mask of PIN5 field. */
6147 #define GPIO_DIRSET_PIN5_Input (0UL) /*!< Read: pin set as input */
6148 #define GPIO_DIRSET_PIN5_Output (1UL) /*!< Read: pin set as output */
6149 #define GPIO_DIRSET_PIN5_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */
6150 
6151 /* Bit 4 : Set as output pin 4 */
6152 #define GPIO_DIRSET_PIN4_Pos (4UL) /*!< Position of PIN4 field. */
6153 #define GPIO_DIRSET_PIN4_Msk (0x1UL << GPIO_DIRSET_PIN4_Pos) /*!< Bit mask of PIN4 field. */
6154 #define GPIO_DIRSET_PIN4_Input (0UL) /*!< Read: pin set as input */
6155 #define GPIO_DIRSET_PIN4_Output (1UL) /*!< Read: pin set as output */
6156 #define GPIO_DIRSET_PIN4_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */
6157 
6158 /* Bit 3 : Set as output pin 3 */
6159 #define GPIO_DIRSET_PIN3_Pos (3UL) /*!< Position of PIN3 field. */
6160 #define GPIO_DIRSET_PIN3_Msk (0x1UL << GPIO_DIRSET_PIN3_Pos) /*!< Bit mask of PIN3 field. */
6161 #define GPIO_DIRSET_PIN3_Input (0UL) /*!< Read: pin set as input */
6162 #define GPIO_DIRSET_PIN3_Output (1UL) /*!< Read: pin set as output */
6163 #define GPIO_DIRSET_PIN3_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */
6164 
6165 /* Bit 2 : Set as output pin 2 */
6166 #define GPIO_DIRSET_PIN2_Pos (2UL) /*!< Position of PIN2 field. */
6167 #define GPIO_DIRSET_PIN2_Msk (0x1UL << GPIO_DIRSET_PIN2_Pos) /*!< Bit mask of PIN2 field. */
6168 #define GPIO_DIRSET_PIN2_Input (0UL) /*!< Read: pin set as input */
6169 #define GPIO_DIRSET_PIN2_Output (1UL) /*!< Read: pin set as output */
6170 #define GPIO_DIRSET_PIN2_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */
6171 
6172 /* Bit 1 : Set as output pin 1 */
6173 #define GPIO_DIRSET_PIN1_Pos (1UL) /*!< Position of PIN1 field. */
6174 #define GPIO_DIRSET_PIN1_Msk (0x1UL << GPIO_DIRSET_PIN1_Pos) /*!< Bit mask of PIN1 field. */
6175 #define GPIO_DIRSET_PIN1_Input (0UL) /*!< Read: pin set as input */
6176 #define GPIO_DIRSET_PIN1_Output (1UL) /*!< Read: pin set as output */
6177 #define GPIO_DIRSET_PIN1_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */
6178 
6179 /* Bit 0 : Set as output pin 0 */
6180 #define GPIO_DIRSET_PIN0_Pos (0UL) /*!< Position of PIN0 field. */
6181 #define GPIO_DIRSET_PIN0_Msk (0x1UL << GPIO_DIRSET_PIN0_Pos) /*!< Bit mask of PIN0 field. */
6182 #define GPIO_DIRSET_PIN0_Input (0UL) /*!< Read: pin set as input */
6183 #define GPIO_DIRSET_PIN0_Output (1UL) /*!< Read: pin set as output */
6184 #define GPIO_DIRSET_PIN0_Set (1UL) /*!< Write: writing a '1' sets pin to output; writing a '0' has no effect */
6185 
6186 /* Register: GPIO_DIRCLR */
6187 /* Description: DIR clear register */
6188 
6189 /* Bit 31 : Set as input pin 31 */
6190 #define GPIO_DIRCLR_PIN31_Pos (31UL) /*!< Position of PIN31 field. */
6191 #define GPIO_DIRCLR_PIN31_Msk (0x1UL << GPIO_DIRCLR_PIN31_Pos) /*!< Bit mask of PIN31 field. */
6192 #define GPIO_DIRCLR_PIN31_Input (0UL) /*!< Read: pin set as input */
6193 #define GPIO_DIRCLR_PIN31_Output (1UL) /*!< Read: pin set as output */
6194 #define GPIO_DIRCLR_PIN31_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */
6195 
6196 /* Bit 30 : Set as input pin 30 */
6197 #define GPIO_DIRCLR_PIN30_Pos (30UL) /*!< Position of PIN30 field. */
6198 #define GPIO_DIRCLR_PIN30_Msk (0x1UL << GPIO_DIRCLR_PIN30_Pos) /*!< Bit mask of PIN30 field. */
6199 #define GPIO_DIRCLR_PIN30_Input (0UL) /*!< Read: pin set as input */
6200 #define GPIO_DIRCLR_PIN30_Output (1UL) /*!< Read: pin set as output */
6201 #define GPIO_DIRCLR_PIN30_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */
6202 
6203 /* Bit 29 : Set as input pin 29 */
6204 #define GPIO_DIRCLR_PIN29_Pos (29UL) /*!< Position of PIN29 field. */
6205 #define GPIO_DIRCLR_PIN29_Msk (0x1UL << GPIO_DIRCLR_PIN29_Pos) /*!< Bit mask of PIN29 field. */
6206 #define GPIO_DIRCLR_PIN29_Input (0UL) /*!< Read: pin set as input */
6207 #define GPIO_DIRCLR_PIN29_Output (1UL) /*!< Read: pin set as output */
6208 #define GPIO_DIRCLR_PIN29_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */
6209 
6210 /* Bit 28 : Set as input pin 28 */
6211 #define GPIO_DIRCLR_PIN28_Pos (28UL) /*!< Position of PIN28 field. */
6212 #define GPIO_DIRCLR_PIN28_Msk (0x1UL << GPIO_DIRCLR_PIN28_Pos) /*!< Bit mask of PIN28 field. */
6213 #define GPIO_DIRCLR_PIN28_Input (0UL) /*!< Read: pin set as input */
6214 #define GPIO_DIRCLR_PIN28_Output (1UL) /*!< Read: pin set as output */
6215 #define GPIO_DIRCLR_PIN28_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */
6216 
6217 /* Bit 27 : Set as input pin 27 */
6218 #define GPIO_DIRCLR_PIN27_Pos (27UL) /*!< Position of PIN27 field. */
6219 #define GPIO_DIRCLR_PIN27_Msk (0x1UL << GPIO_DIRCLR_PIN27_Pos) /*!< Bit mask of PIN27 field. */
6220 #define GPIO_DIRCLR_PIN27_Input (0UL) /*!< Read: pin set as input */
6221 #define GPIO_DIRCLR_PIN27_Output (1UL) /*!< Read: pin set as output */
6222 #define GPIO_DIRCLR_PIN27_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */
6223 
6224 /* Bit 26 : Set as input pin 26 */
6225 #define GPIO_DIRCLR_PIN26_Pos (26UL) /*!< Position of PIN26 field. */
6226 #define GPIO_DIRCLR_PIN26_Msk (0x1UL << GPIO_DIRCLR_PIN26_Pos) /*!< Bit mask of PIN26 field. */
6227 #define GPIO_DIRCLR_PIN26_Input (0UL) /*!< Read: pin set as input */
6228 #define GPIO_DIRCLR_PIN26_Output (1UL) /*!< Read: pin set as output */
6229 #define GPIO_DIRCLR_PIN26_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */
6230 
6231 /* Bit 25 : Set as input pin 25 */
6232 #define GPIO_DIRCLR_PIN25_Pos (25UL) /*!< Position of PIN25 field. */
6233 #define GPIO_DIRCLR_PIN25_Msk (0x1UL << GPIO_DIRCLR_PIN25_Pos) /*!< Bit mask of PIN25 field. */
6234 #define GPIO_DIRCLR_PIN25_Input (0UL) /*!< Read: pin set as input */
6235 #define GPIO_DIRCLR_PIN25_Output (1UL) /*!< Read: pin set as output */
6236 #define GPIO_DIRCLR_PIN25_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */
6237 
6238 /* Bit 24 : Set as input pin 24 */
6239 #define GPIO_DIRCLR_PIN24_Pos (24UL) /*!< Position of PIN24 field. */
6240 #define GPIO_DIRCLR_PIN24_Msk (0x1UL << GPIO_DIRCLR_PIN24_Pos) /*!< Bit mask of PIN24 field. */
6241 #define GPIO_DIRCLR_PIN24_Input (0UL) /*!< Read: pin set as input */
6242 #define GPIO_DIRCLR_PIN24_Output (1UL) /*!< Read: pin set as output */
6243 #define GPIO_DIRCLR_PIN24_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */
6244 
6245 /* Bit 23 : Set as input pin 23 */
6246 #define GPIO_DIRCLR_PIN23_Pos (23UL) /*!< Position of PIN23 field. */
6247 #define GPIO_DIRCLR_PIN23_Msk (0x1UL << GPIO_DIRCLR_PIN23_Pos) /*!< Bit mask of PIN23 field. */
6248 #define GPIO_DIRCLR_PIN23_Input (0UL) /*!< Read: pin set as input */
6249 #define GPIO_DIRCLR_PIN23_Output (1UL) /*!< Read: pin set as output */
6250 #define GPIO_DIRCLR_PIN23_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */
6251 
6252 /* Bit 22 : Set as input pin 22 */
6253 #define GPIO_DIRCLR_PIN22_Pos (22UL) /*!< Position of PIN22 field. */
6254 #define GPIO_DIRCLR_PIN22_Msk (0x1UL << GPIO_DIRCLR_PIN22_Pos) /*!< Bit mask of PIN22 field. */
6255 #define GPIO_DIRCLR_PIN22_Input (0UL) /*!< Read: pin set as input */
6256 #define GPIO_DIRCLR_PIN22_Output (1UL) /*!< Read: pin set as output */
6257 #define GPIO_DIRCLR_PIN22_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */
6258 
6259 /* Bit 21 : Set as input pin 21 */
6260 #define GPIO_DIRCLR_PIN21_Pos (21UL) /*!< Position of PIN21 field. */
6261 #define GPIO_DIRCLR_PIN21_Msk (0x1UL << GPIO_DIRCLR_PIN21_Pos) /*!< Bit mask of PIN21 field. */
6262 #define GPIO_DIRCLR_PIN21_Input (0UL) /*!< Read: pin set as input */
6263 #define GPIO_DIRCLR_PIN21_Output (1UL) /*!< Read: pin set as output */
6264 #define GPIO_DIRCLR_PIN21_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */
6265 
6266 /* Bit 20 : Set as input pin 20 */
6267 #define GPIO_DIRCLR_PIN20_Pos (20UL) /*!< Position of PIN20 field. */
6268 #define GPIO_DIRCLR_PIN20_Msk (0x1UL << GPIO_DIRCLR_PIN20_Pos) /*!< Bit mask of PIN20 field. */
6269 #define GPIO_DIRCLR_PIN20_Input (0UL) /*!< Read: pin set as input */
6270 #define GPIO_DIRCLR_PIN20_Output (1UL) /*!< Read: pin set as output */
6271 #define GPIO_DIRCLR_PIN20_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */
6272 
6273 /* Bit 19 : Set as input pin 19 */
6274 #define GPIO_DIRCLR_PIN19_Pos (19UL) /*!< Position of PIN19 field. */
6275 #define GPIO_DIRCLR_PIN19_Msk (0x1UL << GPIO_DIRCLR_PIN19_Pos) /*!< Bit mask of PIN19 field. */
6276 #define GPIO_DIRCLR_PIN19_Input (0UL) /*!< Read: pin set as input */
6277 #define GPIO_DIRCLR_PIN19_Output (1UL) /*!< Read: pin set as output */
6278 #define GPIO_DIRCLR_PIN19_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */
6279 
6280 /* Bit 18 : Set as input pin 18 */
6281 #define GPIO_DIRCLR_PIN18_Pos (18UL) /*!< Position of PIN18 field. */
6282 #define GPIO_DIRCLR_PIN18_Msk (0x1UL << GPIO_DIRCLR_PIN18_Pos) /*!< Bit mask of PIN18 field. */
6283 #define GPIO_DIRCLR_PIN18_Input (0UL) /*!< Read: pin set as input */
6284 #define GPIO_DIRCLR_PIN18_Output (1UL) /*!< Read: pin set as output */
6285 #define GPIO_DIRCLR_PIN18_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */
6286 
6287 /* Bit 17 : Set as input pin 17 */
6288 #define GPIO_DIRCLR_PIN17_Pos (17UL) /*!< Position of PIN17 field. */
6289 #define GPIO_DIRCLR_PIN17_Msk (0x1UL << GPIO_DIRCLR_PIN17_Pos) /*!< Bit mask of PIN17 field. */
6290 #define GPIO_DIRCLR_PIN17_Input (0UL) /*!< Read: pin set as input */
6291 #define GPIO_DIRCLR_PIN17_Output (1UL) /*!< Read: pin set as output */
6292 #define GPIO_DIRCLR_PIN17_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */
6293 
6294 /* Bit 16 : Set as input pin 16 */
6295 #define GPIO_DIRCLR_PIN16_Pos (16UL) /*!< Position of PIN16 field. */
6296 #define GPIO_DIRCLR_PIN16_Msk (0x1UL << GPIO_DIRCLR_PIN16_Pos) /*!< Bit mask of PIN16 field. */
6297 #define GPIO_DIRCLR_PIN16_Input (0UL) /*!< Read: pin set as input */
6298 #define GPIO_DIRCLR_PIN16_Output (1UL) /*!< Read: pin set as output */
6299 #define GPIO_DIRCLR_PIN16_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */
6300 
6301 /* Bit 15 : Set as input pin 15 */
6302 #define GPIO_DIRCLR_PIN15_Pos (15UL) /*!< Position of PIN15 field. */
6303 #define GPIO_DIRCLR_PIN15_Msk (0x1UL << GPIO_DIRCLR_PIN15_Pos) /*!< Bit mask of PIN15 field. */
6304 #define GPIO_DIRCLR_PIN15_Input (0UL) /*!< Read: pin set as input */
6305 #define GPIO_DIRCLR_PIN15_Output (1UL) /*!< Read: pin set as output */
6306 #define GPIO_DIRCLR_PIN15_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */
6307 
6308 /* Bit 14 : Set as input pin 14 */
6309 #define GPIO_DIRCLR_PIN14_Pos (14UL) /*!< Position of PIN14 field. */
6310 #define GPIO_DIRCLR_PIN14_Msk (0x1UL << GPIO_DIRCLR_PIN14_Pos) /*!< Bit mask of PIN14 field. */
6311 #define GPIO_DIRCLR_PIN14_Input (0UL) /*!< Read: pin set as input */
6312 #define GPIO_DIRCLR_PIN14_Output (1UL) /*!< Read: pin set as output */
6313 #define GPIO_DIRCLR_PIN14_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */
6314 
6315 /* Bit 13 : Set as input pin 13 */
6316 #define GPIO_DIRCLR_PIN13_Pos (13UL) /*!< Position of PIN13 field. */
6317 #define GPIO_DIRCLR_PIN13_Msk (0x1UL << GPIO_DIRCLR_PIN13_Pos) /*!< Bit mask of PIN13 field. */
6318 #define GPIO_DIRCLR_PIN13_Input (0UL) /*!< Read: pin set as input */
6319 #define GPIO_DIRCLR_PIN13_Output (1UL) /*!< Read: pin set as output */
6320 #define GPIO_DIRCLR_PIN13_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */
6321 
6322 /* Bit 12 : Set as input pin 12 */
6323 #define GPIO_DIRCLR_PIN12_Pos (12UL) /*!< Position of PIN12 field. */
6324 #define GPIO_DIRCLR_PIN12_Msk (0x1UL << GPIO_DIRCLR_PIN12_Pos) /*!< Bit mask of PIN12 field. */
6325 #define GPIO_DIRCLR_PIN12_Input (0UL) /*!< Read: pin set as input */
6326 #define GPIO_DIRCLR_PIN12_Output (1UL) /*!< Read: pin set as output */
6327 #define GPIO_DIRCLR_PIN12_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */
6328 
6329 /* Bit 11 : Set as input pin 11 */
6330 #define GPIO_DIRCLR_PIN11_Pos (11UL) /*!< Position of PIN11 field. */
6331 #define GPIO_DIRCLR_PIN11_Msk (0x1UL << GPIO_DIRCLR_PIN11_Pos) /*!< Bit mask of PIN11 field. */
6332 #define GPIO_DIRCLR_PIN11_Input (0UL) /*!< Read: pin set as input */
6333 #define GPIO_DIRCLR_PIN11_Output (1UL) /*!< Read: pin set as output */
6334 #define GPIO_DIRCLR_PIN11_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */
6335 
6336 /* Bit 10 : Set as input pin 10 */
6337 #define GPIO_DIRCLR_PIN10_Pos (10UL) /*!< Position of PIN10 field. */
6338 #define GPIO_DIRCLR_PIN10_Msk (0x1UL << GPIO_DIRCLR_PIN10_Pos) /*!< Bit mask of PIN10 field. */
6339 #define GPIO_DIRCLR_PIN10_Input (0UL) /*!< Read: pin set as input */
6340 #define GPIO_DIRCLR_PIN10_Output (1UL) /*!< Read: pin set as output */
6341 #define GPIO_DIRCLR_PIN10_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */
6342 
6343 /* Bit 9 : Set as input pin 9 */
6344 #define GPIO_DIRCLR_PIN9_Pos (9UL) /*!< Position of PIN9 field. */
6345 #define GPIO_DIRCLR_PIN9_Msk (0x1UL << GPIO_DIRCLR_PIN9_Pos) /*!< Bit mask of PIN9 field. */
6346 #define GPIO_DIRCLR_PIN9_Input (0UL) /*!< Read: pin set as input */
6347 #define GPIO_DIRCLR_PIN9_Output (1UL) /*!< Read: pin set as output */
6348 #define GPIO_DIRCLR_PIN9_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */
6349 
6350 /* Bit 8 : Set as input pin 8 */
6351 #define GPIO_DIRCLR_PIN8_Pos (8UL) /*!< Position of PIN8 field. */
6352 #define GPIO_DIRCLR_PIN8_Msk (0x1UL << GPIO_DIRCLR_PIN8_Pos) /*!< Bit mask of PIN8 field. */
6353 #define GPIO_DIRCLR_PIN8_Input (0UL) /*!< Read: pin set as input */
6354 #define GPIO_DIRCLR_PIN8_Output (1UL) /*!< Read: pin set as output */
6355 #define GPIO_DIRCLR_PIN8_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */
6356 
6357 /* Bit 7 : Set as input pin 7 */
6358 #define GPIO_DIRCLR_PIN7_Pos (7UL) /*!< Position of PIN7 field. */
6359 #define GPIO_DIRCLR_PIN7_Msk (0x1UL << GPIO_DIRCLR_PIN7_Pos) /*!< Bit mask of PIN7 field. */
6360 #define GPIO_DIRCLR_PIN7_Input (0UL) /*!< Read: pin set as input */
6361 #define GPIO_DIRCLR_PIN7_Output (1UL) /*!< Read: pin set as output */
6362 #define GPIO_DIRCLR_PIN7_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */
6363 
6364 /* Bit 6 : Set as input pin 6 */
6365 #define GPIO_DIRCLR_PIN6_Pos (6UL) /*!< Position of PIN6 field. */
6366 #define GPIO_DIRCLR_PIN6_Msk (0x1UL << GPIO_DIRCLR_PIN6_Pos) /*!< Bit mask of PIN6 field. */
6367 #define GPIO_DIRCLR_PIN6_Input (0UL) /*!< Read: pin set as input */
6368 #define GPIO_DIRCLR_PIN6_Output (1UL) /*!< Read: pin set as output */
6369 #define GPIO_DIRCLR_PIN6_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */
6370 
6371 /* Bit 5 : Set as input pin 5 */
6372 #define GPIO_DIRCLR_PIN5_Pos (5UL) /*!< Position of PIN5 field. */
6373 #define GPIO_DIRCLR_PIN5_Msk (0x1UL << GPIO_DIRCLR_PIN5_Pos) /*!< Bit mask of PIN5 field. */
6374 #define GPIO_DIRCLR_PIN5_Input (0UL) /*!< Read: pin set as input */
6375 #define GPIO_DIRCLR_PIN5_Output (1UL) /*!< Read: pin set as output */
6376 #define GPIO_DIRCLR_PIN5_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */
6377 
6378 /* Bit 4 : Set as input pin 4 */
6379 #define GPIO_DIRCLR_PIN4_Pos (4UL) /*!< Position of PIN4 field. */
6380 #define GPIO_DIRCLR_PIN4_Msk (0x1UL << GPIO_DIRCLR_PIN4_Pos) /*!< Bit mask of PIN4 field. */
6381 #define GPIO_DIRCLR_PIN4_Input (0UL) /*!< Read: pin set as input */
6382 #define GPIO_DIRCLR_PIN4_Output (1UL) /*!< Read: pin set as output */
6383 #define GPIO_DIRCLR_PIN4_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */
6384 
6385 /* Bit 3 : Set as input pin 3 */
6386 #define GPIO_DIRCLR_PIN3_Pos (3UL) /*!< Position of PIN3 field. */
6387 #define GPIO_DIRCLR_PIN3_Msk (0x1UL << GPIO_DIRCLR_PIN3_Pos) /*!< Bit mask of PIN3 field. */
6388 #define GPIO_DIRCLR_PIN3_Input (0UL) /*!< Read: pin set as input */
6389 #define GPIO_DIRCLR_PIN3_Output (1UL) /*!< Read: pin set as output */
6390 #define GPIO_DIRCLR_PIN3_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */
6391 
6392 /* Bit 2 : Set as input pin 2 */
6393 #define GPIO_DIRCLR_PIN2_Pos (2UL) /*!< Position of PIN2 field. */
6394 #define GPIO_DIRCLR_PIN2_Msk (0x1UL << GPIO_DIRCLR_PIN2_Pos) /*!< Bit mask of PIN2 field. */
6395 #define GPIO_DIRCLR_PIN2_Input (0UL) /*!< Read: pin set as input */
6396 #define GPIO_DIRCLR_PIN2_Output (1UL) /*!< Read: pin set as output */
6397 #define GPIO_DIRCLR_PIN2_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */
6398 
6399 /* Bit 1 : Set as input pin 1 */
6400 #define GPIO_DIRCLR_PIN1_Pos (1UL) /*!< Position of PIN1 field. */
6401 #define GPIO_DIRCLR_PIN1_Msk (0x1UL << GPIO_DIRCLR_PIN1_Pos) /*!< Bit mask of PIN1 field. */
6402 #define GPIO_DIRCLR_PIN1_Input (0UL) /*!< Read: pin set as input */
6403 #define GPIO_DIRCLR_PIN1_Output (1UL) /*!< Read: pin set as output */
6404 #define GPIO_DIRCLR_PIN1_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */
6405 
6406 /* Bit 0 : Set as input pin 0 */
6407 #define GPIO_DIRCLR_PIN0_Pos (0UL) /*!< Position of PIN0 field. */
6408 #define GPIO_DIRCLR_PIN0_Msk (0x1UL << GPIO_DIRCLR_PIN0_Pos) /*!< Bit mask of PIN0 field. */
6409 #define GPIO_DIRCLR_PIN0_Input (0UL) /*!< Read: pin set as input */
6410 #define GPIO_DIRCLR_PIN0_Output (1UL) /*!< Read: pin set as output */
6411 #define GPIO_DIRCLR_PIN0_Clear (1UL) /*!< Write: writing a '1' sets pin to input; writing a '0' has no effect */
6412 
6413 /* Register: GPIO_LATCH */
6414 /* Description: Latch register indicating what GPIO pins that have met the criteria set in the PIN_CNF[n].SENSE registers */
6415 
6416 /* Bit 31 : Status on whether PIN31 has met criteria set in PIN_CNF31.SENSE register. Write '1' to clear. */
6417 #define GPIO_LATCH_PIN31_Pos (31UL) /*!< Position of PIN31 field. */
6418 #define GPIO_LATCH_PIN31_Msk (0x1UL << GPIO_LATCH_PIN31_Pos) /*!< Bit mask of PIN31 field. */
6419 #define GPIO_LATCH_PIN31_NotLatched (0UL) /*!< Criteria has not been met */
6420 #define GPIO_LATCH_PIN31_Latched (1UL) /*!< Criteria has been met */
6421 
6422 /* Bit 30 : Status on whether PIN30 has met criteria set in PIN_CNF30.SENSE register. Write '1' to clear. */
6423 #define GPIO_LATCH_PIN30_Pos (30UL) /*!< Position of PIN30 field. */
6424 #define GPIO_LATCH_PIN30_Msk (0x1UL << GPIO_LATCH_PIN30_Pos) /*!< Bit mask of PIN30 field. */
6425 #define GPIO_LATCH_PIN30_NotLatched (0UL) /*!< Criteria has not been met */
6426 #define GPIO_LATCH_PIN30_Latched (1UL) /*!< Criteria has been met */
6427 
6428 /* Bit 29 : Status on whether PIN29 has met criteria set in PIN_CNF29.SENSE register. Write '1' to clear. */
6429 #define GPIO_LATCH_PIN29_Pos (29UL) /*!< Position of PIN29 field. */
6430 #define GPIO_LATCH_PIN29_Msk (0x1UL << GPIO_LATCH_PIN29_Pos) /*!< Bit mask of PIN29 field. */
6431 #define GPIO_LATCH_PIN29_NotLatched (0UL) /*!< Criteria has not been met */
6432 #define GPIO_LATCH_PIN29_Latched (1UL) /*!< Criteria has been met */
6433 
6434 /* Bit 28 : Status on whether PIN28 has met criteria set in PIN_CNF28.SENSE register. Write '1' to clear. */
6435 #define GPIO_LATCH_PIN28_Pos (28UL) /*!< Position of PIN28 field. */
6436 #define GPIO_LATCH_PIN28_Msk (0x1UL << GPIO_LATCH_PIN28_Pos) /*!< Bit mask of PIN28 field. */
6437 #define GPIO_LATCH_PIN28_NotLatched (0UL) /*!< Criteria has not been met */
6438 #define GPIO_LATCH_PIN28_Latched (1UL) /*!< Criteria has been met */
6439 
6440 /* Bit 27 : Status on whether PIN27 has met criteria set in PIN_CNF27.SENSE register. Write '1' to clear. */
6441 #define GPIO_LATCH_PIN27_Pos (27UL) /*!< Position of PIN27 field. */
6442 #define GPIO_LATCH_PIN27_Msk (0x1UL << GPIO_LATCH_PIN27_Pos) /*!< Bit mask of PIN27 field. */
6443 #define GPIO_LATCH_PIN27_NotLatched (0UL) /*!< Criteria has not been met */
6444 #define GPIO_LATCH_PIN27_Latched (1UL) /*!< Criteria has been met */
6445 
6446 /* Bit 26 : Status on whether PIN26 has met criteria set in PIN_CNF26.SENSE register. Write '1' to clear. */
6447 #define GPIO_LATCH_PIN26_Pos (26UL) /*!< Position of PIN26 field. */
6448 #define GPIO_LATCH_PIN26_Msk (0x1UL << GPIO_LATCH_PIN26_Pos) /*!< Bit mask of PIN26 field. */
6449 #define GPIO_LATCH_PIN26_NotLatched (0UL) /*!< Criteria has not been met */
6450 #define GPIO_LATCH_PIN26_Latched (1UL) /*!< Criteria has been met */
6451 
6452 /* Bit 25 : Status on whether PIN25 has met criteria set in PIN_CNF25.SENSE register. Write '1' to clear. */
6453 #define GPIO_LATCH_PIN25_Pos (25UL) /*!< Position of PIN25 field. */
6454 #define GPIO_LATCH_PIN25_Msk (0x1UL << GPIO_LATCH_PIN25_Pos) /*!< Bit mask of PIN25 field. */
6455 #define GPIO_LATCH_PIN25_NotLatched (0UL) /*!< Criteria has not been met */
6456 #define GPIO_LATCH_PIN25_Latched (1UL) /*!< Criteria has been met */
6457 
6458 /* Bit 24 : Status on whether PIN24 has met criteria set in PIN_CNF24.SENSE register. Write '1' to clear. */
6459 #define GPIO_LATCH_PIN24_Pos (24UL) /*!< Position of PIN24 field. */
6460 #define GPIO_LATCH_PIN24_Msk (0x1UL << GPIO_LATCH_PIN24_Pos) /*!< Bit mask of PIN24 field. */
6461 #define GPIO_LATCH_PIN24_NotLatched (0UL) /*!< Criteria has not been met */
6462 #define GPIO_LATCH_PIN24_Latched (1UL) /*!< Criteria has been met */
6463 
6464 /* Bit 23 : Status on whether PIN23 has met criteria set in PIN_CNF23.SENSE register. Write '1' to clear. */
6465 #define GPIO_LATCH_PIN23_Pos (23UL) /*!< Position of PIN23 field. */
6466 #define GPIO_LATCH_PIN23_Msk (0x1UL << GPIO_LATCH_PIN23_Pos) /*!< Bit mask of PIN23 field. */
6467 #define GPIO_LATCH_PIN23_NotLatched (0UL) /*!< Criteria has not been met */
6468 #define GPIO_LATCH_PIN23_Latched (1UL) /*!< Criteria has been met */
6469 
6470 /* Bit 22 : Status on whether PIN22 has met criteria set in PIN_CNF22.SENSE register. Write '1' to clear. */
6471 #define GPIO_LATCH_PIN22_Pos (22UL) /*!< Position of PIN22 field. */
6472 #define GPIO_LATCH_PIN22_Msk (0x1UL << GPIO_LATCH_PIN22_Pos) /*!< Bit mask of PIN22 field. */
6473 #define GPIO_LATCH_PIN22_NotLatched (0UL) /*!< Criteria has not been met */
6474 #define GPIO_LATCH_PIN22_Latched (1UL) /*!< Criteria has been met */
6475 
6476 /* Bit 21 : Status on whether PIN21 has met criteria set in PIN_CNF21.SENSE register. Write '1' to clear. */
6477 #define GPIO_LATCH_PIN21_Pos (21UL) /*!< Position of PIN21 field. */
6478 #define GPIO_LATCH_PIN21_Msk (0x1UL << GPIO_LATCH_PIN21_Pos) /*!< Bit mask of PIN21 field. */
6479 #define GPIO_LATCH_PIN21_NotLatched (0UL) /*!< Criteria has not been met */
6480 #define GPIO_LATCH_PIN21_Latched (1UL) /*!< Criteria has been met */
6481 
6482 /* Bit 20 : Status on whether PIN20 has met criteria set in PIN_CNF20.SENSE register. Write '1' to clear. */
6483 #define GPIO_LATCH_PIN20_Pos (20UL) /*!< Position of PIN20 field. */
6484 #define GPIO_LATCH_PIN20_Msk (0x1UL << GPIO_LATCH_PIN20_Pos) /*!< Bit mask of PIN20 field. */
6485 #define GPIO_LATCH_PIN20_NotLatched (0UL) /*!< Criteria has not been met */
6486 #define GPIO_LATCH_PIN20_Latched (1UL) /*!< Criteria has been met */
6487 
6488 /* Bit 19 : Status on whether PIN19 has met criteria set in PIN_CNF19.SENSE register. Write '1' to clear. */
6489 #define GPIO_LATCH_PIN19_Pos (19UL) /*!< Position of PIN19 field. */
6490 #define GPIO_LATCH_PIN19_Msk (0x1UL << GPIO_LATCH_PIN19_Pos) /*!< Bit mask of PIN19 field. */
6491 #define GPIO_LATCH_PIN19_NotLatched (0UL) /*!< Criteria has not been met */
6492 #define GPIO_LATCH_PIN19_Latched (1UL) /*!< Criteria has been met */
6493 
6494 /* Bit 18 : Status on whether PIN18 has met criteria set in PIN_CNF18.SENSE register. Write '1' to clear. */
6495 #define GPIO_LATCH_PIN18_Pos (18UL) /*!< Position of PIN18 field. */
6496 #define GPIO_LATCH_PIN18_Msk (0x1UL << GPIO_LATCH_PIN18_Pos) /*!< Bit mask of PIN18 field. */
6497 #define GPIO_LATCH_PIN18_NotLatched (0UL) /*!< Criteria has not been met */
6498 #define GPIO_LATCH_PIN18_Latched (1UL) /*!< Criteria has been met */
6499 
6500 /* Bit 17 : Status on whether PIN17 has met criteria set in PIN_CNF17.SENSE register. Write '1' to clear. */
6501 #define GPIO_LATCH_PIN17_Pos (17UL) /*!< Position of PIN17 field. */
6502 #define GPIO_LATCH_PIN17_Msk (0x1UL << GPIO_LATCH_PIN17_Pos) /*!< Bit mask of PIN17 field. */
6503 #define GPIO_LATCH_PIN17_NotLatched (0UL) /*!< Criteria has not been met */
6504 #define GPIO_LATCH_PIN17_Latched (1UL) /*!< Criteria has been met */
6505 
6506 /* Bit 16 : Status on whether PIN16 has met criteria set in PIN_CNF16.SENSE register. Write '1' to clear. */
6507 #define GPIO_LATCH_PIN16_Pos (16UL) /*!< Position of PIN16 field. */
6508 #define GPIO_LATCH_PIN16_Msk (0x1UL << GPIO_LATCH_PIN16_Pos) /*!< Bit mask of PIN16 field. */
6509 #define GPIO_LATCH_PIN16_NotLatched (0UL) /*!< Criteria has not been met */
6510 #define GPIO_LATCH_PIN16_Latched (1UL) /*!< Criteria has been met */
6511 
6512 /* Bit 15 : Status on whether PIN15 has met criteria set in PIN_CNF15.SENSE register. Write '1' to clear. */
6513 #define GPIO_LATCH_PIN15_Pos (15UL) /*!< Position of PIN15 field. */
6514 #define GPIO_LATCH_PIN15_Msk (0x1UL << GPIO_LATCH_PIN15_Pos) /*!< Bit mask of PIN15 field. */
6515 #define GPIO_LATCH_PIN15_NotLatched (0UL) /*!< Criteria has not been met */
6516 #define GPIO_LATCH_PIN15_Latched (1UL) /*!< Criteria has been met */
6517 
6518 /* Bit 14 : Status on whether PIN14 has met criteria set in PIN_CNF14.SENSE register. Write '1' to clear. */
6519 #define GPIO_LATCH_PIN14_Pos (14UL) /*!< Position of PIN14 field. */
6520 #define GPIO_LATCH_PIN14_Msk (0x1UL << GPIO_LATCH_PIN14_Pos) /*!< Bit mask of PIN14 field. */
6521 #define GPIO_LATCH_PIN14_NotLatched (0UL) /*!< Criteria has not been met */
6522 #define GPIO_LATCH_PIN14_Latched (1UL) /*!< Criteria has been met */
6523 
6524 /* Bit 13 : Status on whether PIN13 has met criteria set in PIN_CNF13.SENSE register. Write '1' to clear. */
6525 #define GPIO_LATCH_PIN13_Pos (13UL) /*!< Position of PIN13 field. */
6526 #define GPIO_LATCH_PIN13_Msk (0x1UL << GPIO_LATCH_PIN13_Pos) /*!< Bit mask of PIN13 field. */
6527 #define GPIO_LATCH_PIN13_NotLatched (0UL) /*!< Criteria has not been met */
6528 #define GPIO_LATCH_PIN13_Latched (1UL) /*!< Criteria has been met */
6529 
6530 /* Bit 12 : Status on whether PIN12 has met criteria set in PIN_CNF12.SENSE register. Write '1' to clear. */
6531 #define GPIO_LATCH_PIN12_Pos (12UL) /*!< Position of PIN12 field. */
6532 #define GPIO_LATCH_PIN12_Msk (0x1UL << GPIO_LATCH_PIN12_Pos) /*!< Bit mask of PIN12 field. */
6533 #define GPIO_LATCH_PIN12_NotLatched (0UL) /*!< Criteria has not been met */
6534 #define GPIO_LATCH_PIN12_Latched (1UL) /*!< Criteria has been met */
6535 
6536 /* Bit 11 : Status on whether PIN11 has met criteria set in PIN_CNF11.SENSE register. Write '1' to clear. */
6537 #define GPIO_LATCH_PIN11_Pos (11UL) /*!< Position of PIN11 field. */
6538 #define GPIO_LATCH_PIN11_Msk (0x1UL << GPIO_LATCH_PIN11_Pos) /*!< Bit mask of PIN11 field. */
6539 #define GPIO_LATCH_PIN11_NotLatched (0UL) /*!< Criteria has not been met */
6540 #define GPIO_LATCH_PIN11_Latched (1UL) /*!< Criteria has been met */
6541 
6542 /* Bit 10 : Status on whether PIN10 has met criteria set in PIN_CNF10.SENSE register. Write '1' to clear. */
6543 #define GPIO_LATCH_PIN10_Pos (10UL) /*!< Position of PIN10 field. */
6544 #define GPIO_LATCH_PIN10_Msk (0x1UL << GPIO_LATCH_PIN10_Pos) /*!< Bit mask of PIN10 field. */
6545 #define GPIO_LATCH_PIN10_NotLatched (0UL) /*!< Criteria has not been met */
6546 #define GPIO_LATCH_PIN10_Latched (1UL) /*!< Criteria has been met */
6547 
6548 /* Bit 9 : Status on whether PIN9 has met criteria set in PIN_CNF9.SENSE register. Write '1' to clear. */
6549 #define GPIO_LATCH_PIN9_Pos (9UL) /*!< Position of PIN9 field. */
6550 #define GPIO_LATCH_PIN9_Msk (0x1UL << GPIO_LATCH_PIN9_Pos) /*!< Bit mask of PIN9 field. */
6551 #define GPIO_LATCH_PIN9_NotLatched (0UL) /*!< Criteria has not been met */
6552 #define GPIO_LATCH_PIN9_Latched (1UL) /*!< Criteria has been met */
6553 
6554 /* Bit 8 : Status on whether PIN8 has met criteria set in PIN_CNF8.SENSE register. Write '1' to clear. */
6555 #define GPIO_LATCH_PIN8_Pos (8UL) /*!< Position of PIN8 field. */
6556 #define GPIO_LATCH_PIN8_Msk (0x1UL << GPIO_LATCH_PIN8_Pos) /*!< Bit mask of PIN8 field. */
6557 #define GPIO_LATCH_PIN8_NotLatched (0UL) /*!< Criteria has not been met */
6558 #define GPIO_LATCH_PIN8_Latched (1UL) /*!< Criteria has been met */
6559 
6560 /* Bit 7 : Status on whether PIN7 has met criteria set in PIN_CNF7.SENSE register. Write '1' to clear. */
6561 #define GPIO_LATCH_PIN7_Pos (7UL) /*!< Position of PIN7 field. */
6562 #define GPIO_LATCH_PIN7_Msk (0x1UL << GPIO_LATCH_PIN7_Pos) /*!< Bit mask of PIN7 field. */
6563 #define GPIO_LATCH_PIN7_NotLatched (0UL) /*!< Criteria has not been met */
6564 #define GPIO_LATCH_PIN7_Latched (1UL) /*!< Criteria has been met */
6565 
6566 /* Bit 6 : Status on whether PIN6 has met criteria set in PIN_CNF6.SENSE register. Write '1' to clear. */
6567 #define GPIO_LATCH_PIN6_Pos (6UL) /*!< Position of PIN6 field. */
6568 #define GPIO_LATCH_PIN6_Msk (0x1UL << GPIO_LATCH_PIN6_Pos) /*!< Bit mask of PIN6 field. */
6569 #define GPIO_LATCH_PIN6_NotLatched (0UL) /*!< Criteria has not been met */
6570 #define GPIO_LATCH_PIN6_Latched (1UL) /*!< Criteria has been met */
6571 
6572 /* Bit 5 : Status on whether PIN5 has met criteria set in PIN_CNF5.SENSE register. Write '1' to clear. */
6573 #define GPIO_LATCH_PIN5_Pos (5UL) /*!< Position of PIN5 field. */
6574 #define GPIO_LATCH_PIN5_Msk (0x1UL << GPIO_LATCH_PIN5_Pos) /*!< Bit mask of PIN5 field. */
6575 #define GPIO_LATCH_PIN5_NotLatched (0UL) /*!< Criteria has not been met */
6576 #define GPIO_LATCH_PIN5_Latched (1UL) /*!< Criteria has been met */
6577 
6578 /* Bit 4 : Status on whether PIN4 has met criteria set in PIN_CNF4.SENSE register. Write '1' to clear. */
6579 #define GPIO_LATCH_PIN4_Pos (4UL) /*!< Position of PIN4 field. */
6580 #define GPIO_LATCH_PIN4_Msk (0x1UL << GPIO_LATCH_PIN4_Pos) /*!< Bit mask of PIN4 field. */
6581 #define GPIO_LATCH_PIN4_NotLatched (0UL) /*!< Criteria has not been met */
6582 #define GPIO_LATCH_PIN4_Latched (1UL) /*!< Criteria has been met */
6583 
6584 /* Bit 3 : Status on whether PIN3 has met criteria set in PIN_CNF3.SENSE register. Write '1' to clear. */
6585 #define GPIO_LATCH_PIN3_Pos (3UL) /*!< Position of PIN3 field. */
6586 #define GPIO_LATCH_PIN3_Msk (0x1UL << GPIO_LATCH_PIN3_Pos) /*!< Bit mask of PIN3 field. */
6587 #define GPIO_LATCH_PIN3_NotLatched (0UL) /*!< Criteria has not been met */
6588 #define GPIO_LATCH_PIN3_Latched (1UL) /*!< Criteria has been met */
6589 
6590 /* Bit 2 : Status on whether PIN2 has met criteria set in PIN_CNF2.SENSE register. Write '1' to clear. */
6591 #define GPIO_LATCH_PIN2_Pos (2UL) /*!< Position of PIN2 field. */
6592 #define GPIO_LATCH_PIN2_Msk (0x1UL << GPIO_LATCH_PIN2_Pos) /*!< Bit mask of PIN2 field. */
6593 #define GPIO_LATCH_PIN2_NotLatched (0UL) /*!< Criteria has not been met */
6594 #define GPIO_LATCH_PIN2_Latched (1UL) /*!< Criteria has been met */
6595 
6596 /* Bit 1 : Status on whether PIN1 has met criteria set in PIN_CNF1.SENSE register. Write '1' to clear. */
6597 #define GPIO_LATCH_PIN1_Pos (1UL) /*!< Position of PIN1 field. */
6598 #define GPIO_LATCH_PIN1_Msk (0x1UL << GPIO_LATCH_PIN1_Pos) /*!< Bit mask of PIN1 field. */
6599 #define GPIO_LATCH_PIN1_NotLatched (0UL) /*!< Criteria has not been met */
6600 #define GPIO_LATCH_PIN1_Latched (1UL) /*!< Criteria has been met */
6601 
6602 /* Bit 0 : Status on whether PIN0 has met criteria set in PIN_CNF0.SENSE register. Write '1' to clear. */
6603 #define GPIO_LATCH_PIN0_Pos (0UL) /*!< Position of PIN0 field. */
6604 #define GPIO_LATCH_PIN0_Msk (0x1UL << GPIO_LATCH_PIN0_Pos) /*!< Bit mask of PIN0 field. */
6605 #define GPIO_LATCH_PIN0_NotLatched (0UL) /*!< Criteria has not been met */
6606 #define GPIO_LATCH_PIN0_Latched (1UL) /*!< Criteria has been met */
6607 
6608 /* Register: GPIO_DETECTMODE */
6609 /* Description: Select between default DETECT signal behaviour and LDETECT mode */
6610 
6611 /* Bit 0 : Select between default DETECT signal behaviour and LDETECT mode */
6612 #define GPIO_DETECTMODE_DETECTMODE_Pos (0UL) /*!< Position of DETECTMODE field. */
6613 #define GPIO_DETECTMODE_DETECTMODE_Msk (0x1UL << GPIO_DETECTMODE_DETECTMODE_Pos) /*!< Bit mask of DETECTMODE field. */
6614 #define GPIO_DETECTMODE_DETECTMODE_Default (0UL) /*!< DETECT directly connected to PIN DETECT signals */
6615 #define GPIO_DETECTMODE_DETECTMODE_LDETECT (1UL) /*!< Use the latched LDETECT behaviour */
6616 
6617 /* Register: GPIO_PIN_CNF */
6618 /* Description: Description collection[n]: Configuration of GPIO pins */
6619 
6620 /* Bits 17..16 : Pin sensing mechanism */
6621 #define GPIO_PIN_CNF_SENSE_Pos (16UL) /*!< Position of SENSE field. */
6622 #define GPIO_PIN_CNF_SENSE_Msk (0x3UL << GPIO_PIN_CNF_SENSE_Pos) /*!< Bit mask of SENSE field. */
6623 #define GPIO_PIN_CNF_SENSE_Disabled (0UL) /*!< Disabled */
6624 #define GPIO_PIN_CNF_SENSE_High (2UL) /*!< Sense for high level */
6625 #define GPIO_PIN_CNF_SENSE_Low (3UL) /*!< Sense for low level */
6626 
6627 /* Bits 10..8 : Drive configuration */
6628 #define GPIO_PIN_CNF_DRIVE_Pos (8UL) /*!< Position of DRIVE field. */
6629 #define GPIO_PIN_CNF_DRIVE_Msk (0x7UL << GPIO_PIN_CNF_DRIVE_Pos) /*!< Bit mask of DRIVE field. */
6630 #define GPIO_PIN_CNF_DRIVE_S0S1 (0UL) /*!< Standard '0', standard '1' */
6631 #define GPIO_PIN_CNF_DRIVE_H0S1 (1UL) /*!< High drive '0', standard '1' */
6632 #define GPIO_PIN_CNF_DRIVE_S0H1 (2UL) /*!< Standard '0', high drive '1' */
6633 #define GPIO_PIN_CNF_DRIVE_H0H1 (3UL) /*!< High drive '0', high 'drive '1'' */
6634 #define GPIO_PIN_CNF_DRIVE_D0S1 (4UL) /*!< Disconnect '0' standard '1' (normally used for wired-or connections) */
6635 #define GPIO_PIN_CNF_DRIVE_D0H1 (5UL) /*!< Disconnect '0', high drive '1' (normally used for wired-or connections) */
6636 #define GPIO_PIN_CNF_DRIVE_S0D1 (6UL) /*!< Standard '0'. disconnect '1' (normally used for wired-and connections) */
6637 #define GPIO_PIN_CNF_DRIVE_H0D1 (7UL) /*!< High drive '0', disconnect '1' (normally used for wired-and connections) */
6638 
6639 /* Bits 3..2 : Pull configuration */
6640 #define GPIO_PIN_CNF_PULL_Pos (2UL) /*!< Position of PULL field. */
6641 #define GPIO_PIN_CNF_PULL_Msk (0x3UL << GPIO_PIN_CNF_PULL_Pos) /*!< Bit mask of PULL field. */
6642 #define GPIO_PIN_CNF_PULL_Disabled (0UL) /*!< No pull */
6643 #define GPIO_PIN_CNF_PULL_Pulldown (1UL) /*!< Pull down on pin */
6644 #define GPIO_PIN_CNF_PULL_Pullup (3UL) /*!< Pull up on pin */
6645 
6646 /* Bit 1 : Connect or disconnect input buffer */
6647 #define GPIO_PIN_CNF_INPUT_Pos (1UL) /*!< Position of INPUT field. */
6648 #define GPIO_PIN_CNF_INPUT_Msk (0x1UL << GPIO_PIN_CNF_INPUT_Pos) /*!< Bit mask of INPUT field. */
6649 #define GPIO_PIN_CNF_INPUT_Connect (0UL) /*!< Connect input buffer */
6650 #define GPIO_PIN_CNF_INPUT_Disconnect (1UL) /*!< Disconnect input buffer */
6651 
6652 /* Bit 0 : Pin direction. Same physical register as DIR register */
6653 #define GPIO_PIN_CNF_DIR_Pos (0UL) /*!< Position of DIR field. */
6654 #define GPIO_PIN_CNF_DIR_Msk (0x1UL << GPIO_PIN_CNF_DIR_Pos) /*!< Bit mask of DIR field. */
6655 #define GPIO_PIN_CNF_DIR_Input (0UL) /*!< Configure pin as an input pin */
6656 #define GPIO_PIN_CNF_DIR_Output (1UL) /*!< Configure pin as an output pin */
6657 
6658 
6659 /* Peripheral: PDM */
6660 /* Description: Pulse Density Modulation (Digital Microphone) Interface */
6661 
6662 /* Register: PDM_TASKS_START */
6663 /* Description: Starts continuous PDM transfer */
6664 
6665 /* Bit 0 :   */
6666 #define PDM_TASKS_START_TASKS_START_Pos (0UL) /*!< Position of TASKS_START field. */
6667 #define PDM_TASKS_START_TASKS_START_Msk (0x1UL << PDM_TASKS_START_TASKS_START_Pos) /*!< Bit mask of TASKS_START field. */
6668 
6669 /* Register: PDM_TASKS_STOP */
6670 /* Description: Stops PDM transfer */
6671 
6672 /* Bit 0 :   */
6673 #define PDM_TASKS_STOP_TASKS_STOP_Pos (0UL) /*!< Position of TASKS_STOP field. */
6674 #define PDM_TASKS_STOP_TASKS_STOP_Msk (0x1UL << PDM_TASKS_STOP_TASKS_STOP_Pos) /*!< Bit mask of TASKS_STOP field. */
6675 
6676 /* Register: PDM_EVENTS_STARTED */
6677 /* Description: PDM transfer has started */
6678 
6679 /* Bit 0 :   */
6680 #define PDM_EVENTS_STARTED_EVENTS_STARTED_Pos (0UL) /*!< Position of EVENTS_STARTED field. */
6681 #define PDM_EVENTS_STARTED_EVENTS_STARTED_Msk (0x1UL << PDM_EVENTS_STARTED_EVENTS_STARTED_Pos) /*!< Bit mask of EVENTS_STARTED field. */
6682 
6683 /* Register: PDM_EVENTS_STOPPED */
6684 /* Description: PDM transfer has finished */
6685 
6686 /* Bit 0 :   */
6687 #define PDM_EVENTS_STOPPED_EVENTS_STOPPED_Pos (0UL) /*!< Position of EVENTS_STOPPED field. */
6688 #define PDM_EVENTS_STOPPED_EVENTS_STOPPED_Msk (0x1UL << PDM_EVENTS_STOPPED_EVENTS_STOPPED_Pos) /*!< Bit mask of EVENTS_STOPPED field. */
6689 
6690 /* Register: PDM_EVENTS_END */
6691 /* 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 */
6692 
6693 /* Bit 0 :   */
6694 #define PDM_EVENTS_END_EVENTS_END_Pos (0UL) /*!< Position of EVENTS_END field. */
6695 #define PDM_EVENTS_END_EVENTS_END_Msk (0x1UL << PDM_EVENTS_END_EVENTS_END_Pos) /*!< Bit mask of EVENTS_END field. */
6696 
6697 /* Register: PDM_INTEN */
6698 /* Description: Enable or disable interrupt */
6699 
6700 /* Bit 2 : Enable or disable interrupt for END event */
6701 #define PDM_INTEN_END_Pos (2UL) /*!< Position of END field. */
6702 #define PDM_INTEN_END_Msk (0x1UL << PDM_INTEN_END_Pos) /*!< Bit mask of END field. */
6703 #define PDM_INTEN_END_Disabled (0UL) /*!< Disable */
6704 #define PDM_INTEN_END_Enabled (1UL) /*!< Enable */
6705 
6706 /* Bit 1 : Enable or disable interrupt for STOPPED event */
6707 #define PDM_INTEN_STOPPED_Pos (1UL) /*!< Position of STOPPED field. */
6708 #define PDM_INTEN_STOPPED_Msk (0x1UL << PDM_INTEN_STOPPED_Pos) /*!< Bit mask of STOPPED field. */
6709 #define PDM_INTEN_STOPPED_Disabled (0UL) /*!< Disable */
6710 #define PDM_INTEN_STOPPED_Enabled (1UL) /*!< Enable */
6711 
6712 /* Bit 0 : Enable or disable interrupt for STARTED event */
6713 #define PDM_INTEN_STARTED_Pos (0UL) /*!< Position of STARTED field. */
6714 #define PDM_INTEN_STARTED_Msk (0x1UL << PDM_INTEN_STARTED_Pos) /*!< Bit mask of STARTED field. */
6715 #define PDM_INTEN_STARTED_Disabled (0UL) /*!< Disable */
6716 #define PDM_INTEN_STARTED_Enabled (1UL) /*!< Enable */
6717 
6718 /* Register: PDM_INTENSET */
6719 /* Description: Enable interrupt */
6720 
6721 /* Bit 2 : Write '1' to enable interrupt for END event */
6722 #define PDM_INTENSET_END_Pos (2UL) /*!< Position of END field. */
6723 #define PDM_INTENSET_END_Msk (0x1UL << PDM_INTENSET_END_Pos) /*!< Bit mask of END field. */
6724 #define PDM_INTENSET_END_Disabled (0UL) /*!< Read: Disabled */
6725 #define PDM_INTENSET_END_Enabled (1UL) /*!< Read: Enabled */
6726 #define PDM_INTENSET_END_Set (1UL) /*!< Enable */
6727 
6728 /* Bit 1 : Write '1' to enable interrupt for STOPPED event */
6729 #define PDM_INTENSET_STOPPED_Pos (1UL) /*!< Position of STOPPED field. */
6730 #define PDM_INTENSET_STOPPED_Msk (0x1UL << PDM_INTENSET_STOPPED_Pos) /*!< Bit mask of STOPPED field. */
6731 #define PDM_INTENSET_STOPPED_Disabled (0UL) /*!< Read: Disabled */
6732 #define PDM_INTENSET_STOPPED_Enabled (1UL) /*!< Read: Enabled */
6733 #define PDM_INTENSET_STOPPED_Set (1UL) /*!< Enable */
6734 
6735 /* Bit 0 : Write '1' to enable interrupt for STARTED event */
6736 #define PDM_INTENSET_STARTED_Pos (0UL) /*!< Position of STARTED field. */
6737 #define PDM_INTENSET_STARTED_Msk (0x1UL << PDM_INTENSET_STARTED_Pos) /*!< Bit mask of STARTED field. */
6738 #define PDM_INTENSET_STARTED_Disabled (0UL) /*!< Read: Disabled */
6739 #define PDM_INTENSET_STARTED_Enabled (1UL) /*!< Read: Enabled */
6740 #define PDM_INTENSET_STARTED_Set (1UL) /*!< Enable */
6741 
6742 /* Register: PDM_INTENCLR */
6743 /* Description: Disable interrupt */
6744 
6745 /* Bit 2 : Write '1' to disable interrupt for END event */
6746 #define PDM_INTENCLR_END_Pos (2UL) /*!< Position of END field. */
6747 #define PDM_INTENCLR_END_Msk (0x1UL << PDM_INTENCLR_END_Pos) /*!< Bit mask of END field. */
6748 #define PDM_INTENCLR_END_Disabled (0UL) /*!< Read: Disabled */
6749 #define PDM_INTENCLR_END_Enabled (1UL) /*!< Read: Enabled */
6750 #define PDM_INTENCLR_END_Clear (1UL) /*!< Disable */
6751 
6752 /* Bit 1 : Write '1' to disable interrupt for STOPPED event */
6753 #define PDM_INTENCLR_STOPPED_Pos (1UL) /*!< Position of STOPPED field. */
6754 #define PDM_INTENCLR_STOPPED_Msk (0x1UL << PDM_INTENCLR_STOPPED_Pos) /*!< Bit mask of STOPPED field. */
6755 #define PDM_INTENCLR_STOPPED_Disabled (0UL) /*!< Read: Disabled */
6756 #define PDM_INTENCLR_STOPPED_Enabled (1UL) /*!< Read: Enabled */
6757 #define PDM_INTENCLR_STOPPED_Clear (1UL) /*!< Disable */
6758 
6759 /* Bit 0 : Write '1' to disable interrupt for STARTED event */
6760 #define PDM_INTENCLR_STARTED_Pos (0UL) /*!< Position of STARTED field. */
6761 #define PDM_INTENCLR_STARTED_Msk (0x1UL << PDM_INTENCLR_STARTED_Pos) /*!< Bit mask of STARTED field. */
6762 #define PDM_INTENCLR_STARTED_Disabled (0UL) /*!< Read: Disabled */
6763 #define PDM_INTENCLR_STARTED_Enabled (1UL) /*!< Read: Enabled */
6764 #define PDM_INTENCLR_STARTED_Clear (1UL) /*!< Disable */
6765 
6766 /* Register: PDM_ENABLE */
6767 /* Description: PDM module enable register */
6768 
6769 /* Bit 0 : Enable or disable PDM module */
6770 #define PDM_ENABLE_ENABLE_Pos (0UL) /*!< Position of ENABLE field. */
6771 #define PDM_ENABLE_ENABLE_Msk (0x1UL << PDM_ENABLE_ENABLE_Pos) /*!< Bit mask of ENABLE field. */
6772 #define PDM_ENABLE_ENABLE_Disabled (0UL) /*!< Disable */
6773 #define PDM_ENABLE_ENABLE_Enabled (1UL) /*!< Enable */
6774 
6775 /* Register: PDM_PDMCLKCTRL */
6776 /* Description: PDM clock generator control */
6777 
6778 /* Bits 31..0 : PDM_CLK frequency */
6779 #define PDM_PDMCLKCTRL_FREQ_Pos (0UL) /*!< Position of FREQ field. */
6780 #define PDM_PDMCLKCTRL_FREQ_Msk (0xFFFFFFFFUL << PDM_PDMCLKCTRL_FREQ_Pos) /*!< Bit mask of FREQ field. */
6781 #define PDM_PDMCLKCTRL_FREQ_1000K (0x08000000UL) /*!< PDM_CLK = 32 MHz / 32 = 1.000 MHz */
6782 #define PDM_PDMCLKCTRL_FREQ_Default (0x08400000UL) /*!< PDM_CLK = 32 MHz / 31 = 1.032 MHz. Nominal clock for RATIO=Ratio64. */
6783 #define PDM_PDMCLKCTRL_FREQ_1067K (0x08800000UL) /*!< PDM_CLK = 32 MHz / 30 = 1.067 MHz */
6784 #define PDM_PDMCLKCTRL_FREQ_1231K (0x09800000UL) /*!< PDM_CLK = 32 MHz / 26 = 1.231 MHz */
6785 #define PDM_PDMCLKCTRL_FREQ_1280K (0x0A000000UL) /*!< PDM_CLK = 32 MHz / 25 = 1.280 MHz. Nominal clock for RATIO=Ratio80. */
6786 #define PDM_PDMCLKCTRL_FREQ_1333K (0x0A800000UL) /*!< PDM_CLK = 32 MHz / 24 = 1.333 MHz */
6787 
6788 /* Register: PDM_MODE */
6789 /* Description: Defines the routing of the connected PDM microphones' signals */
6790 
6791 /* Bit 1 : Defines on which PDM_CLK edge Left (or mono) is sampled */
6792 #define PDM_MODE_EDGE_Pos (1UL) /*!< Position of EDGE field. */
6793 #define PDM_MODE_EDGE_Msk (0x1UL << PDM_MODE_EDGE_Pos) /*!< Bit mask of EDGE field. */
6794 #define PDM_MODE_EDGE_LeftFalling (0UL) /*!< Left (or mono) is sampled on falling edge of PDM_CLK */
6795 #define PDM_MODE_EDGE_LeftRising (1UL) /*!< Left (or mono) is sampled on rising edge of PDM_CLK */
6796 
6797 /* Bit 0 : Mono or stereo operation */
6798 #define PDM_MODE_OPERATION_Pos (0UL) /*!< Position of OPERATION field. */
6799 #define PDM_MODE_OPERATION_Msk (0x1UL << PDM_MODE_OPERATION_Pos) /*!< Bit mask of OPERATION field. */
6800 #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] */
6801 #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] */
6802 
6803 /* Register: PDM_GAINL */
6804 /* Description: Left output gain adjustment */
6805 
6806 /* 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 */
6807 #define PDM_GAINL_GAINL_Pos (0UL) /*!< Position of GAINL field. */
6808 #define PDM_GAINL_GAINL_Msk (0x7FUL << PDM_GAINL_GAINL_Pos) /*!< Bit mask of GAINL field. */
6809 #define PDM_GAINL_GAINL_MinGain (0x00UL) /*!< -20dB gain adjustment (minimum) */
6810 #define PDM_GAINL_GAINL_DefaultGain (0x28UL) /*!< 0dB gain adjustment */
6811 #define PDM_GAINL_GAINL_MaxGain (0x50UL) /*!< +20dB gain adjustment (maximum) */
6812 
6813 /* Register: PDM_GAINR */
6814 /* Description: Right output gain adjustment */
6815 
6816 /* Bits 6..0 : Right output gain adjustment, in 0.5 dB steps, around the default module gain (see electrical parameters) */
6817 #define PDM_GAINR_GAINR_Pos (0UL) /*!< Position of GAINR field. */
6818 #define PDM_GAINR_GAINR_Msk (0x7FUL << PDM_GAINR_GAINR_Pos) /*!< Bit mask of GAINR field. */
6819 #define PDM_GAINR_GAINR_MinGain (0x00UL) /*!< -20dB gain adjustment (minimum) */
6820 #define PDM_GAINR_GAINR_DefaultGain (0x28UL) /*!< 0dB gain adjustment */
6821 #define PDM_GAINR_GAINR_MaxGain (0x50UL) /*!< +20dB gain adjustment (maximum) */
6822 
6823 /* Register: PDM_RATIO */
6824 /* Description: Selects the ratio between PDM_CLK and output sample rate. Change PDMCLKCTRL accordingly. */
6825 
6826 /* Bit 0 : Selects the ratio between PDM_CLK and output sample rate */
6827 #define PDM_RATIO_RATIO_Pos (0UL) /*!< Position of RATIO field. */
6828 #define PDM_RATIO_RATIO_Msk (0x1UL << PDM_RATIO_RATIO_Pos) /*!< Bit mask of RATIO field. */
6829 #define PDM_RATIO_RATIO_Ratio64 (0UL) /*!< Ratio of 64 */
6830 #define PDM_RATIO_RATIO_Ratio80 (1UL) /*!< Ratio of 80 */
6831 
6832 /* Register: PDM_PSEL_CLK */
6833 /* Description: Pin number configuration for PDM CLK signal */
6834 
6835 /* Bit 31 : Connection */
6836 #define PDM_PSEL_CLK_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */
6837 #define PDM_PSEL_CLK_CONNECT_Msk (0x1UL << PDM_PSEL_CLK_CONNECT_Pos) /*!< Bit mask of CONNECT field. */
6838 #define PDM_PSEL_CLK_CONNECT_Connected (0UL) /*!< Connect */
6839 #define PDM_PSEL_CLK_CONNECT_Disconnected (1UL) /*!< Disconnect */
6840 
6841 /* Bit 5 : Port number */
6842 #define PDM_PSEL_CLK_PORT_Pos (5UL) /*!< Position of PORT field. */
6843 #define PDM_PSEL_CLK_PORT_Msk (0x1UL << PDM_PSEL_CLK_PORT_Pos) /*!< Bit mask of PORT field. */
6844 
6845 /* Bits 4..0 : Pin number */
6846 #define PDM_PSEL_CLK_PIN_Pos (0UL) /*!< Position of PIN field. */
6847 #define PDM_PSEL_CLK_PIN_Msk (0x1FUL << PDM_PSEL_CLK_PIN_Pos) /*!< Bit mask of PIN field. */
6848 
6849 /* Register: PDM_PSEL_DIN */
6850 /* Description: Pin number configuration for PDM DIN signal */
6851 
6852 /* Bit 31 : Connection */
6853 #define PDM_PSEL_DIN_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */
6854 #define PDM_PSEL_DIN_CONNECT_Msk (0x1UL << PDM_PSEL_DIN_CONNECT_Pos) /*!< Bit mask of CONNECT field. */
6855 #define PDM_PSEL_DIN_CONNECT_Connected (0UL) /*!< Connect */
6856 #define PDM_PSEL_DIN_CONNECT_Disconnected (1UL) /*!< Disconnect */
6857 
6858 /* Bit 5 : Port number */
6859 #define PDM_PSEL_DIN_PORT_Pos (5UL) /*!< Position of PORT field. */
6860 #define PDM_PSEL_DIN_PORT_Msk (0x1UL << PDM_PSEL_DIN_PORT_Pos) /*!< Bit mask of PORT field. */
6861 
6862 /* Bits 4..0 : Pin number */
6863 #define PDM_PSEL_DIN_PIN_Pos (0UL) /*!< Position of PIN field. */
6864 #define PDM_PSEL_DIN_PIN_Msk (0x1FUL << PDM_PSEL_DIN_PIN_Pos) /*!< Bit mask of PIN field. */
6865 
6866 /* Register: PDM_SAMPLE_PTR */
6867 /* Description: RAM address pointer to write samples to with EasyDMA */
6868 
6869 /* Bits 31..0 : Address to write PDM samples to over DMA */
6870 #define PDM_SAMPLE_PTR_SAMPLEPTR_Pos (0UL) /*!< Position of SAMPLEPTR field. */
6871 #define PDM_SAMPLE_PTR_SAMPLEPTR_Msk (0xFFFFFFFFUL << PDM_SAMPLE_PTR_SAMPLEPTR_Pos) /*!< Bit mask of SAMPLEPTR field. */
6872 
6873 /* Register: PDM_SAMPLE_MAXCNT */
6874 /* Description: Number of samples to allocate memory for in EasyDMA mode */
6875 
6876 /* Bits 14..0 : Length of DMA RAM allocation in number of samples */
6877 #define PDM_SAMPLE_MAXCNT_BUFFSIZE_Pos (0UL) /*!< Position of BUFFSIZE field. */
6878 #define PDM_SAMPLE_MAXCNT_BUFFSIZE_Msk (0x7FFFUL << PDM_SAMPLE_MAXCNT_BUFFSIZE_Pos) /*!< Bit mask of BUFFSIZE field. */
6879 
6880 
6881 /* Peripheral: POWER */
6882 /* Description: Power control */
6883 
6884 /* Register: POWER_TASKS_CONSTLAT */
6885 /* Description: Enable constant latency mode */
6886 
6887 /* Bit 0 :   */
6888 #define POWER_TASKS_CONSTLAT_TASKS_CONSTLAT_Pos (0UL) /*!< Position of TASKS_CONSTLAT field. */
6889 #define POWER_TASKS_CONSTLAT_TASKS_CONSTLAT_Msk (0x1UL << POWER_TASKS_CONSTLAT_TASKS_CONSTLAT_Pos) /*!< Bit mask of TASKS_CONSTLAT field. */
6890 
6891 /* Register: POWER_TASKS_LOWPWR */
6892 /* Description: Enable low power mode (variable latency) */
6893 
6894 /* Bit 0 :   */
6895 #define POWER_TASKS_LOWPWR_TASKS_LOWPWR_Pos (0UL) /*!< Position of TASKS_LOWPWR field. */
6896 #define POWER_TASKS_LOWPWR_TASKS_LOWPWR_Msk (0x1UL << POWER_TASKS_LOWPWR_TASKS_LOWPWR_Pos) /*!< Bit mask of TASKS_LOWPWR field. */
6897 
6898 /* Register: POWER_EVENTS_POFWARN */
6899 /* Description: Power failure warning */
6900 
6901 /* Bit 0 :   */
6902 #define POWER_EVENTS_POFWARN_EVENTS_POFWARN_Pos (0UL) /*!< Position of EVENTS_POFWARN field. */
6903 #define POWER_EVENTS_POFWARN_EVENTS_POFWARN_Msk (0x1UL << POWER_EVENTS_POFWARN_EVENTS_POFWARN_Pos) /*!< Bit mask of EVENTS_POFWARN field. */
6904 
6905 /* Register: POWER_EVENTS_SLEEPENTER */
6906 /* Description: CPU entered WFI/WFE sleep */
6907 
6908 /* Bit 0 :   */
6909 #define POWER_EVENTS_SLEEPENTER_EVENTS_SLEEPENTER_Pos (0UL) /*!< Position of EVENTS_SLEEPENTER field. */
6910 #define POWER_EVENTS_SLEEPENTER_EVENTS_SLEEPENTER_Msk (0x1UL << POWER_EVENTS_SLEEPENTER_EVENTS_SLEEPENTER_Pos) /*!< Bit mask of EVENTS_SLEEPENTER field. */
6911 
6912 /* Register: POWER_EVENTS_SLEEPEXIT */
6913 /* Description: CPU exited WFI/WFE sleep */
6914 
6915 /* Bit 0 :   */
6916 #define POWER_EVENTS_SLEEPEXIT_EVENTS_SLEEPEXIT_Pos (0UL) /*!< Position of EVENTS_SLEEPEXIT field. */
6917 #define POWER_EVENTS_SLEEPEXIT_EVENTS_SLEEPEXIT_Msk (0x1UL << POWER_EVENTS_SLEEPEXIT_EVENTS_SLEEPEXIT_Pos) /*!< Bit mask of EVENTS_SLEEPEXIT field. */
6918 
6919 /* Register: POWER_EVENTS_USBDETECTED */
6920 /* Description: Voltage supply detected on VBUS */
6921 
6922 /* Bit 0 :   */
6923 #define POWER_EVENTS_USBDETECTED_EVENTS_USBDETECTED_Pos (0UL) /*!< Position of EVENTS_USBDETECTED field. */
6924 #define POWER_EVENTS_USBDETECTED_EVENTS_USBDETECTED_Msk (0x1UL << POWER_EVENTS_USBDETECTED_EVENTS_USBDETECTED_Pos) /*!< Bit mask of EVENTS_USBDETECTED field. */
6925 
6926 /* Register: POWER_EVENTS_USBREMOVED */
6927 /* Description: Voltage supply removed from VBUS */
6928 
6929 /* Bit 0 :   */
6930 #define POWER_EVENTS_USBREMOVED_EVENTS_USBREMOVED_Pos (0UL) /*!< Position of EVENTS_USBREMOVED field. */
6931 #define POWER_EVENTS_USBREMOVED_EVENTS_USBREMOVED_Msk (0x1UL << POWER_EVENTS_USBREMOVED_EVENTS_USBREMOVED_Pos) /*!< Bit mask of EVENTS_USBREMOVED field. */
6932 
6933 /* Register: POWER_EVENTS_USBPWRRDY */
6934 /* Description: USB 3.3 V supply ready */
6935 
6936 /* Bit 0 :   */
6937 #define POWER_EVENTS_USBPWRRDY_EVENTS_USBPWRRDY_Pos (0UL) /*!< Position of EVENTS_USBPWRRDY field. */
6938 #define POWER_EVENTS_USBPWRRDY_EVENTS_USBPWRRDY_Msk (0x1UL << POWER_EVENTS_USBPWRRDY_EVENTS_USBPWRRDY_Pos) /*!< Bit mask of EVENTS_USBPWRRDY field. */
6939 
6940 /* Register: POWER_INTENSET */
6941 /* Description: Enable interrupt */
6942 
6943 /* Bit 9 : Write '1' to enable interrupt for USBPWRRDY event */
6944 #define POWER_INTENSET_USBPWRRDY_Pos (9UL) /*!< Position of USBPWRRDY field. */
6945 #define POWER_INTENSET_USBPWRRDY_Msk (0x1UL << POWER_INTENSET_USBPWRRDY_Pos) /*!< Bit mask of USBPWRRDY field. */
6946 #define POWER_INTENSET_USBPWRRDY_Disabled (0UL) /*!< Read: Disabled */
6947 #define POWER_INTENSET_USBPWRRDY_Enabled (1UL) /*!< Read: Enabled */
6948 #define POWER_INTENSET_USBPWRRDY_Set (1UL) /*!< Enable */
6949 
6950 /* Bit 8 : Write '1' to enable interrupt for USBREMOVED event */
6951 #define POWER_INTENSET_USBREMOVED_Pos (8UL) /*!< Position of USBREMOVED field. */
6952 #define POWER_INTENSET_USBREMOVED_Msk (0x1UL << POWER_INTENSET_USBREMOVED_Pos) /*!< Bit mask of USBREMOVED field. */
6953 #define POWER_INTENSET_USBREMOVED_Disabled (0UL) /*!< Read: Disabled */
6954 #define POWER_INTENSET_USBREMOVED_Enabled (1UL) /*!< Read: Enabled */
6955 #define POWER_INTENSET_USBREMOVED_Set (1UL) /*!< Enable */
6956 
6957 /* Bit 7 : Write '1' to enable interrupt for USBDETECTED event */
6958 #define POWER_INTENSET_USBDETECTED_Pos (7UL) /*!< Position of USBDETECTED field. */
6959 #define POWER_INTENSET_USBDETECTED_Msk (0x1UL << POWER_INTENSET_USBDETECTED_Pos) /*!< Bit mask of USBDETECTED field. */
6960 #define POWER_INTENSET_USBDETECTED_Disabled (0UL) /*!< Read: Disabled */
6961 #define POWER_INTENSET_USBDETECTED_Enabled (1UL) /*!< Read: Enabled */
6962 #define POWER_INTENSET_USBDETECTED_Set (1UL) /*!< Enable */
6963 
6964 /* Bit 6 : Write '1' to enable interrupt for SLEEPEXIT event */
6965 #define POWER_INTENSET_SLEEPEXIT_Pos (6UL) /*!< Position of SLEEPEXIT field. */
6966 #define POWER_INTENSET_SLEEPEXIT_Msk (0x1UL << POWER_INTENSET_SLEEPEXIT_Pos) /*!< Bit mask of SLEEPEXIT field. */
6967 #define POWER_INTENSET_SLEEPEXIT_Disabled (0UL) /*!< Read: Disabled */
6968 #define POWER_INTENSET_SLEEPEXIT_Enabled (1UL) /*!< Read: Enabled */
6969 #define POWER_INTENSET_SLEEPEXIT_Set (1UL) /*!< Enable */
6970 
6971 /* Bit 5 : Write '1' to enable interrupt for SLEEPENTER event */
6972 #define POWER_INTENSET_SLEEPENTER_Pos (5UL) /*!< Position of SLEEPENTER field. */
6973 #define POWER_INTENSET_SLEEPENTER_Msk (0x1UL << POWER_INTENSET_SLEEPENTER_Pos) /*!< Bit mask of SLEEPENTER field. */
6974 #define POWER_INTENSET_SLEEPENTER_Disabled (0UL) /*!< Read: Disabled */
6975 #define POWER_INTENSET_SLEEPENTER_Enabled (1UL) /*!< Read: Enabled */
6976 #define POWER_INTENSET_SLEEPENTER_Set (1UL) /*!< Enable */
6977 
6978 /* Bit 2 : Write '1' to enable interrupt for POFWARN event */
6979 #define POWER_INTENSET_POFWARN_Pos (2UL) /*!< Position of POFWARN field. */
6980 #define POWER_INTENSET_POFWARN_Msk (0x1UL << POWER_INTENSET_POFWARN_Pos) /*!< Bit mask of POFWARN field. */
6981 #define POWER_INTENSET_POFWARN_Disabled (0UL) /*!< Read: Disabled */
6982 #define POWER_INTENSET_POFWARN_Enabled (1UL) /*!< Read: Enabled */
6983 #define POWER_INTENSET_POFWARN_Set (1UL) /*!< Enable */
6984 
6985 /* Register: POWER_INTENCLR */
6986 /* Description: Disable interrupt */
6987 
6988 /* Bit 9 : Write '1' to disable interrupt for USBPWRRDY event */
6989 #define POWER_INTENCLR_USBPWRRDY_Pos (9UL) /*!< Position of USBPWRRDY field. */
6990 #define POWER_INTENCLR_USBPWRRDY_Msk (0x1UL << POWER_INTENCLR_USBPWRRDY_Pos) /*!< Bit mask of USBPWRRDY field. */
6991 #define POWER_INTENCLR_USBPWRRDY_Disabled (0UL) /*!< Read: Disabled */
6992 #define POWER_INTENCLR_USBPWRRDY_Enabled (1UL) /*!< Read: Enabled */
6993 #define POWER_INTENCLR_USBPWRRDY_Clear (1UL) /*!< Disable */
6994 
6995 /* Bit 8 : Write '1' to disable interrupt for USBREMOVED event */
6996 #define POWER_INTENCLR_USBREMOVED_Pos (8UL) /*!< Position of USBREMOVED field. */
6997 #define POWER_INTENCLR_USBREMOVED_Msk (0x1UL << POWER_INTENCLR_USBREMOVED_Pos) /*!< Bit mask of USBREMOVED field. */
6998 #define POWER_INTENCLR_USBREMOVED_Disabled (0UL) /*!< Read: Disabled */
6999 #define POWER_INTENCLR_USBREMOVED_Enabled (1UL) /*!< Read: Enabled */
7000 #define POWER_INTENCLR_USBREMOVED_Clear (1UL) /*!< Disable */
7001 
7002 /* Bit 7 : Write '1' to disable interrupt for USBDETECTED event */
7003 #define POWER_INTENCLR_USBDETECTED_Pos (7UL) /*!< Position of USBDETECTED field. */
7004 #define POWER_INTENCLR_USBDETECTED_Msk (0x1UL << POWER_INTENCLR_USBDETECTED_Pos) /*!< Bit mask of USBDETECTED field. */
7005 #define POWER_INTENCLR_USBDETECTED_Disabled (0UL) /*!< Read: Disabled */
7006 #define POWER_INTENCLR_USBDETECTED_Enabled (1UL) /*!< Read: Enabled */
7007 #define POWER_INTENCLR_USBDETECTED_Clear (1UL) /*!< Disable */
7008 
7009 /* Bit 6 : Write '1' to disable interrupt for SLEEPEXIT event */
7010 #define POWER_INTENCLR_SLEEPEXIT_Pos (6UL) /*!< Position of SLEEPEXIT field. */
7011 #define POWER_INTENCLR_SLEEPEXIT_Msk (0x1UL << POWER_INTENCLR_SLEEPEXIT_Pos) /*!< Bit mask of SLEEPEXIT field. */
7012 #define POWER_INTENCLR_SLEEPEXIT_Disabled (0UL) /*!< Read: Disabled */
7013 #define POWER_INTENCLR_SLEEPEXIT_Enabled (1UL) /*!< Read: Enabled */
7014 #define POWER_INTENCLR_SLEEPEXIT_Clear (1UL) /*!< Disable */
7015 
7016 /* Bit 5 : Write '1' to disable interrupt for SLEEPENTER event */
7017 #define POWER_INTENCLR_SLEEPENTER_Pos (5UL) /*!< Position of SLEEPENTER field. */
7018 #define POWER_INTENCLR_SLEEPENTER_Msk (0x1UL << POWER_INTENCLR_SLEEPENTER_Pos) /*!< Bit mask of SLEEPENTER field. */
7019 #define POWER_INTENCLR_SLEEPENTER_Disabled (0UL) /*!< Read: Disabled */
7020 #define POWER_INTENCLR_SLEEPENTER_Enabled (1UL) /*!< Read: Enabled */
7021 #define POWER_INTENCLR_SLEEPENTER_Clear (1UL) /*!< Disable */
7022 
7023 /* Bit 2 : Write '1' to disable interrupt for POFWARN event */
7024 #define POWER_INTENCLR_POFWARN_Pos (2UL) /*!< Position of POFWARN field. */
7025 #define POWER_INTENCLR_POFWARN_Msk (0x1UL << POWER_INTENCLR_POFWARN_Pos) /*!< Bit mask of POFWARN field. */
7026 #define POWER_INTENCLR_POFWARN_Disabled (0UL) /*!< Read: Disabled */
7027 #define POWER_INTENCLR_POFWARN_Enabled (1UL) /*!< Read: Enabled */
7028 #define POWER_INTENCLR_POFWARN_Clear (1UL) /*!< Disable */
7029 
7030 /* Register: POWER_RESETREAS */
7031 /* Description: Reset reason */
7032 
7033 /* Bit 20 : Reset due to wake up from System OFF mode by VBUS rising into valid range */
7034 #define POWER_RESETREAS_VBUS_Pos (20UL) /*!< Position of VBUS field. */
7035 #define POWER_RESETREAS_VBUS_Msk (0x1UL << POWER_RESETREAS_VBUS_Pos) /*!< Bit mask of VBUS field. */
7036 #define POWER_RESETREAS_VBUS_NotDetected (0UL) /*!< Not detected */
7037 #define POWER_RESETREAS_VBUS_Detected (1UL) /*!< Detected */
7038 
7039 /* Bit 19 : Reset due to wake up from System OFF mode by NFC field detect */
7040 #define POWER_RESETREAS_NFC_Pos (19UL) /*!< Position of NFC field. */
7041 #define POWER_RESETREAS_NFC_Msk (0x1UL << POWER_RESETREAS_NFC_Pos) /*!< Bit mask of NFC field. */
7042 #define POWER_RESETREAS_NFC_NotDetected (0UL) /*!< Not detected */
7043 #define POWER_RESETREAS_NFC_Detected (1UL) /*!< Detected */
7044 
7045 /* Bit 18 : Reset due to wake up from System OFF mode when wakeup is triggered from entering into debug interface mode */
7046 #define POWER_RESETREAS_DIF_Pos (18UL) /*!< Position of DIF field. */
7047 #define POWER_RESETREAS_DIF_Msk (0x1UL << POWER_RESETREAS_DIF_Pos) /*!< Bit mask of DIF field. */
7048 #define POWER_RESETREAS_DIF_NotDetected (0UL) /*!< Not detected */
7049 #define POWER_RESETREAS_DIF_Detected (1UL) /*!< Detected */
7050 
7051 /* Bit 17 : Reset due to wake up from System OFF mode when wakeup is triggered from ANADETECT signal from LPCOMP */
7052 #define POWER_RESETREAS_LPCOMP_Pos (17UL) /*!< Position of LPCOMP field. */
7053 #define POWER_RESETREAS_LPCOMP_Msk (0x1UL << POWER_RESETREAS_LPCOMP_Pos) /*!< Bit mask of LPCOMP field. */
7054 #define POWER_RESETREAS_LPCOMP_NotDetected (0UL) /*!< Not detected */
7055 #define POWER_RESETREAS_LPCOMP_Detected (1UL) /*!< Detected */
7056 
7057 /* Bit 16 : Reset due to wake up from System OFF mode when wakeup is triggered from DETECT signal from GPIO */
7058 #define POWER_RESETREAS_OFF_Pos (16UL) /*!< Position of OFF field. */
7059 #define POWER_RESETREAS_OFF_Msk (0x1UL << POWER_RESETREAS_OFF_Pos) /*!< Bit mask of OFF field. */
7060 #define POWER_RESETREAS_OFF_NotDetected (0UL) /*!< Not detected */
7061 #define POWER_RESETREAS_OFF_Detected (1UL) /*!< Detected */
7062 
7063 /* Bit 3 : Reset from CPU lock-up detected */
7064 #define POWER_RESETREAS_LOCKUP_Pos (3UL) /*!< Position of LOCKUP field. */
7065 #define POWER_RESETREAS_LOCKUP_Msk (0x1UL << POWER_RESETREAS_LOCKUP_Pos) /*!< Bit mask of LOCKUP field. */
7066 #define POWER_RESETREAS_LOCKUP_NotDetected (0UL) /*!< Not detected */
7067 #define POWER_RESETREAS_LOCKUP_Detected (1UL) /*!< Detected */
7068 
7069 /* Bit 2 : Reset from soft reset detected */
7070 #define POWER_RESETREAS_SREQ_Pos (2UL) /*!< Position of SREQ field. */
7071 #define POWER_RESETREAS_SREQ_Msk (0x1UL << POWER_RESETREAS_SREQ_Pos) /*!< Bit mask of SREQ field. */
7072 #define POWER_RESETREAS_SREQ_NotDetected (0UL) /*!< Not detected */
7073 #define POWER_RESETREAS_SREQ_Detected (1UL) /*!< Detected */
7074 
7075 /* Bit 1 : Reset from watchdog detected */
7076 #define POWER_RESETREAS_DOG_Pos (1UL) /*!< Position of DOG field. */
7077 #define POWER_RESETREAS_DOG_Msk (0x1UL << POWER_RESETREAS_DOG_Pos) /*!< Bit mask of DOG field. */
7078 #define POWER_RESETREAS_DOG_NotDetected (0UL) /*!< Not detected */
7079 #define POWER_RESETREAS_DOG_Detected (1UL) /*!< Detected */
7080 
7081 /* Bit 0 : Reset from pin-reset detected */
7082 #define POWER_RESETREAS_RESETPIN_Pos (0UL) /*!< Position of RESETPIN field. */
7083 #define POWER_RESETREAS_RESETPIN_Msk (0x1UL << POWER_RESETREAS_RESETPIN_Pos) /*!< Bit mask of RESETPIN field. */
7084 #define POWER_RESETREAS_RESETPIN_NotDetected (0UL) /*!< Not detected */
7085 #define POWER_RESETREAS_RESETPIN_Detected (1UL) /*!< Detected */
7086 
7087 /* Register: POWER_RAMSTATUS */
7088 /* Description: Deprecated register - RAM status register */
7089 
7090 /* Bit 3 : RAM block 3 is on or off/powering up */
7091 #define POWER_RAMSTATUS_RAMBLOCK3_Pos (3UL) /*!< Position of RAMBLOCK3 field. */
7092 #define POWER_RAMSTATUS_RAMBLOCK3_Msk (0x1UL << POWER_RAMSTATUS_RAMBLOCK3_Pos) /*!< Bit mask of RAMBLOCK3 field. */
7093 #define POWER_RAMSTATUS_RAMBLOCK3_Off (0UL) /*!< Off */
7094 #define POWER_RAMSTATUS_RAMBLOCK3_On (1UL) /*!< On */
7095 
7096 /* Bit 2 : RAM block 2 is on or off/powering up */
7097 #define POWER_RAMSTATUS_RAMBLOCK2_Pos (2UL) /*!< Position of RAMBLOCK2 field. */
7098 #define POWER_RAMSTATUS_RAMBLOCK2_Msk (0x1UL << POWER_RAMSTATUS_RAMBLOCK2_Pos) /*!< Bit mask of RAMBLOCK2 field. */
7099 #define POWER_RAMSTATUS_RAMBLOCK2_Off (0UL) /*!< Off */
7100 #define POWER_RAMSTATUS_RAMBLOCK2_On (1UL) /*!< On */
7101 
7102 /* Bit 1 : RAM block 1 is on or off/powering up */
7103 #define POWER_RAMSTATUS_RAMBLOCK1_Pos (1UL) /*!< Position of RAMBLOCK1 field. */
7104 #define POWER_RAMSTATUS_RAMBLOCK1_Msk (0x1UL << POWER_RAMSTATUS_RAMBLOCK1_Pos) /*!< Bit mask of RAMBLOCK1 field. */
7105 #define POWER_RAMSTATUS_RAMBLOCK1_Off (0UL) /*!< Off */
7106 #define POWER_RAMSTATUS_RAMBLOCK1_On (1UL) /*!< On */
7107 
7108 /* Bit 0 : RAM block 0 is on or off/powering up */
7109 #define POWER_RAMSTATUS_RAMBLOCK0_Pos (0UL) /*!< Position of RAMBLOCK0 field. */
7110 #define POWER_RAMSTATUS_RAMBLOCK0_Msk (0x1UL << POWER_RAMSTATUS_RAMBLOCK0_Pos) /*!< Bit mask of RAMBLOCK0 field. */
7111 #define POWER_RAMSTATUS_RAMBLOCK0_Off (0UL) /*!< Off */
7112 #define POWER_RAMSTATUS_RAMBLOCK0_On (1UL) /*!< On */
7113 
7114 /* Register: POWER_USBREGSTATUS */
7115 /* Description: USB supply status */
7116 
7117 /* Bit 1 : USB supply output settling time elapsed */
7118 #define POWER_USBREGSTATUS_OUTPUTRDY_Pos (1UL) /*!< Position of OUTPUTRDY field. */
7119 #define POWER_USBREGSTATUS_OUTPUTRDY_Msk (0x1UL << POWER_USBREGSTATUS_OUTPUTRDY_Pos) /*!< Bit mask of OUTPUTRDY field. */
7120 #define POWER_USBREGSTATUS_OUTPUTRDY_NotReady (0UL) /*!< USBREG output settling time not elapsed */
7121 #define POWER_USBREGSTATUS_OUTPUTRDY_Ready (1UL) /*!< USBREG output settling time elapsed (same information as USBPWRRDY event) */
7122 
7123 /* Bit 0 : VBUS input detection status (USBDETECTED and USBREMOVED events are derived from this information) */
7124 #define POWER_USBREGSTATUS_VBUSDETECT_Pos (0UL) /*!< Position of VBUSDETECT field. */
7125 #define POWER_USBREGSTATUS_VBUSDETECT_Msk (0x1UL << POWER_USBREGSTATUS_VBUSDETECT_Pos) /*!< Bit mask of VBUSDETECT field. */
7126 #define POWER_USBREGSTATUS_VBUSDETECT_NoVbus (0UL) /*!< VBUS voltage below valid threshold */
7127 #define POWER_USBREGSTATUS_VBUSDETECT_VbusPresent (1UL) /*!< VBUS voltage above valid threshold */
7128 
7129 /* Register: POWER_SYSTEMOFF */
7130 /* Description: System OFF register */
7131 
7132 /* Bit 0 : Enable System OFF mode */
7133 #define POWER_SYSTEMOFF_SYSTEMOFF_Pos (0UL) /*!< Position of SYSTEMOFF field. */
7134 #define POWER_SYSTEMOFF_SYSTEMOFF_Msk (0x1UL << POWER_SYSTEMOFF_SYSTEMOFF_Pos) /*!< Bit mask of SYSTEMOFF field. */
7135 #define POWER_SYSTEMOFF_SYSTEMOFF_Enter (1UL) /*!< Enable System OFF mode */
7136 
7137 /* Register: POWER_POFCON */
7138 /* Description: Power-fail comparator configuration */
7139 
7140 /* Bits 11..8 : Power-fail comparator threshold setting for high voltage mode (supply connected to VDDH only). This setting does not apply for normal voltage mode (supply connected to both VDD and VDDH). */
7141 #define POWER_POFCON_THRESHOLDVDDH_Pos (8UL) /*!< Position of THRESHOLDVDDH field. */
7142 #define POWER_POFCON_THRESHOLDVDDH_Msk (0xFUL << POWER_POFCON_THRESHOLDVDDH_Pos) /*!< Bit mask of THRESHOLDVDDH field. */
7143 #define POWER_POFCON_THRESHOLDVDDH_V27 (0UL) /*!< Set threshold to 2.7 V */
7144 #define POWER_POFCON_THRESHOLDVDDH_V28 (1UL) /*!< Set threshold to 2.8 V */
7145 #define POWER_POFCON_THRESHOLDVDDH_V29 (2UL) /*!< Set threshold to 2.9 V */
7146 #define POWER_POFCON_THRESHOLDVDDH_V30 (3UL) /*!< Set threshold to 3.0 V */
7147 #define POWER_POFCON_THRESHOLDVDDH_V31 (4UL) /*!< Set threshold to 3.1 V */
7148 #define POWER_POFCON_THRESHOLDVDDH_V32 (5UL) /*!< Set threshold to 3.2 V */
7149 #define POWER_POFCON_THRESHOLDVDDH_V33 (6UL) /*!< Set threshold to 3.3 V */
7150 #define POWER_POFCON_THRESHOLDVDDH_V34 (7UL) /*!< Set threshold to 3.4 V */
7151 #define POWER_POFCON_THRESHOLDVDDH_V35 (8UL) /*!< Set threshold to 3.5 V */
7152 #define POWER_POFCON_THRESHOLDVDDH_V36 (9UL) /*!< Set threshold to 3.6 V */
7153 #define POWER_POFCON_THRESHOLDVDDH_V37 (10UL) /*!< Set threshold to 3.7 V */
7154 #define POWER_POFCON_THRESHOLDVDDH_V38 (11UL) /*!< Set threshold to 3.8 V */
7155 #define POWER_POFCON_THRESHOLDVDDH_V39 (12UL) /*!< Set threshold to 3.9 V */
7156 #define POWER_POFCON_THRESHOLDVDDH_V40 (13UL) /*!< Set threshold to 4.0 V */
7157 #define POWER_POFCON_THRESHOLDVDDH_V41 (14UL) /*!< Set threshold to 4.1 V */
7158 #define POWER_POFCON_THRESHOLDVDDH_V42 (15UL) /*!< Set threshold to 4.2 V */
7159 
7160 /* Bits 4..1 : Power-fail comparator threshold setting. This setting applies both for normal voltage mode (supply connected to both VDD and VDDH) and high voltage mode (supply connected to VDDH only). Values 0-3 set threshold below 1.7 V and should not be used as brown out detection will be activated before power failure warning on such low voltages. */
7161 #define POWER_POFCON_THRESHOLD_Pos (1UL) /*!< Position of THRESHOLD field. */
7162 #define POWER_POFCON_THRESHOLD_Msk (0xFUL << POWER_POFCON_THRESHOLD_Pos) /*!< Bit mask of THRESHOLD field. */
7163 #define POWER_POFCON_THRESHOLD_V17 (4UL) /*!< Set threshold to 1.7 V */
7164 #define POWER_POFCON_THRESHOLD_V18 (5UL) /*!< Set threshold to 1.8 V */
7165 #define POWER_POFCON_THRESHOLD_V19 (6UL) /*!< Set threshold to 1.9 V */
7166 #define POWER_POFCON_THRESHOLD_V20 (7UL) /*!< Set threshold to 2.0 V */
7167 #define POWER_POFCON_THRESHOLD_V21 (8UL) /*!< Set threshold to 2.1 V */
7168 #define POWER_POFCON_THRESHOLD_V22 (9UL) /*!< Set threshold to 2.2 V */
7169 #define POWER_POFCON_THRESHOLD_V23 (10UL) /*!< Set threshold to 2.3 V */
7170 #define POWER_POFCON_THRESHOLD_V24 (11UL) /*!< Set threshold to 2.4 V */
7171 #define POWER_POFCON_THRESHOLD_V25 (12UL) /*!< Set threshold to 2.5 V */
7172 #define POWER_POFCON_THRESHOLD_V26 (13UL) /*!< Set threshold to 2.6 V */
7173 #define POWER_POFCON_THRESHOLD_V27 (14UL) /*!< Set threshold to 2.7 V */
7174 #define POWER_POFCON_THRESHOLD_V28 (15UL) /*!< Set threshold to 2.8 V */
7175 
7176 /* Bit 0 : Enable or disable power failure warning */
7177 #define POWER_POFCON_POF_Pos (0UL) /*!< Position of POF field. */
7178 #define POWER_POFCON_POF_Msk (0x1UL << POWER_POFCON_POF_Pos) /*!< Bit mask of POF field. */
7179 #define POWER_POFCON_POF_Disabled (0UL) /*!< Disable */
7180 #define POWER_POFCON_POF_Enabled (1UL) /*!< Enable */
7181 
7182 /* Register: POWER_GPREGRET */
7183 /* Description: General purpose retention register */
7184 
7185 /* Bits 7..0 : General purpose retention register */
7186 #define POWER_GPREGRET_GPREGRET_Pos (0UL) /*!< Position of GPREGRET field. */
7187 #define POWER_GPREGRET_GPREGRET_Msk (0xFFUL << POWER_GPREGRET_GPREGRET_Pos) /*!< Bit mask of GPREGRET field. */
7188 
7189 /* Register: POWER_GPREGRET2 */
7190 /* Description: General purpose retention register */
7191 
7192 /* Bits 7..0 : General purpose retention register */
7193 #define POWER_GPREGRET2_GPREGRET_Pos (0UL) /*!< Position of GPREGRET field. */
7194 #define POWER_GPREGRET2_GPREGRET_Msk (0xFFUL << POWER_GPREGRET2_GPREGRET_Pos) /*!< Bit mask of GPREGRET field. */
7195 
7196 /* Register: POWER_DCDCEN */
7197 /* Description: Enable DC/DC converter for REG1 stage. */
7198 
7199 /* Bit 0 : Enable DC/DC converter for REG1 stage. */
7200 #define POWER_DCDCEN_DCDCEN_Pos (0UL) /*!< Position of DCDCEN field. */
7201 #define POWER_DCDCEN_DCDCEN_Msk (0x1UL << POWER_DCDCEN_DCDCEN_Pos) /*!< Bit mask of DCDCEN field. */
7202 #define POWER_DCDCEN_DCDCEN_Disabled (0UL) /*!< Disable */
7203 #define POWER_DCDCEN_DCDCEN_Enabled (1UL) /*!< Enable */
7204 
7205 /* Register: POWER_DCDCEN0 */
7206 /* Description: Enable DC/DC converter for REG0 stage. */
7207 
7208 /* Bit 0 : Enable DC/DC converter for REG0 stage. */
7209 #define POWER_DCDCEN0_DCDCEN_Pos (0UL) /*!< Position of DCDCEN field. */
7210 #define POWER_DCDCEN0_DCDCEN_Msk (0x1UL << POWER_DCDCEN0_DCDCEN_Pos) /*!< Bit mask of DCDCEN field. */
7211 #define POWER_DCDCEN0_DCDCEN_Disabled (0UL) /*!< Disable */
7212 #define POWER_DCDCEN0_DCDCEN_Enabled (1UL) /*!< Enable */
7213 
7214 /* Register: POWER_MAINREGSTATUS */
7215 /* Description: Main supply status */
7216 
7217 /* Bit 0 : Main supply status */
7218 #define POWER_MAINREGSTATUS_MAINREGSTATUS_Pos (0UL) /*!< Position of MAINREGSTATUS field. */
7219 #define POWER_MAINREGSTATUS_MAINREGSTATUS_Msk (0x1UL << POWER_MAINREGSTATUS_MAINREGSTATUS_Pos) /*!< Bit mask of MAINREGSTATUS field. */
7220 #define POWER_MAINREGSTATUS_MAINREGSTATUS_Normal (0UL) /*!< Normal voltage mode. Voltage supplied on VDD. */
7221 #define POWER_MAINREGSTATUS_MAINREGSTATUS_High (1UL) /*!< High voltage mode. Voltage supplied on VDDH. */
7222 
7223 /* Register: POWER_RAM_POWER */
7224 /* Description: Description cluster[n]: RAMn power control register */
7225 
7226 /* Bit 31 : Keep retention on RAM section S15 when RAM section is off */
7227 #define POWER_RAM_POWER_S15RETENTION_Pos (31UL) /*!< Position of S15RETENTION field. */
7228 #define POWER_RAM_POWER_S15RETENTION_Msk (0x1UL << POWER_RAM_POWER_S15RETENTION_Pos) /*!< Bit mask of S15RETENTION field. */
7229 #define POWER_RAM_POWER_S15RETENTION_Off (0UL) /*!< Off */
7230 #define POWER_RAM_POWER_S15RETENTION_On (1UL) /*!< On */
7231 
7232 /* Bit 30 : Keep retention on RAM section S14 when RAM section is off */
7233 #define POWER_RAM_POWER_S14RETENTION_Pos (30UL) /*!< Position of S14RETENTION field. */
7234 #define POWER_RAM_POWER_S14RETENTION_Msk (0x1UL << POWER_RAM_POWER_S14RETENTION_Pos) /*!< Bit mask of S14RETENTION field. */
7235 #define POWER_RAM_POWER_S14RETENTION_Off (0UL) /*!< Off */
7236 #define POWER_RAM_POWER_S14RETENTION_On (1UL) /*!< On */
7237 
7238 /* Bit 29 : Keep retention on RAM section S13 when RAM section is off */
7239 #define POWER_RAM_POWER_S13RETENTION_Pos (29UL) /*!< Position of S13RETENTION field. */
7240 #define POWER_RAM_POWER_S13RETENTION_Msk (0x1UL << POWER_RAM_POWER_S13RETENTION_Pos) /*!< Bit mask of S13RETENTION field. */
7241 #define POWER_RAM_POWER_S13RETENTION_Off (0UL) /*!< Off */
7242 #define POWER_RAM_POWER_S13RETENTION_On (1UL) /*!< On */
7243 
7244 /* Bit 28 : Keep retention on RAM section S12 when RAM section is off */
7245 #define POWER_RAM_POWER_S12RETENTION_Pos (28UL) /*!< Position of S12RETENTION field. */
7246 #define POWER_RAM_POWER_S12RETENTION_Msk (0x1UL << POWER_RAM_POWER_S12RETENTION_Pos) /*!< Bit mask of S12RETENTION field. */
7247 #define POWER_RAM_POWER_S12RETENTION_Off (0UL) /*!< Off */
7248 #define POWER_RAM_POWER_S12RETENTION_On (1UL) /*!< On */
7249 
7250 /* Bit 27 : Keep retention on RAM section S11 when RAM section is off */
7251 #define POWER_RAM_POWER_S11RETENTION_Pos (27UL) /*!< Position of S11RETENTION field. */
7252 #define POWER_RAM_POWER_S11RETENTION_Msk (0x1UL << POWER_RAM_POWER_S11RETENTION_Pos) /*!< Bit mask of S11RETENTION field. */
7253 #define POWER_RAM_POWER_S11RETENTION_Off (0UL) /*!< Off */
7254 #define POWER_RAM_POWER_S11RETENTION_On (1UL) /*!< On */
7255 
7256 /* Bit 26 : Keep retention on RAM section S10 when RAM section is off */
7257 #define POWER_RAM_POWER_S10RETENTION_Pos (26UL) /*!< Position of S10RETENTION field. */
7258 #define POWER_RAM_POWER_S10RETENTION_Msk (0x1UL << POWER_RAM_POWER_S10RETENTION_Pos) /*!< Bit mask of S10RETENTION field. */
7259 #define POWER_RAM_POWER_S10RETENTION_Off (0UL) /*!< Off */
7260 #define POWER_RAM_POWER_S10RETENTION_On (1UL) /*!< On */
7261 
7262 /* Bit 25 : Keep retention on RAM section S9 when RAM section is off */
7263 #define POWER_RAM_POWER_S9RETENTION_Pos (25UL) /*!< Position of S9RETENTION field. */
7264 #define POWER_RAM_POWER_S9RETENTION_Msk (0x1UL << POWER_RAM_POWER_S9RETENTION_Pos) /*!< Bit mask of S9RETENTION field. */
7265 #define POWER_RAM_POWER_S9RETENTION_Off (0UL) /*!< Off */
7266 #define POWER_RAM_POWER_S9RETENTION_On (1UL) /*!< On */
7267 
7268 /* Bit 24 : Keep retention on RAM section S8 when RAM section is off */
7269 #define POWER_RAM_POWER_S8RETENTION_Pos (24UL) /*!< Position of S8RETENTION field. */
7270 #define POWER_RAM_POWER_S8RETENTION_Msk (0x1UL << POWER_RAM_POWER_S8RETENTION_Pos) /*!< Bit mask of S8RETENTION field. */
7271 #define POWER_RAM_POWER_S8RETENTION_Off (0UL) /*!< Off */
7272 #define POWER_RAM_POWER_S8RETENTION_On (1UL) /*!< On */
7273 
7274 /* Bit 23 : Keep retention on RAM section S7 when RAM section is off */
7275 #define POWER_RAM_POWER_S7RETENTION_Pos (23UL) /*!< Position of S7RETENTION field. */
7276 #define POWER_RAM_POWER_S7RETENTION_Msk (0x1UL << POWER_RAM_POWER_S7RETENTION_Pos) /*!< Bit mask of S7RETENTION field. */
7277 #define POWER_RAM_POWER_S7RETENTION_Off (0UL) /*!< Off */
7278 #define POWER_RAM_POWER_S7RETENTION_On (1UL) /*!< On */
7279 
7280 /* Bit 22 : Keep retention on RAM section S6 when RAM section is off */
7281 #define POWER_RAM_POWER_S6RETENTION_Pos (22UL) /*!< Position of S6RETENTION field. */
7282 #define POWER_RAM_POWER_S6RETENTION_Msk (0x1UL << POWER_RAM_POWER_S6RETENTION_Pos) /*!< Bit mask of S6RETENTION field. */
7283 #define POWER_RAM_POWER_S6RETENTION_Off (0UL) /*!< Off */
7284 #define POWER_RAM_POWER_S6RETENTION_On (1UL) /*!< On */
7285 
7286 /* Bit 21 : Keep retention on RAM section S5 when RAM section is off */
7287 #define POWER_RAM_POWER_S5RETENTION_Pos (21UL) /*!< Position of S5RETENTION field. */
7288 #define POWER_RAM_POWER_S5RETENTION_Msk (0x1UL << POWER_RAM_POWER_S5RETENTION_Pos) /*!< Bit mask of S5RETENTION field. */
7289 #define POWER_RAM_POWER_S5RETENTION_Off (0UL) /*!< Off */
7290 #define POWER_RAM_POWER_S5RETENTION_On (1UL) /*!< On */
7291 
7292 /* Bit 20 : Keep retention on RAM section S4 when RAM section is off */
7293 #define POWER_RAM_POWER_S4RETENTION_Pos (20UL) /*!< Position of S4RETENTION field. */
7294 #define POWER_RAM_POWER_S4RETENTION_Msk (0x1UL << POWER_RAM_POWER_S4RETENTION_Pos) /*!< Bit mask of S4RETENTION field. */
7295 #define POWER_RAM_POWER_S4RETENTION_Off (0UL) /*!< Off */
7296 #define POWER_RAM_POWER_S4RETENTION_On (1UL) /*!< On */
7297 
7298 /* Bit 19 : Keep retention on RAM section S3 when RAM section is off */
7299 #define POWER_RAM_POWER_S3RETENTION_Pos (19UL) /*!< Position of S3RETENTION field. */
7300 #define POWER_RAM_POWER_S3RETENTION_Msk (0x1UL << POWER_RAM_POWER_S3RETENTION_Pos) /*!< Bit mask of S3RETENTION field. */
7301 #define POWER_RAM_POWER_S3RETENTION_Off (0UL) /*!< Off */
7302 #define POWER_RAM_POWER_S3RETENTION_On (1UL) /*!< On */
7303 
7304 /* Bit 18 : Keep retention on RAM section S2 when RAM section is off */
7305 #define POWER_RAM_POWER_S2RETENTION_Pos (18UL) /*!< Position of S2RETENTION field. */
7306 #define POWER_RAM_POWER_S2RETENTION_Msk (0x1UL << POWER_RAM_POWER_S2RETENTION_Pos) /*!< Bit mask of S2RETENTION field. */
7307 #define POWER_RAM_POWER_S2RETENTION_Off (0UL) /*!< Off */
7308 #define POWER_RAM_POWER_S2RETENTION_On (1UL) /*!< On */
7309 
7310 /* Bit 17 : Keep retention on RAM section S1 when RAM section is off */
7311 #define POWER_RAM_POWER_S1RETENTION_Pos (17UL) /*!< Position of S1RETENTION field. */
7312 #define POWER_RAM_POWER_S1RETENTION_Msk (0x1UL << POWER_RAM_POWER_S1RETENTION_Pos) /*!< Bit mask of S1RETENTION field. */
7313 #define POWER_RAM_POWER_S1RETENTION_Off (0UL) /*!< Off */
7314 #define POWER_RAM_POWER_S1RETENTION_On (1UL) /*!< On */
7315 
7316 /* Bit 16 : Keep retention on RAM section S0 when RAM section is off */
7317 #define POWER_RAM_POWER_S0RETENTION_Pos (16UL) /*!< Position of S0RETENTION field. */
7318 #define POWER_RAM_POWER_S0RETENTION_Msk (0x1UL << POWER_RAM_POWER_S0RETENTION_Pos) /*!< Bit mask of S0RETENTION field. */
7319 #define POWER_RAM_POWER_S0RETENTION_Off (0UL) /*!< Off */
7320 #define POWER_RAM_POWER_S0RETENTION_On (1UL) /*!< On */
7321 
7322 /* Bit 15 : Keep RAM section S15 on or off in System ON mode. */
7323 #define POWER_RAM_POWER_S15POWER_Pos (15UL) /*!< Position of S15POWER field. */
7324 #define POWER_RAM_POWER_S15POWER_Msk (0x1UL << POWER_RAM_POWER_S15POWER_Pos) /*!< Bit mask of S15POWER field. */
7325 #define POWER_RAM_POWER_S15POWER_Off (0UL) /*!< Off */
7326 #define POWER_RAM_POWER_S15POWER_On (1UL) /*!< On */
7327 
7328 /* Bit 14 : Keep RAM section S14 on or off in System ON mode. */
7329 #define POWER_RAM_POWER_S14POWER_Pos (14UL) /*!< Position of S14POWER field. */
7330 #define POWER_RAM_POWER_S14POWER_Msk (0x1UL << POWER_RAM_POWER_S14POWER_Pos) /*!< Bit mask of S14POWER field. */
7331 #define POWER_RAM_POWER_S14POWER_Off (0UL) /*!< Off */
7332 #define POWER_RAM_POWER_S14POWER_On (1UL) /*!< On */
7333 
7334 /* Bit 13 : Keep RAM section S13 on or off in System ON mode. */
7335 #define POWER_RAM_POWER_S13POWER_Pos (13UL) /*!< Position of S13POWER field. */
7336 #define POWER_RAM_POWER_S13POWER_Msk (0x1UL << POWER_RAM_POWER_S13POWER_Pos) /*!< Bit mask of S13POWER field. */
7337 #define POWER_RAM_POWER_S13POWER_Off (0UL) /*!< Off */
7338 #define POWER_RAM_POWER_S13POWER_On (1UL) /*!< On */
7339 
7340 /* Bit 12 : Keep RAM section S12 on or off in System ON mode. */
7341 #define POWER_RAM_POWER_S12POWER_Pos (12UL) /*!< Position of S12POWER field. */
7342 #define POWER_RAM_POWER_S12POWER_Msk (0x1UL << POWER_RAM_POWER_S12POWER_Pos) /*!< Bit mask of S12POWER field. */
7343 #define POWER_RAM_POWER_S12POWER_Off (0UL) /*!< Off */
7344 #define POWER_RAM_POWER_S12POWER_On (1UL) /*!< On */
7345 
7346 /* Bit 11 : Keep RAM section S11 on or off in System ON mode. */
7347 #define POWER_RAM_POWER_S11POWER_Pos (11UL) /*!< Position of S11POWER field. */
7348 #define POWER_RAM_POWER_S11POWER_Msk (0x1UL << POWER_RAM_POWER_S11POWER_Pos) /*!< Bit mask of S11POWER field. */
7349 #define POWER_RAM_POWER_S11POWER_Off (0UL) /*!< Off */
7350 #define POWER_RAM_POWER_S11POWER_On (1UL) /*!< On */
7351 
7352 /* Bit 10 : Keep RAM section S10 on or off in System ON mode. */
7353 #define POWER_RAM_POWER_S10POWER_Pos (10UL) /*!< Position of S10POWER field. */
7354 #define POWER_RAM_POWER_S10POWER_Msk (0x1UL << POWER_RAM_POWER_S10POWER_Pos) /*!< Bit mask of S10POWER field. */
7355 #define POWER_RAM_POWER_S10POWER_Off (0UL) /*!< Off */
7356 #define POWER_RAM_POWER_S10POWER_On (1UL) /*!< On */
7357 
7358 /* Bit 9 : Keep RAM section S9 on or off in System ON mode. */
7359 #define POWER_RAM_POWER_S9POWER_Pos (9UL) /*!< Position of S9POWER field. */
7360 #define POWER_RAM_POWER_S9POWER_Msk (0x1UL << POWER_RAM_POWER_S9POWER_Pos) /*!< Bit mask of S9POWER field. */
7361 #define POWER_RAM_POWER_S9POWER_Off (0UL) /*!< Off */
7362 #define POWER_RAM_POWER_S9POWER_On (1UL) /*!< On */
7363 
7364 /* Bit 8 : Keep RAM section S8 on or off in System ON mode. */
7365 #define POWER_RAM_POWER_S8POWER_Pos (8UL) /*!< Position of S8POWER field. */
7366 #define POWER_RAM_POWER_S8POWER_Msk (0x1UL << POWER_RAM_POWER_S8POWER_Pos) /*!< Bit mask of S8POWER field. */
7367 #define POWER_RAM_POWER_S8POWER_Off (0UL) /*!< Off */
7368 #define POWER_RAM_POWER_S8POWER_On (1UL) /*!< On */
7369 
7370 /* Bit 7 : Keep RAM section S7 on or off in System ON mode. */
7371 #define POWER_RAM_POWER_S7POWER_Pos (7UL) /*!< Position of S7POWER field. */
7372 #define POWER_RAM_POWER_S7POWER_Msk (0x1UL << POWER_RAM_POWER_S7POWER_Pos) /*!< Bit mask of S7POWER field. */
7373 #define POWER_RAM_POWER_S7POWER_Off (0UL) /*!< Off */
7374 #define POWER_RAM_POWER_S7POWER_On (1UL) /*!< On */
7375 
7376 /* Bit 6 : Keep RAM section S6 on or off in System ON mode. */
7377 #define POWER_RAM_POWER_S6POWER_Pos (6UL) /*!< Position of S6POWER field. */
7378 #define POWER_RAM_POWER_S6POWER_Msk (0x1UL << POWER_RAM_POWER_S6POWER_Pos) /*!< Bit mask of S6POWER field. */
7379 #define POWER_RAM_POWER_S6POWER_Off (0UL) /*!< Off */
7380 #define POWER_RAM_POWER_S6POWER_On (1UL) /*!< On */
7381 
7382 /* Bit 5 : Keep RAM section S5 on or off in System ON mode. */
7383 #define POWER_RAM_POWER_S5POWER_Pos (5UL) /*!< Position of S5POWER field. */
7384 #define POWER_RAM_POWER_S5POWER_Msk (0x1UL << POWER_RAM_POWER_S5POWER_Pos) /*!< Bit mask of S5POWER field. */
7385 #define POWER_RAM_POWER_S5POWER_Off (0UL) /*!< Off */
7386 #define POWER_RAM_POWER_S5POWER_On (1UL) /*!< On */
7387 
7388 /* Bit 4 : Keep RAM section S4 on or off in System ON mode. */
7389 #define POWER_RAM_POWER_S4POWER_Pos (4UL) /*!< Position of S4POWER field. */
7390 #define POWER_RAM_POWER_S4POWER_Msk (0x1UL << POWER_RAM_POWER_S4POWER_Pos) /*!< Bit mask of S4POWER field. */
7391 #define POWER_RAM_POWER_S4POWER_Off (0UL) /*!< Off */
7392 #define POWER_RAM_POWER_S4POWER_On (1UL) /*!< On */
7393 
7394 /* Bit 3 : Keep RAM section S3 on or off in System ON mode. */
7395 #define POWER_RAM_POWER_S3POWER_Pos (3UL) /*!< Position of S3POWER field. */
7396 #define POWER_RAM_POWER_S3POWER_Msk (0x1UL << POWER_RAM_POWER_S3POWER_Pos) /*!< Bit mask of S3POWER field. */
7397 #define POWER_RAM_POWER_S3POWER_Off (0UL) /*!< Off */
7398 #define POWER_RAM_POWER_S3POWER_On (1UL) /*!< On */
7399 
7400 /* Bit 2 : Keep RAM section S2 on or off in System ON mode. */
7401 #define POWER_RAM_POWER_S2POWER_Pos (2UL) /*!< Position of S2POWER field. */
7402 #define POWER_RAM_POWER_S2POWER_Msk (0x1UL << POWER_RAM_POWER_S2POWER_Pos) /*!< Bit mask of S2POWER field. */
7403 #define POWER_RAM_POWER_S2POWER_Off (0UL) /*!< Off */
7404 #define POWER_RAM_POWER_S2POWER_On (1UL) /*!< On */
7405 
7406 /* Bit 1 : Keep RAM section S1 on or off in System ON mode. */
7407 #define POWER_RAM_POWER_S1POWER_Pos (1UL) /*!< Position of S1POWER field. */
7408 #define POWER_RAM_POWER_S1POWER_Msk (0x1UL << POWER_RAM_POWER_S1POWER_Pos) /*!< Bit mask of S1POWER field. */
7409 #define POWER_RAM_POWER_S1POWER_Off (0UL) /*!< Off */
7410 #define POWER_RAM_POWER_S1POWER_On (1UL) /*!< On */
7411 
7412 /* Bit 0 : Keep RAM section S0 on or off in System ON mode. */
7413 #define POWER_RAM_POWER_S0POWER_Pos (0UL) /*!< Position of S0POWER field. */
7414 #define POWER_RAM_POWER_S0POWER_Msk (0x1UL << POWER_RAM_POWER_S0POWER_Pos) /*!< Bit mask of S0POWER field. */
7415 #define POWER_RAM_POWER_S0POWER_Off (0UL) /*!< Off */
7416 #define POWER_RAM_POWER_S0POWER_On (1UL) /*!< On */
7417 
7418 /* Register: POWER_RAM_POWERSET */
7419 /* Description: Description cluster[n]: RAMn power control set register */
7420 
7421 /* Bit 31 : Keep retention on RAM section S15 when RAM section is switched off */
7422 #define POWER_RAM_POWERSET_S15RETENTION_Pos (31UL) /*!< Position of S15RETENTION field. */
7423 #define POWER_RAM_POWERSET_S15RETENTION_Msk (0x1UL << POWER_RAM_POWERSET_S15RETENTION_Pos) /*!< Bit mask of S15RETENTION field. */
7424 #define POWER_RAM_POWERSET_S15RETENTION_On (1UL) /*!< On */
7425 
7426 /* Bit 30 : Keep retention on RAM section S14 when RAM section is switched off */
7427 #define POWER_RAM_POWERSET_S14RETENTION_Pos (30UL) /*!< Position of S14RETENTION field. */
7428 #define POWER_RAM_POWERSET_S14RETENTION_Msk (0x1UL << POWER_RAM_POWERSET_S14RETENTION_Pos) /*!< Bit mask of S14RETENTION field. */
7429 #define POWER_RAM_POWERSET_S14RETENTION_On (1UL) /*!< On */
7430 
7431 /* Bit 29 : Keep retention on RAM section S13 when RAM section is switched off */
7432 #define POWER_RAM_POWERSET_S13RETENTION_Pos (29UL) /*!< Position of S13RETENTION field. */
7433 #define POWER_RAM_POWERSET_S13RETENTION_Msk (0x1UL << POWER_RAM_POWERSET_S13RETENTION_Pos) /*!< Bit mask of S13RETENTION field. */
7434 #define POWER_RAM_POWERSET_S13RETENTION_On (1UL) /*!< On */
7435 
7436 /* Bit 28 : Keep retention on RAM section S12 when RAM section is switched off */
7437 #define POWER_RAM_POWERSET_S12RETENTION_Pos (28UL) /*!< Position of S12RETENTION field. */
7438 #define POWER_RAM_POWERSET_S12RETENTION_Msk (0x1UL << POWER_RAM_POWERSET_S12RETENTION_Pos) /*!< Bit mask of S12RETENTION field. */
7439 #define POWER_RAM_POWERSET_S12RETENTION_On (1UL) /*!< On */
7440 
7441 /* Bit 27 : Keep retention on RAM section S11 when RAM section is switched off */
7442 #define POWER_RAM_POWERSET_S11RETENTION_Pos (27UL) /*!< Position of S11RETENTION field. */
7443 #define POWER_RAM_POWERSET_S11RETENTION_Msk (0x1UL << POWER_RAM_POWERSET_S11RETENTION_Pos) /*!< Bit mask of S11RETENTION field. */
7444 #define POWER_RAM_POWERSET_S11RETENTION_On (1UL) /*!< On */
7445 
7446 /* Bit 26 : Keep retention on RAM section S10 when RAM section is switched off */
7447 #define POWER_RAM_POWERSET_S10RETENTION_Pos (26UL) /*!< Position of S10RETENTION field. */
7448 #define POWER_RAM_POWERSET_S10RETENTION_Msk (0x1UL << POWER_RAM_POWERSET_S10RETENTION_Pos) /*!< Bit mask of S10RETENTION field. */
7449 #define POWER_RAM_POWERSET_S10RETENTION_On (1UL) /*!< On */
7450 
7451 /* Bit 25 : Keep retention on RAM section S9 when RAM section is switched off */
7452 #define POWER_RAM_POWERSET_S9RETENTION_Pos (25UL) /*!< Position of S9RETENTION field. */
7453 #define POWER_RAM_POWERSET_S9RETENTION_Msk (0x1UL << POWER_RAM_POWERSET_S9RETENTION_Pos) /*!< Bit mask of S9RETENTION field. */
7454 #define POWER_RAM_POWERSET_S9RETENTION_On (1UL) /*!< On */
7455 
7456 /* Bit 24 : Keep retention on RAM section S8 when RAM section is switched off */
7457 #define POWER_RAM_POWERSET_S8RETENTION_Pos (24UL) /*!< Position of S8RETENTION field. */
7458 #define POWER_RAM_POWERSET_S8RETENTION_Msk (0x1UL << POWER_RAM_POWERSET_S8RETENTION_Pos) /*!< Bit mask of S8RETENTION field. */
7459 #define POWER_RAM_POWERSET_S8RETENTION_On (1UL) /*!< On */
7460 
7461 /* Bit 23 : Keep retention on RAM section S7 when RAM section is switched off */
7462 #define POWER_RAM_POWERSET_S7RETENTION_Pos (23UL) /*!< Position of S7RETENTION field. */
7463 #define POWER_RAM_POWERSET_S7RETENTION_Msk (0x1UL << POWER_RAM_POWERSET_S7RETENTION_Pos) /*!< Bit mask of S7RETENTION field. */
7464 #define POWER_RAM_POWERSET_S7RETENTION_On (1UL) /*!< On */
7465 
7466 /* Bit 22 : Keep retention on RAM section S6 when RAM section is switched off */
7467 #define POWER_RAM_POWERSET_S6RETENTION_Pos (22UL) /*!< Position of S6RETENTION field. */
7468 #define POWER_RAM_POWERSET_S6RETENTION_Msk (0x1UL << POWER_RAM_POWERSET_S6RETENTION_Pos) /*!< Bit mask of S6RETENTION field. */
7469 #define POWER_RAM_POWERSET_S6RETENTION_On (1UL) /*!< On */
7470 
7471 /* Bit 21 : Keep retention on RAM section S5 when RAM section is switched off */
7472 #define POWER_RAM_POWERSET_S5RETENTION_Pos (21UL) /*!< Position of S5RETENTION field. */
7473 #define POWER_RAM_POWERSET_S5RETENTION_Msk (0x1UL << POWER_RAM_POWERSET_S5RETENTION_Pos) /*!< Bit mask of S5RETENTION field. */
7474 #define POWER_RAM_POWERSET_S5RETENTION_On (1UL) /*!< On */
7475 
7476 /* Bit 20 : Keep retention on RAM section S4 when RAM section is switched off */
7477 #define POWER_RAM_POWERSET_S4RETENTION_Pos (20UL) /*!< Position of S4RETENTION field. */
7478 #define POWER_RAM_POWERSET_S4RETENTION_Msk (0x1UL << POWER_RAM_POWERSET_S4RETENTION_Pos) /*!< Bit mask of S4RETENTION field. */
7479 #define POWER_RAM_POWERSET_S4RETENTION_On (1UL) /*!< On */
7480 
7481 /* Bit 19 : Keep retention on RAM section S3 when RAM section is switched off */
7482 #define POWER_RAM_POWERSET_S3RETENTION_Pos (19UL) /*!< Position of S3RETENTION field. */
7483 #define POWER_RAM_POWERSET_S3RETENTION_Msk (0x1UL << POWER_RAM_POWERSET_S3RETENTION_Pos) /*!< Bit mask of S3RETENTION field. */
7484 #define POWER_RAM_POWERSET_S3RETENTION_On (1UL) /*!< On */
7485 
7486 /* Bit 18 : Keep retention on RAM section S2 when RAM section is switched off */
7487 #define POWER_RAM_POWERSET_S2RETENTION_Pos (18UL) /*!< Position of S2RETENTION field. */
7488 #define POWER_RAM_POWERSET_S2RETENTION_Msk (0x1UL << POWER_RAM_POWERSET_S2RETENTION_Pos) /*!< Bit mask of S2RETENTION field. */
7489 #define POWER_RAM_POWERSET_S2RETENTION_On (1UL) /*!< On */
7490 
7491 /* Bit 17 : Keep retention on RAM section S1 when RAM section is switched off */
7492 #define POWER_RAM_POWERSET_S1RETENTION_Pos (17UL) /*!< Position of S1RETENTION field. */
7493 #define POWER_RAM_POWERSET_S1RETENTION_Msk (0x1UL << POWER_RAM_POWERSET_S1RETENTION_Pos) /*!< Bit mask of S1RETENTION field. */
7494 #define POWER_RAM_POWERSET_S1RETENTION_On (1UL) /*!< On */
7495 
7496 /* Bit 16 : Keep retention on RAM section S0 when RAM section is switched off */
7497 #define POWER_RAM_POWERSET_S0RETENTION_Pos (16UL) /*!< Position of S0RETENTION field. */
7498 #define POWER_RAM_POWERSET_S0RETENTION_Msk (0x1UL << POWER_RAM_POWERSET_S0RETENTION_Pos) /*!< Bit mask of S0RETENTION field. */
7499 #define POWER_RAM_POWERSET_S0RETENTION_On (1UL) /*!< On */
7500 
7501 /* Bit 15 : Keep RAM section S15 of RAMn on or off in System ON mode */
7502 #define POWER_RAM_POWERSET_S15POWER_Pos (15UL) /*!< Position of S15POWER field. */
7503 #define POWER_RAM_POWERSET_S15POWER_Msk (0x1UL << POWER_RAM_POWERSET_S15POWER_Pos) /*!< Bit mask of S15POWER field. */
7504 #define POWER_RAM_POWERSET_S15POWER_On (1UL) /*!< On */
7505 
7506 /* Bit 14 : Keep RAM section S14 of RAMn on or off in System ON mode */
7507 #define POWER_RAM_POWERSET_S14POWER_Pos (14UL) /*!< Position of S14POWER field. */
7508 #define POWER_RAM_POWERSET_S14POWER_Msk (0x1UL << POWER_RAM_POWERSET_S14POWER_Pos) /*!< Bit mask of S14POWER field. */
7509 #define POWER_RAM_POWERSET_S14POWER_On (1UL) /*!< On */
7510 
7511 /* Bit 13 : Keep RAM section S13 of RAMn on or off in System ON mode */
7512 #define POWER_RAM_POWERSET_S13POWER_Pos (13UL) /*!< Position of S13POWER field. */
7513 #define POWER_RAM_POWERSET_S13POWER_Msk (0x1UL << POWER_RAM_POWERSET_S13POWER_Pos) /*!< Bit mask of S13POWER field. */
7514 #define POWER_RAM_POWERSET_S13POWER_On (1UL) /*!< On */
7515 
7516 /* Bit 12 : Keep RAM section S12 of RAMn on or off in System ON mode */
7517 #define POWER_RAM_POWERSET_S12POWER_Pos (12UL) /*!< Position of S12POWER field. */
7518 #define POWER_RAM_POWERSET_S12POWER_Msk (0x1UL << POWER_RAM_POWERSET_S12POWER_Pos) /*!< Bit mask of S12POWER field. */
7519 #define POWER_RAM_POWERSET_S12POWER_On (1UL) /*!< On */
7520 
7521 /* Bit 11 : Keep RAM section S11 of RAMn on or off in System ON mode */
7522 #define POWER_RAM_POWERSET_S11POWER_Pos (11UL) /*!< Position of S11POWER field. */
7523 #define POWER_RAM_POWERSET_S11POWER_Msk (0x1UL << POWER_RAM_POWERSET_S11POWER_Pos) /*!< Bit mask of S11POWER field. */
7524 #define POWER_RAM_POWERSET_S11POWER_On (1UL) /*!< On */
7525 
7526 /* Bit 10 : Keep RAM section S10 of RAMn on or off in System ON mode */
7527 #define POWER_RAM_POWERSET_S10POWER_Pos (10UL) /*!< Position of S10POWER field. */
7528 #define POWER_RAM_POWERSET_S10POWER_Msk (0x1UL << POWER_RAM_POWERSET_S10POWER_Pos) /*!< Bit mask of S10POWER field. */
7529 #define POWER_RAM_POWERSET_S10POWER_On (1UL) /*!< On */
7530 
7531 /* Bit 9 : Keep RAM section S9 of RAMn on or off in System ON mode */
7532 #define POWER_RAM_POWERSET_S9POWER_Pos (9UL) /*!< Position of S9POWER field. */
7533 #define POWER_RAM_POWERSET_S9POWER_Msk (0x1UL << POWER_RAM_POWERSET_S9POWER_Pos) /*!< Bit mask of S9POWER field. */
7534 #define POWER_RAM_POWERSET_S9POWER_On (1UL) /*!< On */
7535 
7536 /* Bit 8 : Keep RAM section S8 of RAMn on or off in System ON mode */
7537 #define POWER_RAM_POWERSET_S8POWER_Pos (8UL) /*!< Position of S8POWER field. */
7538 #define POWER_RAM_POWERSET_S8POWER_Msk (0x1UL << POWER_RAM_POWERSET_S8POWER_Pos) /*!< Bit mask of S8POWER field. */
7539 #define POWER_RAM_POWERSET_S8POWER_On (1UL) /*!< On */
7540 
7541 /* Bit 7 : Keep RAM section S7 of RAMn on or off in System ON mode */
7542 #define POWER_RAM_POWERSET_S7POWER_Pos (7UL) /*!< Position of S7POWER field. */
7543 #define POWER_RAM_POWERSET_S7POWER_Msk (0x1UL << POWER_RAM_POWERSET_S7POWER_Pos) /*!< Bit mask of S7POWER field. */
7544 #define POWER_RAM_POWERSET_S7POWER_On (1UL) /*!< On */
7545 
7546 /* Bit 6 : Keep RAM section S6 of RAMn on or off in System ON mode */
7547 #define POWER_RAM_POWERSET_S6POWER_Pos (6UL) /*!< Position of S6POWER field. */
7548 #define POWER_RAM_POWERSET_S6POWER_Msk (0x1UL << POWER_RAM_POWERSET_S6POWER_Pos) /*!< Bit mask of S6POWER field. */
7549 #define POWER_RAM_POWERSET_S6POWER_On (1UL) /*!< On */
7550 
7551 /* Bit 5 : Keep RAM section S5 of RAMn on or off in System ON mode */
7552 #define POWER_RAM_POWERSET_S5POWER_Pos (5UL) /*!< Position of S5POWER field. */
7553 #define POWER_RAM_POWERSET_S5POWER_Msk (0x1UL << POWER_RAM_POWERSET_S5POWER_Pos) /*!< Bit mask of S5POWER field. */
7554 #define POWER_RAM_POWERSET_S5POWER_On (1UL) /*!< On */
7555 
7556 /* Bit 4 : Keep RAM section S4 of RAMn on or off in System ON mode */
7557 #define POWER_RAM_POWERSET_S4POWER_Pos (4UL) /*!< Position of S4POWER field. */
7558 #define POWER_RAM_POWERSET_S4POWER_Msk (0x1UL << POWER_RAM_POWERSET_S4POWER_Pos) /*!< Bit mask of S4POWER field. */
7559 #define POWER_RAM_POWERSET_S4POWER_On (1UL) /*!< On */
7560 
7561 /* Bit 3 : Keep RAM section S3 of RAMn on or off in System ON mode */
7562 #define POWER_RAM_POWERSET_S3POWER_Pos (3UL) /*!< Position of S3POWER field. */
7563 #define POWER_RAM_POWERSET_S3POWER_Msk (0x1UL << POWER_RAM_POWERSET_S3POWER_Pos) /*!< Bit mask of S3POWER field. */
7564 #define POWER_RAM_POWERSET_S3POWER_On (1UL) /*!< On */
7565 
7566 /* Bit 2 : Keep RAM section S2 of RAMn on or off in System ON mode */
7567 #define POWER_RAM_POWERSET_S2POWER_Pos (2UL) /*!< Position of S2POWER field. */
7568 #define POWER_RAM_POWERSET_S2POWER_Msk (0x1UL << POWER_RAM_POWERSET_S2POWER_Pos) /*!< Bit mask of S2POWER field. */
7569 #define POWER_RAM_POWERSET_S2POWER_On (1UL) /*!< On */
7570 
7571 /* Bit 1 : Keep RAM section S1 of RAMn on or off in System ON mode */
7572 #define POWER_RAM_POWERSET_S1POWER_Pos (1UL) /*!< Position of S1POWER field. */
7573 #define POWER_RAM_POWERSET_S1POWER_Msk (0x1UL << POWER_RAM_POWERSET_S1POWER_Pos) /*!< Bit mask of S1POWER field. */
7574 #define POWER_RAM_POWERSET_S1POWER_On (1UL) /*!< On */
7575 
7576 /* Bit 0 : Keep RAM section S0 of RAMn on or off in System ON mode */
7577 #define POWER_RAM_POWERSET_S0POWER_Pos (0UL) /*!< Position of S0POWER field. */
7578 #define POWER_RAM_POWERSET_S0POWER_Msk (0x1UL << POWER_RAM_POWERSET_S0POWER_Pos) /*!< Bit mask of S0POWER field. */
7579 #define POWER_RAM_POWERSET_S0POWER_On (1UL) /*!< On */
7580 
7581 /* Register: POWER_RAM_POWERCLR */
7582 /* Description: Description cluster[n]: RAMn power control clear register */
7583 
7584 /* Bit 31 : Keep retention on RAM section S15 when RAM section is switched off */
7585 #define POWER_RAM_POWERCLR_S15RETENTION_Pos (31UL) /*!< Position of S15RETENTION field. */
7586 #define POWER_RAM_POWERCLR_S15RETENTION_Msk (0x1UL << POWER_RAM_POWERCLR_S15RETENTION_Pos) /*!< Bit mask of S15RETENTION field. */
7587 #define POWER_RAM_POWERCLR_S15RETENTION_Off (1UL) /*!< Off */
7588 
7589 /* Bit 30 : Keep retention on RAM section S14 when RAM section is switched off */
7590 #define POWER_RAM_POWERCLR_S14RETENTION_Pos (30UL) /*!< Position of S14RETENTION field. */
7591 #define POWER_RAM_POWERCLR_S14RETENTION_Msk (0x1UL << POWER_RAM_POWERCLR_S14RETENTION_Pos) /*!< Bit mask of S14RETENTION field. */
7592 #define POWER_RAM_POWERCLR_S14RETENTION_Off (1UL) /*!< Off */
7593 
7594 /* Bit 29 : Keep retention on RAM section S13 when RAM section is switched off */
7595 #define POWER_RAM_POWERCLR_S13RETENTION_Pos (29UL) /*!< Position of S13RETENTION field. */
7596 #define POWER_RAM_POWERCLR_S13RETENTION_Msk (0x1UL << POWER_RAM_POWERCLR_S13RETENTION_Pos) /*!< Bit mask of S13RETENTION field. */
7597 #define POWER_RAM_POWERCLR_S13RETENTION_Off (1UL) /*!< Off */
7598 
7599 /* Bit 28 : Keep retention on RAM section S12 when RAM section is switched off */
7600 #define POWER_RAM_POWERCLR_S12RETENTION_Pos (28UL) /*!< Position of S12RETENTION field. */
7601 #define POWER_RAM_POWERCLR_S12RETENTION_Msk (0x1UL << POWER_RAM_POWERCLR_S12RETENTION_Pos) /*!< Bit mask of S12RETENTION field. */
7602 #define POWER_RAM_POWERCLR_S12RETENTION_Off (1UL) /*!< Off */
7603 
7604 /* Bit 27 : Keep retention on RAM section S11 when RAM section is switched off */
7605 #define POWER_RAM_POWERCLR_S11RETENTION_Pos (27UL) /*!< Position of S11RETENTION field. */
7606 #define POWER_RAM_POWERCLR_S11RETENTION_Msk (0x1UL << POWER_RAM_POWERCLR_S11RETENTION_Pos) /*!< Bit mask of S11RETENTION field. */
7607 #define POWER_RAM_POWERCLR_S11RETENTION_Off (1UL) /*!< Off */
7608 
7609 /* Bit 26 : Keep retention on RAM section S10 when RAM section is switched off */
7610 #define POWER_RAM_POWERCLR_S10RETENTION_Pos (26UL) /*!< Position of S10RETENTION field. */
7611 #define POWER_RAM_POWERCLR_S10RETENTION_Msk (0x1UL << POWER_RAM_POWERCLR_S10RETENTION_Pos) /*!< Bit mask of S10RETENTION field. */
7612 #define POWER_RAM_POWERCLR_S10RETENTION_Off (1UL) /*!< Off */
7613 
7614 /* Bit 25 : Keep retention on RAM section S9 when RAM section is switched off */
7615 #define POWER_RAM_POWERCLR_S9RETENTION_Pos (25UL) /*!< Position of S9RETENTION field. */
7616 #define POWER_RAM_POWERCLR_S9RETENTION_Msk (0x1UL << POWER_RAM_POWERCLR_S9RETENTION_Pos) /*!< Bit mask of S9RETENTION field. */
7617 #define POWER_RAM_POWERCLR_S9RETENTION_Off (1UL) /*!< Off */
7618 
7619 /* Bit 24 : Keep retention on RAM section S8 when RAM section is switched off */
7620 #define POWER_RAM_POWERCLR_S8RETENTION_Pos (24UL) /*!< Position of S8RETENTION field. */
7621 #define POWER_RAM_POWERCLR_S8RETENTION_Msk (0x1UL << POWER_RAM_POWERCLR_S8RETENTION_Pos) /*!< Bit mask of S8RETENTION field. */
7622 #define POWER_RAM_POWERCLR_S8RETENTION_Off (1UL) /*!< Off */
7623 
7624 /* Bit 23 : Keep retention on RAM section S7 when RAM section is switched off */
7625 #define POWER_RAM_POWERCLR_S7RETENTION_Pos (23UL) /*!< Position of S7RETENTION field. */
7626 #define POWER_RAM_POWERCLR_S7RETENTION_Msk (0x1UL << POWER_RAM_POWERCLR_S7RETENTION_Pos) /*!< Bit mask of S7RETENTION field. */
7627 #define POWER_RAM_POWERCLR_S7RETENTION_Off (1UL) /*!< Off */
7628 
7629 /* Bit 22 : Keep retention on RAM section S6 when RAM section is switched off */
7630 #define POWER_RAM_POWERCLR_S6RETENTION_Pos (22UL) /*!< Position of S6RETENTION field. */
7631 #define POWER_RAM_POWERCLR_S6RETENTION_Msk (0x1UL << POWER_RAM_POWERCLR_S6RETENTION_Pos) /*!< Bit mask of S6RETENTION field. */
7632 #define POWER_RAM_POWERCLR_S6RETENTION_Off (1UL) /*!< Off */
7633 
7634 /* Bit 21 : Keep retention on RAM section S5 when RAM section is switched off */
7635 #define POWER_RAM_POWERCLR_S5RETENTION_Pos (21UL) /*!< Position of S5RETENTION field. */
7636 #define POWER_RAM_POWERCLR_S5RETENTION_Msk (0x1UL << POWER_RAM_POWERCLR_S5RETENTION_Pos) /*!< Bit mask of S5RETENTION field. */
7637 #define POWER_RAM_POWERCLR_S5RETENTION_Off (1UL) /*!< Off */
7638 
7639 /* Bit 20 : Keep retention on RAM section S4 when RAM section is switched off */
7640 #define POWER_RAM_POWERCLR_S4RETENTION_Pos (20UL) /*!< Position of S4RETENTION field. */
7641 #define POWER_RAM_POWERCLR_S4RETENTION_Msk (0x1UL << POWER_RAM_POWERCLR_S4RETENTION_Pos) /*!< Bit mask of S4RETENTION field. */
7642 #define POWER_RAM_POWERCLR_S4RETENTION_Off (1UL) /*!< Off */
7643 
7644 /* Bit 19 : Keep retention on RAM section S3 when RAM section is switched off */
7645 #define POWER_RAM_POWERCLR_S3RETENTION_Pos (19UL) /*!< Position of S3RETENTION field. */
7646 #define POWER_RAM_POWERCLR_S3RETENTION_Msk (0x1UL << POWER_RAM_POWERCLR_S3RETENTION_Pos) /*!< Bit mask of S3RETENTION field. */
7647 #define POWER_RAM_POWERCLR_S3RETENTION_Off (1UL) /*!< Off */
7648 
7649 /* Bit 18 : Keep retention on RAM section S2 when RAM section is switched off */
7650 #define POWER_RAM_POWERCLR_S2RETENTION_Pos (18UL) /*!< Position of S2RETENTION field. */
7651 #define POWER_RAM_POWERCLR_S2RETENTION_Msk (0x1UL << POWER_RAM_POWERCLR_S2RETENTION_Pos) /*!< Bit mask of S2RETENTION field. */
7652 #define POWER_RAM_POWERCLR_S2RETENTION_Off (1UL) /*!< Off */
7653 
7654 /* Bit 17 : Keep retention on RAM section S1 when RAM section is switched off */
7655 #define POWER_RAM_POWERCLR_S1RETENTION_Pos (17UL) /*!< Position of S1RETENTION field. */
7656 #define POWER_RAM_POWERCLR_S1RETENTION_Msk (0x1UL << POWER_RAM_POWERCLR_S1RETENTION_Pos) /*!< Bit mask of S1RETENTION field. */
7657 #define POWER_RAM_POWERCLR_S1RETENTION_Off (1UL) /*!< Off */
7658 
7659 /* Bit 16 : Keep retention on RAM section S0 when RAM section is switched off */
7660 #define POWER_RAM_POWERCLR_S0RETENTION_Pos (16UL) /*!< Position of S0RETENTION field. */
7661 #define POWER_RAM_POWERCLR_S0RETENTION_Msk (0x1UL << POWER_RAM_POWERCLR_S0RETENTION_Pos) /*!< Bit mask of S0RETENTION field. */
7662 #define POWER_RAM_POWERCLR_S0RETENTION_Off (1UL) /*!< Off */
7663 
7664 /* Bit 15 : Keep RAM section S15 of RAMn on or off in System ON mode */
7665 #define POWER_RAM_POWERCLR_S15POWER_Pos (15UL) /*!< Position of S15POWER field. */
7666 #define POWER_RAM_POWERCLR_S15POWER_Msk (0x1UL << POWER_RAM_POWERCLR_S15POWER_Pos) /*!< Bit mask of S15POWER field. */
7667 #define POWER_RAM_POWERCLR_S15POWER_Off (1UL) /*!< Off */
7668 
7669 /* Bit 14 : Keep RAM section S14 of RAMn on or off in System ON mode */
7670 #define POWER_RAM_POWERCLR_S14POWER_Pos (14UL) /*!< Position of S14POWER field. */
7671 #define POWER_RAM_POWERCLR_S14POWER_Msk (0x1UL << POWER_RAM_POWERCLR_S14POWER_Pos) /*!< Bit mask of S14POWER field. */
7672 #define POWER_RAM_POWERCLR_S14POWER_Off (1UL) /*!< Off */
7673 
7674 /* Bit 13 : Keep RAM section S13 of RAMn on or off in System ON mode */
7675 #define POWER_RAM_POWERCLR_S13POWER_Pos (13UL) /*!< Position of S13POWER field. */
7676 #define POWER_RAM_POWERCLR_S13POWER_Msk (0x1UL << POWER_RAM_POWERCLR_S13POWER_Pos) /*!< Bit mask of S13POWER field. */
7677 #define POWER_RAM_POWERCLR_S13POWER_Off (1UL) /*!< Off */
7678 
7679 /* Bit 12 : Keep RAM section S12 of RAMn on or off in System ON mode */
7680 #define POWER_RAM_POWERCLR_S12POWER_Pos (12UL) /*!< Position of S12POWER field. */
7681 #define POWER_RAM_POWERCLR_S12POWER_Msk (0x1UL << POWER_RAM_POWERCLR_S12POWER_Pos) /*!< Bit mask of S12POWER field. */
7682 #define POWER_RAM_POWERCLR_S12POWER_Off (1UL) /*!< Off */
7683 
7684 /* Bit 11 : Keep RAM section S11 of RAMn on or off in System ON mode */
7685 #define POWER_RAM_POWERCLR_S11POWER_Pos (11UL) /*!< Position of S11POWER field. */
7686 #define POWER_RAM_POWERCLR_S11POWER_Msk (0x1UL << POWER_RAM_POWERCLR_S11POWER_Pos) /*!< Bit mask of S11POWER field. */
7687 #define POWER_RAM_POWERCLR_S11POWER_Off (1UL) /*!< Off */
7688 
7689 /* Bit 10 : Keep RAM section S10 of RAMn on or off in System ON mode */
7690 #define POWER_RAM_POWERCLR_S10POWER_Pos (10UL) /*!< Position of S10POWER field. */
7691 #define POWER_RAM_POWERCLR_S10POWER_Msk (0x1UL << POWER_RAM_POWERCLR_S10POWER_Pos) /*!< Bit mask of S10POWER field. */
7692 #define POWER_RAM_POWERCLR_S10POWER_Off (1UL) /*!< Off */
7693 
7694 /* Bit 9 : Keep RAM section S9 of RAMn on or off in System ON mode */
7695 #define POWER_RAM_POWERCLR_S9POWER_Pos (9UL) /*!< Position of S9POWER field. */
7696 #define POWER_RAM_POWERCLR_S9POWER_Msk (0x1UL << POWER_RAM_POWERCLR_S9POWER_Pos) /*!< Bit mask of S9POWER field. */
7697 #define POWER_RAM_POWERCLR_S9POWER_Off (1UL) /*!< Off */
7698 
7699 /* Bit 8 : Keep RAM section S8 of RAMn on or off in System ON mode */
7700 #define POWER_RAM_POWERCLR_S8POWER_Pos (8UL) /*!< Position of S8POWER field. */
7701 #define POWER_RAM_POWERCLR_S8POWER_Msk (0x1UL << POWER_RAM_POWERCLR_S8POWER_Pos) /*!< Bit mask of S8POWER field. */
7702 #define POWER_RAM_POWERCLR_S8POWER_Off (1UL) /*!< Off */
7703 
7704 /* Bit 7 : Keep RAM section S7 of RAMn on or off in System ON mode */
7705 #define POWER_RAM_POWERCLR_S7POWER_Pos (7UL) /*!< Position of S7POWER field. */
7706 #define POWER_RAM_POWERCLR_S7POWER_Msk (0x1UL << POWER_RAM_POWERCLR_S7POWER_Pos) /*!< Bit mask of S7POWER field. */
7707 #define POWER_RAM_POWERCLR_S7POWER_Off (1UL) /*!< Off */
7708 
7709 /* Bit 6 : Keep RAM section S6 of RAMn on or off in System ON mode */
7710 #define POWER_RAM_POWERCLR_S6POWER_Pos (6UL) /*!< Position of S6POWER field. */
7711 #define POWER_RAM_POWERCLR_S6POWER_Msk (0x1UL << POWER_RAM_POWERCLR_S6POWER_Pos) /*!< Bit mask of S6POWER field. */
7712 #define POWER_RAM_POWERCLR_S6POWER_Off (1UL) /*!< Off */
7713 
7714 /* Bit 5 : Keep RAM section S5 of RAMn on or off in System ON mode */
7715 #define POWER_RAM_POWERCLR_S5POWER_Pos (5UL) /*!< Position of S5POWER field. */
7716 #define POWER_RAM_POWERCLR_S5POWER_Msk (0x1UL << POWER_RAM_POWERCLR_S5POWER_Pos) /*!< Bit mask of S5POWER field. */
7717 #define POWER_RAM_POWERCLR_S5POWER_Off (1UL) /*!< Off */
7718 
7719 /* Bit 4 : Keep RAM section S4 of RAMn on or off in System ON mode */
7720 #define POWER_RAM_POWERCLR_S4POWER_Pos (4UL) /*!< Position of S4POWER field. */
7721 #define POWER_RAM_POWERCLR_S4POWER_Msk (0x1UL << POWER_RAM_POWERCLR_S4POWER_Pos) /*!< Bit mask of S4POWER field. */
7722 #define POWER_RAM_POWERCLR_S4POWER_Off (1UL) /*!< Off */
7723 
7724 /* Bit 3 : Keep RAM section S3 of RAMn on or off in System ON mode */
7725 #define POWER_RAM_POWERCLR_S3POWER_Pos (3UL) /*!< Position of S3POWER field. */
7726 #define POWER_RAM_POWERCLR_S3POWER_Msk (0x1UL << POWER_RAM_POWERCLR_S3POWER_Pos) /*!< Bit mask of S3POWER field. */
7727 #define POWER_RAM_POWERCLR_S3POWER_Off (1UL) /*!< Off */
7728 
7729 /* Bit 2 : Keep RAM section S2 of RAMn on or off in System ON mode */
7730 #define POWER_RAM_POWERCLR_S2POWER_Pos (2UL) /*!< Position of S2POWER field. */
7731 #define POWER_RAM_POWERCLR_S2POWER_Msk (0x1UL << POWER_RAM_POWERCLR_S2POWER_Pos) /*!< Bit mask of S2POWER field. */
7732 #define POWER_RAM_POWERCLR_S2POWER_Off (1UL) /*!< Off */
7733 
7734 /* Bit 1 : Keep RAM section S1 of RAMn on or off in System ON mode */
7735 #define POWER_RAM_POWERCLR_S1POWER_Pos (1UL) /*!< Position of S1POWER field. */
7736 #define POWER_RAM_POWERCLR_S1POWER_Msk (0x1UL << POWER_RAM_POWERCLR_S1POWER_Pos) /*!< Bit mask of S1POWER field. */
7737 #define POWER_RAM_POWERCLR_S1POWER_Off (1UL) /*!< Off */
7738 
7739 /* Bit 0 : Keep RAM section S0 of RAMn on or off in System ON mode */
7740 #define POWER_RAM_POWERCLR_S0POWER_Pos (0UL) /*!< Position of S0POWER field. */
7741 #define POWER_RAM_POWERCLR_S0POWER_Msk (0x1UL << POWER_RAM_POWERCLR_S0POWER_Pos) /*!< Bit mask of S0POWER field. */
7742 #define POWER_RAM_POWERCLR_S0POWER_Off (1UL) /*!< Off */
7743 
7744 
7745 /* Peripheral: PPI */
7746 /* Description: Programmable Peripheral Interconnect */
7747 
7748 /* Register: PPI_TASKS_CHG_EN */
7749 /* Description: Description cluster[n]: Enable channel group n */
7750 
7751 /* Bit 0 :   */
7752 #define PPI_TASKS_CHG_EN_EN_Pos (0UL) /*!< Position of EN field. */
7753 #define PPI_TASKS_CHG_EN_EN_Msk (0x1UL << PPI_TASKS_CHG_EN_EN_Pos) /*!< Bit mask of EN field. */
7754 
7755 /* Register: PPI_TASKS_CHG_DIS */
7756 /* Description: Description cluster[n]: Disable channel group n */
7757 
7758 /* Bit 0 :   */
7759 #define PPI_TASKS_CHG_DIS_DIS_Pos (0UL) /*!< Position of DIS field. */
7760 #define PPI_TASKS_CHG_DIS_DIS_Msk (0x1UL << PPI_TASKS_CHG_DIS_DIS_Pos) /*!< Bit mask of DIS field. */
7761 
7762 /* Register: PPI_CHEN */
7763 /* Description: Channel enable register */
7764 
7765 /* Bit 31 : Enable or disable channel 31 */
7766 #define PPI_CHEN_CH31_Pos (31UL) /*!< Position of CH31 field. */
7767 #define PPI_CHEN_CH31_Msk (0x1UL << PPI_CHEN_CH31_Pos) /*!< Bit mask of CH31 field. */
7768 #define PPI_CHEN_CH31_Disabled (0UL) /*!< Disable channel */
7769 #define PPI_CHEN_CH31_Enabled (1UL) /*!< Enable channel */
7770 
7771 /* Bit 30 : Enable or disable channel 30 */
7772 #define PPI_CHEN_CH30_Pos (30UL) /*!< Position of CH30 field. */
7773 #define PPI_CHEN_CH30_Msk (0x1UL << PPI_CHEN_CH30_Pos) /*!< Bit mask of CH30 field. */
7774 #define PPI_CHEN_CH30_Disabled (0UL) /*!< Disable channel */
7775 #define PPI_CHEN_CH30_Enabled (1UL) /*!< Enable channel */
7776 
7777 /* Bit 29 : Enable or disable channel 29 */
7778 #define PPI_CHEN_CH29_Pos (29UL) /*!< Position of CH29 field. */
7779 #define PPI_CHEN_CH29_Msk (0x1UL << PPI_CHEN_CH29_Pos) /*!< Bit mask of CH29 field. */
7780 #define PPI_CHEN_CH29_Disabled (0UL) /*!< Disable channel */
7781 #define PPI_CHEN_CH29_Enabled (1UL) /*!< Enable channel */
7782 
7783 /* Bit 28 : Enable or disable channel 28 */
7784 #define PPI_CHEN_CH28_Pos (28UL) /*!< Position of CH28 field. */
7785 #define PPI_CHEN_CH28_Msk (0x1UL << PPI_CHEN_CH28_Pos) /*!< Bit mask of CH28 field. */
7786 #define PPI_CHEN_CH28_Disabled (0UL) /*!< Disable channel */
7787 #define PPI_CHEN_CH28_Enabled (1UL) /*!< Enable channel */
7788 
7789 /* Bit 27 : Enable or disable channel 27 */
7790 #define PPI_CHEN_CH27_Pos (27UL) /*!< Position of CH27 field. */
7791 #define PPI_CHEN_CH27_Msk (0x1UL << PPI_CHEN_CH27_Pos) /*!< Bit mask of CH27 field. */
7792 #define PPI_CHEN_CH27_Disabled (0UL) /*!< Disable channel */
7793 #define PPI_CHEN_CH27_Enabled (1UL) /*!< Enable channel */
7794 
7795 /* Bit 26 : Enable or disable channel 26 */
7796 #define PPI_CHEN_CH26_Pos (26UL) /*!< Position of CH26 field. */
7797 #define PPI_CHEN_CH26_Msk (0x1UL << PPI_CHEN_CH26_Pos) /*!< Bit mask of CH26 field. */
7798 #define PPI_CHEN_CH26_Disabled (0UL) /*!< Disable channel */
7799 #define PPI_CHEN_CH26_Enabled (1UL) /*!< Enable channel */
7800 
7801 /* Bit 25 : Enable or disable channel 25 */
7802 #define PPI_CHEN_CH25_Pos (25UL) /*!< Position of CH25 field. */
7803 #define PPI_CHEN_CH25_Msk (0x1UL << PPI_CHEN_CH25_Pos) /*!< Bit mask of CH25 field. */
7804 #define PPI_CHEN_CH25_Disabled (0UL) /*!< Disable channel */
7805 #define PPI_CHEN_CH25_Enabled (1UL) /*!< Enable channel */
7806 
7807 /* Bit 24 : Enable or disable channel 24 */
7808 #define PPI_CHEN_CH24_Pos (24UL) /*!< Position of CH24 field. */
7809 #define PPI_CHEN_CH24_Msk (0x1UL << PPI_CHEN_CH24_Pos) /*!< Bit mask of CH24 field. */
7810 #define PPI_CHEN_CH24_Disabled (0UL) /*!< Disable channel */
7811 #define PPI_CHEN_CH24_Enabled (1UL) /*!< Enable channel */
7812 
7813 /* Bit 23 : Enable or disable channel 23 */
7814 #define PPI_CHEN_CH23_Pos (23UL) /*!< Position of CH23 field. */
7815 #define PPI_CHEN_CH23_Msk (0x1UL << PPI_CHEN_CH23_Pos) /*!< Bit mask of CH23 field. */
7816 #define PPI_CHEN_CH23_Disabled (0UL) /*!< Disable channel */
7817 #define PPI_CHEN_CH23_Enabled (1UL) /*!< Enable channel */
7818 
7819 /* Bit 22 : Enable or disable channel 22 */
7820 #define PPI_CHEN_CH22_Pos (22UL) /*!< Position of CH22 field. */
7821 #define PPI_CHEN_CH22_Msk (0x1UL << PPI_CHEN_CH22_Pos) /*!< Bit mask of CH22 field. */
7822 #define PPI_CHEN_CH22_Disabled (0UL) /*!< Disable channel */
7823 #define PPI_CHEN_CH22_Enabled (1UL) /*!< Enable channel */
7824 
7825 /* Bit 21 : Enable or disable channel 21 */
7826 #define PPI_CHEN_CH21_Pos (21UL) /*!< Position of CH21 field. */
7827 #define PPI_CHEN_CH21_Msk (0x1UL << PPI_CHEN_CH21_Pos) /*!< Bit mask of CH21 field. */
7828 #define PPI_CHEN_CH21_Disabled (0UL) /*!< Disable channel */
7829 #define PPI_CHEN_CH21_Enabled (1UL) /*!< Enable channel */
7830 
7831 /* Bit 20 : Enable or disable channel 20 */
7832 #define PPI_CHEN_CH20_Pos (20UL) /*!< Position of CH20 field. */
7833 #define PPI_CHEN_CH20_Msk (0x1UL << PPI_CHEN_CH20_Pos) /*!< Bit mask of CH20 field. */
7834 #define PPI_CHEN_CH20_Disabled (0UL) /*!< Disable channel */
7835 #define PPI_CHEN_CH20_Enabled (1UL) /*!< Enable channel */
7836 
7837 /* Bit 19 : Enable or disable channel 19 */
7838 #define PPI_CHEN_CH19_Pos (19UL) /*!< Position of CH19 field. */
7839 #define PPI_CHEN_CH19_Msk (0x1UL << PPI_CHEN_CH19_Pos) /*!< Bit mask of CH19 field. */
7840 #define PPI_CHEN_CH19_Disabled (0UL) /*!< Disable channel */
7841 #define PPI_CHEN_CH19_Enabled (1UL) /*!< Enable channel */
7842 
7843 /* Bit 18 : Enable or disable channel 18 */
7844 #define PPI_CHEN_CH18_Pos (18UL) /*!< Position of CH18 field. */
7845 #define PPI_CHEN_CH18_Msk (0x1UL << PPI_CHEN_CH18_Pos) /*!< Bit mask of CH18 field. */
7846 #define PPI_CHEN_CH18_Disabled (0UL) /*!< Disable channel */
7847 #define PPI_CHEN_CH18_Enabled (1UL) /*!< Enable channel */
7848 
7849 /* Bit 17 : Enable or disable channel 17 */
7850 #define PPI_CHEN_CH17_Pos (17UL) /*!< Position of CH17 field. */
7851 #define PPI_CHEN_CH17_Msk (0x1UL << PPI_CHEN_CH17_Pos) /*!< Bit mask of CH17 field. */
7852 #define PPI_CHEN_CH17_Disabled (0UL) /*!< Disable channel */
7853 #define PPI_CHEN_CH17_Enabled (1UL) /*!< Enable channel */
7854 
7855 /* Bit 16 : Enable or disable channel 16 */
7856 #define PPI_CHEN_CH16_Pos (16UL) /*!< Position of CH16 field. */
7857 #define PPI_CHEN_CH16_Msk (0x1UL << PPI_CHEN_CH16_Pos) /*!< Bit mask of CH16 field. */
7858 #define PPI_CHEN_CH16_Disabled (0UL) /*!< Disable channel */
7859 #define PPI_CHEN_CH16_Enabled (1UL) /*!< Enable channel */
7860 
7861 /* Bit 15 : Enable or disable channel 15 */
7862 #define PPI_CHEN_CH15_Pos (15UL) /*!< Position of CH15 field. */
7863 #define PPI_CHEN_CH15_Msk (0x1UL << PPI_CHEN_CH15_Pos) /*!< Bit mask of CH15 field. */
7864 #define PPI_CHEN_CH15_Disabled (0UL) /*!< Disable channel */
7865 #define PPI_CHEN_CH15_Enabled (1UL) /*!< Enable channel */
7866 
7867 /* Bit 14 : Enable or disable channel 14 */
7868 #define PPI_CHEN_CH14_Pos (14UL) /*!< Position of CH14 field. */
7869 #define PPI_CHEN_CH14_Msk (0x1UL << PPI_CHEN_CH14_Pos) /*!< Bit mask of CH14 field. */
7870 #define PPI_CHEN_CH14_Disabled (0UL) /*!< Disable channel */
7871 #define PPI_CHEN_CH14_Enabled (1UL) /*!< Enable channel */
7872 
7873 /* Bit 13 : Enable or disable channel 13 */
7874 #define PPI_CHEN_CH13_Pos (13UL) /*!< Position of CH13 field. */
7875 #define PPI_CHEN_CH13_Msk (0x1UL << PPI_CHEN_CH13_Pos) /*!< Bit mask of CH13 field. */
7876 #define PPI_CHEN_CH13_Disabled (0UL) /*!< Disable channel */
7877 #define PPI_CHEN_CH13_Enabled (1UL) /*!< Enable channel */
7878 
7879 /* Bit 12 : Enable or disable channel 12 */
7880 #define PPI_CHEN_CH12_Pos (12UL) /*!< Position of CH12 field. */
7881 #define PPI_CHEN_CH12_Msk (0x1UL << PPI_CHEN_CH12_Pos) /*!< Bit mask of CH12 field. */
7882 #define PPI_CHEN_CH12_Disabled (0UL) /*!< Disable channel */
7883 #define PPI_CHEN_CH12_Enabled (1UL) /*!< Enable channel */
7884 
7885 /* Bit 11 : Enable or disable channel 11 */
7886 #define PPI_CHEN_CH11_Pos (11UL) /*!< Position of CH11 field. */
7887 #define PPI_CHEN_CH11_Msk (0x1UL << PPI_CHEN_CH11_Pos) /*!< Bit mask of CH11 field. */
7888 #define PPI_CHEN_CH11_Disabled (0UL) /*!< Disable channel */
7889 #define PPI_CHEN_CH11_Enabled (1UL) /*!< Enable channel */
7890 
7891 /* Bit 10 : Enable or disable channel 10 */
7892 #define PPI_CHEN_CH10_Pos (10UL) /*!< Position of CH10 field. */
7893 #define PPI_CHEN_CH10_Msk (0x1UL << PPI_CHEN_CH10_Pos) /*!< Bit mask of CH10 field. */
7894 #define PPI_CHEN_CH10_Disabled (0UL) /*!< Disable channel */
7895 #define PPI_CHEN_CH10_Enabled (1UL) /*!< Enable channel */
7896 
7897 /* Bit 9 : Enable or disable channel 9 */
7898 #define PPI_CHEN_CH9_Pos (9UL) /*!< Position of CH9 field. */
7899 #define PPI_CHEN_CH9_Msk (0x1UL << PPI_CHEN_CH9_Pos) /*!< Bit mask of CH9 field. */
7900 #define PPI_CHEN_CH9_Disabled (0UL) /*!< Disable channel */
7901 #define PPI_CHEN_CH9_Enabled (1UL) /*!< Enable channel */
7902 
7903 /* Bit 8 : Enable or disable channel 8 */
7904 #define PPI_CHEN_CH8_Pos (8UL) /*!< Position of CH8 field. */
7905 #define PPI_CHEN_CH8_Msk (0x1UL << PPI_CHEN_CH8_Pos) /*!< Bit mask of CH8 field. */
7906 #define PPI_CHEN_CH8_Disabled (0UL) /*!< Disable channel */
7907 #define PPI_CHEN_CH8_Enabled (1UL) /*!< Enable channel */
7908 
7909 /* Bit 7 : Enable or disable channel 7 */
7910 #define PPI_CHEN_CH7_Pos (7UL) /*!< Position of CH7 field. */
7911 #define PPI_CHEN_CH7_Msk (0x1UL << PPI_CHEN_CH7_Pos) /*!< Bit mask of CH7 field. */
7912 #define PPI_CHEN_CH7_Disabled (0UL) /*!< Disable channel */
7913 #define PPI_CHEN_CH7_Enabled (1UL) /*!< Enable channel */
7914 
7915 /* Bit 6 : Enable or disable channel 6 */
7916 #define PPI_CHEN_CH6_Pos (6UL) /*!< Position of CH6 field. */
7917 #define PPI_CHEN_CH6_Msk (0x1UL << PPI_CHEN_CH6_Pos) /*!< Bit mask of CH6 field. */
7918 #define PPI_CHEN_CH6_Disabled (0UL) /*!< Disable channel */
7919 #define PPI_CHEN_CH6_Enabled (1UL) /*!< Enable channel */
7920 
7921 /* Bit 5 : Enable or disable channel 5 */
7922 #define PPI_CHEN_CH5_Pos (5UL) /*!< Position of CH5 field. */
7923 #define PPI_CHEN_CH5_Msk (0x1UL << PPI_CHEN_CH5_Pos) /*!< Bit mask of CH5 field. */
7924 #define PPI_CHEN_CH5_Disabled (0UL) /*!< Disable channel */
7925 #define PPI_CHEN_CH5_Enabled (1UL) /*!< Enable channel */
7926 
7927 /* Bit 4 : Enable or disable channel 4 */
7928 #define PPI_CHEN_CH4_Pos (4UL) /*!< Position of CH4 field. */
7929 #define PPI_CHEN_CH4_Msk (0x1UL << PPI_CHEN_CH4_Pos) /*!< Bit mask of CH4 field. */
7930 #define PPI_CHEN_CH4_Disabled (0UL) /*!< Disable channel */
7931 #define PPI_CHEN_CH4_Enabled (1UL) /*!< Enable channel */
7932 
7933 /* Bit 3 : Enable or disable channel 3 */
7934 #define PPI_CHEN_CH3_Pos (3UL) /*!< Position of CH3 field. */
7935 #define PPI_CHEN_CH3_Msk (0x1UL << PPI_CHEN_CH3_Pos) /*!< Bit mask of CH3 field. */
7936 #define PPI_CHEN_CH3_Disabled (0UL) /*!< Disable channel */
7937 #define PPI_CHEN_CH3_Enabled (1UL) /*!< Enable channel */
7938 
7939 /* Bit 2 : Enable or disable channel 2 */
7940 #define PPI_CHEN_CH2_Pos (2UL) /*!< Position of CH2 field. */
7941 #define PPI_CHEN_CH2_Msk (0x1UL << PPI_CHEN_CH2_Pos) /*!< Bit mask of CH2 field. */
7942 #define PPI_CHEN_CH2_Disabled (0UL) /*!< Disable channel */
7943 #define PPI_CHEN_CH2_Enabled (1UL) /*!< Enable channel */
7944 
7945 /* Bit 1 : Enable or disable channel 1 */
7946 #define PPI_CHEN_CH1_Pos (1UL) /*!< Position of CH1 field. */
7947 #define PPI_CHEN_CH1_Msk (0x1UL << PPI_CHEN_CH1_Pos) /*!< Bit mask of CH1 field. */
7948 #define PPI_CHEN_CH1_Disabled (0UL) /*!< Disable channel */
7949 #define PPI_CHEN_CH1_Enabled (1UL) /*!< Enable channel */
7950 
7951 /* Bit 0 : Enable or disable channel 0 */
7952 #define PPI_CHEN_CH0_Pos (0UL) /*!< Position of CH0 field. */
7953 #define PPI_CHEN_CH0_Msk (0x1UL << PPI_CHEN_CH0_Pos) /*!< Bit mask of CH0 field. */
7954 #define PPI_CHEN_CH0_Disabled (0UL) /*!< Disable channel */
7955 #define PPI_CHEN_CH0_Enabled (1UL) /*!< Enable channel */
7956 
7957 /* Register: PPI_CHENSET */
7958 /* Description: Channel enable set register */
7959 
7960 /* Bit 31 : Channel 31 enable set register.  Writing '0' has no effect */
7961 #define PPI_CHENSET_CH31_Pos (31UL) /*!< Position of CH31 field. */
7962 #define PPI_CHENSET_CH31_Msk (0x1UL << PPI_CHENSET_CH31_Pos) /*!< Bit mask of CH31 field. */
7963 #define PPI_CHENSET_CH31_Disabled (0UL) /*!< Read: channel disabled */
7964 #define PPI_CHENSET_CH31_Enabled (1UL) /*!< Read: channel enabled */
7965 #define PPI_CHENSET_CH31_Set (1UL) /*!< Write: Enable channel */
7966 
7967 /* Bit 30 : Channel 30 enable set register.  Writing '0' has no effect */
7968 #define PPI_CHENSET_CH30_Pos (30UL) /*!< Position of CH30 field. */
7969 #define PPI_CHENSET_CH30_Msk (0x1UL << PPI_CHENSET_CH30_Pos) /*!< Bit mask of CH30 field. */
7970 #define PPI_CHENSET_CH30_Disabled (0UL) /*!< Read: channel disabled */
7971 #define PPI_CHENSET_CH30_Enabled (1UL) /*!< Read: channel enabled */
7972 #define PPI_CHENSET_CH30_Set (1UL) /*!< Write: Enable channel */
7973 
7974 /* Bit 29 : Channel 29 enable set register.  Writing '0' has no effect */
7975 #define PPI_CHENSET_CH29_Pos (29UL) /*!< Position of CH29 field. */
7976 #define PPI_CHENSET_CH29_Msk (0x1UL << PPI_CHENSET_CH29_Pos) /*!< Bit mask of CH29 field. */
7977 #define PPI_CHENSET_CH29_Disabled (0UL) /*!< Read: channel disabled */
7978 #define PPI_CHENSET_CH29_Enabled (1UL) /*!< Read: channel enabled */
7979 #define PPI_CHENSET_CH29_Set (1UL) /*!< Write: Enable channel */
7980 
7981 /* Bit 28 : Channel 28 enable set register.  Writing '0' has no effect */
7982 #define PPI_CHENSET_CH28_Pos (28UL) /*!< Position of CH28 field. */
7983 #define PPI_CHENSET_CH28_Msk (0x1UL << PPI_CHENSET_CH28_Pos) /*!< Bit mask of CH28 field. */
7984 #define PPI_CHENSET_CH28_Disabled (0UL) /*!< Read: channel disabled */
7985 #define PPI_CHENSET_CH28_Enabled (1UL) /*!< Read: channel enabled */
7986 #define PPI_CHENSET_CH28_Set (1UL) /*!< Write: Enable channel */
7987 
7988 /* Bit 27 : Channel 27 enable set register.  Writing '0' has no effect */
7989 #define PPI_CHENSET_CH27_Pos (27UL) /*!< Position of CH27 field. */
7990 #define PPI_CHENSET_CH27_Msk (0x1UL << PPI_CHENSET_CH27_Pos) /*!< Bit mask of CH27 field. */
7991 #define PPI_CHENSET_CH27_Disabled (0UL) /*!< Read: channel disabled */
7992 #define PPI_CHENSET_CH27_Enabled (1UL) /*!< Read: channel enabled */
7993 #define PPI_CHENSET_CH27_Set (1UL) /*!< Write: Enable channel */
7994 
7995 /* Bit 26 : Channel 26 enable set register.  Writing '0' has no effect */
7996 #define PPI_CHENSET_CH26_Pos (26UL) /*!< Position of CH26 field. */
7997 #define PPI_CHENSET_CH26_Msk (0x1UL << PPI_CHENSET_CH26_Pos) /*!< Bit mask of CH26 field. */
7998 #define PPI_CHENSET_CH26_Disabled (0UL) /*!< Read: channel disabled */
7999 #define PPI_CHENSET_CH26_Enabled (1UL) /*!< Read: channel enabled */
8000 #define PPI_CHENSET_CH26_Set (1UL) /*!< Write: Enable channel */
8001 
8002 /* Bit 25 : Channel 25 enable set register.  Writing '0' has no effect */
8003 #define PPI_CHENSET_CH25_Pos (25UL) /*!< Position of CH25 field. */
8004 #define PPI_CHENSET_CH25_Msk (0x1UL << PPI_CHENSET_CH25_Pos) /*!< Bit mask of CH25 field. */
8005 #define PPI_CHENSET_CH25_Disabled (0UL) /*!< Read: channel disabled */
8006 #define PPI_CHENSET_CH25_Enabled (1UL) /*!< Read: channel enabled */
8007 #define PPI_CHENSET_CH25_Set (1UL) /*!< Write: Enable channel */
8008 
8009 /* Bit 24 : Channel 24 enable set register.  Writing '0' has no effect */
8010 #define PPI_CHENSET_CH24_Pos (24UL) /*!< Position of CH24 field. */
8011 #define PPI_CHENSET_CH24_Msk (0x1UL << PPI_CHENSET_CH24_Pos) /*!< Bit mask of CH24 field. */
8012 #define PPI_CHENSET_CH24_Disabled (0UL) /*!< Read: channel disabled */
8013 #define PPI_CHENSET_CH24_Enabled (1UL) /*!< Read: channel enabled */
8014 #define PPI_CHENSET_CH24_Set (1UL) /*!< Write: Enable channel */
8015 
8016 /* Bit 23 : Channel 23 enable set register.  Writing '0' has no effect */
8017 #define PPI_CHENSET_CH23_Pos (23UL) /*!< Position of CH23 field. */
8018 #define PPI_CHENSET_CH23_Msk (0x1UL << PPI_CHENSET_CH23_Pos) /*!< Bit mask of CH23 field. */
8019 #define PPI_CHENSET_CH23_Disabled (0UL) /*!< Read: channel disabled */
8020 #define PPI_CHENSET_CH23_Enabled (1UL) /*!< Read: channel enabled */
8021 #define PPI_CHENSET_CH23_Set (1UL) /*!< Write: Enable channel */
8022 
8023 /* Bit 22 : Channel 22 enable set register.  Writing '0' has no effect */
8024 #define PPI_CHENSET_CH22_Pos (22UL) /*!< Position of CH22 field. */
8025 #define PPI_CHENSET_CH22_Msk (0x1UL << PPI_CHENSET_CH22_Pos) /*!< Bit mask of CH22 field. */
8026 #define PPI_CHENSET_CH22_Disabled (0UL) /*!< Read: channel disabled */
8027 #define PPI_CHENSET_CH22_Enabled (1UL) /*!< Read: channel enabled */
8028 #define PPI_CHENSET_CH22_Set (1UL) /*!< Write: Enable channel */
8029 
8030 /* Bit 21 : Channel 21 enable set register.  Writing '0' has no effect */
8031 #define PPI_CHENSET_CH21_Pos (21UL) /*!< Position of CH21 field. */
8032 #define PPI_CHENSET_CH21_Msk (0x1UL << PPI_CHENSET_CH21_Pos) /*!< Bit mask of CH21 field. */
8033 #define PPI_CHENSET_CH21_Disabled (0UL) /*!< Read: channel disabled */
8034 #define PPI_CHENSET_CH21_Enabled (1UL) /*!< Read: channel enabled */
8035 #define PPI_CHENSET_CH21_Set (1UL) /*!< Write: Enable channel */
8036 
8037 /* Bit 20 : Channel 20 enable set register.  Writing '0' has no effect */
8038 #define PPI_CHENSET_CH20_Pos (20UL) /*!< Position of CH20 field. */
8039 #define PPI_CHENSET_CH20_Msk (0x1UL << PPI_CHENSET_CH20_Pos) /*!< Bit mask of CH20 field. */
8040 #define PPI_CHENSET_CH20_Disabled (0UL) /*!< Read: channel disabled */
8041 #define PPI_CHENSET_CH20_Enabled (1UL) /*!< Read: channel enabled */
8042 #define PPI_CHENSET_CH20_Set (1UL) /*!< Write: Enable channel */
8043 
8044 /* Bit 19 : Channel 19 enable set register.  Writing '0' has no effect */
8045 #define PPI_CHENSET_CH19_Pos (19UL) /*!< Position of CH19 field. */
8046 #define PPI_CHENSET_CH19_Msk (0x1UL << PPI_CHENSET_CH19_Pos) /*!< Bit mask of CH19 field. */
8047 #define PPI_CHENSET_CH19_Disabled (0UL) /*!< Read: channel disabled */
8048 #define PPI_CHENSET_CH19_Enabled (1UL) /*!< Read: channel enabled */
8049 #define PPI_CHENSET_CH19_Set (1UL) /*!< Write: Enable channel */
8050 
8051 /* Bit 18 : Channel 18 enable set register.  Writing '0' has no effect */
8052 #define PPI_CHENSET_CH18_Pos (18UL) /*!< Position of CH18 field. */
8053 #define PPI_CHENSET_CH18_Msk (0x1UL << PPI_CHENSET_CH18_Pos) /*!< Bit mask of CH18 field. */
8054 #define PPI_CHENSET_CH18_Disabled (0UL) /*!< Read: channel disabled */
8055 #define PPI_CHENSET_CH18_Enabled (1UL) /*!< Read: channel enabled */
8056 #define PPI_CHENSET_CH18_Set (1UL) /*!< Write: Enable channel */
8057 
8058 /* Bit 17 : Channel 17 enable set register.  Writing '0' has no effect */
8059 #define PPI_CHENSET_CH17_Pos (17UL) /*!< Position of CH17 field. */
8060 #define PPI_CHENSET_CH17_Msk (0x1UL << PPI_CHENSET_CH17_Pos) /*!< Bit mask of CH17 field. */
8061 #define PPI_CHENSET_CH17_Disabled (0UL) /*!< Read: channel disabled */
8062 #define PPI_CHENSET_CH17_Enabled (1UL) /*!< Read: channel enabled */
8063 #define PPI_CHENSET_CH17_Set (1UL) /*!< Write: Enable channel */
8064 
8065 /* Bit 16 : Channel 16 enable set register.  Writing '0' has no effect */
8066 #define PPI_CHENSET_CH16_Pos (16UL) /*!< Position of CH16 field. */
8067 #define PPI_CHENSET_CH16_Msk (0x1UL << PPI_CHENSET_CH16_Pos) /*!< Bit mask of CH16 field. */
8068 #define PPI_CHENSET_CH16_Disabled (0UL) /*!< Read: channel disabled */
8069 #define PPI_CHENSET_CH16_Enabled (1UL) /*!< Read: channel enabled */
8070 #define PPI_CHENSET_CH16_Set (1UL) /*!< Write: Enable channel */
8071 
8072 /* Bit 15 : Channel 15 enable set register.  Writing '0' has no effect */
8073 #define PPI_CHENSET_CH15_Pos (15UL) /*!< Position of CH15 field. */
8074 #define PPI_CHENSET_CH15_Msk (0x1UL << PPI_CHENSET_CH15_Pos) /*!< Bit mask of CH15 field. */
8075 #define PPI_CHENSET_CH15_Disabled (0UL) /*!< Read: channel disabled */
8076 #define PPI_CHENSET_CH15_Enabled (1UL) /*!< Read: channel enabled */
8077 #define PPI_CHENSET_CH15_Set (1UL) /*!< Write: Enable channel */
8078 
8079 /* Bit 14 : Channel 14 enable set register.  Writing '0' has no effect */
8080 #define PPI_CHENSET_CH14_Pos (14UL) /*!< Position of CH14 field. */
8081 #define PPI_CHENSET_CH14_Msk (0x1UL << PPI_CHENSET_CH14_Pos) /*!< Bit mask of CH14 field. */
8082 #define PPI_CHENSET_CH14_Disabled (0UL) /*!< Read: channel disabled */
8083 #define PPI_CHENSET_CH14_Enabled (1UL) /*!< Read: channel enabled */
8084 #define PPI_CHENSET_CH14_Set (1UL) /*!< Write: Enable channel */
8085 
8086 /* Bit 13 : Channel 13 enable set register.  Writing '0' has no effect */
8087 #define PPI_CHENSET_CH13_Pos (13UL) /*!< Position of CH13 field. */
8088 #define PPI_CHENSET_CH13_Msk (0x1UL << PPI_CHENSET_CH13_Pos) /*!< Bit mask of CH13 field. */
8089 #define PPI_CHENSET_CH13_Disabled (0UL) /*!< Read: channel disabled */
8090 #define PPI_CHENSET_CH13_Enabled (1UL) /*!< Read: channel enabled */
8091 #define PPI_CHENSET_CH13_Set (1UL) /*!< Write: Enable channel */
8092 
8093 /* Bit 12 : Channel 12 enable set register.  Writing '0' has no effect */
8094 #define PPI_CHENSET_CH12_Pos (12UL) /*!< Position of CH12 field. */
8095 #define PPI_CHENSET_CH12_Msk (0x1UL << PPI_CHENSET_CH12_Pos) /*!< Bit mask of CH12 field. */
8096 #define PPI_CHENSET_CH12_Disabled (0UL) /*!< Read: channel disabled */
8097 #define PPI_CHENSET_CH12_Enabled (1UL) /*!< Read: channel enabled */
8098 #define PPI_CHENSET_CH12_Set (1UL) /*!< Write: Enable channel */
8099 
8100 /* Bit 11 : Channel 11 enable set register.  Writing '0' has no effect */
8101 #define PPI_CHENSET_CH11_Pos (11UL) /*!< Position of CH11 field. */
8102 #define PPI_CHENSET_CH11_Msk (0x1UL << PPI_CHENSET_CH11_Pos) /*!< Bit mask of CH11 field. */
8103 #define PPI_CHENSET_CH11_Disabled (0UL) /*!< Read: channel disabled */
8104 #define PPI_CHENSET_CH11_Enabled (1UL) /*!< Read: channel enabled */
8105 #define PPI_CHENSET_CH11_Set (1UL) /*!< Write: Enable channel */
8106 
8107 /* Bit 10 : Channel 10 enable set register.  Writing '0' has no effect */
8108 #define PPI_CHENSET_CH10_Pos (10UL) /*!< Position of CH10 field. */
8109 #define PPI_CHENSET_CH10_Msk (0x1UL << PPI_CHENSET_CH10_Pos) /*!< Bit mask of CH10 field. */
8110 #define PPI_CHENSET_CH10_Disabled (0UL) /*!< Read: channel disabled */
8111 #define PPI_CHENSET_CH10_Enabled (1UL) /*!< Read: channel enabled */
8112 #define PPI_CHENSET_CH10_Set (1UL) /*!< Write: Enable channel */
8113 
8114 /* Bit 9 : Channel 9 enable set register.  Writing '0' has no effect */
8115 #define PPI_CHENSET_CH9_Pos (9UL) /*!< Position of CH9 field. */
8116 #define PPI_CHENSET_CH9_Msk (0x1UL << PPI_CHENSET_CH9_Pos) /*!< Bit mask of CH9 field. */
8117 #define PPI_CHENSET_CH9_Disabled (0UL) /*!< Read: channel disabled */
8118 #define PPI_CHENSET_CH9_Enabled (1UL) /*!< Read: channel enabled */
8119 #define PPI_CHENSET_CH9_Set (1UL) /*!< Write: Enable channel */
8120 
8121 /* Bit 8 : Channel 8 enable set register.  Writing '0' has no effect */
8122 #define PPI_CHENSET_CH8_Pos (8UL) /*!< Position of CH8 field. */
8123 #define PPI_CHENSET_CH8_Msk (0x1UL << PPI_CHENSET_CH8_Pos) /*!< Bit mask of CH8 field. */
8124 #define PPI_CHENSET_CH8_Disabled (0UL) /*!< Read: channel disabled */
8125 #define PPI_CHENSET_CH8_Enabled (1UL) /*!< Read: channel enabled */
8126 #define PPI_CHENSET_CH8_Set (1UL) /*!< Write: Enable channel */
8127 
8128 /* Bit 7 : Channel 7 enable set register.  Writing '0' has no effect */
8129 #define PPI_CHENSET_CH7_Pos (7UL) /*!< Position of CH7 field. */
8130 #define PPI_CHENSET_CH7_Msk (0x1UL << PPI_CHENSET_CH7_Pos) /*!< Bit mask of CH7 field. */
8131 #define PPI_CHENSET_CH7_Disabled (0UL) /*!< Read: channel disabled */
8132 #define PPI_CHENSET_CH7_Enabled (1UL) /*!< Read: channel enabled */
8133 #define PPI_CHENSET_CH7_Set (1UL) /*!< Write: Enable channel */
8134 
8135 /* Bit 6 : Channel 6 enable set register.  Writing '0' has no effect */
8136 #define PPI_CHENSET_CH6_Pos (6UL) /*!< Position of CH6 field. */
8137 #define PPI_CHENSET_CH6_Msk (0x1UL << PPI_CHENSET_CH6_Pos) /*!< Bit mask of CH6 field. */
8138 #define PPI_CHENSET_CH6_Disabled (0UL) /*!< Read: channel disabled */
8139 #define PPI_CHENSET_CH6_Enabled (1UL) /*!< Read: channel enabled */
8140 #define PPI_CHENSET_CH6_Set (1UL) /*!< Write: Enable channel */
8141 
8142 /* Bit 5 : Channel 5 enable set register.  Writing '0' has no effect */
8143 #define PPI_CHENSET_CH5_Pos (5UL) /*!< Position of CH5 field. */
8144 #define PPI_CHENSET_CH5_Msk (0x1UL << PPI_CHENSET_CH5_Pos) /*!< Bit mask of CH5 field. */
8145 #define PPI_CHENSET_CH5_Disabled (0UL) /*!< Read: channel disabled */
8146 #define PPI_CHENSET_CH5_Enabled (1UL) /*!< Read: channel enabled */
8147 #define PPI_CHENSET_CH5_Set (1UL) /*!< Write: Enable channel */
8148 
8149 /* Bit 4 : Channel 4 enable set register.  Writing '0' has no effect */
8150 #define PPI_CHENSET_CH4_Pos (4UL) /*!< Position of CH4 field. */
8151 #define PPI_CHENSET_CH4_Msk (0x1UL << PPI_CHENSET_CH4_Pos) /*!< Bit mask of CH4 field. */
8152 #define PPI_CHENSET_CH4_Disabled (0UL) /*!< Read: channel disabled */
8153 #define PPI_CHENSET_CH4_Enabled (1UL) /*!< Read: channel enabled */
8154 #define PPI_CHENSET_CH4_Set (1UL) /*!< Write: Enable channel */
8155 
8156 /* Bit 3 : Channel 3 enable set register.  Writing '0' has no effect */
8157 #define PPI_CHENSET_CH3_Pos (3UL) /*!< Position of CH3 field. */
8158 #define PPI_CHENSET_CH3_Msk (0x1UL << PPI_CHENSET_CH3_Pos) /*!< Bit mask of CH3 field. */
8159 #define PPI_CHENSET_CH3_Disabled (0UL) /*!< Read: channel disabled */
8160 #define PPI_CHENSET_CH3_Enabled (1UL) /*!< Read: channel enabled */
8161 #define PPI_CHENSET_CH3_Set (1UL) /*!< Write: Enable channel */
8162 
8163 /* Bit 2 : Channel 2 enable set register.  Writing '0' has no effect */
8164 #define PPI_CHENSET_CH2_Pos (2UL) /*!< Position of CH2 field. */
8165 #define PPI_CHENSET_CH2_Msk (0x1UL << PPI_CHENSET_CH2_Pos) /*!< Bit mask of CH2 field. */
8166 #define PPI_CHENSET_CH2_Disabled (0UL) /*!< Read: channel disabled */
8167 #define PPI_CHENSET_CH2_Enabled (1UL) /*!< Read: channel enabled */
8168 #define PPI_CHENSET_CH2_Set (1UL) /*!< Write: Enable channel */
8169 
8170 /* Bit 1 : Channel 1 enable set register.  Writing '0' has no effect */
8171 #define PPI_CHENSET_CH1_Pos (1UL) /*!< Position of CH1 field. */
8172 #define PPI_CHENSET_CH1_Msk (0x1UL << PPI_CHENSET_CH1_Pos) /*!< Bit mask of CH1 field. */
8173 #define PPI_CHENSET_CH1_Disabled (0UL) /*!< Read: channel disabled */
8174 #define PPI_CHENSET_CH1_Enabled (1UL) /*!< Read: channel enabled */
8175 #define PPI_CHENSET_CH1_Set (1UL) /*!< Write: Enable channel */
8176 
8177 /* Bit 0 : Channel 0 enable set register.  Writing '0' has no effect */
8178 #define PPI_CHENSET_CH0_Pos (0UL) /*!< Position of CH0 field. */
8179 #define PPI_CHENSET_CH0_Msk (0x1UL << PPI_CHENSET_CH0_Pos) /*!< Bit mask of CH0 field. */
8180 #define PPI_CHENSET_CH0_Disabled (0UL) /*!< Read: channel disabled */
8181 #define PPI_CHENSET_CH0_Enabled (1UL) /*!< Read: channel enabled */
8182 #define PPI_CHENSET_CH0_Set (1UL) /*!< Write: Enable channel */
8183 
8184 /* Register: PPI_CHENCLR */
8185 /* Description: Channel enable clear register */
8186 
8187 /* Bit 31 : Channel 31 enable clear register.  Writing '0' has no effect */
8188 #define PPI_CHENCLR_CH31_Pos (31UL) /*!< Position of CH31 field. */
8189 #define PPI_CHENCLR_CH31_Msk (0x1UL << PPI_CHENCLR_CH31_Pos) /*!< Bit mask of CH31 field. */
8190 #define PPI_CHENCLR_CH31_Disabled (0UL) /*!< Read: channel disabled */
8191 #define PPI_CHENCLR_CH31_Enabled (1UL) /*!< Read: channel enabled */
8192 #define PPI_CHENCLR_CH31_Clear (1UL) /*!< Write: disable channel */
8193 
8194 /* Bit 30 : Channel 30 enable clear register.  Writing '0' has no effect */
8195 #define PPI_CHENCLR_CH30_Pos (30UL) /*!< Position of CH30 field. */
8196 #define PPI_CHENCLR_CH30_Msk (0x1UL << PPI_CHENCLR_CH30_Pos) /*!< Bit mask of CH30 field. */
8197 #define PPI_CHENCLR_CH30_Disabled (0UL) /*!< Read: channel disabled */
8198 #define PPI_CHENCLR_CH30_Enabled (1UL) /*!< Read: channel enabled */
8199 #define PPI_CHENCLR_CH30_Clear (1UL) /*!< Write: disable channel */
8200 
8201 /* Bit 29 : Channel 29 enable clear register.  Writing '0' has no effect */
8202 #define PPI_CHENCLR_CH29_Pos (29UL) /*!< Position of CH29 field. */
8203 #define PPI_CHENCLR_CH29_Msk (0x1UL << PPI_CHENCLR_CH29_Pos) /*!< Bit mask of CH29 field. */
8204 #define PPI_CHENCLR_CH29_Disabled (0UL) /*!< Read: channel disabled */
8205 #define PPI_CHENCLR_CH29_Enabled (1UL) /*!< Read: channel enabled */
8206 #define PPI_CHENCLR_CH29_Clear (1UL) /*!< Write: disable channel */
8207 
8208 /* Bit 28 : Channel 28 enable clear register.  Writing '0' has no effect */
8209 #define PPI_CHENCLR_CH28_Pos (28UL) /*!< Position of CH28 field. */
8210 #define PPI_CHENCLR_CH28_Msk (0x1UL << PPI_CHENCLR_CH28_Pos) /*!< Bit mask of CH28 field. */
8211 #define PPI_CHENCLR_CH28_Disabled (0UL) /*!< Read: channel disabled */
8212 #define PPI_CHENCLR_CH28_Enabled (1UL) /*!< Read: channel enabled */
8213 #define PPI_CHENCLR_CH28_Clear (1UL) /*!< Write: disable channel */
8214 
8215 /* Bit 27 : Channel 27 enable clear register.  Writing '0' has no effect */
8216 #define PPI_CHENCLR_CH27_Pos (27UL) /*!< Position of CH27 field. */
8217 #define PPI_CHENCLR_CH27_Msk (0x1UL << PPI_CHENCLR_CH27_Pos) /*!< Bit mask of CH27 field. */
8218 #define PPI_CHENCLR_CH27_Disabled (0UL) /*!< Read: channel disabled */
8219 #define PPI_CHENCLR_CH27_Enabled (1UL) /*!< Read: channel enabled */
8220 #define PPI_CHENCLR_CH27_Clear (1UL) /*!< Write: disable channel */
8221 
8222 /* Bit 26 : Channel 26 enable clear register.  Writing '0' has no effect */
8223 #define PPI_CHENCLR_CH26_Pos (26UL) /*!< Position of CH26 field. */
8224 #define PPI_CHENCLR_CH26_Msk (0x1UL << PPI_CHENCLR_CH26_Pos) /*!< Bit mask of CH26 field. */
8225 #define PPI_CHENCLR_CH26_Disabled (0UL) /*!< Read: channel disabled */
8226 #define PPI_CHENCLR_CH26_Enabled (1UL) /*!< Read: channel enabled */
8227 #define PPI_CHENCLR_CH26_Clear (1UL) /*!< Write: disable channel */
8228 
8229 /* Bit 25 : Channel 25 enable clear register.  Writing '0' has no effect */
8230 #define PPI_CHENCLR_CH25_Pos (25UL) /*!< Position of CH25 field. */
8231 #define PPI_CHENCLR_CH25_Msk (0x1UL << PPI_CHENCLR_CH25_Pos) /*!< Bit mask of CH25 field. */
8232 #define PPI_CHENCLR_CH25_Disabled (0UL) /*!< Read: channel disabled */
8233 #define PPI_CHENCLR_CH25_Enabled (1UL) /*!< Read: channel enabled */
8234 #define PPI_CHENCLR_CH25_Clear (1UL) /*!< Write: disable channel */
8235 
8236 /* Bit 24 : Channel 24 enable clear register.  Writing '0' has no effect */
8237 #define PPI_CHENCLR_CH24_Pos (24UL) /*!< Position of CH24 field. */
8238 #define PPI_CHENCLR_CH24_Msk (0x1UL << PPI_CHENCLR_CH24_Pos) /*!< Bit mask of CH24 field. */
8239 #define PPI_CHENCLR_CH24_Disabled (0UL) /*!< Read: channel disabled */
8240 #define PPI_CHENCLR_CH24_Enabled (1UL) /*!< Read: channel enabled */
8241 #define PPI_CHENCLR_CH24_Clear (1UL) /*!< Write: disable channel */
8242 
8243 /* Bit 23 : Channel 23 enable clear register.  Writing '0' has no effect */
8244 #define PPI_CHENCLR_CH23_Pos (23UL) /*!< Position of CH23 field. */
8245 #define PPI_CHENCLR_CH23_Msk (0x1UL << PPI_CHENCLR_CH23_Pos) /*!< Bit mask of CH23 field. */
8246 #define PPI_CHENCLR_CH23_Disabled (0UL) /*!< Read: channel disabled */
8247 #define PPI_CHENCLR_CH23_Enabled (1UL) /*!< Read: channel enabled */
8248 #define PPI_CHENCLR_CH23_Clear (1UL) /*!< Write: disable channel */
8249 
8250 /* Bit 22 : Channel 22 enable clear register.  Writing '0' has no effect */
8251 #define PPI_CHENCLR_CH22_Pos (22UL) /*!< Position of CH22 field. */
8252 #define PPI_CHENCLR_CH22_Msk (0x1UL << PPI_CHENCLR_CH22_Pos) /*!< Bit mask of CH22 field. */
8253 #define PPI_CHENCLR_CH22_Disabled (0UL) /*!< Read: channel disabled */
8254 #define PPI_CHENCLR_CH22_Enabled (1UL) /*!< Read: channel enabled */
8255 #define PPI_CHENCLR_CH22_Clear (1UL) /*!< Write: disable channel */
8256 
8257 /* Bit 21 : Channel 21 enable clear register.  Writing '0' has no effect */
8258 #define PPI_CHENCLR_CH21_Pos (21UL) /*!< Position of CH21 field. */
8259 #define PPI_CHENCLR_CH21_Msk (0x1UL << PPI_CHENCLR_CH21_Pos) /*!< Bit mask of CH21 field. */
8260 #define PPI_CHENCLR_CH21_Disabled (0UL) /*!< Read: channel disabled */
8261 #define PPI_CHENCLR_CH21_Enabled (1UL) /*!< Read: channel enabled */
8262 #define PPI_CHENCLR_CH21_Clear (1UL) /*!< Write: disable channel */
8263 
8264 /* Bit 20 : Channel 20 enable clear register.  Writing '0' has no effect */
8265 #define PPI_CHENCLR_CH20_Pos (20UL) /*!< Position of CH20 field. */
8266 #define PPI_CHENCLR_CH20_Msk (0x1UL << PPI_CHENCLR_CH20_Pos) /*!< Bit mask of CH20 field. */
8267 #define PPI_CHENCLR_CH20_Disabled (0UL) /*!< Read: channel disabled */
8268 #define PPI_CHENCLR_CH20_Enabled (1UL) /*!< Read: channel enabled */
8269 #define PPI_CHENCLR_CH20_Clear (1UL) /*!< Write: disable channel */
8270 
8271 /* Bit 19 : Channel 19 enable clear register.  Writing '0' has no effect */
8272 #define PPI_CHENCLR_CH19_Pos (19UL) /*!< Position of CH19 field. */
8273 #define PPI_CHENCLR_CH19_Msk (0x1UL << PPI_CHENCLR_CH19_Pos) /*!< Bit mask of CH19 field. */
8274 #define PPI_CHENCLR_CH19_Disabled (0UL) /*!< Read: channel disabled */
8275 #define PPI_CHENCLR_CH19_Enabled (1UL) /*!< Read: channel enabled */
8276 #define PPI_CHENCLR_CH19_Clear (1UL) /*!< Write: disable channel */
8277 
8278 /* Bit 18 : Channel 18 enable clear register.  Writing '0' has no effect */
8279 #define PPI_CHENCLR_CH18_Pos (18UL) /*!< Position of CH18 field. */
8280 #define PPI_CHENCLR_CH18_Msk (0x1UL << PPI_CHENCLR_CH18_Pos) /*!< Bit mask of CH18 field. */
8281 #define PPI_CHENCLR_CH18_Disabled (0UL) /*!< Read: channel disabled */
8282 #define PPI_CHENCLR_CH18_Enabled (1UL) /*!< Read: channel enabled */
8283 #define PPI_CHENCLR_CH18_Clear (1UL) /*!< Write: disable channel */
8284 
8285 /* Bit 17 : Channel 17 enable clear register.  Writing '0' has no effect */
8286 #define PPI_CHENCLR_CH17_Pos (17UL) /*!< Position of CH17 field. */
8287 #define PPI_CHENCLR_CH17_Msk (0x1UL << PPI_CHENCLR_CH17_Pos) /*!< Bit mask of CH17 field. */
8288 #define PPI_CHENCLR_CH17_Disabled (0UL) /*!< Read: channel disabled */
8289 #define PPI_CHENCLR_CH17_Enabled (1UL) /*!< Read: channel enabled */
8290 #define PPI_CHENCLR_CH17_Clear (1UL) /*!< Write: disable channel */
8291 
8292 /* Bit 16 : Channel 16 enable clear register.  Writing '0' has no effect */
8293 #define PPI_CHENCLR_CH16_Pos (16UL) /*!< Position of CH16 field. */
8294 #define PPI_CHENCLR_CH16_Msk (0x1UL << PPI_CHENCLR_CH16_Pos) /*!< Bit mask of CH16 field. */
8295 #define PPI_CHENCLR_CH16_Disabled (0UL) /*!< Read: channel disabled */
8296 #define PPI_CHENCLR_CH16_Enabled (1UL) /*!< Read: channel enabled */
8297 #define PPI_CHENCLR_CH16_Clear (1UL) /*!< Write: disable channel */
8298 
8299 /* Bit 15 : Channel 15 enable clear register.  Writing '0' has no effect */
8300 #define PPI_CHENCLR_CH15_Pos (15UL) /*!< Position of CH15 field. */
8301 #define PPI_CHENCLR_CH15_Msk (0x1UL << PPI_CHENCLR_CH15_Pos) /*!< Bit mask of CH15 field. */
8302 #define PPI_CHENCLR_CH15_Disabled (0UL) /*!< Read: channel disabled */
8303 #define PPI_CHENCLR_CH15_Enabled (1UL) /*!< Read: channel enabled */
8304 #define PPI_CHENCLR_CH15_Clear (1UL) /*!< Write: disable channel */
8305 
8306 /* Bit 14 : Channel 14 enable clear register.  Writing '0' has no effect */
8307 #define PPI_CHENCLR_CH14_Pos (14UL) /*!< Position of CH14 field. */
8308 #define PPI_CHENCLR_CH14_Msk (0x1UL << PPI_CHENCLR_CH14_Pos) /*!< Bit mask of CH14 field. */
8309 #define PPI_CHENCLR_CH14_Disabled (0UL) /*!< Read: channel disabled */
8310 #define PPI_CHENCLR_CH14_Enabled (1UL) /*!< Read: channel enabled */
8311 #define PPI_CHENCLR_CH14_Clear (1UL) /*!< Write: disable channel */
8312 
8313 /* Bit 13 : Channel 13 enable clear register.  Writing '0' has no effect */
8314 #define PPI_CHENCLR_CH13_Pos (13UL) /*!< Position of CH13 field. */
8315 #define PPI_CHENCLR_CH13_Msk (0x1UL << PPI_CHENCLR_CH13_Pos) /*!< Bit mask of CH13 field. */
8316 #define PPI_CHENCLR_CH13_Disabled (0UL) /*!< Read: channel disabled */
8317 #define PPI_CHENCLR_CH13_Enabled (1UL) /*!< Read: channel enabled */
8318 #define PPI_CHENCLR_CH13_Clear (1UL) /*!< Write: disable channel */
8319 
8320 /* Bit 12 : Channel 12 enable clear register.  Writing '0' has no effect */
8321 #define PPI_CHENCLR_CH12_Pos (12UL) /*!< Position of CH12 field. */
8322 #define PPI_CHENCLR_CH12_Msk (0x1UL << PPI_CHENCLR_CH12_Pos) /*!< Bit mask of CH12 field. */
8323 #define PPI_CHENCLR_CH12_Disabled (0UL) /*!< Read: channel disabled */
8324 #define PPI_CHENCLR_CH12_Enabled (1UL) /*!< Read: channel enabled */
8325 #define PPI_CHENCLR_CH12_Clear (1UL) /*!< Write: disable channel */
8326 
8327 /* Bit 11 : Channel 11 enable clear register.  Writing '0' has no effect */
8328 #define PPI_CHENCLR_CH11_Pos (11UL) /*!< Position of CH11 field. */
8329 #define PPI_CHENCLR_CH11_Msk (0x1UL << PPI_CHENCLR_CH11_Pos) /*!< Bit mask of CH11 field. */
8330 #define PPI_CHENCLR_CH11_Disabled (0UL) /*!< Read: channel disabled */
8331 #define PPI_CHENCLR_CH11_Enabled (1UL) /*!< Read: channel enabled */
8332 #define PPI_CHENCLR_CH11_Clear (1UL) /*!< Write: disable channel */
8333 
8334 /* Bit 10 : Channel 10 enable clear register.  Writing '0' has no effect */
8335 #define PPI_CHENCLR_CH10_Pos (10UL) /*!< Position of CH10 field. */
8336 #define PPI_CHENCLR_CH10_Msk (0x1UL << PPI_CHENCLR_CH10_Pos) /*!< Bit mask of CH10 field. */
8337 #define PPI_CHENCLR_CH10_Disabled (0UL) /*!< Read: channel disabled */
8338 #define PPI_CHENCLR_CH10_Enabled (1UL) /*!< Read: channel enabled */
8339 #define PPI_CHENCLR_CH10_Clear (1UL) /*!< Write: disable channel */
8340 
8341 /* Bit 9 : Channel 9 enable clear register.  Writing '0' has no effect */
8342 #define PPI_CHENCLR_CH9_Pos (9UL) /*!< Position of CH9 field. */
8343 #define PPI_CHENCLR_CH9_Msk (0x1UL << PPI_CHENCLR_CH9_Pos) /*!< Bit mask of CH9 field. */
8344 #define PPI_CHENCLR_CH9_Disabled (0UL) /*!< Read: channel disabled */
8345 #define PPI_CHENCLR_CH9_Enabled (1UL) /*!< Read: channel enabled */
8346 #define PPI_CHENCLR_CH9_Clear (1UL) /*!< Write: disable channel */
8347 
8348 /* Bit 8 : Channel 8 enable clear register.  Writing '0' has no effect */
8349 #define PPI_CHENCLR_CH8_Pos (8UL) /*!< Position of CH8 field. */
8350 #define PPI_CHENCLR_CH8_Msk (0x1UL << PPI_CHENCLR_CH8_Pos) /*!< Bit mask of CH8 field. */
8351 #define PPI_CHENCLR_CH8_Disabled (0UL) /*!< Read: channel disabled */
8352 #define PPI_CHENCLR_CH8_Enabled (1UL) /*!< Read: channel enabled */
8353 #define PPI_CHENCLR_CH8_Clear (1UL) /*!< Write: disable channel */
8354 
8355 /* Bit 7 : Channel 7 enable clear register.  Writing '0' has no effect */
8356 #define PPI_CHENCLR_CH7_Pos (7UL) /*!< Position of CH7 field. */
8357 #define PPI_CHENCLR_CH7_Msk (0x1UL << PPI_CHENCLR_CH7_Pos) /*!< Bit mask of CH7 field. */
8358 #define PPI_CHENCLR_CH7_Disabled (0UL) /*!< Read: channel disabled */
8359 #define PPI_CHENCLR_CH7_Enabled (1UL) /*!< Read: channel enabled */
8360 #define PPI_CHENCLR_CH7_Clear (1UL) /*!< Write: disable channel */
8361 
8362 /* Bit 6 : Channel 6 enable clear register.  Writing '0' has no effect */
8363 #define PPI_CHENCLR_CH6_Pos (6UL) /*!< Position of CH6 field. */
8364 #define PPI_CHENCLR_CH6_Msk (0x1UL << PPI_CHENCLR_CH6_Pos) /*!< Bit mask of CH6 field. */
8365 #define PPI_CHENCLR_CH6_Disabled (0UL) /*!< Read: channel disabled */
8366 #define PPI_CHENCLR_CH6_Enabled (1UL) /*!< Read: channel enabled */
8367 #define PPI_CHENCLR_CH6_Clear (1UL) /*!< Write: disable channel */
8368 
8369 /* Bit 5 : Channel 5 enable clear register.  Writing '0' has no effect */
8370 #define PPI_CHENCLR_CH5_Pos (5UL) /*!< Position of CH5 field. */
8371 #define PPI_CHENCLR_CH5_Msk (0x1UL << PPI_CHENCLR_CH5_Pos) /*!< Bit mask of CH5 field. */
8372 #define PPI_CHENCLR_CH5_Disabled (0UL) /*!< Read: channel disabled */
8373 #define PPI_CHENCLR_CH5_Enabled (1UL) /*!< Read: channel enabled */
8374 #define PPI_CHENCLR_CH5_Clear (1UL) /*!< Write: disable channel */
8375 
8376 /* Bit 4 : Channel 4 enable clear register.  Writing '0' has no effect */
8377 #define PPI_CHENCLR_CH4_Pos (4UL) /*!< Position of CH4 field. */
8378 #define PPI_CHENCLR_CH4_Msk (0x1UL << PPI_CHENCLR_CH4_Pos) /*!< Bit mask of CH4 field. */
8379 #define PPI_CHENCLR_CH4_Disabled (0UL) /*!< Read: channel disabled */
8380 #define PPI_CHENCLR_CH4_Enabled (1UL) /*!< Read: channel enabled */
8381 #define PPI_CHENCLR_CH4_Clear (1UL) /*!< Write: disable channel */
8382 
8383 /* Bit 3 : Channel 3 enable clear register.  Writing '0' has no effect */
8384 #define PPI_CHENCLR_CH3_Pos (3UL) /*!< Position of CH3 field. */
8385 #define PPI_CHENCLR_CH3_Msk (0x1UL << PPI_CHENCLR_CH3_Pos) /*!< Bit mask of CH3 field. */
8386 #define PPI_CHENCLR_CH3_Disabled (0UL) /*!< Read: channel disabled */
8387 #define PPI_CHENCLR_CH3_Enabled (1UL) /*!< Read: channel enabled */
8388 #define PPI_CHENCLR_CH3_Clear (1UL) /*!< Write: disable channel */
8389 
8390 /* Bit 2 : Channel 2 enable clear register.  Writing '0' has no effect */
8391 #define PPI_CHENCLR_CH2_Pos (2UL) /*!< Position of CH2 field. */
8392 #define PPI_CHENCLR_CH2_Msk (0x1UL << PPI_CHENCLR_CH2_Pos) /*!< Bit mask of CH2 field. */
8393 #define PPI_CHENCLR_CH2_Disabled (0UL) /*!< Read: channel disabled */
8394 #define PPI_CHENCLR_CH2_Enabled (1UL) /*!< Read: channel enabled */
8395 #define PPI_CHENCLR_CH2_Clear (1UL) /*!< Write: disable channel */
8396 
8397 /* Bit 1 : Channel 1 enable clear register.  Writing '0' has no effect */
8398 #define PPI_CHENCLR_CH1_Pos (1UL) /*!< Position of CH1 field. */
8399 #define PPI_CHENCLR_CH1_Msk (0x1UL << PPI_CHENCLR_CH1_Pos) /*!< Bit mask of CH1 field. */
8400 #define PPI_CHENCLR_CH1_Disabled (0UL) /*!< Read: channel disabled */
8401 #define PPI_CHENCLR_CH1_Enabled (1UL) /*!< Read: channel enabled */
8402 #define PPI_CHENCLR_CH1_Clear (1UL) /*!< Write: disable channel */
8403 
8404 /* Bit 0 : Channel 0 enable clear register.  Writing '0' has no effect */
8405 #define PPI_CHENCLR_CH0_Pos (0UL) /*!< Position of CH0 field. */
8406 #define PPI_CHENCLR_CH0_Msk (0x1UL << PPI_CHENCLR_CH0_Pos) /*!< Bit mask of CH0 field. */
8407 #define PPI_CHENCLR_CH0_Disabled (0UL) /*!< Read: channel disabled */
8408 #define PPI_CHENCLR_CH0_Enabled (1UL) /*!< Read: channel enabled */
8409 #define PPI_CHENCLR_CH0_Clear (1UL) /*!< Write: disable channel */
8410 
8411 /* Register: PPI_CH_EEP */
8412 /* Description: Description cluster[n]: Channel n event end-point */
8413 
8414 /* Bits 31..0 : Pointer to event register. Accepts only addresses to registers from the Event group. */
8415 #define PPI_CH_EEP_EEP_Pos (0UL) /*!< Position of EEP field. */
8416 #define PPI_CH_EEP_EEP_Msk (0xFFFFFFFFUL << PPI_CH_EEP_EEP_Pos) /*!< Bit mask of EEP field. */
8417 
8418 /* Register: PPI_CH_TEP */
8419 /* Description: Description cluster[n]: Channel n task end-point */
8420 
8421 /* Bits 31..0 : Pointer to task register. Accepts only addresses to registers from the Task group. */
8422 #define PPI_CH_TEP_TEP_Pos (0UL) /*!< Position of TEP field. */
8423 #define PPI_CH_TEP_TEP_Msk (0xFFFFFFFFUL << PPI_CH_TEP_TEP_Pos) /*!< Bit mask of TEP field. */
8424 
8425 /* Register: PPI_CHG */
8426 /* Description: Description collection[n]: Channel group n */
8427 
8428 /* Bit 31 : Include or exclude channel 31 */
8429 #define PPI_CHG_CH31_Pos (31UL) /*!< Position of CH31 field. */
8430 #define PPI_CHG_CH31_Msk (0x1UL << PPI_CHG_CH31_Pos) /*!< Bit mask of CH31 field. */
8431 #define PPI_CHG_CH31_Excluded (0UL) /*!< Exclude */
8432 #define PPI_CHG_CH31_Included (1UL) /*!< Include */
8433 
8434 /* Bit 30 : Include or exclude channel 30 */
8435 #define PPI_CHG_CH30_Pos (30UL) /*!< Position of CH30 field. */
8436 #define PPI_CHG_CH30_Msk (0x1UL << PPI_CHG_CH30_Pos) /*!< Bit mask of CH30 field. */
8437 #define PPI_CHG_CH30_Excluded (0UL) /*!< Exclude */
8438 #define PPI_CHG_CH30_Included (1UL) /*!< Include */
8439 
8440 /* Bit 29 : Include or exclude channel 29 */
8441 #define PPI_CHG_CH29_Pos (29UL) /*!< Position of CH29 field. */
8442 #define PPI_CHG_CH29_Msk (0x1UL << PPI_CHG_CH29_Pos) /*!< Bit mask of CH29 field. */
8443 #define PPI_CHG_CH29_Excluded (0UL) /*!< Exclude */
8444 #define PPI_CHG_CH29_Included (1UL) /*!< Include */
8445 
8446 /* Bit 28 : Include or exclude channel 28 */
8447 #define PPI_CHG_CH28_Pos (28UL) /*!< Position of CH28 field. */
8448 #define PPI_CHG_CH28_Msk (0x1UL << PPI_CHG_CH28_Pos) /*!< Bit mask of CH28 field. */
8449 #define PPI_CHG_CH28_Excluded (0UL) /*!< Exclude */
8450 #define PPI_CHG_CH28_Included (1UL) /*!< Include */
8451 
8452 /* Bit 27 : Include or exclude channel 27 */
8453 #define PPI_CHG_CH27_Pos (27UL) /*!< Position of CH27 field. */
8454 #define PPI_CHG_CH27_Msk (0x1UL << PPI_CHG_CH27_Pos) /*!< Bit mask of CH27 field. */
8455 #define PPI_CHG_CH27_Excluded (0UL) /*!< Exclude */
8456 #define PPI_CHG_CH27_Included (1UL) /*!< Include */
8457 
8458 /* Bit 26 : Include or exclude channel 26 */
8459 #define PPI_CHG_CH26_Pos (26UL) /*!< Position of CH26 field. */
8460 #define PPI_CHG_CH26_Msk (0x1UL << PPI_CHG_CH26_Pos) /*!< Bit mask of CH26 field. */
8461 #define PPI_CHG_CH26_Excluded (0UL) /*!< Exclude */
8462 #define PPI_CHG_CH26_Included (1UL) /*!< Include */
8463 
8464 /* Bit 25 : Include or exclude channel 25 */
8465 #define PPI_CHG_CH25_Pos (25UL) /*!< Position of CH25 field. */
8466 #define PPI_CHG_CH25_Msk (0x1UL << PPI_CHG_CH25_Pos) /*!< Bit mask of CH25 field. */
8467 #define PPI_CHG_CH25_Excluded (0UL) /*!< Exclude */
8468 #define PPI_CHG_CH25_Included (1UL) /*!< Include */
8469 
8470 /* Bit 24 : Include or exclude channel 24 */
8471 #define PPI_CHG_CH24_Pos (24UL) /*!< Position of CH24 field. */
8472 #define PPI_CHG_CH24_Msk (0x1UL << PPI_CHG_CH24_Pos) /*!< Bit mask of CH24 field. */
8473 #define PPI_CHG_CH24_Excluded (0UL) /*!< Exclude */
8474 #define PPI_CHG_CH24_Included (1UL) /*!< Include */
8475 
8476 /* Bit 23 : Include or exclude channel 23 */
8477 #define PPI_CHG_CH23_Pos (23UL) /*!< Position of CH23 field. */
8478 #define PPI_CHG_CH23_Msk (0x1UL << PPI_CHG_CH23_Pos) /*!< Bit mask of CH23 field. */
8479 #define PPI_CHG_CH23_Excluded (0UL) /*!< Exclude */
8480 #define PPI_CHG_CH23_Included (1UL) /*!< Include */
8481 
8482 /* Bit 22 : Include or exclude channel 22 */
8483 #define PPI_CHG_CH22_Pos (22UL) /*!< Position of CH22 field. */
8484 #define PPI_CHG_CH22_Msk (0x1UL << PPI_CHG_CH22_Pos) /*!< Bit mask of CH22 field. */
8485 #define PPI_CHG_CH22_Excluded (0UL) /*!< Exclude */
8486 #define PPI_CHG_CH22_Included (1UL) /*!< Include */
8487 
8488 /* Bit 21 : Include or exclude channel 21 */
8489 #define PPI_CHG_CH21_Pos (21UL) /*!< Position of CH21 field. */
8490 #define PPI_CHG_CH21_Msk (0x1UL << PPI_CHG_CH21_Pos) /*!< Bit mask of CH21 field. */
8491 #define PPI_CHG_CH21_Excluded (0UL) /*!< Exclude */
8492 #define PPI_CHG_CH21_Included (1UL) /*!< Include */
8493 
8494 /* Bit 20 : Include or exclude channel 20 */
8495 #define PPI_CHG_CH20_Pos (20UL) /*!< Position of CH20 field. */
8496 #define PPI_CHG_CH20_Msk (0x1UL << PPI_CHG_CH20_Pos) /*!< Bit mask of CH20 field. */
8497 #define PPI_CHG_CH20_Excluded (0UL) /*!< Exclude */
8498 #define PPI_CHG_CH20_Included (1UL) /*!< Include */
8499 
8500 /* Bit 19 : Include or exclude channel 19 */
8501 #define PPI_CHG_CH19_Pos (19UL) /*!< Position of CH19 field. */
8502 #define PPI_CHG_CH19_Msk (0x1UL << PPI_CHG_CH19_Pos) /*!< Bit mask of CH19 field. */
8503 #define PPI_CHG_CH19_Excluded (0UL) /*!< Exclude */
8504 #define PPI_CHG_CH19_Included (1UL) /*!< Include */
8505 
8506 /* Bit 18 : Include or exclude channel 18 */
8507 #define PPI_CHG_CH18_Pos (18UL) /*!< Position of CH18 field. */
8508 #define PPI_CHG_CH18_Msk (0x1UL << PPI_CHG_CH18_Pos) /*!< Bit mask of CH18 field. */
8509 #define PPI_CHG_CH18_Excluded (0UL) /*!< Exclude */
8510 #define PPI_CHG_CH18_Included (1UL) /*!< Include */
8511 
8512 /* Bit 17 : Include or exclude channel 17 */
8513 #define PPI_CHG_CH17_Pos (17UL) /*!< Position of CH17 field. */
8514 #define PPI_CHG_CH17_Msk (0x1UL << PPI_CHG_CH17_Pos) /*!< Bit mask of CH17 field. */
8515 #define PPI_CHG_CH17_Excluded (0UL) /*!< Exclude */
8516 #define PPI_CHG_CH17_Included (1UL) /*!< Include */
8517 
8518 /* Bit 16 : Include or exclude channel 16 */
8519 #define PPI_CHG_CH16_Pos (16UL) /*!< Position of CH16 field. */
8520 #define PPI_CHG_CH16_Msk (0x1UL << PPI_CHG_CH16_Pos) /*!< Bit mask of CH16 field. */
8521 #define PPI_CHG_CH16_Excluded (0UL) /*!< Exclude */
8522 #define PPI_CHG_CH16_Included (1UL) /*!< Include */
8523 
8524 /* Bit 15 : Include or exclude channel 15 */
8525 #define PPI_CHG_CH15_Pos (15UL) /*!< Position of CH15 field. */
8526 #define PPI_CHG_CH15_Msk (0x1UL << PPI_CHG_CH15_Pos) /*!< Bit mask of CH15 field. */
8527 #define PPI_CHG_CH15_Excluded (0UL) /*!< Exclude */
8528 #define PPI_CHG_CH15_Included (1UL) /*!< Include */
8529 
8530 /* Bit 14 : Include or exclude channel 14 */
8531 #define PPI_CHG_CH14_Pos (14UL) /*!< Position of CH14 field. */
8532 #define PPI_CHG_CH14_Msk (0x1UL << PPI_CHG_CH14_Pos) /*!< Bit mask of CH14 field. */
8533 #define PPI_CHG_CH14_Excluded (0UL) /*!< Exclude */
8534 #define PPI_CHG_CH14_Included (1UL) /*!< Include */
8535 
8536 /* Bit 13 : Include or exclude channel 13 */
8537 #define PPI_CHG_CH13_Pos (13UL) /*!< Position of CH13 field. */
8538 #define PPI_CHG_CH13_Msk (0x1UL << PPI_CHG_CH13_Pos) /*!< Bit mask of CH13 field. */
8539 #define PPI_CHG_CH13_Excluded (0UL) /*!< Exclude */
8540 #define PPI_CHG_CH13_Included (1UL) /*!< Include */
8541 
8542 /* Bit 12 : Include or exclude channel 12 */
8543 #define PPI_CHG_CH12_Pos (12UL) /*!< Position of CH12 field. */
8544 #define PPI_CHG_CH12_Msk (0x1UL << PPI_CHG_CH12_Pos) /*!< Bit mask of CH12 field. */
8545 #define PPI_CHG_CH12_Excluded (0UL) /*!< Exclude */
8546 #define PPI_CHG_CH12_Included (1UL) /*!< Include */
8547 
8548 /* Bit 11 : Include or exclude channel 11 */
8549 #define PPI_CHG_CH11_Pos (11UL) /*!< Position of CH11 field. */
8550 #define PPI_CHG_CH11_Msk (0x1UL << PPI_CHG_CH11_Pos) /*!< Bit mask of CH11 field. */
8551 #define PPI_CHG_CH11_Excluded (0UL) /*!< Exclude */
8552 #define PPI_CHG_CH11_Included (1UL) /*!< Include */
8553 
8554 /* Bit 10 : Include or exclude channel 10 */
8555 #define PPI_CHG_CH10_Pos (10UL) /*!< Position of CH10 field. */
8556 #define PPI_CHG_CH10_Msk (0x1UL << PPI_CHG_CH10_Pos) /*!< Bit mask of CH10 field. */
8557 #define PPI_CHG_CH10_Excluded (0UL) /*!< Exclude */
8558 #define PPI_CHG_CH10_Included (1UL) /*!< Include */
8559 
8560 /* Bit 9 : Include or exclude channel 9 */
8561 #define PPI_CHG_CH9_Pos (9UL) /*!< Position of CH9 field. */
8562 #define PPI_CHG_CH9_Msk (0x1UL << PPI_CHG_CH9_Pos) /*!< Bit mask of CH9 field. */
8563 #define PPI_CHG_CH9_Excluded (0UL) /*!< Exclude */
8564 #define PPI_CHG_CH9_Included (1UL) /*!< Include */
8565 
8566 /* Bit 8 : Include or exclude channel 8 */
8567 #define PPI_CHG_CH8_Pos (8UL) /*!< Position of CH8 field. */
8568 #define PPI_CHG_CH8_Msk (0x1UL << PPI_CHG_CH8_Pos) /*!< Bit mask of CH8 field. */
8569 #define PPI_CHG_CH8_Excluded (0UL) /*!< Exclude */
8570 #define PPI_CHG_CH8_Included (1UL) /*!< Include */
8571 
8572 /* Bit 7 : Include or exclude channel 7 */
8573 #define PPI_CHG_CH7_Pos (7UL) /*!< Position of CH7 field. */
8574 #define PPI_CHG_CH7_Msk (0x1UL << PPI_CHG_CH7_Pos) /*!< Bit mask of CH7 field. */
8575 #define PPI_CHG_CH7_Excluded (0UL) /*!< Exclude */
8576 #define PPI_CHG_CH7_Included (1UL) /*!< Include */
8577 
8578 /* Bit 6 : Include or exclude channel 6 */
8579 #define PPI_CHG_CH6_Pos (6UL) /*!< Position of CH6 field. */
8580 #define PPI_CHG_CH6_Msk (0x1UL << PPI_CHG_CH6_Pos) /*!< Bit mask of CH6 field. */
8581 #define PPI_CHG_CH6_Excluded (0UL) /*!< Exclude */
8582 #define PPI_CHG_CH6_Included (1UL) /*!< Include */
8583 
8584 /* Bit 5 : Include or exclude channel 5 */
8585 #define PPI_CHG_CH5_Pos (5UL) /*!< Position of CH5 field. */
8586 #define PPI_CHG_CH5_Msk (0x1UL << PPI_CHG_CH5_Pos) /*!< Bit mask of CH5 field. */
8587 #define PPI_CHG_CH5_Excluded (0UL) /*!< Exclude */
8588 #define PPI_CHG_CH5_Included (1UL) /*!< Include */
8589 
8590 /* Bit 4 : Include or exclude channel 4 */
8591 #define PPI_CHG_CH4_Pos (4UL) /*!< Position of CH4 field. */
8592 #define PPI_CHG_CH4_Msk (0x1UL << PPI_CHG_CH4_Pos) /*!< Bit mask of CH4 field. */
8593 #define PPI_CHG_CH4_Excluded (0UL) /*!< Exclude */
8594 #define PPI_CHG_CH4_Included (1UL) /*!< Include */
8595 
8596 /* Bit 3 : Include or exclude channel 3 */
8597 #define PPI_CHG_CH3_Pos (3UL) /*!< Position of CH3 field. */
8598 #define PPI_CHG_CH3_Msk (0x1UL << PPI_CHG_CH3_Pos) /*!< Bit mask of CH3 field. */
8599 #define PPI_CHG_CH3_Excluded (0UL) /*!< Exclude */
8600 #define PPI_CHG_CH3_Included (1UL) /*!< Include */
8601 
8602 /* Bit 2 : Include or exclude channel 2 */
8603 #define PPI_CHG_CH2_Pos (2UL) /*!< Position of CH2 field. */
8604 #define PPI_CHG_CH2_Msk (0x1UL << PPI_CHG_CH2_Pos) /*!< Bit mask of CH2 field. */
8605 #define PPI_CHG_CH2_Excluded (0UL) /*!< Exclude */
8606 #define PPI_CHG_CH2_Included (1UL) /*!< Include */
8607 
8608 /* Bit 1 : Include or exclude channel 1 */
8609 #define PPI_CHG_CH1_Pos (1UL) /*!< Position of CH1 field. */
8610 #define PPI_CHG_CH1_Msk (0x1UL << PPI_CHG_CH1_Pos) /*!< Bit mask of CH1 field. */
8611 #define PPI_CHG_CH1_Excluded (0UL) /*!< Exclude */
8612 #define PPI_CHG_CH1_Included (1UL) /*!< Include */
8613 
8614 /* Bit 0 : Include or exclude channel 0 */
8615 #define PPI_CHG_CH0_Pos (0UL) /*!< Position of CH0 field. */
8616 #define PPI_CHG_CH0_Msk (0x1UL << PPI_CHG_CH0_Pos) /*!< Bit mask of CH0 field. */
8617 #define PPI_CHG_CH0_Excluded (0UL) /*!< Exclude */
8618 #define PPI_CHG_CH0_Included (1UL) /*!< Include */
8619 
8620 /* Register: PPI_FORK_TEP */
8621 /* Description: Description cluster[n]: Channel n task end-point */
8622 
8623 /* Bits 31..0 : Pointer to task register */
8624 #define PPI_FORK_TEP_TEP_Pos (0UL) /*!< Position of TEP field. */
8625 #define PPI_FORK_TEP_TEP_Msk (0xFFFFFFFFUL << PPI_FORK_TEP_TEP_Pos) /*!< Bit mask of TEP field. */
8626 
8627 
8628 /* Peripheral: PWM */
8629 /* Description: Pulse width modulation unit 0 */
8630 
8631 /* Register: PWM_TASKS_STOP */
8632 /* Description: Stops PWM pulse generation on all channels at the end of current PWM period, and stops sequence playback */
8633 
8634 /* Bit 0 :   */
8635 #define PWM_TASKS_STOP_TASKS_STOP_Pos (0UL) /*!< Position of TASKS_STOP field. */
8636 #define PWM_TASKS_STOP_TASKS_STOP_Msk (0x1UL << PWM_TASKS_STOP_TASKS_STOP_Pos) /*!< Bit mask of TASKS_STOP field. */
8637 
8638 /* Register: PWM_TASKS_SEQSTART */
8639 /* 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. */
8640 
8641 /* Bit 0 :   */
8642 #define PWM_TASKS_SEQSTART_TASKS_SEQSTART_Pos (0UL) /*!< Position of TASKS_SEQSTART field. */
8643 #define PWM_TASKS_SEQSTART_TASKS_SEQSTART_Msk (0x1UL << PWM_TASKS_SEQSTART_TASKS_SEQSTART_Pos) /*!< Bit mask of TASKS_SEQSTART field. */
8644 
8645 /* Register: PWM_TASKS_NEXTSTEP */
8646 /* 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. */
8647 
8648 /* Bit 0 :   */
8649 #define PWM_TASKS_NEXTSTEP_TASKS_NEXTSTEP_Pos (0UL) /*!< Position of TASKS_NEXTSTEP field. */
8650 #define PWM_TASKS_NEXTSTEP_TASKS_NEXTSTEP_Msk (0x1UL << PWM_TASKS_NEXTSTEP_TASKS_NEXTSTEP_Pos) /*!< Bit mask of TASKS_NEXTSTEP field. */
8651 
8652 /* Register: PWM_EVENTS_STOPPED */
8653 /* Description: Response to STOP task, emitted when PWM pulses are no longer generated */
8654 
8655 /* Bit 0 :   */
8656 #define PWM_EVENTS_STOPPED_EVENTS_STOPPED_Pos (0UL) /*!< Position of EVENTS_STOPPED field. */
8657 #define PWM_EVENTS_STOPPED_EVENTS_STOPPED_Msk (0x1UL << PWM_EVENTS_STOPPED_EVENTS_STOPPED_Pos) /*!< Bit mask of EVENTS_STOPPED field. */
8658 
8659 /* Register: PWM_EVENTS_SEQSTARTED */
8660 /* Description: Description collection[n]: First PWM period started on sequence n */
8661 
8662 /* Bit 0 :   */
8663 #define PWM_EVENTS_SEQSTARTED_EVENTS_SEQSTARTED_Pos (0UL) /*!< Position of EVENTS_SEQSTARTED field. */
8664 #define PWM_EVENTS_SEQSTARTED_EVENTS_SEQSTARTED_Msk (0x1UL << PWM_EVENTS_SEQSTARTED_EVENTS_SEQSTARTED_Pos) /*!< Bit mask of EVENTS_SEQSTARTED field. */
8665 
8666 /* Register: PWM_EVENTS_SEQEND */
8667 /* Description: Description collection[n]: Emitted at end of every sequence n, when last value from RAM has been applied to wave counter */
8668 
8669 /* Bit 0 :   */
8670 #define PWM_EVENTS_SEQEND_EVENTS_SEQEND_Pos (0UL) /*!< Position of EVENTS_SEQEND field. */
8671 #define PWM_EVENTS_SEQEND_EVENTS_SEQEND_Msk (0x1UL << PWM_EVENTS_SEQEND_EVENTS_SEQEND_Pos) /*!< Bit mask of EVENTS_SEQEND field. */
8672 
8673 /* Register: PWM_EVENTS_PWMPERIODEND */
8674 /* Description: Emitted at the end of each PWM period */
8675 
8676 /* Bit 0 :   */
8677 #define PWM_EVENTS_PWMPERIODEND_EVENTS_PWMPERIODEND_Pos (0UL) /*!< Position of EVENTS_PWMPERIODEND field. */
8678 #define PWM_EVENTS_PWMPERIODEND_EVENTS_PWMPERIODEND_Msk (0x1UL << PWM_EVENTS_PWMPERIODEND_EVENTS_PWMPERIODEND_Pos) /*!< Bit mask of EVENTS_PWMPERIODEND field. */
8679 
8680 /* Register: PWM_EVENTS_LOOPSDONE */
8681 /* Description: Concatenated sequences have been played the amount of times defined in LOOP.CNT */
8682 
8683 /* Bit 0 :   */
8684 #define PWM_EVENTS_LOOPSDONE_EVENTS_LOOPSDONE_Pos (0UL) /*!< Position of EVENTS_LOOPSDONE field. */
8685 #define PWM_EVENTS_LOOPSDONE_EVENTS_LOOPSDONE_Msk (0x1UL << PWM_EVENTS_LOOPSDONE_EVENTS_LOOPSDONE_Pos) /*!< Bit mask of EVENTS_LOOPSDONE field. */
8686 
8687 /* Register: PWM_SHORTS */
8688 /* Description: Shortcut register */
8689 
8690 /* Bit 4 : Shortcut between LOOPSDONE event and STOP task */
8691 #define PWM_SHORTS_LOOPSDONE_STOP_Pos (4UL) /*!< Position of LOOPSDONE_STOP field. */
8692 #define PWM_SHORTS_LOOPSDONE_STOP_Msk (0x1UL << PWM_SHORTS_LOOPSDONE_STOP_Pos) /*!< Bit mask of LOOPSDONE_STOP field. */
8693 #define PWM_SHORTS_LOOPSDONE_STOP_Disabled (0UL) /*!< Disable shortcut */
8694 #define PWM_SHORTS_LOOPSDONE_STOP_Enabled (1UL) /*!< Enable shortcut */
8695 
8696 /* Bit 3 : Shortcut between LOOPSDONE event and SEQSTART[1] task */
8697 #define PWM_SHORTS_LOOPSDONE_SEQSTART1_Pos (3UL) /*!< Position of LOOPSDONE_SEQSTART1 field. */
8698 #define PWM_SHORTS_LOOPSDONE_SEQSTART1_Msk (0x1UL << PWM_SHORTS_LOOPSDONE_SEQSTART1_Pos) /*!< Bit mask of LOOPSDONE_SEQSTART1 field. */
8699 #define PWM_SHORTS_LOOPSDONE_SEQSTART1_Disabled (0UL) /*!< Disable shortcut */
8700 #define PWM_SHORTS_LOOPSDONE_SEQSTART1_Enabled (1UL) /*!< Enable shortcut */
8701 
8702 /* Bit 2 : Shortcut between LOOPSDONE event and SEQSTART[0] task */
8703 #define PWM_SHORTS_LOOPSDONE_SEQSTART0_Pos (2UL) /*!< Position of LOOPSDONE_SEQSTART0 field. */
8704 #define PWM_SHORTS_LOOPSDONE_SEQSTART0_Msk (0x1UL << PWM_SHORTS_LOOPSDONE_SEQSTART0_Pos) /*!< Bit mask of LOOPSDONE_SEQSTART0 field. */
8705 #define PWM_SHORTS_LOOPSDONE_SEQSTART0_Disabled (0UL) /*!< Disable shortcut */
8706 #define PWM_SHORTS_LOOPSDONE_SEQSTART0_Enabled (1UL) /*!< Enable shortcut */
8707 
8708 /* Bit 1 : Shortcut between SEQEND[1] event and STOP task */
8709 #define PWM_SHORTS_SEQEND1_STOP_Pos (1UL) /*!< Position of SEQEND1_STOP field. */
8710 #define PWM_SHORTS_SEQEND1_STOP_Msk (0x1UL << PWM_SHORTS_SEQEND1_STOP_Pos) /*!< Bit mask of SEQEND1_STOP field. */
8711 #define PWM_SHORTS_SEQEND1_STOP_Disabled (0UL) /*!< Disable shortcut */
8712 #define PWM_SHORTS_SEQEND1_STOP_Enabled (1UL) /*!< Enable shortcut */
8713 
8714 /* Bit 0 : Shortcut between SEQEND[0] event and STOP task */
8715 #define PWM_SHORTS_SEQEND0_STOP_Pos (0UL) /*!< Position of SEQEND0_STOP field. */
8716 #define PWM_SHORTS_SEQEND0_STOP_Msk (0x1UL << PWM_SHORTS_SEQEND0_STOP_Pos) /*!< Bit mask of SEQEND0_STOP field. */
8717 #define PWM_SHORTS_SEQEND0_STOP_Disabled (0UL) /*!< Disable shortcut */
8718 #define PWM_SHORTS_SEQEND0_STOP_Enabled (1UL) /*!< Enable shortcut */
8719 
8720 /* Register: PWM_INTEN */
8721 /* Description: Enable or disable interrupt */
8722 
8723 /* Bit 7 : Enable or disable interrupt for LOOPSDONE event */
8724 #define PWM_INTEN_LOOPSDONE_Pos (7UL) /*!< Position of LOOPSDONE field. */
8725 #define PWM_INTEN_LOOPSDONE_Msk (0x1UL << PWM_INTEN_LOOPSDONE_Pos) /*!< Bit mask of LOOPSDONE field. */
8726 #define PWM_INTEN_LOOPSDONE_Disabled (0UL) /*!< Disable */
8727 #define PWM_INTEN_LOOPSDONE_Enabled (1UL) /*!< Enable */
8728 
8729 /* Bit 6 : Enable or disable interrupt for PWMPERIODEND event */
8730 #define PWM_INTEN_PWMPERIODEND_Pos (6UL) /*!< Position of PWMPERIODEND field. */
8731 #define PWM_INTEN_PWMPERIODEND_Msk (0x1UL << PWM_INTEN_PWMPERIODEND_Pos) /*!< Bit mask of PWMPERIODEND field. */
8732 #define PWM_INTEN_PWMPERIODEND_Disabled (0UL) /*!< Disable */
8733 #define PWM_INTEN_PWMPERIODEND_Enabled (1UL) /*!< Enable */
8734 
8735 /* Bit 5 : Enable or disable interrupt for SEQEND[1] event */
8736 #define PWM_INTEN_SEQEND1_Pos (5UL) /*!< Position of SEQEND1 field. */
8737 #define PWM_INTEN_SEQEND1_Msk (0x1UL << PWM_INTEN_SEQEND1_Pos) /*!< Bit mask of SEQEND1 field. */
8738 #define PWM_INTEN_SEQEND1_Disabled (0UL) /*!< Disable */
8739 #define PWM_INTEN_SEQEND1_Enabled (1UL) /*!< Enable */
8740 
8741 /* Bit 4 : Enable or disable interrupt for SEQEND[0] event */
8742 #define PWM_INTEN_SEQEND0_Pos (4UL) /*!< Position of SEQEND0 field. */
8743 #define PWM_INTEN_SEQEND0_Msk (0x1UL << PWM_INTEN_SEQEND0_Pos) /*!< Bit mask of SEQEND0 field. */
8744 #define PWM_INTEN_SEQEND0_Disabled (0UL) /*!< Disable */
8745 #define PWM_INTEN_SEQEND0_Enabled (1UL) /*!< Enable */
8746 
8747 /* Bit 3 : Enable or disable interrupt for SEQSTARTED[1] event */
8748 #define PWM_INTEN_SEQSTARTED1_Pos (3UL) /*!< Position of SEQSTARTED1 field. */
8749 #define PWM_INTEN_SEQSTARTED1_Msk (0x1UL << PWM_INTEN_SEQSTARTED1_Pos) /*!< Bit mask of SEQSTARTED1 field. */
8750 #define PWM_INTEN_SEQSTARTED1_Disabled (0UL) /*!< Disable */
8751 #define PWM_INTEN_SEQSTARTED1_Enabled (1UL) /*!< Enable */
8752 
8753 /* Bit 2 : Enable or disable interrupt for SEQSTARTED[0] event */
8754 #define PWM_INTEN_SEQSTARTED0_Pos (2UL) /*!< Position of SEQSTARTED0 field. */
8755 #define PWM_INTEN_SEQSTARTED0_Msk (0x1UL << PWM_INTEN_SEQSTARTED0_Pos) /*!< Bit mask of SEQSTARTED0 field. */
8756 #define PWM_INTEN_SEQSTARTED0_Disabled (0UL) /*!< Disable */
8757 #define PWM_INTEN_SEQSTARTED0_Enabled (1UL) /*!< Enable */
8758 
8759 /* Bit 1 : Enable or disable interrupt for STOPPED event */
8760 #define PWM_INTEN_STOPPED_Pos (1UL) /*!< Position of STOPPED field. */
8761 #define PWM_INTEN_STOPPED_Msk (0x1UL << PWM_INTEN_STOPPED_Pos) /*!< Bit mask of STOPPED field. */
8762 #define PWM_INTEN_STOPPED_Disabled (0UL) /*!< Disable */
8763 #define PWM_INTEN_STOPPED_Enabled (1UL) /*!< Enable */
8764 
8765 /* Register: PWM_INTENSET */
8766 /* Description: Enable interrupt */
8767 
8768 /* Bit 7 : Write '1' to enable interrupt for LOOPSDONE event */
8769 #define PWM_INTENSET_LOOPSDONE_Pos (7UL) /*!< Position of LOOPSDONE field. */
8770 #define PWM_INTENSET_LOOPSDONE_Msk (0x1UL << PWM_INTENSET_LOOPSDONE_Pos) /*!< Bit mask of LOOPSDONE field. */
8771 #define PWM_INTENSET_LOOPSDONE_Disabled (0UL) /*!< Read: Disabled */
8772 #define PWM_INTENSET_LOOPSDONE_Enabled (1UL) /*!< Read: Enabled */
8773 #define PWM_INTENSET_LOOPSDONE_Set (1UL) /*!< Enable */
8774 
8775 /* Bit 6 : Write '1' to enable interrupt for PWMPERIODEND event */
8776 #define PWM_INTENSET_PWMPERIODEND_Pos (6UL) /*!< Position of PWMPERIODEND field. */
8777 #define PWM_INTENSET_PWMPERIODEND_Msk (0x1UL << PWM_INTENSET_PWMPERIODEND_Pos) /*!< Bit mask of PWMPERIODEND field. */
8778 #define PWM_INTENSET_PWMPERIODEND_Disabled (0UL) /*!< Read: Disabled */
8779 #define PWM_INTENSET_PWMPERIODEND_Enabled (1UL) /*!< Read: Enabled */
8780 #define PWM_INTENSET_PWMPERIODEND_Set (1UL) /*!< Enable */
8781 
8782 /* Bit 5 : Write '1' to enable interrupt for SEQEND[1] event */
8783 #define PWM_INTENSET_SEQEND1_Pos (5UL) /*!< Position of SEQEND1 field. */
8784 #define PWM_INTENSET_SEQEND1_Msk (0x1UL << PWM_INTENSET_SEQEND1_Pos) /*!< Bit mask of SEQEND1 field. */
8785 #define PWM_INTENSET_SEQEND1_Disabled (0UL) /*!< Read: Disabled */
8786 #define PWM_INTENSET_SEQEND1_Enabled (1UL) /*!< Read: Enabled */
8787 #define PWM_INTENSET_SEQEND1_Set (1UL) /*!< Enable */
8788 
8789 /* Bit 4 : Write '1' to enable interrupt for SEQEND[0] event */
8790 #define PWM_INTENSET_SEQEND0_Pos (4UL) /*!< Position of SEQEND0 field. */
8791 #define PWM_INTENSET_SEQEND0_Msk (0x1UL << PWM_INTENSET_SEQEND0_Pos) /*!< Bit mask of SEQEND0 field. */
8792 #define PWM_INTENSET_SEQEND0_Disabled (0UL) /*!< Read: Disabled */
8793 #define PWM_INTENSET_SEQEND0_Enabled (1UL) /*!< Read: Enabled */
8794 #define PWM_INTENSET_SEQEND0_Set (1UL) /*!< Enable */
8795 
8796 /* Bit 3 : Write '1' to enable interrupt for SEQSTARTED[1] event */
8797 #define PWM_INTENSET_SEQSTARTED1_Pos (3UL) /*!< Position of SEQSTARTED1 field. */
8798 #define PWM_INTENSET_SEQSTARTED1_Msk (0x1UL << PWM_INTENSET_SEQSTARTED1_Pos) /*!< Bit mask of SEQSTARTED1 field. */
8799 #define PWM_INTENSET_SEQSTARTED1_Disabled (0UL) /*!< Read: Disabled */
8800 #define PWM_INTENSET_SEQSTARTED1_Enabled (1UL) /*!< Read: Enabled */
8801 #define PWM_INTENSET_SEQSTARTED1_Set (1UL) /*!< Enable */
8802 
8803 /* Bit 2 : Write '1' to enable interrupt for SEQSTARTED[0] event */
8804 #define PWM_INTENSET_SEQSTARTED0_Pos (2UL) /*!< Position of SEQSTARTED0 field. */
8805 #define PWM_INTENSET_SEQSTARTED0_Msk (0x1UL << PWM_INTENSET_SEQSTARTED0_Pos) /*!< Bit mask of SEQSTARTED0 field. */
8806 #define PWM_INTENSET_SEQSTARTED0_Disabled (0UL) /*!< Read: Disabled */
8807 #define PWM_INTENSET_SEQSTARTED0_Enabled (1UL) /*!< Read: Enabled */
8808 #define PWM_INTENSET_SEQSTARTED0_Set (1UL) /*!< Enable */
8809 
8810 /* Bit 1 : Write '1' to enable interrupt for STOPPED event */
8811 #define PWM_INTENSET_STOPPED_Pos (1UL) /*!< Position of STOPPED field. */
8812 #define PWM_INTENSET_STOPPED_Msk (0x1UL << PWM_INTENSET_STOPPED_Pos) /*!< Bit mask of STOPPED field. */
8813 #define PWM_INTENSET_STOPPED_Disabled (0UL) /*!< Read: Disabled */
8814 #define PWM_INTENSET_STOPPED_Enabled (1UL) /*!< Read: Enabled */
8815 #define PWM_INTENSET_STOPPED_Set (1UL) /*!< Enable */
8816 
8817 /* Register: PWM_INTENCLR */
8818 /* Description: Disable interrupt */
8819 
8820 /* Bit 7 : Write '1' to disable interrupt for LOOPSDONE event */
8821 #define PWM_INTENCLR_LOOPSDONE_Pos (7UL) /*!< Position of LOOPSDONE field. */
8822 #define PWM_INTENCLR_LOOPSDONE_Msk (0x1UL << PWM_INTENCLR_LOOPSDONE_Pos) /*!< Bit mask of LOOPSDONE field. */
8823 #define PWM_INTENCLR_LOOPSDONE_Disabled (0UL) /*!< Read: Disabled */
8824 #define PWM_INTENCLR_LOOPSDONE_Enabled (1UL) /*!< Read: Enabled */
8825 #define PWM_INTENCLR_LOOPSDONE_Clear (1UL) /*!< Disable */
8826 
8827 /* Bit 6 : Write '1' to disable interrupt for PWMPERIODEND event */
8828 #define PWM_INTENCLR_PWMPERIODEND_Pos (6UL) /*!< Position of PWMPERIODEND field. */
8829 #define PWM_INTENCLR_PWMPERIODEND_Msk (0x1UL << PWM_INTENCLR_PWMPERIODEND_Pos) /*!< Bit mask of PWMPERIODEND field. */
8830 #define PWM_INTENCLR_PWMPERIODEND_Disabled (0UL) /*!< Read: Disabled */
8831 #define PWM_INTENCLR_PWMPERIODEND_Enabled (1UL) /*!< Read: Enabled */
8832 #define PWM_INTENCLR_PWMPERIODEND_Clear (1UL) /*!< Disable */
8833 
8834 /* Bit 5 : Write '1' to disable interrupt for SEQEND[1] event */
8835 #define PWM_INTENCLR_SEQEND1_Pos (5UL) /*!< Position of SEQEND1 field. */
8836 #define PWM_INTENCLR_SEQEND1_Msk (0x1UL << PWM_INTENCLR_SEQEND1_Pos) /*!< Bit mask of SEQEND1 field. */
8837 #define PWM_INTENCLR_SEQEND1_Disabled (0UL) /*!< Read: Disabled */
8838 #define PWM_INTENCLR_SEQEND1_Enabled (1UL) /*!< Read: Enabled */
8839 #define PWM_INTENCLR_SEQEND1_Clear (1UL) /*!< Disable */
8840 
8841 /* Bit 4 : Write '1' to disable interrupt for SEQEND[0] event */
8842 #define PWM_INTENCLR_SEQEND0_Pos (4UL) /*!< Position of SEQEND0 field. */
8843 #define PWM_INTENCLR_SEQEND0_Msk (0x1UL << PWM_INTENCLR_SEQEND0_Pos) /*!< Bit mask of SEQEND0 field. */
8844 #define PWM_INTENCLR_SEQEND0_Disabled (0UL) /*!< Read: Disabled */
8845 #define PWM_INTENCLR_SEQEND0_Enabled (1UL) /*!< Read: Enabled */
8846 #define PWM_INTENCLR_SEQEND0_Clear (1UL) /*!< Disable */
8847 
8848 /* Bit 3 : Write '1' to disable interrupt for SEQSTARTED[1] event */
8849 #define PWM_INTENCLR_SEQSTARTED1_Pos (3UL) /*!< Position of SEQSTARTED1 field. */
8850 #define PWM_INTENCLR_SEQSTARTED1_Msk (0x1UL << PWM_INTENCLR_SEQSTARTED1_Pos) /*!< Bit mask of SEQSTARTED1 field. */
8851 #define PWM_INTENCLR_SEQSTARTED1_Disabled (0UL) /*!< Read: Disabled */
8852 #define PWM_INTENCLR_SEQSTARTED1_Enabled (1UL) /*!< Read: Enabled */
8853 #define PWM_INTENCLR_SEQSTARTED1_Clear (1UL) /*!< Disable */
8854 
8855 /* Bit 2 : Write '1' to disable interrupt for SEQSTARTED[0] event */
8856 #define PWM_INTENCLR_SEQSTARTED0_Pos (2UL) /*!< Position of SEQSTARTED0 field. */
8857 #define PWM_INTENCLR_SEQSTARTED0_Msk (0x1UL << PWM_INTENCLR_SEQSTARTED0_Pos) /*!< Bit mask of SEQSTARTED0 field. */
8858 #define PWM_INTENCLR_SEQSTARTED0_Disabled (0UL) /*!< Read: Disabled */
8859 #define PWM_INTENCLR_SEQSTARTED0_Enabled (1UL) /*!< Read: Enabled */
8860 #define PWM_INTENCLR_SEQSTARTED0_Clear (1UL) /*!< Disable */
8861 
8862 /* Bit 1 : Write '1' to disable interrupt for STOPPED event */
8863 #define PWM_INTENCLR_STOPPED_Pos (1UL) /*!< Position of STOPPED field. */
8864 #define PWM_INTENCLR_STOPPED_Msk (0x1UL << PWM_INTENCLR_STOPPED_Pos) /*!< Bit mask of STOPPED field. */
8865 #define PWM_INTENCLR_STOPPED_Disabled (0UL) /*!< Read: Disabled */
8866 #define PWM_INTENCLR_STOPPED_Enabled (1UL) /*!< Read: Enabled */
8867 #define PWM_INTENCLR_STOPPED_Clear (1UL) /*!< Disable */
8868 
8869 /* Register: PWM_ENABLE */
8870 /* Description: PWM module enable register */
8871 
8872 /* Bit 0 : Enable or disable PWM module */
8873 #define PWM_ENABLE_ENABLE_Pos (0UL) /*!< Position of ENABLE field. */
8874 #define PWM_ENABLE_ENABLE_Msk (0x1UL << PWM_ENABLE_ENABLE_Pos) /*!< Bit mask of ENABLE field. */
8875 #define PWM_ENABLE_ENABLE_Disabled (0UL) /*!< Disabled */
8876 #define PWM_ENABLE_ENABLE_Enabled (1UL) /*!< Enable */
8877 
8878 /* Register: PWM_MODE */
8879 /* Description: Selects operating mode of the wave counter */
8880 
8881 /* Bit 0 : Selects up mode or up-and-down mode for the counter */
8882 #define PWM_MODE_UPDOWN_Pos (0UL) /*!< Position of UPDOWN field. */
8883 #define PWM_MODE_UPDOWN_Msk (0x1UL << PWM_MODE_UPDOWN_Pos) /*!< Bit mask of UPDOWN field. */
8884 #define PWM_MODE_UPDOWN_Up (0UL) /*!< Up counter, edge-aligned PWM duty cycle */
8885 #define PWM_MODE_UPDOWN_UpAndDown (1UL) /*!< Up and down counter, center-aligned PWM duty cycle */
8886 
8887 /* Register: PWM_COUNTERTOP */
8888 /* Description: Value up to which the pulse generator counter counts */
8889 
8890 /* 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. */
8891 #define PWM_COUNTERTOP_COUNTERTOP_Pos (0UL) /*!< Position of COUNTERTOP field. */
8892 #define PWM_COUNTERTOP_COUNTERTOP_Msk (0x7FFFUL << PWM_COUNTERTOP_COUNTERTOP_Pos) /*!< Bit mask of COUNTERTOP field. */
8893 
8894 /* Register: PWM_PRESCALER */
8895 /* Description: Configuration for PWM_CLK */
8896 
8897 /* Bits 2..0 : Prescaler of PWM_CLK */
8898 #define PWM_PRESCALER_PRESCALER_Pos (0UL) /*!< Position of PRESCALER field. */
8899 #define PWM_PRESCALER_PRESCALER_Msk (0x7UL << PWM_PRESCALER_PRESCALER_Pos) /*!< Bit mask of PRESCALER field. */
8900 #define PWM_PRESCALER_PRESCALER_DIV_1 (0UL) /*!< Divide by 1 (16 MHz) */
8901 #define PWM_PRESCALER_PRESCALER_DIV_2 (1UL) /*!< Divide by 2 (8 MHz) */
8902 #define PWM_PRESCALER_PRESCALER_DIV_4 (2UL) /*!< Divide by 4 (4 MHz) */
8903 #define PWM_PRESCALER_PRESCALER_DIV_8 (3UL) /*!< Divide by 8 (2 MHz) */
8904 #define PWM_PRESCALER_PRESCALER_DIV_16 (4UL) /*!< Divide by 16 (1 MHz) */
8905 #define PWM_PRESCALER_PRESCALER_DIV_32 (5UL) /*!< Divide by 32 (500 kHz) */
8906 #define PWM_PRESCALER_PRESCALER_DIV_64 (6UL) /*!< Divide by 64 (250 kHz) */
8907 #define PWM_PRESCALER_PRESCALER_DIV_128 (7UL) /*!< Divide by 128 (125 kHz) */
8908 
8909 /* Register: PWM_DECODER */
8910 /* Description: Configuration of the decoder */
8911 
8912 /* Bit 8 : Selects source for advancing the active sequence */
8913 #define PWM_DECODER_MODE_Pos (8UL) /*!< Position of MODE field. */
8914 #define PWM_DECODER_MODE_Msk (0x1UL << PWM_DECODER_MODE_Pos) /*!< Bit mask of MODE field. */
8915 #define PWM_DECODER_MODE_RefreshCount (0UL) /*!< SEQ[n].REFRESH is used to determine loading internal compare registers */
8916 #define PWM_DECODER_MODE_NextStep (1UL) /*!< NEXTSTEP task causes a new value to be loaded to internal compare registers */
8917 
8918 /* Bits 1..0 : How a sequence is read from RAM and spread to the compare register */
8919 #define PWM_DECODER_LOAD_Pos (0UL) /*!< Position of LOAD field. */
8920 #define PWM_DECODER_LOAD_Msk (0x3UL << PWM_DECODER_LOAD_Pos) /*!< Bit mask of LOAD field. */
8921 #define PWM_DECODER_LOAD_Common (0UL) /*!< 1st half word (16-bit) used in all PWM channels 0..3 */
8922 #define PWM_DECODER_LOAD_Grouped (1UL) /*!< 1st half word (16-bit) used in channel 0..1; 2nd word in channel 2..3 */
8923 #define PWM_DECODER_LOAD_Individual (2UL) /*!< 1st half word (16-bit) in ch.0; 2nd in ch.1; ...; 4th in ch.3 */
8924 #define PWM_DECODER_LOAD_WaveForm (3UL) /*!< 1st half word (16-bit) in ch.0; 2nd in ch.1; ...; 4th in COUNTERTOP */
8925 
8926 /* Register: PWM_LOOP */
8927 /* Description: Number of playbacks of a loop */
8928 
8929 /* Bits 15..0 : Number of playbacks of pattern cycles */
8930 #define PWM_LOOP_CNT_Pos (0UL) /*!< Position of CNT field. */
8931 #define PWM_LOOP_CNT_Msk (0xFFFFUL << PWM_LOOP_CNT_Pos) /*!< Bit mask of CNT field. */
8932 #define PWM_LOOP_CNT_Disabled (0UL) /*!< Looping disabled (stop at the end of the sequence) */
8933 
8934 /* Register: PWM_SEQ_PTR */
8935 /* Description: Description cluster[n]: Beginning address in RAM of this sequence */
8936 
8937 /* Bits 31..0 : Beginning address in RAM of this sequence */
8938 #define PWM_SEQ_PTR_PTR_Pos (0UL) /*!< Position of PTR field. */
8939 #define PWM_SEQ_PTR_PTR_Msk (0xFFFFFFFFUL << PWM_SEQ_PTR_PTR_Pos) /*!< Bit mask of PTR field. */
8940 
8941 /* Register: PWM_SEQ_CNT */
8942 /* Description: Description cluster[n]: Number of values (duty cycles) in this sequence */
8943 
8944 /* Bits 14..0 : Number of values (duty cycles) in this sequence */
8945 #define PWM_SEQ_CNT_CNT_Pos (0UL) /*!< Position of CNT field. */
8946 #define PWM_SEQ_CNT_CNT_Msk (0x7FFFUL << PWM_SEQ_CNT_CNT_Pos) /*!< Bit mask of CNT field. */
8947 #define PWM_SEQ_CNT_CNT_Disabled (0UL) /*!< Sequence is disabled, and shall not be started as it is empty */
8948 
8949 /* Register: PWM_SEQ_REFRESH */
8950 /* Description: Description cluster[n]: Number of additional PWM periods between samples loaded into compare register */
8951 
8952 /* Bits 23..0 : Number of additional PWM periods between samples loaded into compare register (load every REFRESH.CNT+1 PWM periods) */
8953 #define PWM_SEQ_REFRESH_CNT_Pos (0UL) /*!< Position of CNT field. */
8954 #define PWM_SEQ_REFRESH_CNT_Msk (0xFFFFFFUL << PWM_SEQ_REFRESH_CNT_Pos) /*!< Bit mask of CNT field. */
8955 #define PWM_SEQ_REFRESH_CNT_Continuous (0UL) /*!< Update every PWM period */
8956 
8957 /* Register: PWM_SEQ_ENDDELAY */
8958 /* Description: Description cluster[n]: Time added after the sequence */
8959 
8960 /* Bits 23..0 : Time added after the sequence in PWM periods */
8961 #define PWM_SEQ_ENDDELAY_CNT_Pos (0UL) /*!< Position of CNT field. */
8962 #define PWM_SEQ_ENDDELAY_CNT_Msk (0xFFFFFFUL << PWM_SEQ_ENDDELAY_CNT_Pos) /*!< Bit mask of CNT field. */
8963 
8964 /* Register: PWM_PSEL_OUT */
8965 /* Description: Description collection[n]: Output pin select for PWM channel n */
8966 
8967 /* Bit 31 : Connection */
8968 #define PWM_PSEL_OUT_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */
8969 #define PWM_PSEL_OUT_CONNECT_Msk (0x1UL << PWM_PSEL_OUT_CONNECT_Pos) /*!< Bit mask of CONNECT field. */
8970 #define PWM_PSEL_OUT_CONNECT_Connected (0UL) /*!< Connect */
8971 #define PWM_PSEL_OUT_CONNECT_Disconnected (1UL) /*!< Disconnect */
8972 
8973 /* Bit 5 : Port number */
8974 #define PWM_PSEL_OUT_PORT_Pos (5UL) /*!< Position of PORT field. */
8975 #define PWM_PSEL_OUT_PORT_Msk (0x1UL << PWM_PSEL_OUT_PORT_Pos) /*!< Bit mask of PORT field. */
8976 
8977 /* Bits 4..0 : Pin number */
8978 #define PWM_PSEL_OUT_PIN_Pos (0UL) /*!< Position of PIN field. */
8979 #define PWM_PSEL_OUT_PIN_Msk (0x1FUL << PWM_PSEL_OUT_PIN_Pos) /*!< Bit mask of PIN field. */
8980 
8981 
8982 /* Peripheral: QDEC */
8983 /* Description: Quadrature Decoder */
8984 
8985 /* Register: QDEC_TASKS_START */
8986 /* Description: Task starting the quadrature decoder */
8987 
8988 /* Bit 0 :   */
8989 #define QDEC_TASKS_START_TASKS_START_Pos (0UL) /*!< Position of TASKS_START field. */
8990 #define QDEC_TASKS_START_TASKS_START_Msk (0x1UL << QDEC_TASKS_START_TASKS_START_Pos) /*!< Bit mask of TASKS_START field. */
8991 
8992 /* Register: QDEC_TASKS_STOP */
8993 /* Description: Task stopping the quadrature decoder */
8994 
8995 /* Bit 0 :   */
8996 #define QDEC_TASKS_STOP_TASKS_STOP_Pos (0UL) /*!< Position of TASKS_STOP field. */
8997 #define QDEC_TASKS_STOP_TASKS_STOP_Msk (0x1UL << QDEC_TASKS_STOP_TASKS_STOP_Pos) /*!< Bit mask of TASKS_STOP field. */
8998 
8999 /* Register: QDEC_TASKS_READCLRACC */
9000 /* Description: Read and clear ACC and ACCDBL */
9001 
9002 /* Bit 0 :   */
9003 #define QDEC_TASKS_READCLRACC_TASKS_READCLRACC_Pos (0UL) /*!< Position of TASKS_READCLRACC field. */
9004 #define QDEC_TASKS_READCLRACC_TASKS_READCLRACC_Msk (0x1UL << QDEC_TASKS_READCLRACC_TASKS_READCLRACC_Pos) /*!< Bit mask of TASKS_READCLRACC field. */
9005 
9006 /* Register: QDEC_TASKS_RDCLRACC */
9007 /* Description: Read and clear ACC */
9008 
9009 /* Bit 0 :   */
9010 #define QDEC_TASKS_RDCLRACC_TASKS_RDCLRACC_Pos (0UL) /*!< Position of TASKS_RDCLRACC field. */
9011 #define QDEC_TASKS_RDCLRACC_TASKS_RDCLRACC_Msk (0x1UL << QDEC_TASKS_RDCLRACC_TASKS_RDCLRACC_Pos) /*!< Bit mask of TASKS_RDCLRACC field. */
9012 
9013 /* Register: QDEC_TASKS_RDCLRDBL */
9014 /* Description: Read and clear ACCDBL */
9015 
9016 /* Bit 0 :   */
9017 #define QDEC_TASKS_RDCLRDBL_TASKS_RDCLRDBL_Pos (0UL) /*!< Position of TASKS_RDCLRDBL field. */
9018 #define QDEC_TASKS_RDCLRDBL_TASKS_RDCLRDBL_Msk (0x1UL << QDEC_TASKS_RDCLRDBL_TASKS_RDCLRDBL_Pos) /*!< Bit mask of TASKS_RDCLRDBL field. */
9019 
9020 /* Register: QDEC_EVENTS_SAMPLERDY */
9021 /* Description: Event being generated for every new sample value written to the SAMPLE register */
9022 
9023 /* Bit 0 :   */
9024 #define QDEC_EVENTS_SAMPLERDY_EVENTS_SAMPLERDY_Pos (0UL) /*!< Position of EVENTS_SAMPLERDY field. */
9025 #define QDEC_EVENTS_SAMPLERDY_EVENTS_SAMPLERDY_Msk (0x1UL << QDEC_EVENTS_SAMPLERDY_EVENTS_SAMPLERDY_Pos) /*!< Bit mask of EVENTS_SAMPLERDY field. */
9026 
9027 /* Register: QDEC_EVENTS_REPORTRDY */
9028 /* Description: Non-null report ready */
9029 
9030 /* Bit 0 :   */
9031 #define QDEC_EVENTS_REPORTRDY_EVENTS_REPORTRDY_Pos (0UL) /*!< Position of EVENTS_REPORTRDY field. */
9032 #define QDEC_EVENTS_REPORTRDY_EVENTS_REPORTRDY_Msk (0x1UL << QDEC_EVENTS_REPORTRDY_EVENTS_REPORTRDY_Pos) /*!< Bit mask of EVENTS_REPORTRDY field. */
9033 
9034 /* Register: QDEC_EVENTS_ACCOF */
9035 /* Description: ACC or ACCDBL register overflow */
9036 
9037 /* Bit 0 :   */
9038 #define QDEC_EVENTS_ACCOF_EVENTS_ACCOF_Pos (0UL) /*!< Position of EVENTS_ACCOF field. */
9039 #define QDEC_EVENTS_ACCOF_EVENTS_ACCOF_Msk (0x1UL << QDEC_EVENTS_ACCOF_EVENTS_ACCOF_Pos) /*!< Bit mask of EVENTS_ACCOF field. */
9040 
9041 /* Register: QDEC_EVENTS_DBLRDY */
9042 /* Description: Double displacement(s) detected */
9043 
9044 /* Bit 0 :   */
9045 #define QDEC_EVENTS_DBLRDY_EVENTS_DBLRDY_Pos (0UL) /*!< Position of EVENTS_DBLRDY field. */
9046 #define QDEC_EVENTS_DBLRDY_EVENTS_DBLRDY_Msk (0x1UL << QDEC_EVENTS_DBLRDY_EVENTS_DBLRDY_Pos) /*!< Bit mask of EVENTS_DBLRDY field. */
9047 
9048 /* Register: QDEC_EVENTS_STOPPED */
9049 /* Description: QDEC has been stopped */
9050 
9051 /* Bit 0 :   */
9052 #define QDEC_EVENTS_STOPPED_EVENTS_STOPPED_Pos (0UL) /*!< Position of EVENTS_STOPPED field. */
9053 #define QDEC_EVENTS_STOPPED_EVENTS_STOPPED_Msk (0x1UL << QDEC_EVENTS_STOPPED_EVENTS_STOPPED_Pos) /*!< Bit mask of EVENTS_STOPPED field. */
9054 
9055 /* Register: QDEC_SHORTS */
9056 /* Description: Shortcut register */
9057 
9058 /* Bit 6 : Shortcut between SAMPLERDY event and READCLRACC task */
9059 #define QDEC_SHORTS_SAMPLERDY_READCLRACC_Pos (6UL) /*!< Position of SAMPLERDY_READCLRACC field. */
9060 #define QDEC_SHORTS_SAMPLERDY_READCLRACC_Msk (0x1UL << QDEC_SHORTS_SAMPLERDY_READCLRACC_Pos) /*!< Bit mask of SAMPLERDY_READCLRACC field. */
9061 #define QDEC_SHORTS_SAMPLERDY_READCLRACC_Disabled (0UL) /*!< Disable shortcut */
9062 #define QDEC_SHORTS_SAMPLERDY_READCLRACC_Enabled (1UL) /*!< Enable shortcut */
9063 
9064 /* Bit 5 : Shortcut between DBLRDY event and STOP task */
9065 #define QDEC_SHORTS_DBLRDY_STOP_Pos (5UL) /*!< Position of DBLRDY_STOP field. */
9066 #define QDEC_SHORTS_DBLRDY_STOP_Msk (0x1UL << QDEC_SHORTS_DBLRDY_STOP_Pos) /*!< Bit mask of DBLRDY_STOP field. */
9067 #define QDEC_SHORTS_DBLRDY_STOP_Disabled (0UL) /*!< Disable shortcut */
9068 #define QDEC_SHORTS_DBLRDY_STOP_Enabled (1UL) /*!< Enable shortcut */
9069 
9070 /* Bit 4 : Shortcut between DBLRDY event and RDCLRDBL task */
9071 #define QDEC_SHORTS_DBLRDY_RDCLRDBL_Pos (4UL) /*!< Position of DBLRDY_RDCLRDBL field. */
9072 #define QDEC_SHORTS_DBLRDY_RDCLRDBL_Msk (0x1UL << QDEC_SHORTS_DBLRDY_RDCLRDBL_Pos) /*!< Bit mask of DBLRDY_RDCLRDBL field. */
9073 #define QDEC_SHORTS_DBLRDY_RDCLRDBL_Disabled (0UL) /*!< Disable shortcut */
9074 #define QDEC_SHORTS_DBLRDY_RDCLRDBL_Enabled (1UL) /*!< Enable shortcut */
9075 
9076 /* Bit 3 : Shortcut between REPORTRDY event and STOP task */
9077 #define QDEC_SHORTS_REPORTRDY_STOP_Pos (3UL) /*!< Position of REPORTRDY_STOP field. */
9078 #define QDEC_SHORTS_REPORTRDY_STOP_Msk (0x1UL << QDEC_SHORTS_REPORTRDY_STOP_Pos) /*!< Bit mask of REPORTRDY_STOP field. */
9079 #define QDEC_SHORTS_REPORTRDY_STOP_Disabled (0UL) /*!< Disable shortcut */
9080 #define QDEC_SHORTS_REPORTRDY_STOP_Enabled (1UL) /*!< Enable shortcut */
9081 
9082 /* Bit 2 : Shortcut between REPORTRDY event and RDCLRACC task */
9083 #define QDEC_SHORTS_REPORTRDY_RDCLRACC_Pos (2UL) /*!< Position of REPORTRDY_RDCLRACC field. */
9084 #define QDEC_SHORTS_REPORTRDY_RDCLRACC_Msk (0x1UL << QDEC_SHORTS_REPORTRDY_RDCLRACC_Pos) /*!< Bit mask of REPORTRDY_RDCLRACC field. */
9085 #define QDEC_SHORTS_REPORTRDY_RDCLRACC_Disabled (0UL) /*!< Disable shortcut */
9086 #define QDEC_SHORTS_REPORTRDY_RDCLRACC_Enabled (1UL) /*!< Enable shortcut */
9087 
9088 /* Bit 1 : Shortcut between SAMPLERDY event and STOP task */
9089 #define QDEC_SHORTS_SAMPLERDY_STOP_Pos (1UL) /*!< Position of SAMPLERDY_STOP field. */
9090 #define QDEC_SHORTS_SAMPLERDY_STOP_Msk (0x1UL << QDEC_SHORTS_SAMPLERDY_STOP_Pos) /*!< Bit mask of SAMPLERDY_STOP field. */
9091 #define QDEC_SHORTS_SAMPLERDY_STOP_Disabled (0UL) /*!< Disable shortcut */
9092 #define QDEC_SHORTS_SAMPLERDY_STOP_Enabled (1UL) /*!< Enable shortcut */
9093 
9094 /* Bit 0 : Shortcut between REPORTRDY event and READCLRACC task */
9095 #define QDEC_SHORTS_REPORTRDY_READCLRACC_Pos (0UL) /*!< Position of REPORTRDY_READCLRACC field. */
9096 #define QDEC_SHORTS_REPORTRDY_READCLRACC_Msk (0x1UL << QDEC_SHORTS_REPORTRDY_READCLRACC_Pos) /*!< Bit mask of REPORTRDY_READCLRACC field. */
9097 #define QDEC_SHORTS_REPORTRDY_READCLRACC_Disabled (0UL) /*!< Disable shortcut */
9098 #define QDEC_SHORTS_REPORTRDY_READCLRACC_Enabled (1UL) /*!< Enable shortcut */
9099 
9100 /* Register: QDEC_INTENSET */
9101 /* Description: Enable interrupt */
9102 
9103 /* Bit 4 : Write '1' to enable interrupt for STOPPED event */
9104 #define QDEC_INTENSET_STOPPED_Pos (4UL) /*!< Position of STOPPED field. */
9105 #define QDEC_INTENSET_STOPPED_Msk (0x1UL << QDEC_INTENSET_STOPPED_Pos) /*!< Bit mask of STOPPED field. */
9106 #define QDEC_INTENSET_STOPPED_Disabled (0UL) /*!< Read: Disabled */
9107 #define QDEC_INTENSET_STOPPED_Enabled (1UL) /*!< Read: Enabled */
9108 #define QDEC_INTENSET_STOPPED_Set (1UL) /*!< Enable */
9109 
9110 /* Bit 3 : Write '1' to enable interrupt for DBLRDY event */
9111 #define QDEC_INTENSET_DBLRDY_Pos (3UL) /*!< Position of DBLRDY field. */
9112 #define QDEC_INTENSET_DBLRDY_Msk (0x1UL << QDEC_INTENSET_DBLRDY_Pos) /*!< Bit mask of DBLRDY field. */
9113 #define QDEC_INTENSET_DBLRDY_Disabled (0UL) /*!< Read: Disabled */
9114 #define QDEC_INTENSET_DBLRDY_Enabled (1UL) /*!< Read: Enabled */
9115 #define QDEC_INTENSET_DBLRDY_Set (1UL) /*!< Enable */
9116 
9117 /* Bit 2 : Write '1' to enable interrupt for ACCOF event */
9118 #define QDEC_INTENSET_ACCOF_Pos (2UL) /*!< Position of ACCOF field. */
9119 #define QDEC_INTENSET_ACCOF_Msk (0x1UL << QDEC_INTENSET_ACCOF_Pos) /*!< Bit mask of ACCOF field. */
9120 #define QDEC_INTENSET_ACCOF_Disabled (0UL) /*!< Read: Disabled */
9121 #define QDEC_INTENSET_ACCOF_Enabled (1UL) /*!< Read: Enabled */
9122 #define QDEC_INTENSET_ACCOF_Set (1UL) /*!< Enable */
9123 
9124 /* Bit 1 : Write '1' to enable interrupt for REPORTRDY event */
9125 #define QDEC_INTENSET_REPORTRDY_Pos (1UL) /*!< Position of REPORTRDY field. */
9126 #define QDEC_INTENSET_REPORTRDY_Msk (0x1UL << QDEC_INTENSET_REPORTRDY_Pos) /*!< Bit mask of REPORTRDY field. */
9127 #define QDEC_INTENSET_REPORTRDY_Disabled (0UL) /*!< Read: Disabled */
9128 #define QDEC_INTENSET_REPORTRDY_Enabled (1UL) /*!< Read: Enabled */
9129 #define QDEC_INTENSET_REPORTRDY_Set (1UL) /*!< Enable */
9130 
9131 /* Bit 0 : Write '1' to enable interrupt for SAMPLERDY event */
9132 #define QDEC_INTENSET_SAMPLERDY_Pos (0UL) /*!< Position of SAMPLERDY field. */
9133 #define QDEC_INTENSET_SAMPLERDY_Msk (0x1UL << QDEC_INTENSET_SAMPLERDY_Pos) /*!< Bit mask of SAMPLERDY field. */
9134 #define QDEC_INTENSET_SAMPLERDY_Disabled (0UL) /*!< Read: Disabled */
9135 #define QDEC_INTENSET_SAMPLERDY_Enabled (1UL) /*!< Read: Enabled */
9136 #define QDEC_INTENSET_SAMPLERDY_Set (1UL) /*!< Enable */
9137 
9138 /* Register: QDEC_INTENCLR */
9139 /* Description: Disable interrupt */
9140 
9141 /* Bit 4 : Write '1' to disable interrupt for STOPPED event */
9142 #define QDEC_INTENCLR_STOPPED_Pos (4UL) /*!< Position of STOPPED field. */
9143 #define QDEC_INTENCLR_STOPPED_Msk (0x1UL << QDEC_INTENCLR_STOPPED_Pos) /*!< Bit mask of STOPPED field. */
9144 #define QDEC_INTENCLR_STOPPED_Disabled (0UL) /*!< Read: Disabled */
9145 #define QDEC_INTENCLR_STOPPED_Enabled (1UL) /*!< Read: Enabled */
9146 #define QDEC_INTENCLR_STOPPED_Clear (1UL) /*!< Disable */
9147 
9148 /* Bit 3 : Write '1' to disable interrupt for DBLRDY event */
9149 #define QDEC_INTENCLR_DBLRDY_Pos (3UL) /*!< Position of DBLRDY field. */
9150 #define QDEC_INTENCLR_DBLRDY_Msk (0x1UL << QDEC_INTENCLR_DBLRDY_Pos) /*!< Bit mask of DBLRDY field. */
9151 #define QDEC_INTENCLR_DBLRDY_Disabled (0UL) /*!< Read: Disabled */
9152 #define QDEC_INTENCLR_DBLRDY_Enabled (1UL) /*!< Read: Enabled */
9153 #define QDEC_INTENCLR_DBLRDY_Clear (1UL) /*!< Disable */
9154 
9155 /* Bit 2 : Write '1' to disable interrupt for ACCOF event */
9156 #define QDEC_INTENCLR_ACCOF_Pos (2UL) /*!< Position of ACCOF field. */
9157 #define QDEC_INTENCLR_ACCOF_Msk (0x1UL << QDEC_INTENCLR_ACCOF_Pos) /*!< Bit mask of ACCOF field. */
9158 #define QDEC_INTENCLR_ACCOF_Disabled (0UL) /*!< Read: Disabled */
9159 #define QDEC_INTENCLR_ACCOF_Enabled (1UL) /*!< Read: Enabled */
9160 #define QDEC_INTENCLR_ACCOF_Clear (1UL) /*!< Disable */
9161 
9162 /* Bit 1 : Write '1' to disable interrupt for REPORTRDY event */
9163 #define QDEC_INTENCLR_REPORTRDY_Pos (1UL) /*!< Position of REPORTRDY field. */
9164 #define QDEC_INTENCLR_REPORTRDY_Msk (0x1UL << QDEC_INTENCLR_REPORTRDY_Pos) /*!< Bit mask of REPORTRDY field. */
9165 #define QDEC_INTENCLR_REPORTRDY_Disabled (0UL) /*!< Read: Disabled */
9166 #define QDEC_INTENCLR_REPORTRDY_Enabled (1UL) /*!< Read: Enabled */
9167 #define QDEC_INTENCLR_REPORTRDY_Clear (1UL) /*!< Disable */
9168 
9169 /* Bit 0 : Write '1' to disable interrupt for SAMPLERDY event */
9170 #define QDEC_INTENCLR_SAMPLERDY_Pos (0UL) /*!< Position of SAMPLERDY field. */
9171 #define QDEC_INTENCLR_SAMPLERDY_Msk (0x1UL << QDEC_INTENCLR_SAMPLERDY_Pos) /*!< Bit mask of SAMPLERDY field. */
9172 #define QDEC_INTENCLR_SAMPLERDY_Disabled (0UL) /*!< Read: Disabled */
9173 #define QDEC_INTENCLR_SAMPLERDY_Enabled (1UL) /*!< Read: Enabled */
9174 #define QDEC_INTENCLR_SAMPLERDY_Clear (1UL) /*!< Disable */
9175 
9176 /* Register: QDEC_ENABLE */
9177 /* Description: Enable the quadrature decoder */
9178 
9179 /* Bit 0 : Enable or disable the quadrature decoder */
9180 #define QDEC_ENABLE_ENABLE_Pos (0UL) /*!< Position of ENABLE field. */
9181 #define QDEC_ENABLE_ENABLE_Msk (0x1UL << QDEC_ENABLE_ENABLE_Pos) /*!< Bit mask of ENABLE field. */
9182 #define QDEC_ENABLE_ENABLE_Disabled (0UL) /*!< Disable */
9183 #define QDEC_ENABLE_ENABLE_Enabled (1UL) /*!< Enable */
9184 
9185 /* Register: QDEC_LEDPOL */
9186 /* Description: LED output pin polarity */
9187 
9188 /* Bit 0 : LED output pin polarity */
9189 #define QDEC_LEDPOL_LEDPOL_Pos (0UL) /*!< Position of LEDPOL field. */
9190 #define QDEC_LEDPOL_LEDPOL_Msk (0x1UL << QDEC_LEDPOL_LEDPOL_Pos) /*!< Bit mask of LEDPOL field. */
9191 #define QDEC_LEDPOL_LEDPOL_ActiveLow (0UL) /*!< Led active on output pin low */
9192 #define QDEC_LEDPOL_LEDPOL_ActiveHigh (1UL) /*!< Led active on output pin high */
9193 
9194 /* Register: QDEC_SAMPLEPER */
9195 /* Description: Sample period */
9196 
9197 /* Bits 3..0 : Sample period. The SAMPLE register will be updated for every new sample */
9198 #define QDEC_SAMPLEPER_SAMPLEPER_Pos (0UL) /*!< Position of SAMPLEPER field. */
9199 #define QDEC_SAMPLEPER_SAMPLEPER_Msk (0xFUL << QDEC_SAMPLEPER_SAMPLEPER_Pos) /*!< Bit mask of SAMPLEPER field. */
9200 #define QDEC_SAMPLEPER_SAMPLEPER_128us (0UL) /*!< 128 us */
9201 #define QDEC_SAMPLEPER_SAMPLEPER_256us (1UL) /*!< 256 us */
9202 #define QDEC_SAMPLEPER_SAMPLEPER_512us (2UL) /*!< 512 us */
9203 #define QDEC_SAMPLEPER_SAMPLEPER_1024us (3UL) /*!< 1024 us */
9204 #define QDEC_SAMPLEPER_SAMPLEPER_2048us (4UL) /*!< 2048 us */
9205 #define QDEC_SAMPLEPER_SAMPLEPER_4096us (5UL) /*!< 4096 us */
9206 #define QDEC_SAMPLEPER_SAMPLEPER_8192us (6UL) /*!< 8192 us */
9207 #define QDEC_SAMPLEPER_SAMPLEPER_16384us (7UL) /*!< 16384 us */
9208 #define QDEC_SAMPLEPER_SAMPLEPER_32ms (8UL) /*!< 32768 us */
9209 #define QDEC_SAMPLEPER_SAMPLEPER_65ms (9UL) /*!< 65536 us */
9210 #define QDEC_SAMPLEPER_SAMPLEPER_131ms (10UL) /*!< 131072 us */
9211 
9212 /* Register: QDEC_SAMPLE */
9213 /* Description: Motion sample value */
9214 
9215 /* Bits 31..0 : Last motion sample */
9216 #define QDEC_SAMPLE_SAMPLE_Pos (0UL) /*!< Position of SAMPLE field. */
9217 #define QDEC_SAMPLE_SAMPLE_Msk (0xFFFFFFFFUL << QDEC_SAMPLE_SAMPLE_Pos) /*!< Bit mask of SAMPLE field. */
9218 
9219 /* Register: QDEC_REPORTPER */
9220 /* Description: Number of samples to be taken before REPORTRDY and DBLRDY events can be generated */
9221 
9222 /* Bits 3..0 : Specifies the number of samples to be accumulated in the ACC register before the REPORTRDY and DBLRDY events can be generated */
9223 #define QDEC_REPORTPER_REPORTPER_Pos (0UL) /*!< Position of REPORTPER field. */
9224 #define QDEC_REPORTPER_REPORTPER_Msk (0xFUL << QDEC_REPORTPER_REPORTPER_Pos) /*!< Bit mask of REPORTPER field. */
9225 #define QDEC_REPORTPER_REPORTPER_10Smpl (0UL) /*!< 10 samples / report */
9226 #define QDEC_REPORTPER_REPORTPER_40Smpl (1UL) /*!< 40 samples / report */
9227 #define QDEC_REPORTPER_REPORTPER_80Smpl (2UL) /*!< 80 samples / report */
9228 #define QDEC_REPORTPER_REPORTPER_120Smpl (3UL) /*!< 120 samples / report */
9229 #define QDEC_REPORTPER_REPORTPER_160Smpl (4UL) /*!< 160 samples / report */
9230 #define QDEC_REPORTPER_REPORTPER_200Smpl (5UL) /*!< 200 samples / report */
9231 #define QDEC_REPORTPER_REPORTPER_240Smpl (6UL) /*!< 240 samples / report */
9232 #define QDEC_REPORTPER_REPORTPER_280Smpl (7UL) /*!< 280 samples / report */
9233 #define QDEC_REPORTPER_REPORTPER_1Smpl (8UL) /*!< 1 sample / report */
9234 
9235 /* Register: QDEC_ACC */
9236 /* Description: Register accumulating the valid transitions */
9237 
9238 /* Bits 31..0 : Register accumulating all valid samples (not double transition) read from the SAMPLE register */
9239 #define QDEC_ACC_ACC_Pos (0UL) /*!< Position of ACC field. */
9240 #define QDEC_ACC_ACC_Msk (0xFFFFFFFFUL << QDEC_ACC_ACC_Pos) /*!< Bit mask of ACC field. */
9241 
9242 /* Register: QDEC_ACCREAD */
9243 /* Description: Snapshot of the ACC register, updated by the READCLRACC or RDCLRACC task */
9244 
9245 /* Bits 31..0 : Snapshot of the ACC register. */
9246 #define QDEC_ACCREAD_ACCREAD_Pos (0UL) /*!< Position of ACCREAD field. */
9247 #define QDEC_ACCREAD_ACCREAD_Msk (0xFFFFFFFFUL << QDEC_ACCREAD_ACCREAD_Pos) /*!< Bit mask of ACCREAD field. */
9248 
9249 /* Register: QDEC_PSEL_LED */
9250 /* Description: Pin select for LED signal */
9251 
9252 /* Bit 31 : Connection */
9253 #define QDEC_PSEL_LED_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */
9254 #define QDEC_PSEL_LED_CONNECT_Msk (0x1UL << QDEC_PSEL_LED_CONNECT_Pos) /*!< Bit mask of CONNECT field. */
9255 #define QDEC_PSEL_LED_CONNECT_Connected (0UL) /*!< Connect */
9256 #define QDEC_PSEL_LED_CONNECT_Disconnected (1UL) /*!< Disconnect */
9257 
9258 /* Bit 5 : Port number */
9259 #define QDEC_PSEL_LED_PORT_Pos (5UL) /*!< Position of PORT field. */
9260 #define QDEC_PSEL_LED_PORT_Msk (0x1UL << QDEC_PSEL_LED_PORT_Pos) /*!< Bit mask of PORT field. */
9261 
9262 /* Bits 4..0 : Pin number */
9263 #define QDEC_PSEL_LED_PIN_Pos (0UL) /*!< Position of PIN field. */
9264 #define QDEC_PSEL_LED_PIN_Msk (0x1FUL << QDEC_PSEL_LED_PIN_Pos) /*!< Bit mask of PIN field. */
9265 
9266 /* Register: QDEC_PSEL_A */
9267 /* Description: Pin select for A signal */
9268 
9269 /* Bit 31 : Connection */
9270 #define QDEC_PSEL_A_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */
9271 #define QDEC_PSEL_A_CONNECT_Msk (0x1UL << QDEC_PSEL_A_CONNECT_Pos) /*!< Bit mask of CONNECT field. */
9272 #define QDEC_PSEL_A_CONNECT_Connected (0UL) /*!< Connect */
9273 #define QDEC_PSEL_A_CONNECT_Disconnected (1UL) /*!< Disconnect */
9274 
9275 /* Bit 5 : Port number */
9276 #define QDEC_PSEL_A_PORT_Pos (5UL) /*!< Position of PORT field. */
9277 #define QDEC_PSEL_A_PORT_Msk (0x1UL << QDEC_PSEL_A_PORT_Pos) /*!< Bit mask of PORT field. */
9278 
9279 /* Bits 4..0 : Pin number */
9280 #define QDEC_PSEL_A_PIN_Pos (0UL) /*!< Position of PIN field. */
9281 #define QDEC_PSEL_A_PIN_Msk (0x1FUL << QDEC_PSEL_A_PIN_Pos) /*!< Bit mask of PIN field. */
9282 
9283 /* Register: QDEC_PSEL_B */
9284 /* Description: Pin select for B signal */
9285 
9286 /* Bit 31 : Connection */
9287 #define QDEC_PSEL_B_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */
9288 #define QDEC_PSEL_B_CONNECT_Msk (0x1UL << QDEC_PSEL_B_CONNECT_Pos) /*!< Bit mask of CONNECT field. */
9289 #define QDEC_PSEL_B_CONNECT_Connected (0UL) /*!< Connect */
9290 #define QDEC_PSEL_B_CONNECT_Disconnected (1UL) /*!< Disconnect */
9291 
9292 /* Bit 5 : Port number */
9293 #define QDEC_PSEL_B_PORT_Pos (5UL) /*!< Position of PORT field. */
9294 #define QDEC_PSEL_B_PORT_Msk (0x1UL << QDEC_PSEL_B_PORT_Pos) /*!< Bit mask of PORT field. */
9295 
9296 /* Bits 4..0 : Pin number */
9297 #define QDEC_PSEL_B_PIN_Pos (0UL) /*!< Position of PIN field. */
9298 #define QDEC_PSEL_B_PIN_Msk (0x1FUL << QDEC_PSEL_B_PIN_Pos) /*!< Bit mask of PIN field. */
9299 
9300 /* Register: QDEC_DBFEN */
9301 /* Description: Enable input debounce filters */
9302 
9303 /* Bit 0 : Enable input debounce filters */
9304 #define QDEC_DBFEN_DBFEN_Pos (0UL) /*!< Position of DBFEN field. */
9305 #define QDEC_DBFEN_DBFEN_Msk (0x1UL << QDEC_DBFEN_DBFEN_Pos) /*!< Bit mask of DBFEN field. */
9306 #define QDEC_DBFEN_DBFEN_Disabled (0UL) /*!< Debounce input filters disabled */
9307 #define QDEC_DBFEN_DBFEN_Enabled (1UL) /*!< Debounce input filters enabled */
9308 
9309 /* Register: QDEC_LEDPRE */
9310 /* Description: Time period the LED is switched ON prior to sampling */
9311 
9312 /* Bits 8..0 : Period in us the LED is switched on prior to sampling */
9313 #define QDEC_LEDPRE_LEDPRE_Pos (0UL) /*!< Position of LEDPRE field. */
9314 #define QDEC_LEDPRE_LEDPRE_Msk (0x1FFUL << QDEC_LEDPRE_LEDPRE_Pos) /*!< Bit mask of LEDPRE field. */
9315 
9316 /* Register: QDEC_ACCDBL */
9317 /* Description: Register accumulating the number of detected double transitions */
9318 
9319 /* Bits 3..0 : Register accumulating the number of detected double or illegal transitions. ( SAMPLE = 2 ). */
9320 #define QDEC_ACCDBL_ACCDBL_Pos (0UL) /*!< Position of ACCDBL field. */
9321 #define QDEC_ACCDBL_ACCDBL_Msk (0xFUL << QDEC_ACCDBL_ACCDBL_Pos) /*!< Bit mask of ACCDBL field. */
9322 
9323 /* Register: QDEC_ACCDBLREAD */
9324 /* Description: Snapshot of the ACCDBL, updated by the READCLRACC or RDCLRDBL task */
9325 
9326 /* Bits 3..0 : Snapshot of the ACCDBL register. This field is updated when the READCLRACC or RDCLRDBL task is triggered. */
9327 #define QDEC_ACCDBLREAD_ACCDBLREAD_Pos (0UL) /*!< Position of ACCDBLREAD field. */
9328 #define QDEC_ACCDBLREAD_ACCDBLREAD_Msk (0xFUL << QDEC_ACCDBLREAD_ACCDBLREAD_Pos) /*!< Bit mask of ACCDBLREAD field. */
9329 
9330 
9331 /* Peripheral: QSPI */
9332 /* Description: External flash interface */
9333 
9334 /* Register: QSPI_TASKS_ACTIVATE */
9335 /* Description: Activate QSPI interface */
9336 
9337 /* Bit 0 :   */
9338 #define QSPI_TASKS_ACTIVATE_TASKS_ACTIVATE_Pos (0UL) /*!< Position of TASKS_ACTIVATE field. */
9339 #define QSPI_TASKS_ACTIVATE_TASKS_ACTIVATE_Msk (0x1UL << QSPI_TASKS_ACTIVATE_TASKS_ACTIVATE_Pos) /*!< Bit mask of TASKS_ACTIVATE field. */
9340 
9341 /* Register: QSPI_TASKS_READSTART */
9342 /* Description: Start transfer from external flash memory to internal RAM */
9343 
9344 /* Bit 0 :   */
9345 #define QSPI_TASKS_READSTART_TASKS_READSTART_Pos (0UL) /*!< Position of TASKS_READSTART field. */
9346 #define QSPI_TASKS_READSTART_TASKS_READSTART_Msk (0x1UL << QSPI_TASKS_READSTART_TASKS_READSTART_Pos) /*!< Bit mask of TASKS_READSTART field. */
9347 
9348 /* Register: QSPI_TASKS_WRITESTART */
9349 /* Description: Start transfer from internal RAM to external flash memory */
9350 
9351 /* Bit 0 :   */
9352 #define QSPI_TASKS_WRITESTART_TASKS_WRITESTART_Pos (0UL) /*!< Position of TASKS_WRITESTART field. */
9353 #define QSPI_TASKS_WRITESTART_TASKS_WRITESTART_Msk (0x1UL << QSPI_TASKS_WRITESTART_TASKS_WRITESTART_Pos) /*!< Bit mask of TASKS_WRITESTART field. */
9354 
9355 /* Register: QSPI_TASKS_ERASESTART */
9356 /* Description: Start external flash memory erase operation */
9357 
9358 /* Bit 0 :   */
9359 #define QSPI_TASKS_ERASESTART_TASKS_ERASESTART_Pos (0UL) /*!< Position of TASKS_ERASESTART field. */
9360 #define QSPI_TASKS_ERASESTART_TASKS_ERASESTART_Msk (0x1UL << QSPI_TASKS_ERASESTART_TASKS_ERASESTART_Pos) /*!< Bit mask of TASKS_ERASESTART field. */
9361 
9362 /* Register: QSPI_TASKS_DEACTIVATE */
9363 /* Description: Deactivate QSPI interface */
9364 
9365 /* Bit 0 :   */
9366 #define QSPI_TASKS_DEACTIVATE_TASKS_DEACTIVATE_Pos (0UL) /*!< Position of TASKS_DEACTIVATE field. */
9367 #define QSPI_TASKS_DEACTIVATE_TASKS_DEACTIVATE_Msk (0x1UL << QSPI_TASKS_DEACTIVATE_TASKS_DEACTIVATE_Pos) /*!< Bit mask of TASKS_DEACTIVATE field. */
9368 
9369 /* Register: QSPI_EVENTS_READY */
9370 /* Description: QSPI peripheral is ready. This event will be generated as a response to any QSPI task. */
9371 
9372 /* Bit 0 :   */
9373 #define QSPI_EVENTS_READY_EVENTS_READY_Pos (0UL) /*!< Position of EVENTS_READY field. */
9374 #define QSPI_EVENTS_READY_EVENTS_READY_Msk (0x1UL << QSPI_EVENTS_READY_EVENTS_READY_Pos) /*!< Bit mask of EVENTS_READY field. */
9375 
9376 /* Register: QSPI_INTEN */
9377 /* Description: Enable or disable interrupt */
9378 
9379 /* Bit 0 : Enable or disable interrupt for READY event */
9380 #define QSPI_INTEN_READY_Pos (0UL) /*!< Position of READY field. */
9381 #define QSPI_INTEN_READY_Msk (0x1UL << QSPI_INTEN_READY_Pos) /*!< Bit mask of READY field. */
9382 #define QSPI_INTEN_READY_Disabled (0UL) /*!< Disable */
9383 #define QSPI_INTEN_READY_Enabled (1UL) /*!< Enable */
9384 
9385 /* Register: QSPI_INTENSET */
9386 /* Description: Enable interrupt */
9387 
9388 /* Bit 0 : Write '1' to enable interrupt for READY event */
9389 #define QSPI_INTENSET_READY_Pos (0UL) /*!< Position of READY field. */
9390 #define QSPI_INTENSET_READY_Msk (0x1UL << QSPI_INTENSET_READY_Pos) /*!< Bit mask of READY field. */
9391 #define QSPI_INTENSET_READY_Disabled (0UL) /*!< Read: Disabled */
9392 #define QSPI_INTENSET_READY_Enabled (1UL) /*!< Read: Enabled */
9393 #define QSPI_INTENSET_READY_Set (1UL) /*!< Enable */
9394 
9395 /* Register: QSPI_INTENCLR */
9396 /* Description: Disable interrupt */
9397 
9398 /* Bit 0 : Write '1' to disable interrupt for READY event */
9399 #define QSPI_INTENCLR_READY_Pos (0UL) /*!< Position of READY field. */
9400 #define QSPI_INTENCLR_READY_Msk (0x1UL << QSPI_INTENCLR_READY_Pos) /*!< Bit mask of READY field. */
9401 #define QSPI_INTENCLR_READY_Disabled (0UL) /*!< Read: Disabled */
9402 #define QSPI_INTENCLR_READY_Enabled (1UL) /*!< Read: Enabled */
9403 #define QSPI_INTENCLR_READY_Clear (1UL) /*!< Disable */
9404 
9405 /* Register: QSPI_ENABLE */
9406 /* Description: Enable QSPI peripheral and acquire the pins selected in PSELn registers */
9407 
9408 /* Bit 0 : Enable or disable QSPI */
9409 #define QSPI_ENABLE_ENABLE_Pos (0UL) /*!< Position of ENABLE field. */
9410 #define QSPI_ENABLE_ENABLE_Msk (0x1UL << QSPI_ENABLE_ENABLE_Pos) /*!< Bit mask of ENABLE field. */
9411 #define QSPI_ENABLE_ENABLE_Disabled (0UL) /*!< Disable QSPI */
9412 #define QSPI_ENABLE_ENABLE_Enabled (1UL) /*!< Enable QSPI */
9413 
9414 /* Register: QSPI_READ_SRC */
9415 /* Description: Flash memory source address */
9416 
9417 /* Bits 31..0 : Word-aligned flash memory source address. */
9418 #define QSPI_READ_SRC_SRC_Pos (0UL) /*!< Position of SRC field. */
9419 #define QSPI_READ_SRC_SRC_Msk (0xFFFFFFFFUL << QSPI_READ_SRC_SRC_Pos) /*!< Bit mask of SRC field. */
9420 
9421 /* Register: QSPI_READ_DST */
9422 /* Description: RAM destination address */
9423 
9424 /* Bits 31..0 : Word-aligned RAM destination address. */
9425 #define QSPI_READ_DST_DST_Pos (0UL) /*!< Position of DST field. */
9426 #define QSPI_READ_DST_DST_Msk (0xFFFFFFFFUL << QSPI_READ_DST_DST_Pos) /*!< Bit mask of DST field. */
9427 
9428 /* Register: QSPI_READ_CNT */
9429 /* Description: Read transfer length */
9430 
9431 /* Bits 20..0 : Read transfer length in number of bytes. The length must be a multiple of 4 bytes. */
9432 #define QSPI_READ_CNT_CNT_Pos (0UL) /*!< Position of CNT field. */
9433 #define QSPI_READ_CNT_CNT_Msk (0x1FFFFFUL << QSPI_READ_CNT_CNT_Pos) /*!< Bit mask of CNT field. */
9434 
9435 /* Register: QSPI_WRITE_DST */
9436 /* Description: Flash destination address */
9437 
9438 /* Bits 31..0 : Word-aligned flash destination address. */
9439 #define QSPI_WRITE_DST_DST_Pos (0UL) /*!< Position of DST field. */
9440 #define QSPI_WRITE_DST_DST_Msk (0xFFFFFFFFUL << QSPI_WRITE_DST_DST_Pos) /*!< Bit mask of DST field. */
9441 
9442 /* Register: QSPI_WRITE_SRC */
9443 /* Description: RAM source address */
9444 
9445 /* Bits 31..0 : Word-aligned RAM source address. */
9446 #define QSPI_WRITE_SRC_SRC_Pos (0UL) /*!< Position of SRC field. */
9447 #define QSPI_WRITE_SRC_SRC_Msk (0xFFFFFFFFUL << QSPI_WRITE_SRC_SRC_Pos) /*!< Bit mask of SRC field. */
9448 
9449 /* Register: QSPI_WRITE_CNT */
9450 /* Description: Write transfer length */
9451 
9452 /* Bits 20..0 : Write transfer length in number of bytes. The length must be a multiple of 4 bytes. */
9453 #define QSPI_WRITE_CNT_CNT_Pos (0UL) /*!< Position of CNT field. */
9454 #define QSPI_WRITE_CNT_CNT_Msk (0x1FFFFFUL << QSPI_WRITE_CNT_CNT_Pos) /*!< Bit mask of CNT field. */
9455 
9456 /* Register: QSPI_ERASE_PTR */
9457 /* Description: Start address of flash block to be erased */
9458 
9459 /* Bits 31..0 : Word-aligned start address of block to be erased. */
9460 #define QSPI_ERASE_PTR_PTR_Pos (0UL) /*!< Position of PTR field. */
9461 #define QSPI_ERASE_PTR_PTR_Msk (0xFFFFFFFFUL << QSPI_ERASE_PTR_PTR_Pos) /*!< Bit mask of PTR field. */
9462 
9463 /* Register: QSPI_ERASE_LEN */
9464 /* Description: Size of block to be erased. */
9465 
9466 /* Bits 1..0 : LEN */
9467 #define QSPI_ERASE_LEN_LEN_Pos (0UL) /*!< Position of LEN field. */
9468 #define QSPI_ERASE_LEN_LEN_Msk (0x3UL << QSPI_ERASE_LEN_LEN_Pos) /*!< Bit mask of LEN field. */
9469 #define QSPI_ERASE_LEN_LEN_4KB (0UL) /*!< Erase 4 kB block (flash command 0x20) */
9470 #define QSPI_ERASE_LEN_LEN_64KB (1UL) /*!< Erase 64 kB block (flash command 0xD8) */
9471 #define QSPI_ERASE_LEN_LEN_All (2UL) /*!< Erase all (flash command 0xC7) */
9472 
9473 /* Register: QSPI_PSEL_SCK */
9474 /* Description: Pin select for serial clock SCK */
9475 
9476 /* Bit 31 : Connection */
9477 #define QSPI_PSEL_SCK_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */
9478 #define QSPI_PSEL_SCK_CONNECT_Msk (0x1UL << QSPI_PSEL_SCK_CONNECT_Pos) /*!< Bit mask of CONNECT field. */
9479 #define QSPI_PSEL_SCK_CONNECT_Connected (0UL) /*!< Connect */
9480 #define QSPI_PSEL_SCK_CONNECT_Disconnected (1UL) /*!< Disconnect */
9481 
9482 /* Bit 5 : Port number */
9483 #define QSPI_PSEL_SCK_PORT_Pos (5UL) /*!< Position of PORT field. */
9484 #define QSPI_PSEL_SCK_PORT_Msk (0x1UL << QSPI_PSEL_SCK_PORT_Pos) /*!< Bit mask of PORT field. */
9485 
9486 /* Bits 4..0 : Pin number */
9487 #define QSPI_PSEL_SCK_PIN_Pos (0UL) /*!< Position of PIN field. */
9488 #define QSPI_PSEL_SCK_PIN_Msk (0x1FUL << QSPI_PSEL_SCK_PIN_Pos) /*!< Bit mask of PIN field. */
9489 
9490 /* Register: QSPI_PSEL_CSN */
9491 /* Description: Pin select for chip select signal CSN. */
9492 
9493 /* Bit 31 : Connection */
9494 #define QSPI_PSEL_CSN_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */
9495 #define QSPI_PSEL_CSN_CONNECT_Msk (0x1UL << QSPI_PSEL_CSN_CONNECT_Pos) /*!< Bit mask of CONNECT field. */
9496 #define QSPI_PSEL_CSN_CONNECT_Connected (0UL) /*!< Connect */
9497 #define QSPI_PSEL_CSN_CONNECT_Disconnected (1UL) /*!< Disconnect */
9498 
9499 /* Bit 5 : Port number */
9500 #define QSPI_PSEL_CSN_PORT_Pos (5UL) /*!< Position of PORT field. */
9501 #define QSPI_PSEL_CSN_PORT_Msk (0x1UL << QSPI_PSEL_CSN_PORT_Pos) /*!< Bit mask of PORT field. */
9502 
9503 /* Bits 4..0 : Pin number */
9504 #define QSPI_PSEL_CSN_PIN_Pos (0UL) /*!< Position of PIN field. */
9505 #define QSPI_PSEL_CSN_PIN_Msk (0x1FUL << QSPI_PSEL_CSN_PIN_Pos) /*!< Bit mask of PIN field. */
9506 
9507 /* Register: QSPI_PSEL_IO0 */
9508 /* Description: Pin select for serial data MOSI/IO0. */
9509 
9510 /* Bit 31 : Connection */
9511 #define QSPI_PSEL_IO0_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */
9512 #define QSPI_PSEL_IO0_CONNECT_Msk (0x1UL << QSPI_PSEL_IO0_CONNECT_Pos) /*!< Bit mask of CONNECT field. */
9513 #define QSPI_PSEL_IO0_CONNECT_Connected (0UL) /*!< Connect */
9514 #define QSPI_PSEL_IO0_CONNECT_Disconnected (1UL) /*!< Disconnect */
9515 
9516 /* Bit 5 : Port number */
9517 #define QSPI_PSEL_IO0_PORT_Pos (5UL) /*!< Position of PORT field. */
9518 #define QSPI_PSEL_IO0_PORT_Msk (0x1UL << QSPI_PSEL_IO0_PORT_Pos) /*!< Bit mask of PORT field. */
9519 
9520 /* Bits 4..0 : Pin number */
9521 #define QSPI_PSEL_IO0_PIN_Pos (0UL) /*!< Position of PIN field. */
9522 #define QSPI_PSEL_IO0_PIN_Msk (0x1FUL << QSPI_PSEL_IO0_PIN_Pos) /*!< Bit mask of PIN field. */
9523 
9524 /* Register: QSPI_PSEL_IO1 */
9525 /* Description: Pin select for serial data MISO/IO1. */
9526 
9527 /* Bit 31 : Connection */
9528 #define QSPI_PSEL_IO1_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */
9529 #define QSPI_PSEL_IO1_CONNECT_Msk (0x1UL << QSPI_PSEL_IO1_CONNECT_Pos) /*!< Bit mask of CONNECT field. */
9530 #define QSPI_PSEL_IO1_CONNECT_Connected (0UL) /*!< Connect */
9531 #define QSPI_PSEL_IO1_CONNECT_Disconnected (1UL) /*!< Disconnect */
9532 
9533 /* Bit 5 : Port number */
9534 #define QSPI_PSEL_IO1_PORT_Pos (5UL) /*!< Position of PORT field. */
9535 #define QSPI_PSEL_IO1_PORT_Msk (0x1UL << QSPI_PSEL_IO1_PORT_Pos) /*!< Bit mask of PORT field. */
9536 
9537 /* Bits 4..0 : Pin number */
9538 #define QSPI_PSEL_IO1_PIN_Pos (0UL) /*!< Position of PIN field. */
9539 #define QSPI_PSEL_IO1_PIN_Msk (0x1FUL << QSPI_PSEL_IO1_PIN_Pos) /*!< Bit mask of PIN field. */
9540 
9541 /* Register: QSPI_PSEL_IO2 */
9542 /* Description: Pin select for serial data IO2. */
9543 
9544 /* Bit 31 : Connection */
9545 #define QSPI_PSEL_IO2_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */
9546 #define QSPI_PSEL_IO2_CONNECT_Msk (0x1UL << QSPI_PSEL_IO2_CONNECT_Pos) /*!< Bit mask of CONNECT field. */
9547 #define QSPI_PSEL_IO2_CONNECT_Connected (0UL) /*!< Connect */
9548 #define QSPI_PSEL_IO2_CONNECT_Disconnected (1UL) /*!< Disconnect */
9549 
9550 /* Bit 5 : Port number */
9551 #define QSPI_PSEL_IO2_PORT_Pos (5UL) /*!< Position of PORT field. */
9552 #define QSPI_PSEL_IO2_PORT_Msk (0x1UL << QSPI_PSEL_IO2_PORT_Pos) /*!< Bit mask of PORT field. */
9553 
9554 /* Bits 4..0 : Pin number */
9555 #define QSPI_PSEL_IO2_PIN_Pos (0UL) /*!< Position of PIN field. */
9556 #define QSPI_PSEL_IO2_PIN_Msk (0x1FUL << QSPI_PSEL_IO2_PIN_Pos) /*!< Bit mask of PIN field. */
9557 
9558 /* Register: QSPI_PSEL_IO3 */
9559 /* Description: Pin select for serial data IO3. */
9560 
9561 /* Bit 31 : Connection */
9562 #define QSPI_PSEL_IO3_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */
9563 #define QSPI_PSEL_IO3_CONNECT_Msk (0x1UL << QSPI_PSEL_IO3_CONNECT_Pos) /*!< Bit mask of CONNECT field. */
9564 #define QSPI_PSEL_IO3_CONNECT_Connected (0UL) /*!< Connect */
9565 #define QSPI_PSEL_IO3_CONNECT_Disconnected (1UL) /*!< Disconnect */
9566 
9567 /* Bit 5 : Port number */
9568 #define QSPI_PSEL_IO3_PORT_Pos (5UL) /*!< Position of PORT field. */
9569 #define QSPI_PSEL_IO3_PORT_Msk (0x1UL << QSPI_PSEL_IO3_PORT_Pos) /*!< Bit mask of PORT field. */
9570 
9571 /* Bits 4..0 : Pin number */
9572 #define QSPI_PSEL_IO3_PIN_Pos (0UL) /*!< Position of PIN field. */
9573 #define QSPI_PSEL_IO3_PIN_Msk (0x1FUL << QSPI_PSEL_IO3_PIN_Pos) /*!< Bit mask of PIN field. */
9574 
9575 /* Register: QSPI_XIPOFFSET */
9576 /* Description: Address offset into the external memory for Execute in Place operation. */
9577 
9578 /* Bits 31..0 : Address offset into the external memory for Execute in Place operation. Value must be a multiple of 4. */
9579 #define QSPI_XIPOFFSET_XIPOFFSET_Pos (0UL) /*!< Position of XIPOFFSET field. */
9580 #define QSPI_XIPOFFSET_XIPOFFSET_Msk (0xFFFFFFFFUL << QSPI_XIPOFFSET_XIPOFFSET_Pos) /*!< Bit mask of XIPOFFSET field. */
9581 
9582 /* Register: QSPI_IFCONFIG0 */
9583 /* Description: Interface configuration. */
9584 
9585 /* Bit 12 : Page size for commands PP, PP2O, PP4O and PP4IO. */
9586 #define QSPI_IFCONFIG0_PPSIZE_Pos (12UL) /*!< Position of PPSIZE field. */
9587 #define QSPI_IFCONFIG0_PPSIZE_Msk (0x1UL << QSPI_IFCONFIG0_PPSIZE_Pos) /*!< Bit mask of PPSIZE field. */
9588 #define QSPI_IFCONFIG0_PPSIZE_256Bytes (0UL) /*!< 256 bytes. */
9589 #define QSPI_IFCONFIG0_PPSIZE_512Bytes (1UL) /*!< 512 bytes. */
9590 
9591 /* Bit 7 : Enable deep power-down mode (DPM) feature. */
9592 #define QSPI_IFCONFIG0_DPMENABLE_Pos (7UL) /*!< Position of DPMENABLE field. */
9593 #define QSPI_IFCONFIG0_DPMENABLE_Msk (0x1UL << QSPI_IFCONFIG0_DPMENABLE_Pos) /*!< Bit mask of DPMENABLE field. */
9594 #define QSPI_IFCONFIG0_DPMENABLE_Disable (0UL) /*!< Disable DPM feature. */
9595 #define QSPI_IFCONFIG0_DPMENABLE_Enable (1UL) /*!< Enable DPM feature. */
9596 
9597 /* Bit 6 : Addressing mode. */
9598 #define QSPI_IFCONFIG0_ADDRMODE_Pos (6UL) /*!< Position of ADDRMODE field. */
9599 #define QSPI_IFCONFIG0_ADDRMODE_Msk (0x1UL << QSPI_IFCONFIG0_ADDRMODE_Pos) /*!< Bit mask of ADDRMODE field. */
9600 #define QSPI_IFCONFIG0_ADDRMODE_24BIT (0UL) /*!< 24-bit addressing. */
9601 #define QSPI_IFCONFIG0_ADDRMODE_32BIT (1UL) /*!< 32-bit addressing. */
9602 
9603 /* Bits 5..3 : Configure number of data lines and opcode used for writing. */
9604 #define QSPI_IFCONFIG0_WRITEOC_Pos (3UL) /*!< Position of WRITEOC field. */
9605 #define QSPI_IFCONFIG0_WRITEOC_Msk (0x7UL << QSPI_IFCONFIG0_WRITEOC_Pos) /*!< Bit mask of WRITEOC field. */
9606 #define QSPI_IFCONFIG0_WRITEOC_PP (0UL) /*!< Single data line SPI. PP (opcode 0x02). */
9607 #define QSPI_IFCONFIG0_WRITEOC_PP2O (1UL) /*!< Dual data line SPI. PP2O (opcode 0xA2). */
9608 #define QSPI_IFCONFIG0_WRITEOC_PP4O (2UL) /*!< Quad data line SPI. PP4O (opcode 0x32). */
9609 #define QSPI_IFCONFIG0_WRITEOC_PP4IO (3UL) /*!< Quad data line SPI. PP4IO (opcode 0x38). */
9610 
9611 /* Bits 2..0 : Configure number of data lines and opcode used for reading. */
9612 #define QSPI_IFCONFIG0_READOC_Pos (0UL) /*!< Position of READOC field. */
9613 #define QSPI_IFCONFIG0_READOC_Msk (0x7UL << QSPI_IFCONFIG0_READOC_Pos) /*!< Bit mask of READOC field. */
9614 #define QSPI_IFCONFIG0_READOC_FASTREAD (0UL) /*!< Single data line SPI. FAST_READ (opcode 0x0B). */
9615 #define QSPI_IFCONFIG0_READOC_READ2O (1UL) /*!< Dual data line SPI. READ2O (opcode 0x3B). */
9616 #define QSPI_IFCONFIG0_READOC_READ2IO (2UL) /*!< Dual data line SPI. READ2IO (opcode 0xBB). */
9617 #define QSPI_IFCONFIG0_READOC_READ4O (3UL) /*!< Quad data line SPI. READ4O (opcode 0x6B). */
9618 #define QSPI_IFCONFIG0_READOC_READ4IO (4UL) /*!< Quad data line SPI. READ4IO (opcode 0xEB). */
9619 
9620 /* Register: QSPI_IFCONFIG1 */
9621 /* Description: Interface configuration. */
9622 
9623 /* Bits 31..28 : SCK frequency is given as 32 MHz / (SCKFREQ + 1). */
9624 #define QSPI_IFCONFIG1_SCKFREQ_Pos (28UL) /*!< Position of SCKFREQ field. */
9625 #define QSPI_IFCONFIG1_SCKFREQ_Msk (0xFUL << QSPI_IFCONFIG1_SCKFREQ_Pos) /*!< Bit mask of SCKFREQ field. */
9626 
9627 /* Bit 25 : Select SPI mode. */
9628 #define QSPI_IFCONFIG1_SPIMODE_Pos (25UL) /*!< Position of SPIMODE field. */
9629 #define QSPI_IFCONFIG1_SPIMODE_Msk (0x1UL << QSPI_IFCONFIG1_SPIMODE_Pos) /*!< Bit mask of SPIMODE field. */
9630 #define QSPI_IFCONFIG1_SPIMODE_MODE0 (0UL) /*!< Mode 0: Data are captured on the clock rising edge and data is output on a falling edge. Base level of clock is 0 (CPOL=0, CPHA=0). */
9631 #define QSPI_IFCONFIG1_SPIMODE_MODE3 (1UL) /*!< Mode 3: Data are captured on the clock falling edge and data is output on a rising edge. Base level of clock is 1 (CPOL=1, CPHA=1). */
9632 
9633 /* Bit 24 : Enter/exit deep power-down mode (DPM) for external flash memory. */
9634 #define QSPI_IFCONFIG1_DPMEN_Pos (24UL) /*!< Position of DPMEN field. */
9635 #define QSPI_IFCONFIG1_DPMEN_Msk (0x1UL << QSPI_IFCONFIG1_DPMEN_Pos) /*!< Bit mask of DPMEN field. */
9636 #define QSPI_IFCONFIG1_DPMEN_Exit (0UL) /*!< Exit DPM. */
9637 #define QSPI_IFCONFIG1_DPMEN_Enter (1UL) /*!< Enter DPM. */
9638 
9639 /* Bits 7..0 : Minimum amount of time that the CSN pin must stay high before it can go low again. Value is specified in number of 16 MHz periods (62.5 ns). */
9640 #define QSPI_IFCONFIG1_SCKDELAY_Pos (0UL) /*!< Position of SCKDELAY field. */
9641 #define QSPI_IFCONFIG1_SCKDELAY_Msk (0xFFUL << QSPI_IFCONFIG1_SCKDELAY_Pos) /*!< Bit mask of SCKDELAY field. */
9642 
9643 /* Register: QSPI_STATUS */
9644 /* Description: Status register. */
9645 
9646 /* Bits 31..24 : Value of external flash device Status Register. When the external flash has two bytes status register this field includes the value of the low byte. */
9647 #define QSPI_STATUS_SREG_Pos (24UL) /*!< Position of SREG field. */
9648 #define QSPI_STATUS_SREG_Msk (0xFFUL << QSPI_STATUS_SREG_Pos) /*!< Bit mask of SREG field. */
9649 
9650 /* Bit 3 : Ready status. */
9651 #define QSPI_STATUS_READY_Pos (3UL) /*!< Position of READY field. */
9652 #define QSPI_STATUS_READY_Msk (0x1UL << QSPI_STATUS_READY_Pos) /*!< Bit mask of READY field. */
9653 #define QSPI_STATUS_READY_BUSY (0UL) /*!< QSPI peripheral is busy. It is not allowed to trigger any new tasks, writing custom instructions or enter/exit DPM. */
9654 #define QSPI_STATUS_READY_READY (1UL) /*!< QSPI peripheral is ready. It is allowed to trigger new tasks, writing custom instructions or enter/exit DPM. */
9655 
9656 /* Bit 2 : Deep power-down mode (DPM) status of external flash. */
9657 #define QSPI_STATUS_DPM_Pos (2UL) /*!< Position of DPM field. */
9658 #define QSPI_STATUS_DPM_Msk (0x1UL << QSPI_STATUS_DPM_Pos) /*!< Bit mask of DPM field. */
9659 #define QSPI_STATUS_DPM_Disabled (0UL) /*!< External flash is not in DPM. */
9660 #define QSPI_STATUS_DPM_Enabled (1UL) /*!< External flash is in DPM. */
9661 
9662 /* Register: QSPI_DPMDUR */
9663 /* Description: Set the duration required to enter/exit deep power-down mode (DPM). */
9664 
9665 /* Bits 31..16 : Duration needed by external flash to exit DPM. Duration is given as EXIT * 256 * 62.5 ns. */
9666 #define QSPI_DPMDUR_EXIT_Pos (16UL) /*!< Position of EXIT field. */
9667 #define QSPI_DPMDUR_EXIT_Msk (0xFFFFUL << QSPI_DPMDUR_EXIT_Pos) /*!< Bit mask of EXIT field. */
9668 
9669 /* Bits 15..0 : Duration needed by external flash to enter DPM. Duration is given as ENTER * 256 * 62.5 ns. */
9670 #define QSPI_DPMDUR_ENTER_Pos (0UL) /*!< Position of ENTER field. */
9671 #define QSPI_DPMDUR_ENTER_Msk (0xFFFFUL << QSPI_DPMDUR_ENTER_Pos) /*!< Bit mask of ENTER field. */
9672 
9673 /* Register: QSPI_ADDRCONF */
9674 /* Description: Extended address configuration. */
9675 
9676 /* Bit 27 : Send WREN (write enable opcode 0x06) before instruction. */
9677 #define QSPI_ADDRCONF_WREN_Pos (27UL) /*!< Position of WREN field. */
9678 #define QSPI_ADDRCONF_WREN_Msk (0x1UL << QSPI_ADDRCONF_WREN_Pos) /*!< Bit mask of WREN field. */
9679 #define QSPI_ADDRCONF_WREN_Disable (0UL) /*!< Do not send WREN. */
9680 #define QSPI_ADDRCONF_WREN_Enable (1UL) /*!< Send WREN. */
9681 
9682 /* Bit 26 : Wait for write complete before sending command. */
9683 #define QSPI_ADDRCONF_WIPWAIT_Pos (26UL) /*!< Position of WIPWAIT field. */
9684 #define QSPI_ADDRCONF_WIPWAIT_Msk (0x1UL << QSPI_ADDRCONF_WIPWAIT_Pos) /*!< Bit mask of WIPWAIT field. */
9685 #define QSPI_ADDRCONF_WIPWAIT_Disable (0UL) /*!< No wait. */
9686 #define QSPI_ADDRCONF_WIPWAIT_Enable (1UL) /*!< Wait. */
9687 
9688 /* Bits 25..24 : Extended addressing mode. */
9689 #define QSPI_ADDRCONF_MODE_Pos (24UL) /*!< Position of MODE field. */
9690 #define QSPI_ADDRCONF_MODE_Msk (0x3UL << QSPI_ADDRCONF_MODE_Pos) /*!< Bit mask of MODE field. */
9691 #define QSPI_ADDRCONF_MODE_NoInstr (0UL) /*!< Do not send any instruction. */
9692 #define QSPI_ADDRCONF_MODE_Opcode (1UL) /*!< Send opcode. */
9693 #define QSPI_ADDRCONF_MODE_OpByte0 (2UL) /*!< Send opcode, byte0. */
9694 #define QSPI_ADDRCONF_MODE_All (3UL) /*!< Send opcode, byte0, byte1. */
9695 
9696 /* Bits 23..16 : Byte 1 following byte 0. */
9697 #define QSPI_ADDRCONF_BYTE1_Pos (16UL) /*!< Position of BYTE1 field. */
9698 #define QSPI_ADDRCONF_BYTE1_Msk (0xFFUL << QSPI_ADDRCONF_BYTE1_Pos) /*!< Bit mask of BYTE1 field. */
9699 
9700 /* Bits 15..8 : Byte 0 following opcode. */
9701 #define QSPI_ADDRCONF_BYTE0_Pos (8UL) /*!< Position of BYTE0 field. */
9702 #define QSPI_ADDRCONF_BYTE0_Msk (0xFFUL << QSPI_ADDRCONF_BYTE0_Pos) /*!< Bit mask of BYTE0 field. */
9703 
9704 /* Bits 7..0 : Opcode that enters the 32-bit addressing mode. */
9705 #define QSPI_ADDRCONF_OPCODE_Pos (0UL) /*!< Position of OPCODE field. */
9706 #define QSPI_ADDRCONF_OPCODE_Msk (0xFFUL << QSPI_ADDRCONF_OPCODE_Pos) /*!< Bit mask of OPCODE field. */
9707 
9708 /* Register: QSPI_CINSTRCONF */
9709 /* Description: Custom instruction configuration register. */
9710 
9711 /* Bit 17 : Stop (finalize) long frame transaction */
9712 #define QSPI_CINSTRCONF_LFSTOP_Pos (17UL) /*!< Position of LFSTOP field. */
9713 #define QSPI_CINSTRCONF_LFSTOP_Msk (0x1UL << QSPI_CINSTRCONF_LFSTOP_Pos) /*!< Bit mask of LFSTOP field. */
9714 #define QSPI_CINSTRCONF_LFSTOP_Stop (1UL) /*!< Stop */
9715 
9716 /* Bit 16 : Enable long frame mode. When enabled, a custom instruction transaction has to be ended by writing the LFSTOP field. */
9717 #define QSPI_CINSTRCONF_LFEN_Pos (16UL) /*!< Position of LFEN field. */
9718 #define QSPI_CINSTRCONF_LFEN_Msk (0x1UL << QSPI_CINSTRCONF_LFEN_Pos) /*!< Bit mask of LFEN field. */
9719 #define QSPI_CINSTRCONF_LFEN_Disable (0UL) /*!< Long frame mode disabled */
9720 #define QSPI_CINSTRCONF_LFEN_Enable (1UL) /*!< Long frame mode enabled */
9721 
9722 /* Bit 15 : Send WREN (write enable opcode 0x06) before instruction. */
9723 #define QSPI_CINSTRCONF_WREN_Pos (15UL) /*!< Position of WREN field. */
9724 #define QSPI_CINSTRCONF_WREN_Msk (0x1UL << QSPI_CINSTRCONF_WREN_Pos) /*!< Bit mask of WREN field. */
9725 #define QSPI_CINSTRCONF_WREN_Disable (0UL) /*!< Do not send WREN. */
9726 #define QSPI_CINSTRCONF_WREN_Enable (1UL) /*!< Send WREN. */
9727 
9728 /* Bit 14 : Wait for write complete before sending command. */
9729 #define QSPI_CINSTRCONF_WIPWAIT_Pos (14UL) /*!< Position of WIPWAIT field. */
9730 #define QSPI_CINSTRCONF_WIPWAIT_Msk (0x1UL << QSPI_CINSTRCONF_WIPWAIT_Pos) /*!< Bit mask of WIPWAIT field. */
9731 #define QSPI_CINSTRCONF_WIPWAIT_Disable (0UL) /*!< No wait. */
9732 #define QSPI_CINSTRCONF_WIPWAIT_Enable (1UL) /*!< Wait. */
9733 
9734 /* Bit 13 : Level of the IO3 pin (if connected) during transmission of custom instruction. */
9735 #define QSPI_CINSTRCONF_LIO3_Pos (13UL) /*!< Position of LIO3 field. */
9736 #define QSPI_CINSTRCONF_LIO3_Msk (0x1UL << QSPI_CINSTRCONF_LIO3_Pos) /*!< Bit mask of LIO3 field. */
9737 
9738 /* Bit 12 : Level of the IO2 pin (if connected) during transmission of custom instruction. */
9739 #define QSPI_CINSTRCONF_LIO2_Pos (12UL) /*!< Position of LIO2 field. */
9740 #define QSPI_CINSTRCONF_LIO2_Msk (0x1UL << QSPI_CINSTRCONF_LIO2_Pos) /*!< Bit mask of LIO2 field. */
9741 
9742 /* Bits 11..8 : Length of custom instruction in number of bytes. */
9743 #define QSPI_CINSTRCONF_LENGTH_Pos (8UL) /*!< Position of LENGTH field. */
9744 #define QSPI_CINSTRCONF_LENGTH_Msk (0xFUL << QSPI_CINSTRCONF_LENGTH_Pos) /*!< Bit mask of LENGTH field. */
9745 #define QSPI_CINSTRCONF_LENGTH_1B (1UL) /*!< Send opcode only. */
9746 #define QSPI_CINSTRCONF_LENGTH_2B (2UL) /*!< Send opcode, CINSTRDAT0.BYTE0. */
9747 #define QSPI_CINSTRCONF_LENGTH_3B (3UL) /*!< Send opcode, CINSTRDAT0.BYTE0 -&gt; CINSTRDAT0.BYTE1. */
9748 #define QSPI_CINSTRCONF_LENGTH_4B (4UL) /*!< Send opcode, CINSTRDAT0.BYTE0 -&gt; CINSTRDAT0.BYTE2. */
9749 #define QSPI_CINSTRCONF_LENGTH_5B (5UL) /*!< Send opcode, CINSTRDAT0.BYTE0 -&gt; CINSTRDAT0.BYTE3. */
9750 #define QSPI_CINSTRCONF_LENGTH_6B (6UL) /*!< Send opcode, CINSTRDAT0.BYTE0 -&gt; CINSTRDAT1.BYTE4. */
9751 #define QSPI_CINSTRCONF_LENGTH_7B (7UL) /*!< Send opcode, CINSTRDAT0.BYTE0 -&gt; CINSTRDAT1.BYTE5. */
9752 #define QSPI_CINSTRCONF_LENGTH_8B (8UL) /*!< Send opcode, CINSTRDAT0.BYTE0 -&gt; CINSTRDAT1.BYTE6. */
9753 #define QSPI_CINSTRCONF_LENGTH_9B (9UL) /*!< Send opcode, CINSTRDAT0.BYTE0 -&gt; CINSTRDAT1.BYTE7. */
9754 
9755 /* Bits 7..0 : Opcode of Custom instruction. */
9756 #define QSPI_CINSTRCONF_OPCODE_Pos (0UL) /*!< Position of OPCODE field. */
9757 #define QSPI_CINSTRCONF_OPCODE_Msk (0xFFUL << QSPI_CINSTRCONF_OPCODE_Pos) /*!< Bit mask of OPCODE field. */
9758 
9759 /* Register: QSPI_CINSTRDAT0 */
9760 /* Description: Custom instruction data register 0. */
9761 
9762 /* Bits 31..24 : Data byte 3 */
9763 #define QSPI_CINSTRDAT0_BYTE3_Pos (24UL) /*!< Position of BYTE3 field. */
9764 #define QSPI_CINSTRDAT0_BYTE3_Msk (0xFFUL << QSPI_CINSTRDAT0_BYTE3_Pos) /*!< Bit mask of BYTE3 field. */
9765 
9766 /* Bits 23..16 : Data byte 2 */
9767 #define QSPI_CINSTRDAT0_BYTE2_Pos (16UL) /*!< Position of BYTE2 field. */
9768 #define QSPI_CINSTRDAT0_BYTE2_Msk (0xFFUL << QSPI_CINSTRDAT0_BYTE2_Pos) /*!< Bit mask of BYTE2 field. */
9769 
9770 /* Bits 15..8 : Data byte 1 */
9771 #define QSPI_CINSTRDAT0_BYTE1_Pos (8UL) /*!< Position of BYTE1 field. */
9772 #define QSPI_CINSTRDAT0_BYTE1_Msk (0xFFUL << QSPI_CINSTRDAT0_BYTE1_Pos) /*!< Bit mask of BYTE1 field. */
9773 
9774 /* Bits 7..0 : Data byte 0 */
9775 #define QSPI_CINSTRDAT0_BYTE0_Pos (0UL) /*!< Position of BYTE0 field. */
9776 #define QSPI_CINSTRDAT0_BYTE0_Msk (0xFFUL << QSPI_CINSTRDAT0_BYTE0_Pos) /*!< Bit mask of BYTE0 field. */
9777 
9778 /* Register: QSPI_CINSTRDAT1 */
9779 /* Description: Custom instruction data register 1. */
9780 
9781 /* Bits 31..24 : Data byte 7 */
9782 #define QSPI_CINSTRDAT1_BYTE7_Pos (24UL) /*!< Position of BYTE7 field. */
9783 #define QSPI_CINSTRDAT1_BYTE7_Msk (0xFFUL << QSPI_CINSTRDAT1_BYTE7_Pos) /*!< Bit mask of BYTE7 field. */
9784 
9785 /* Bits 23..16 : Data byte 6 */
9786 #define QSPI_CINSTRDAT1_BYTE6_Pos (16UL) /*!< Position of BYTE6 field. */
9787 #define QSPI_CINSTRDAT1_BYTE6_Msk (0xFFUL << QSPI_CINSTRDAT1_BYTE6_Pos) /*!< Bit mask of BYTE6 field. */
9788 
9789 /* Bits 15..8 : Data byte 5 */
9790 #define QSPI_CINSTRDAT1_BYTE5_Pos (8UL) /*!< Position of BYTE5 field. */
9791 #define QSPI_CINSTRDAT1_BYTE5_Msk (0xFFUL << QSPI_CINSTRDAT1_BYTE5_Pos) /*!< Bit mask of BYTE5 field. */
9792 
9793 /* Bits 7..0 : Data byte 4 */
9794 #define QSPI_CINSTRDAT1_BYTE4_Pos (0UL) /*!< Position of BYTE4 field. */
9795 #define QSPI_CINSTRDAT1_BYTE4_Msk (0xFFUL << QSPI_CINSTRDAT1_BYTE4_Pos) /*!< Bit mask of BYTE4 field. */
9796 
9797 /* Register: QSPI_IFTIMING */
9798 /* Description: SPI interface timing. */
9799 
9800 /* Bits 10..8 : Timing related to sampling of the input serial data. The value of RXDELAY specifies the number of 64 MHz cycles (15.625 ns) delay from the the rising edge of the SPI Clock (SCK) until the input serial data is sampled. As en example, if set to 0 the input serial data is sampled on the rising edge of SCK. */
9801 #define QSPI_IFTIMING_RXDELAY_Pos (8UL) /*!< Position of RXDELAY field. */
9802 #define QSPI_IFTIMING_RXDELAY_Msk (0x7UL << QSPI_IFTIMING_RXDELAY_Pos) /*!< Bit mask of RXDELAY field. */
9803 
9804 
9805 /* Peripheral: RADIO */
9806 /* Description: 2.4 GHz radio */
9807 
9808 /* Register: RADIO_TASKS_TXEN */
9809 /* Description: Enable RADIO in TX mode */
9810 
9811 /* Bit 0 :   */
9812 #define RADIO_TASKS_TXEN_TASKS_TXEN_Pos (0UL) /*!< Position of TASKS_TXEN field. */
9813 #define RADIO_TASKS_TXEN_TASKS_TXEN_Msk (0x1UL << RADIO_TASKS_TXEN_TASKS_TXEN_Pos) /*!< Bit mask of TASKS_TXEN field. */
9814 
9815 /* Register: RADIO_TASKS_RXEN */
9816 /* Description: Enable RADIO in RX mode */
9817 
9818 /* Bit 0 :   */
9819 #define RADIO_TASKS_RXEN_TASKS_RXEN_Pos (0UL) /*!< Position of TASKS_RXEN field. */
9820 #define RADIO_TASKS_RXEN_TASKS_RXEN_Msk (0x1UL << RADIO_TASKS_RXEN_TASKS_RXEN_Pos) /*!< Bit mask of TASKS_RXEN field. */
9821 
9822 /* Register: RADIO_TASKS_START */
9823 /* Description: Start RADIO */
9824 
9825 /* Bit 0 :   */
9826 #define RADIO_TASKS_START_TASKS_START_Pos (0UL) /*!< Position of TASKS_START field. */
9827 #define RADIO_TASKS_START_TASKS_START_Msk (0x1UL << RADIO_TASKS_START_TASKS_START_Pos) /*!< Bit mask of TASKS_START field. */
9828 
9829 /* Register: RADIO_TASKS_STOP */
9830 /* Description: Stop RADIO */
9831 
9832 /* Bit 0 :   */
9833 #define RADIO_TASKS_STOP_TASKS_STOP_Pos (0UL) /*!< Position of TASKS_STOP field. */
9834 #define RADIO_TASKS_STOP_TASKS_STOP_Msk (0x1UL << RADIO_TASKS_STOP_TASKS_STOP_Pos) /*!< Bit mask of TASKS_STOP field. */
9835 
9836 /* Register: RADIO_TASKS_DISABLE */
9837 /* Description: Disable RADIO */
9838 
9839 /* Bit 0 :   */
9840 #define RADIO_TASKS_DISABLE_TASKS_DISABLE_Pos (0UL) /*!< Position of TASKS_DISABLE field. */
9841 #define RADIO_TASKS_DISABLE_TASKS_DISABLE_Msk (0x1UL << RADIO_TASKS_DISABLE_TASKS_DISABLE_Pos) /*!< Bit mask of TASKS_DISABLE field. */
9842 
9843 /* Register: RADIO_TASKS_RSSISTART */
9844 /* Description: Start the RSSI and take one single sample of the receive signal strength */
9845 
9846 /* Bit 0 :   */
9847 #define RADIO_TASKS_RSSISTART_TASKS_RSSISTART_Pos (0UL) /*!< Position of TASKS_RSSISTART field. */
9848 #define RADIO_TASKS_RSSISTART_TASKS_RSSISTART_Msk (0x1UL << RADIO_TASKS_RSSISTART_TASKS_RSSISTART_Pos) /*!< Bit mask of TASKS_RSSISTART field. */
9849 
9850 /* Register: RADIO_TASKS_RSSISTOP */
9851 /* Description: Stop the RSSI measurement */
9852 
9853 /* Bit 0 :   */
9854 #define RADIO_TASKS_RSSISTOP_TASKS_RSSISTOP_Pos (0UL) /*!< Position of TASKS_RSSISTOP field. */
9855 #define RADIO_TASKS_RSSISTOP_TASKS_RSSISTOP_Msk (0x1UL << RADIO_TASKS_RSSISTOP_TASKS_RSSISTOP_Pos) /*!< Bit mask of TASKS_RSSISTOP field. */
9856 
9857 /* Register: RADIO_TASKS_BCSTART */
9858 /* Description: Start the bit counter */
9859 
9860 /* Bit 0 :   */
9861 #define RADIO_TASKS_BCSTART_TASKS_BCSTART_Pos (0UL) /*!< Position of TASKS_BCSTART field. */
9862 #define RADIO_TASKS_BCSTART_TASKS_BCSTART_Msk (0x1UL << RADIO_TASKS_BCSTART_TASKS_BCSTART_Pos) /*!< Bit mask of TASKS_BCSTART field. */
9863 
9864 /* Register: RADIO_TASKS_BCSTOP */
9865 /* Description: Stop the bit counter */
9866 
9867 /* Bit 0 :   */
9868 #define RADIO_TASKS_BCSTOP_TASKS_BCSTOP_Pos (0UL) /*!< Position of TASKS_BCSTOP field. */
9869 #define RADIO_TASKS_BCSTOP_TASKS_BCSTOP_Msk (0x1UL << RADIO_TASKS_BCSTOP_TASKS_BCSTOP_Pos) /*!< Bit mask of TASKS_BCSTOP field. */
9870 
9871 /* Register: RADIO_TASKS_EDSTART */
9872 /* Description: Start the energy detect measurement used in IEEE 802.15.4 mode */
9873 
9874 /* Bit 0 :   */
9875 #define RADIO_TASKS_EDSTART_TASKS_EDSTART_Pos (0UL) /*!< Position of TASKS_EDSTART field. */
9876 #define RADIO_TASKS_EDSTART_TASKS_EDSTART_Msk (0x1UL << RADIO_TASKS_EDSTART_TASKS_EDSTART_Pos) /*!< Bit mask of TASKS_EDSTART field. */
9877 
9878 /* Register: RADIO_TASKS_EDSTOP */
9879 /* Description: Stop the energy detect measurement */
9880 
9881 /* Bit 0 :   */
9882 #define RADIO_TASKS_EDSTOP_TASKS_EDSTOP_Pos (0UL) /*!< Position of TASKS_EDSTOP field. */
9883 #define RADIO_TASKS_EDSTOP_TASKS_EDSTOP_Msk (0x1UL << RADIO_TASKS_EDSTOP_TASKS_EDSTOP_Pos) /*!< Bit mask of TASKS_EDSTOP field. */
9884 
9885 /* Register: RADIO_TASKS_CCASTART */
9886 /* Description: Start the clear channel assessment used in IEEE 802.15.4 mode */
9887 
9888 /* Bit 0 :   */
9889 #define RADIO_TASKS_CCASTART_TASKS_CCASTART_Pos (0UL) /*!< Position of TASKS_CCASTART field. */
9890 #define RADIO_TASKS_CCASTART_TASKS_CCASTART_Msk (0x1UL << RADIO_TASKS_CCASTART_TASKS_CCASTART_Pos) /*!< Bit mask of TASKS_CCASTART field. */
9891 
9892 /* Register: RADIO_TASKS_CCASTOP */
9893 /* Description: Stop the clear channel assessment */
9894 
9895 /* Bit 0 :   */
9896 #define RADIO_TASKS_CCASTOP_TASKS_CCASTOP_Pos (0UL) /*!< Position of TASKS_CCASTOP field. */
9897 #define RADIO_TASKS_CCASTOP_TASKS_CCASTOP_Msk (0x1UL << RADIO_TASKS_CCASTOP_TASKS_CCASTOP_Pos) /*!< Bit mask of TASKS_CCASTOP field. */
9898 
9899 /* Register: RADIO_EVENTS_READY */
9900 /* Description: RADIO has ramped up and is ready to be started */
9901 
9902 /* Bit 0 :   */
9903 #define RADIO_EVENTS_READY_EVENTS_READY_Pos (0UL) /*!< Position of EVENTS_READY field. */
9904 #define RADIO_EVENTS_READY_EVENTS_READY_Msk (0x1UL << RADIO_EVENTS_READY_EVENTS_READY_Pos) /*!< Bit mask of EVENTS_READY field. */
9905 
9906 /* Register: RADIO_EVENTS_ADDRESS */
9907 /* Description: Address sent or received */
9908 
9909 /* Bit 0 :   */
9910 #define RADIO_EVENTS_ADDRESS_EVENTS_ADDRESS_Pos (0UL) /*!< Position of EVENTS_ADDRESS field. */
9911 #define RADIO_EVENTS_ADDRESS_EVENTS_ADDRESS_Msk (0x1UL << RADIO_EVENTS_ADDRESS_EVENTS_ADDRESS_Pos) /*!< Bit mask of EVENTS_ADDRESS field. */
9912 
9913 /* Register: RADIO_EVENTS_PAYLOAD */
9914 /* Description: Packet payload sent or received */
9915 
9916 /* Bit 0 :   */
9917 #define RADIO_EVENTS_PAYLOAD_EVENTS_PAYLOAD_Pos (0UL) /*!< Position of EVENTS_PAYLOAD field. */
9918 #define RADIO_EVENTS_PAYLOAD_EVENTS_PAYLOAD_Msk (0x1UL << RADIO_EVENTS_PAYLOAD_EVENTS_PAYLOAD_Pos) /*!< Bit mask of EVENTS_PAYLOAD field. */
9919 
9920 /* Register: RADIO_EVENTS_END */
9921 /* Description: Packet sent or received */
9922 
9923 /* Bit 0 :   */
9924 #define RADIO_EVENTS_END_EVENTS_END_Pos (0UL) /*!< Position of EVENTS_END field. */
9925 #define RADIO_EVENTS_END_EVENTS_END_Msk (0x1UL << RADIO_EVENTS_END_EVENTS_END_Pos) /*!< Bit mask of EVENTS_END field. */
9926 
9927 /* Register: RADIO_EVENTS_DISABLED */
9928 /* Description: RADIO has been disabled */
9929 
9930 /* Bit 0 :   */
9931 #define RADIO_EVENTS_DISABLED_EVENTS_DISABLED_Pos (0UL) /*!< Position of EVENTS_DISABLED field. */
9932 #define RADIO_EVENTS_DISABLED_EVENTS_DISABLED_Msk (0x1UL << RADIO_EVENTS_DISABLED_EVENTS_DISABLED_Pos) /*!< Bit mask of EVENTS_DISABLED field. */
9933 
9934 /* Register: RADIO_EVENTS_DEVMATCH */
9935 /* Description: A device address match occurred on the last received packet */
9936 
9937 /* Bit 0 :   */
9938 #define RADIO_EVENTS_DEVMATCH_EVENTS_DEVMATCH_Pos (0UL) /*!< Position of EVENTS_DEVMATCH field. */
9939 #define RADIO_EVENTS_DEVMATCH_EVENTS_DEVMATCH_Msk (0x1UL << RADIO_EVENTS_DEVMATCH_EVENTS_DEVMATCH_Pos) /*!< Bit mask of EVENTS_DEVMATCH field. */
9940 
9941 /* Register: RADIO_EVENTS_DEVMISS */
9942 /* Description: No device address match occurred on the last received packet */
9943 
9944 /* Bit 0 :   */
9945 #define RADIO_EVENTS_DEVMISS_EVENTS_DEVMISS_Pos (0UL) /*!< Position of EVENTS_DEVMISS field. */
9946 #define RADIO_EVENTS_DEVMISS_EVENTS_DEVMISS_Msk (0x1UL << RADIO_EVENTS_DEVMISS_EVENTS_DEVMISS_Pos) /*!< Bit mask of EVENTS_DEVMISS field. */
9947 
9948 /* Register: RADIO_EVENTS_RSSIEND */
9949 /* Description: Sampling of receive signal strength complete */
9950 
9951 /* Bit 0 :   */
9952 #define RADIO_EVENTS_RSSIEND_EVENTS_RSSIEND_Pos (0UL) /*!< Position of EVENTS_RSSIEND field. */
9953 #define RADIO_EVENTS_RSSIEND_EVENTS_RSSIEND_Msk (0x1UL << RADIO_EVENTS_RSSIEND_EVENTS_RSSIEND_Pos) /*!< Bit mask of EVENTS_RSSIEND field. */
9954 
9955 /* Register: RADIO_EVENTS_BCMATCH */
9956 /* Description: Bit counter reached bit count value */
9957 
9958 /* Bit 0 :   */
9959 #define RADIO_EVENTS_BCMATCH_EVENTS_BCMATCH_Pos (0UL) /*!< Position of EVENTS_BCMATCH field. */
9960 #define RADIO_EVENTS_BCMATCH_EVENTS_BCMATCH_Msk (0x1UL << RADIO_EVENTS_BCMATCH_EVENTS_BCMATCH_Pos) /*!< Bit mask of EVENTS_BCMATCH field. */
9961 
9962 /* Register: RADIO_EVENTS_CRCOK */
9963 /* Description: Packet received with CRC ok */
9964 
9965 /* Bit 0 :   */
9966 #define RADIO_EVENTS_CRCOK_EVENTS_CRCOK_Pos (0UL) /*!< Position of EVENTS_CRCOK field. */
9967 #define RADIO_EVENTS_CRCOK_EVENTS_CRCOK_Msk (0x1UL << RADIO_EVENTS_CRCOK_EVENTS_CRCOK_Pos) /*!< Bit mask of EVENTS_CRCOK field. */
9968 
9969 /* Register: RADIO_EVENTS_CRCERROR */
9970 /* Description: Packet received with CRC error */
9971 
9972 /* Bit 0 :   */
9973 #define RADIO_EVENTS_CRCERROR_EVENTS_CRCERROR_Pos (0UL) /*!< Position of EVENTS_CRCERROR field. */
9974 #define RADIO_EVENTS_CRCERROR_EVENTS_CRCERROR_Msk (0x1UL << RADIO_EVENTS_CRCERROR_EVENTS_CRCERROR_Pos) /*!< Bit mask of EVENTS_CRCERROR field. */
9975 
9976 /* Register: RADIO_EVENTS_FRAMESTART */
9977 /* Description: IEEE 802.15.4 length field received */
9978 
9979 /* Bit 0 :   */
9980 #define RADIO_EVENTS_FRAMESTART_EVENTS_FRAMESTART_Pos (0UL) /*!< Position of EVENTS_FRAMESTART field. */
9981 #define RADIO_EVENTS_FRAMESTART_EVENTS_FRAMESTART_Msk (0x1UL << RADIO_EVENTS_FRAMESTART_EVENTS_FRAMESTART_Pos) /*!< Bit mask of EVENTS_FRAMESTART field. */
9982 
9983 /* Register: RADIO_EVENTS_EDEND */
9984 /* Description: Sampling of energy detection complete. A new ED sample is ready for readout from the RADIO.EDSAMPLE register. */
9985 
9986 /* Bit 0 :   */
9987 #define RADIO_EVENTS_EDEND_EVENTS_EDEND_Pos (0UL) /*!< Position of EVENTS_EDEND field. */
9988 #define RADIO_EVENTS_EDEND_EVENTS_EDEND_Msk (0x1UL << RADIO_EVENTS_EDEND_EVENTS_EDEND_Pos) /*!< Bit mask of EVENTS_EDEND field. */
9989 
9990 /* Register: RADIO_EVENTS_EDSTOPPED */
9991 /* Description: The sampling of energy detection has stopped */
9992 
9993 /* Bit 0 :   */
9994 #define RADIO_EVENTS_EDSTOPPED_EVENTS_EDSTOPPED_Pos (0UL) /*!< Position of EVENTS_EDSTOPPED field. */
9995 #define RADIO_EVENTS_EDSTOPPED_EVENTS_EDSTOPPED_Msk (0x1UL << RADIO_EVENTS_EDSTOPPED_EVENTS_EDSTOPPED_Pos) /*!< Bit mask of EVENTS_EDSTOPPED field. */
9996 
9997 /* Register: RADIO_EVENTS_CCAIDLE */
9998 /* Description: Wireless medium in idle - clear to send */
9999 
10000 /* Bit 0 :   */
10001 #define RADIO_EVENTS_CCAIDLE_EVENTS_CCAIDLE_Pos (0UL) /*!< Position of EVENTS_CCAIDLE field. */
10002 #define RADIO_EVENTS_CCAIDLE_EVENTS_CCAIDLE_Msk (0x1UL << RADIO_EVENTS_CCAIDLE_EVENTS_CCAIDLE_Pos) /*!< Bit mask of EVENTS_CCAIDLE field. */
10003 
10004 /* Register: RADIO_EVENTS_CCABUSY */
10005 /* Description: Wireless medium busy - do not send */
10006 
10007 /* Bit 0 :   */
10008 #define RADIO_EVENTS_CCABUSY_EVENTS_CCABUSY_Pos (0UL) /*!< Position of EVENTS_CCABUSY field. */
10009 #define RADIO_EVENTS_CCABUSY_EVENTS_CCABUSY_Msk (0x1UL << RADIO_EVENTS_CCABUSY_EVENTS_CCABUSY_Pos) /*!< Bit mask of EVENTS_CCABUSY field. */
10010 
10011 /* Register: RADIO_EVENTS_CCASTOPPED */
10012 /* Description: The CCA has stopped */
10013 
10014 /* Bit 0 :   */
10015 #define RADIO_EVENTS_CCASTOPPED_EVENTS_CCASTOPPED_Pos (0UL) /*!< Position of EVENTS_CCASTOPPED field. */
10016 #define RADIO_EVENTS_CCASTOPPED_EVENTS_CCASTOPPED_Msk (0x1UL << RADIO_EVENTS_CCASTOPPED_EVENTS_CCASTOPPED_Pos) /*!< Bit mask of EVENTS_CCASTOPPED field. */
10017 
10018 /* Register: RADIO_EVENTS_RATEBOOST */
10019 /* Description: Ble_LR CI field received, receive mode is changed from Ble_LR125Kbit to Ble_LR500Kbit. */
10020 
10021 /* Bit 0 :   */
10022 #define RADIO_EVENTS_RATEBOOST_EVENTS_RATEBOOST_Pos (0UL) /*!< Position of EVENTS_RATEBOOST field. */
10023 #define RADIO_EVENTS_RATEBOOST_EVENTS_RATEBOOST_Msk (0x1UL << RADIO_EVENTS_RATEBOOST_EVENTS_RATEBOOST_Pos) /*!< Bit mask of EVENTS_RATEBOOST field. */
10024 
10025 /* Register: RADIO_EVENTS_TXREADY */
10026 /* Description: RADIO has ramped up and is ready to be started TX path */
10027 
10028 /* Bit 0 :   */
10029 #define RADIO_EVENTS_TXREADY_EVENTS_TXREADY_Pos (0UL) /*!< Position of EVENTS_TXREADY field. */
10030 #define RADIO_EVENTS_TXREADY_EVENTS_TXREADY_Msk (0x1UL << RADIO_EVENTS_TXREADY_EVENTS_TXREADY_Pos) /*!< Bit mask of EVENTS_TXREADY field. */
10031 
10032 /* Register: RADIO_EVENTS_RXREADY */
10033 /* Description: RADIO has ramped up and is ready to be started RX path */
10034 
10035 /* Bit 0 :   */
10036 #define RADIO_EVENTS_RXREADY_EVENTS_RXREADY_Pos (0UL) /*!< Position of EVENTS_RXREADY field. */
10037 #define RADIO_EVENTS_RXREADY_EVENTS_RXREADY_Msk (0x1UL << RADIO_EVENTS_RXREADY_EVENTS_RXREADY_Pos) /*!< Bit mask of EVENTS_RXREADY field. */
10038 
10039 /* Register: RADIO_EVENTS_MHRMATCH */
10040 /* Description: MAC header match found */
10041 
10042 /* Bit 0 :   */
10043 #define RADIO_EVENTS_MHRMATCH_EVENTS_MHRMATCH_Pos (0UL) /*!< Position of EVENTS_MHRMATCH field. */
10044 #define RADIO_EVENTS_MHRMATCH_EVENTS_MHRMATCH_Msk (0x1UL << RADIO_EVENTS_MHRMATCH_EVENTS_MHRMATCH_Pos) /*!< Bit mask of EVENTS_MHRMATCH field. */
10045 
10046 /* Register: RADIO_EVENTS_PHYEND */
10047 /* Description: Generated in Ble_LR125Kbit, Ble_LR500Kbit and BleIeee802154_250Kbit modes when last bit is sent on air. */
10048 
10049 /* Bit 0 :   */
10050 #define RADIO_EVENTS_PHYEND_EVENTS_PHYEND_Pos (0UL) /*!< Position of EVENTS_PHYEND field. */
10051 #define RADIO_EVENTS_PHYEND_EVENTS_PHYEND_Msk (0x1UL << RADIO_EVENTS_PHYEND_EVENTS_PHYEND_Pos) /*!< Bit mask of EVENTS_PHYEND field. */
10052 
10053 /* Register: RADIO_SHORTS */
10054 /* Description: Shortcut register */
10055 
10056 /* Bit 21 : Shortcut between PHYEND event and START task */
10057 #define RADIO_SHORTS_PHYEND_START_Pos (21UL) /*!< Position of PHYEND_START field. */
10058 #define RADIO_SHORTS_PHYEND_START_Msk (0x1UL << RADIO_SHORTS_PHYEND_START_Pos) /*!< Bit mask of PHYEND_START field. */
10059 #define RADIO_SHORTS_PHYEND_START_Disabled (0UL) /*!< Disable shortcut */
10060 #define RADIO_SHORTS_PHYEND_START_Enabled (1UL) /*!< Enable shortcut */
10061 
10062 /* Bit 20 : Shortcut between PHYEND event and DISABLE task */
10063 #define RADIO_SHORTS_PHYEND_DISABLE_Pos (20UL) /*!< Position of PHYEND_DISABLE field. */
10064 #define RADIO_SHORTS_PHYEND_DISABLE_Msk (0x1UL << RADIO_SHORTS_PHYEND_DISABLE_Pos) /*!< Bit mask of PHYEND_DISABLE field. */
10065 #define RADIO_SHORTS_PHYEND_DISABLE_Disabled (0UL) /*!< Disable shortcut */
10066 #define RADIO_SHORTS_PHYEND_DISABLE_Enabled (1UL) /*!< Enable shortcut */
10067 
10068 /* Bit 19 : Shortcut between RXREADY event and START task */
10069 #define RADIO_SHORTS_RXREADY_START_Pos (19UL) /*!< Position of RXREADY_START field. */
10070 #define RADIO_SHORTS_RXREADY_START_Msk (0x1UL << RADIO_SHORTS_RXREADY_START_Pos) /*!< Bit mask of RXREADY_START field. */
10071 #define RADIO_SHORTS_RXREADY_START_Disabled (0UL) /*!< Disable shortcut */
10072 #define RADIO_SHORTS_RXREADY_START_Enabled (1UL) /*!< Enable shortcut */
10073 
10074 /* Bit 18 : Shortcut between TXREADY event and START task */
10075 #define RADIO_SHORTS_TXREADY_START_Pos (18UL) /*!< Position of TXREADY_START field. */
10076 #define RADIO_SHORTS_TXREADY_START_Msk (0x1UL << RADIO_SHORTS_TXREADY_START_Pos) /*!< Bit mask of TXREADY_START field. */
10077 #define RADIO_SHORTS_TXREADY_START_Disabled (0UL) /*!< Disable shortcut */
10078 #define RADIO_SHORTS_TXREADY_START_Enabled (1UL) /*!< Enable shortcut */
10079 
10080 /* Bit 17 : Shortcut between CCAIDLE event and STOP task */
10081 #define RADIO_SHORTS_CCAIDLE_STOP_Pos (17UL) /*!< Position of CCAIDLE_STOP field. */
10082 #define RADIO_SHORTS_CCAIDLE_STOP_Msk (0x1UL << RADIO_SHORTS_CCAIDLE_STOP_Pos) /*!< Bit mask of CCAIDLE_STOP field. */
10083 #define RADIO_SHORTS_CCAIDLE_STOP_Disabled (0UL) /*!< Disable shortcut */
10084 #define RADIO_SHORTS_CCAIDLE_STOP_Enabled (1UL) /*!< Enable shortcut */
10085 
10086 /* Bit 16 : Shortcut between EDEND event and DISABLE task */
10087 #define RADIO_SHORTS_EDEND_DISABLE_Pos (16UL) /*!< Position of EDEND_DISABLE field. */
10088 #define RADIO_SHORTS_EDEND_DISABLE_Msk (0x1UL << RADIO_SHORTS_EDEND_DISABLE_Pos) /*!< Bit mask of EDEND_DISABLE field. */
10089 #define RADIO_SHORTS_EDEND_DISABLE_Disabled (0UL) /*!< Disable shortcut */
10090 #define RADIO_SHORTS_EDEND_DISABLE_Enabled (1UL) /*!< Enable shortcut */
10091 
10092 /* Bit 15 : Shortcut between READY event and EDSTART task */
10093 #define RADIO_SHORTS_READY_EDSTART_Pos (15UL) /*!< Position of READY_EDSTART field. */
10094 #define RADIO_SHORTS_READY_EDSTART_Msk (0x1UL << RADIO_SHORTS_READY_EDSTART_Pos) /*!< Bit mask of READY_EDSTART field. */
10095 #define RADIO_SHORTS_READY_EDSTART_Disabled (0UL) /*!< Disable shortcut */
10096 #define RADIO_SHORTS_READY_EDSTART_Enabled (1UL) /*!< Enable shortcut */
10097 
10098 /* Bit 14 : Shortcut between FRAMESTART event and BCSTART task */
10099 #define RADIO_SHORTS_FRAMESTART_BCSTART_Pos (14UL) /*!< Position of FRAMESTART_BCSTART field. */
10100 #define RADIO_SHORTS_FRAMESTART_BCSTART_Msk (0x1UL << RADIO_SHORTS_FRAMESTART_BCSTART_Pos) /*!< Bit mask of FRAMESTART_BCSTART field. */
10101 #define RADIO_SHORTS_FRAMESTART_BCSTART_Disabled (0UL) /*!< Disable shortcut */
10102 #define RADIO_SHORTS_FRAMESTART_BCSTART_Enabled (1UL) /*!< Enable shortcut */
10103 
10104 /* Bit 13 : Shortcut between CCABUSY event and DISABLE task */
10105 #define RADIO_SHORTS_CCABUSY_DISABLE_Pos (13UL) /*!< Position of CCABUSY_DISABLE field. */
10106 #define RADIO_SHORTS_CCABUSY_DISABLE_Msk (0x1UL << RADIO_SHORTS_CCABUSY_DISABLE_Pos) /*!< Bit mask of CCABUSY_DISABLE field. */
10107 #define RADIO_SHORTS_CCABUSY_DISABLE_Disabled (0UL) /*!< Disable shortcut */
10108 #define RADIO_SHORTS_CCABUSY_DISABLE_Enabled (1UL) /*!< Enable shortcut */
10109 
10110 /* Bit 12 : Shortcut between CCAIDLE event and TXEN task */
10111 #define RADIO_SHORTS_CCAIDLE_TXEN_Pos (12UL) /*!< Position of CCAIDLE_TXEN field. */
10112 #define RADIO_SHORTS_CCAIDLE_TXEN_Msk (0x1UL << RADIO_SHORTS_CCAIDLE_TXEN_Pos) /*!< Bit mask of CCAIDLE_TXEN field. */
10113 #define RADIO_SHORTS_CCAIDLE_TXEN_Disabled (0UL) /*!< Disable shortcut */
10114 #define RADIO_SHORTS_CCAIDLE_TXEN_Enabled (1UL) /*!< Enable shortcut */
10115 
10116 /* Bit 11 : Shortcut between RXREADY event and CCASTART task */
10117 #define RADIO_SHORTS_RXREADY_CCASTART_Pos (11UL) /*!< Position of RXREADY_CCASTART field. */
10118 #define RADIO_SHORTS_RXREADY_CCASTART_Msk (0x1UL << RADIO_SHORTS_RXREADY_CCASTART_Pos) /*!< Bit mask of RXREADY_CCASTART field. */
10119 #define RADIO_SHORTS_RXREADY_CCASTART_Disabled (0UL) /*!< Disable shortcut */
10120 #define RADIO_SHORTS_RXREADY_CCASTART_Enabled (1UL) /*!< Enable shortcut */
10121 
10122 /* Bit 8 : Shortcut between DISABLED event and RSSISTOP task */
10123 #define RADIO_SHORTS_DISABLED_RSSISTOP_Pos (8UL) /*!< Position of DISABLED_RSSISTOP field. */
10124 #define RADIO_SHORTS_DISABLED_RSSISTOP_Msk (0x1UL << RADIO_SHORTS_DISABLED_RSSISTOP_Pos) /*!< Bit mask of DISABLED_RSSISTOP field. */
10125 #define RADIO_SHORTS_DISABLED_RSSISTOP_Disabled (0UL) /*!< Disable shortcut */
10126 #define RADIO_SHORTS_DISABLED_RSSISTOP_Enabled (1UL) /*!< Enable shortcut */
10127 
10128 /* Bit 6 : Shortcut between ADDRESS event and BCSTART task */
10129 #define RADIO_SHORTS_ADDRESS_BCSTART_Pos (6UL) /*!< Position of ADDRESS_BCSTART field. */
10130 #define RADIO_SHORTS_ADDRESS_BCSTART_Msk (0x1UL << RADIO_SHORTS_ADDRESS_BCSTART_Pos) /*!< Bit mask of ADDRESS_BCSTART field. */
10131 #define RADIO_SHORTS_ADDRESS_BCSTART_Disabled (0UL) /*!< Disable shortcut */
10132 #define RADIO_SHORTS_ADDRESS_BCSTART_Enabled (1UL) /*!< Enable shortcut */
10133 
10134 /* Bit 5 : Shortcut between END event and START task */
10135 #define RADIO_SHORTS_END_START_Pos (5UL) /*!< Position of END_START field. */
10136 #define RADIO_SHORTS_END_START_Msk (0x1UL << RADIO_SHORTS_END_START_Pos) /*!< Bit mask of END_START field. */
10137 #define RADIO_SHORTS_END_START_Disabled (0UL) /*!< Disable shortcut */
10138 #define RADIO_SHORTS_END_START_Enabled (1UL) /*!< Enable shortcut */
10139 
10140 /* Bit 4 : Shortcut between ADDRESS event and RSSISTART task */
10141 #define RADIO_SHORTS_ADDRESS_RSSISTART_Pos (4UL) /*!< Position of ADDRESS_RSSISTART field. */
10142 #define RADIO_SHORTS_ADDRESS_RSSISTART_Msk (0x1UL << RADIO_SHORTS_ADDRESS_RSSISTART_Pos) /*!< Bit mask of ADDRESS_RSSISTART field. */
10143 #define RADIO_SHORTS_ADDRESS_RSSISTART_Disabled (0UL) /*!< Disable shortcut */
10144 #define RADIO_SHORTS_ADDRESS_RSSISTART_Enabled (1UL) /*!< Enable shortcut */
10145 
10146 /* Bit 3 : Shortcut between DISABLED event and RXEN task */
10147 #define RADIO_SHORTS_DISABLED_RXEN_Pos (3UL) /*!< Position of DISABLED_RXEN field. */
10148 #define RADIO_SHORTS_DISABLED_RXEN_Msk (0x1UL << RADIO_SHORTS_DISABLED_RXEN_Pos) /*!< Bit mask of DISABLED_RXEN field. */
10149 #define RADIO_SHORTS_DISABLED_RXEN_Disabled (0UL) /*!< Disable shortcut */
10150 #define RADIO_SHORTS_DISABLED_RXEN_Enabled (1UL) /*!< Enable shortcut */
10151 
10152 /* Bit 2 : Shortcut between DISABLED event and TXEN task */
10153 #define RADIO_SHORTS_DISABLED_TXEN_Pos (2UL) /*!< Position of DISABLED_TXEN field. */
10154 #define RADIO_SHORTS_DISABLED_TXEN_Msk (0x1UL << RADIO_SHORTS_DISABLED_TXEN_Pos) /*!< Bit mask of DISABLED_TXEN field. */
10155 #define RADIO_SHORTS_DISABLED_TXEN_Disabled (0UL) /*!< Disable shortcut */
10156 #define RADIO_SHORTS_DISABLED_TXEN_Enabled (1UL) /*!< Enable shortcut */
10157 
10158 /* Bit 1 : Shortcut between END event and DISABLE task */
10159 #define RADIO_SHORTS_END_DISABLE_Pos (1UL) /*!< Position of END_DISABLE field. */
10160 #define RADIO_SHORTS_END_DISABLE_Msk (0x1UL << RADIO_SHORTS_END_DISABLE_Pos) /*!< Bit mask of END_DISABLE field. */
10161 #define RADIO_SHORTS_END_DISABLE_Disabled (0UL) /*!< Disable shortcut */
10162 #define RADIO_SHORTS_END_DISABLE_Enabled (1UL) /*!< Enable shortcut */
10163 
10164 /* Bit 0 : Shortcut between READY event and START task */
10165 #define RADIO_SHORTS_READY_START_Pos (0UL) /*!< Position of READY_START field. */
10166 #define RADIO_SHORTS_READY_START_Msk (0x1UL << RADIO_SHORTS_READY_START_Pos) /*!< Bit mask of READY_START field. */
10167 #define RADIO_SHORTS_READY_START_Disabled (0UL) /*!< Disable shortcut */
10168 #define RADIO_SHORTS_READY_START_Enabled (1UL) /*!< Enable shortcut */
10169 
10170 /* Register: RADIO_INTENSET */
10171 /* Description: Enable interrupt */
10172 
10173 /* Bit 27 : Write '1' to enable interrupt for PHYEND event */
10174 #define RADIO_INTENSET_PHYEND_Pos (27UL) /*!< Position of PHYEND field. */
10175 #define RADIO_INTENSET_PHYEND_Msk (0x1UL << RADIO_INTENSET_PHYEND_Pos) /*!< Bit mask of PHYEND field. */
10176 #define RADIO_INTENSET_PHYEND_Disabled (0UL) /*!< Read: Disabled */
10177 #define RADIO_INTENSET_PHYEND_Enabled (1UL) /*!< Read: Enabled */
10178 #define RADIO_INTENSET_PHYEND_Set (1UL) /*!< Enable */
10179 
10180 /* Bit 23 : Write '1' to enable interrupt for MHRMATCH event */
10181 #define RADIO_INTENSET_MHRMATCH_Pos (23UL) /*!< Position of MHRMATCH field. */
10182 #define RADIO_INTENSET_MHRMATCH_Msk (0x1UL << RADIO_INTENSET_MHRMATCH_Pos) /*!< Bit mask of MHRMATCH field. */
10183 #define RADIO_INTENSET_MHRMATCH_Disabled (0UL) /*!< Read: Disabled */
10184 #define RADIO_INTENSET_MHRMATCH_Enabled (1UL) /*!< Read: Enabled */
10185 #define RADIO_INTENSET_MHRMATCH_Set (1UL) /*!< Enable */
10186 
10187 /* Bit 22 : Write '1' to enable interrupt for RXREADY event */
10188 #define RADIO_INTENSET_RXREADY_Pos (22UL) /*!< Position of RXREADY field. */
10189 #define RADIO_INTENSET_RXREADY_Msk (0x1UL << RADIO_INTENSET_RXREADY_Pos) /*!< Bit mask of RXREADY field. */
10190 #define RADIO_INTENSET_RXREADY_Disabled (0UL) /*!< Read: Disabled */
10191 #define RADIO_INTENSET_RXREADY_Enabled (1UL) /*!< Read: Enabled */
10192 #define RADIO_INTENSET_RXREADY_Set (1UL) /*!< Enable */
10193 
10194 /* Bit 21 : Write '1' to enable interrupt for TXREADY event */
10195 #define RADIO_INTENSET_TXREADY_Pos (21UL) /*!< Position of TXREADY field. */
10196 #define RADIO_INTENSET_TXREADY_Msk (0x1UL << RADIO_INTENSET_TXREADY_Pos) /*!< Bit mask of TXREADY field. */
10197 #define RADIO_INTENSET_TXREADY_Disabled (0UL) /*!< Read: Disabled */
10198 #define RADIO_INTENSET_TXREADY_Enabled (1UL) /*!< Read: Enabled */
10199 #define RADIO_INTENSET_TXREADY_Set (1UL) /*!< Enable */
10200 
10201 /* Bit 20 : Write '1' to enable interrupt for RATEBOOST event */
10202 #define RADIO_INTENSET_RATEBOOST_Pos (20UL) /*!< Position of RATEBOOST field. */
10203 #define RADIO_INTENSET_RATEBOOST_Msk (0x1UL << RADIO_INTENSET_RATEBOOST_Pos) /*!< Bit mask of RATEBOOST field. */
10204 #define RADIO_INTENSET_RATEBOOST_Disabled (0UL) /*!< Read: Disabled */
10205 #define RADIO_INTENSET_RATEBOOST_Enabled (1UL) /*!< Read: Enabled */
10206 #define RADIO_INTENSET_RATEBOOST_Set (1UL) /*!< Enable */
10207 
10208 /* Bit 19 : Write '1' to enable interrupt for CCASTOPPED event */
10209 #define RADIO_INTENSET_CCASTOPPED_Pos (19UL) /*!< Position of CCASTOPPED field. */
10210 #define RADIO_INTENSET_CCASTOPPED_Msk (0x1UL << RADIO_INTENSET_CCASTOPPED_Pos) /*!< Bit mask of CCASTOPPED field. */
10211 #define RADIO_INTENSET_CCASTOPPED_Disabled (0UL) /*!< Read: Disabled */
10212 #define RADIO_INTENSET_CCASTOPPED_Enabled (1UL) /*!< Read: Enabled */
10213 #define RADIO_INTENSET_CCASTOPPED_Set (1UL) /*!< Enable */
10214 
10215 /* Bit 18 : Write '1' to enable interrupt for CCABUSY event */
10216 #define RADIO_INTENSET_CCABUSY_Pos (18UL) /*!< Position of CCABUSY field. */
10217 #define RADIO_INTENSET_CCABUSY_Msk (0x1UL << RADIO_INTENSET_CCABUSY_Pos) /*!< Bit mask of CCABUSY field. */
10218 #define RADIO_INTENSET_CCABUSY_Disabled (0UL) /*!< Read: Disabled */
10219 #define RADIO_INTENSET_CCABUSY_Enabled (1UL) /*!< Read: Enabled */
10220 #define RADIO_INTENSET_CCABUSY_Set (1UL) /*!< Enable */
10221 
10222 /* Bit 17 : Write '1' to enable interrupt for CCAIDLE event */
10223 #define RADIO_INTENSET_CCAIDLE_Pos (17UL) /*!< Position of CCAIDLE field. */
10224 #define RADIO_INTENSET_CCAIDLE_Msk (0x1UL << RADIO_INTENSET_CCAIDLE_Pos) /*!< Bit mask of CCAIDLE field. */
10225 #define RADIO_INTENSET_CCAIDLE_Disabled (0UL) /*!< Read: Disabled */
10226 #define RADIO_INTENSET_CCAIDLE_Enabled (1UL) /*!< Read: Enabled */
10227 #define RADIO_INTENSET_CCAIDLE_Set (1UL) /*!< Enable */
10228 
10229 /* Bit 16 : Write '1' to enable interrupt for EDSTOPPED event */
10230 #define RADIO_INTENSET_EDSTOPPED_Pos (16UL) /*!< Position of EDSTOPPED field. */
10231 #define RADIO_INTENSET_EDSTOPPED_Msk (0x1UL << RADIO_INTENSET_EDSTOPPED_Pos) /*!< Bit mask of EDSTOPPED field. */
10232 #define RADIO_INTENSET_EDSTOPPED_Disabled (0UL) /*!< Read: Disabled */
10233 #define RADIO_INTENSET_EDSTOPPED_Enabled (1UL) /*!< Read: Enabled */
10234 #define RADIO_INTENSET_EDSTOPPED_Set (1UL) /*!< Enable */
10235 
10236 /* Bit 15 : Write '1' to enable interrupt for EDEND event */
10237 #define RADIO_INTENSET_EDEND_Pos (15UL) /*!< Position of EDEND field. */
10238 #define RADIO_INTENSET_EDEND_Msk (0x1UL << RADIO_INTENSET_EDEND_Pos) /*!< Bit mask of EDEND field. */
10239 #define RADIO_INTENSET_EDEND_Disabled (0UL) /*!< Read: Disabled */
10240 #define RADIO_INTENSET_EDEND_Enabled (1UL) /*!< Read: Enabled */
10241 #define RADIO_INTENSET_EDEND_Set (1UL) /*!< Enable */
10242 
10243 /* Bit 14 : Write '1' to enable interrupt for FRAMESTART event */
10244 #define RADIO_INTENSET_FRAMESTART_Pos (14UL) /*!< Position of FRAMESTART field. */
10245 #define RADIO_INTENSET_FRAMESTART_Msk (0x1UL << RADIO_INTENSET_FRAMESTART_Pos) /*!< Bit mask of FRAMESTART field. */
10246 #define RADIO_INTENSET_FRAMESTART_Disabled (0UL) /*!< Read: Disabled */
10247 #define RADIO_INTENSET_FRAMESTART_Enabled (1UL) /*!< Read: Enabled */
10248 #define RADIO_INTENSET_FRAMESTART_Set (1UL) /*!< Enable */
10249 
10250 /* Bit 13 : Write '1' to enable interrupt for CRCERROR event */
10251 #define RADIO_INTENSET_CRCERROR_Pos (13UL) /*!< Position of CRCERROR field. */
10252 #define RADIO_INTENSET_CRCERROR_Msk (0x1UL << RADIO_INTENSET_CRCERROR_Pos) /*!< Bit mask of CRCERROR field. */
10253 #define RADIO_INTENSET_CRCERROR_Disabled (0UL) /*!< Read: Disabled */
10254 #define RADIO_INTENSET_CRCERROR_Enabled (1UL) /*!< Read: Enabled */
10255 #define RADIO_INTENSET_CRCERROR_Set (1UL) /*!< Enable */
10256 
10257 /* Bit 12 : Write '1' to enable interrupt for CRCOK event */
10258 #define RADIO_INTENSET_CRCOK_Pos (12UL) /*!< Position of CRCOK field. */
10259 #define RADIO_INTENSET_CRCOK_Msk (0x1UL << RADIO_INTENSET_CRCOK_Pos) /*!< Bit mask of CRCOK field. */
10260 #define RADIO_INTENSET_CRCOK_Disabled (0UL) /*!< Read: Disabled */
10261 #define RADIO_INTENSET_CRCOK_Enabled (1UL) /*!< Read: Enabled */
10262 #define RADIO_INTENSET_CRCOK_Set (1UL) /*!< Enable */
10263 
10264 /* Bit 10 : Write '1' to enable interrupt for BCMATCH event */
10265 #define RADIO_INTENSET_BCMATCH_Pos (10UL) /*!< Position of BCMATCH field. */
10266 #define RADIO_INTENSET_BCMATCH_Msk (0x1UL << RADIO_INTENSET_BCMATCH_Pos) /*!< Bit mask of BCMATCH field. */
10267 #define RADIO_INTENSET_BCMATCH_Disabled (0UL) /*!< Read: Disabled */
10268 #define RADIO_INTENSET_BCMATCH_Enabled (1UL) /*!< Read: Enabled */
10269 #define RADIO_INTENSET_BCMATCH_Set (1UL) /*!< Enable */
10270 
10271 /* Bit 7 : Write '1' to enable interrupt for RSSIEND event */
10272 #define RADIO_INTENSET_RSSIEND_Pos (7UL) /*!< Position of RSSIEND field. */
10273 #define RADIO_INTENSET_RSSIEND_Msk (0x1UL << RADIO_INTENSET_RSSIEND_Pos) /*!< Bit mask of RSSIEND field. */
10274 #define RADIO_INTENSET_RSSIEND_Disabled (0UL) /*!< Read: Disabled */
10275 #define RADIO_INTENSET_RSSIEND_Enabled (1UL) /*!< Read: Enabled */
10276 #define RADIO_INTENSET_RSSIEND_Set (1UL) /*!< Enable */
10277 
10278 /* Bit 6 : Write '1' to enable interrupt for DEVMISS event */
10279 #define RADIO_INTENSET_DEVMISS_Pos (6UL) /*!< Position of DEVMISS field. */
10280 #define RADIO_INTENSET_DEVMISS_Msk (0x1UL << RADIO_INTENSET_DEVMISS_Pos) /*!< Bit mask of DEVMISS field. */
10281 #define RADIO_INTENSET_DEVMISS_Disabled (0UL) /*!< Read: Disabled */
10282 #define RADIO_INTENSET_DEVMISS_Enabled (1UL) /*!< Read: Enabled */
10283 #define RADIO_INTENSET_DEVMISS_Set (1UL) /*!< Enable */
10284 
10285 /* Bit 5 : Write '1' to enable interrupt for DEVMATCH event */
10286 #define RADIO_INTENSET_DEVMATCH_Pos (5UL) /*!< Position of DEVMATCH field. */
10287 #define RADIO_INTENSET_DEVMATCH_Msk (0x1UL << RADIO_INTENSET_DEVMATCH_Pos) /*!< Bit mask of DEVMATCH field. */
10288 #define RADIO_INTENSET_DEVMATCH_Disabled (0UL) /*!< Read: Disabled */
10289 #define RADIO_INTENSET_DEVMATCH_Enabled (1UL) /*!< Read: Enabled */
10290 #define RADIO_INTENSET_DEVMATCH_Set (1UL) /*!< Enable */
10291 
10292 /* Bit 4 : Write '1' to enable interrupt for DISABLED event */
10293 #define RADIO_INTENSET_DISABLED_Pos (4UL) /*!< Position of DISABLED field. */
10294 #define RADIO_INTENSET_DISABLED_Msk (0x1UL << RADIO_INTENSET_DISABLED_Pos) /*!< Bit mask of DISABLED field. */
10295 #define RADIO_INTENSET_DISABLED_Disabled (0UL) /*!< Read: Disabled */
10296 #define RADIO_INTENSET_DISABLED_Enabled (1UL) /*!< Read: Enabled */
10297 #define RADIO_INTENSET_DISABLED_Set (1UL) /*!< Enable */
10298 
10299 /* Bit 3 : Write '1' to enable interrupt for END event */
10300 #define RADIO_INTENSET_END_Pos (3UL) /*!< Position of END field. */
10301 #define RADIO_INTENSET_END_Msk (0x1UL << RADIO_INTENSET_END_Pos) /*!< Bit mask of END field. */
10302 #define RADIO_INTENSET_END_Disabled (0UL) /*!< Read: Disabled */
10303 #define RADIO_INTENSET_END_Enabled (1UL) /*!< Read: Enabled */
10304 #define RADIO_INTENSET_END_Set (1UL) /*!< Enable */
10305 
10306 /* Bit 2 : Write '1' to enable interrupt for PAYLOAD event */
10307 #define RADIO_INTENSET_PAYLOAD_Pos (2UL) /*!< Position of PAYLOAD field. */
10308 #define RADIO_INTENSET_PAYLOAD_Msk (0x1UL << RADIO_INTENSET_PAYLOAD_Pos) /*!< Bit mask of PAYLOAD field. */
10309 #define RADIO_INTENSET_PAYLOAD_Disabled (0UL) /*!< Read: Disabled */
10310 #define RADIO_INTENSET_PAYLOAD_Enabled (1UL) /*!< Read: Enabled */
10311 #define RADIO_INTENSET_PAYLOAD_Set (1UL) /*!< Enable */
10312 
10313 /* Bit 1 : Write '1' to enable interrupt for ADDRESS event */
10314 #define RADIO_INTENSET_ADDRESS_Pos (1UL) /*!< Position of ADDRESS field. */
10315 #define RADIO_INTENSET_ADDRESS_Msk (0x1UL << RADIO_INTENSET_ADDRESS_Pos) /*!< Bit mask of ADDRESS field. */
10316 #define RADIO_INTENSET_ADDRESS_Disabled (0UL) /*!< Read: Disabled */
10317 #define RADIO_INTENSET_ADDRESS_Enabled (1UL) /*!< Read: Enabled */
10318 #define RADIO_INTENSET_ADDRESS_Set (1UL) /*!< Enable */
10319 
10320 /* Bit 0 : Write '1' to enable interrupt for READY event */
10321 #define RADIO_INTENSET_READY_Pos (0UL) /*!< Position of READY field. */
10322 #define RADIO_INTENSET_READY_Msk (0x1UL << RADIO_INTENSET_READY_Pos) /*!< Bit mask of READY field. */
10323 #define RADIO_INTENSET_READY_Disabled (0UL) /*!< Read: Disabled */
10324 #define RADIO_INTENSET_READY_Enabled (1UL) /*!< Read: Enabled */
10325 #define RADIO_INTENSET_READY_Set (1UL) /*!< Enable */
10326 
10327 /* Register: RADIO_INTENCLR */
10328 /* Description: Disable interrupt */
10329 
10330 /* Bit 27 : Write '1' to disable interrupt for PHYEND event */
10331 #define RADIO_INTENCLR_PHYEND_Pos (27UL) /*!< Position of PHYEND field. */
10332 #define RADIO_INTENCLR_PHYEND_Msk (0x1UL << RADIO_INTENCLR_PHYEND_Pos) /*!< Bit mask of PHYEND field. */
10333 #define RADIO_INTENCLR_PHYEND_Disabled (0UL) /*!< Read: Disabled */
10334 #define RADIO_INTENCLR_PHYEND_Enabled (1UL) /*!< Read: Enabled */
10335 #define RADIO_INTENCLR_PHYEND_Clear (1UL) /*!< Disable */
10336 
10337 /* Bit 23 : Write '1' to disable interrupt for MHRMATCH event */
10338 #define RADIO_INTENCLR_MHRMATCH_Pos (23UL) /*!< Position of MHRMATCH field. */
10339 #define RADIO_INTENCLR_MHRMATCH_Msk (0x1UL << RADIO_INTENCLR_MHRMATCH_Pos) /*!< Bit mask of MHRMATCH field. */
10340 #define RADIO_INTENCLR_MHRMATCH_Disabled (0UL) /*!< Read: Disabled */
10341 #define RADIO_INTENCLR_MHRMATCH_Enabled (1UL) /*!< Read: Enabled */
10342 #define RADIO_INTENCLR_MHRMATCH_Clear (1UL) /*!< Disable */
10343 
10344 /* Bit 22 : Write '1' to disable interrupt for RXREADY event */
10345 #define RADIO_INTENCLR_RXREADY_Pos (22UL) /*!< Position of RXREADY field. */
10346 #define RADIO_INTENCLR_RXREADY_Msk (0x1UL << RADIO_INTENCLR_RXREADY_Pos) /*!< Bit mask of RXREADY field. */
10347 #define RADIO_INTENCLR_RXREADY_Disabled (0UL) /*!< Read: Disabled */
10348 #define RADIO_INTENCLR_RXREADY_Enabled (1UL) /*!< Read: Enabled */
10349 #define RADIO_INTENCLR_RXREADY_Clear (1UL) /*!< Disable */
10350 
10351 /* Bit 21 : Write '1' to disable interrupt for TXREADY event */
10352 #define RADIO_INTENCLR_TXREADY_Pos (21UL) /*!< Position of TXREADY field. */
10353 #define RADIO_INTENCLR_TXREADY_Msk (0x1UL << RADIO_INTENCLR_TXREADY_Pos) /*!< Bit mask of TXREADY field. */
10354 #define RADIO_INTENCLR_TXREADY_Disabled (0UL) /*!< Read: Disabled */
10355 #define RADIO_INTENCLR_TXREADY_Enabled (1UL) /*!< Read: Enabled */
10356 #define RADIO_INTENCLR_TXREADY_Clear (1UL) /*!< Disable */
10357 
10358 /* Bit 20 : Write '1' to disable interrupt for RATEBOOST event */
10359 #define RADIO_INTENCLR_RATEBOOST_Pos (20UL) /*!< Position of RATEBOOST field. */
10360 #define RADIO_INTENCLR_RATEBOOST_Msk (0x1UL << RADIO_INTENCLR_RATEBOOST_Pos) /*!< Bit mask of RATEBOOST field. */
10361 #define RADIO_INTENCLR_RATEBOOST_Disabled (0UL) /*!< Read: Disabled */
10362 #define RADIO_INTENCLR_RATEBOOST_Enabled (1UL) /*!< Read: Enabled */
10363 #define RADIO_INTENCLR_RATEBOOST_Clear (1UL) /*!< Disable */
10364 
10365 /* Bit 19 : Write '1' to disable interrupt for CCASTOPPED event */
10366 #define RADIO_INTENCLR_CCASTOPPED_Pos (19UL) /*!< Position of CCASTOPPED field. */
10367 #define RADIO_INTENCLR_CCASTOPPED_Msk (0x1UL << RADIO_INTENCLR_CCASTOPPED_Pos) /*!< Bit mask of CCASTOPPED field. */
10368 #define RADIO_INTENCLR_CCASTOPPED_Disabled (0UL) /*!< Read: Disabled */
10369 #define RADIO_INTENCLR_CCASTOPPED_Enabled (1UL) /*!< Read: Enabled */
10370 #define RADIO_INTENCLR_CCASTOPPED_Clear (1UL) /*!< Disable */
10371 
10372 /* Bit 18 : Write '1' to disable interrupt for CCABUSY event */
10373 #define RADIO_INTENCLR_CCABUSY_Pos (18UL) /*!< Position of CCABUSY field. */
10374 #define RADIO_INTENCLR_CCABUSY_Msk (0x1UL << RADIO_INTENCLR_CCABUSY_Pos) /*!< Bit mask of CCABUSY field. */
10375 #define RADIO_INTENCLR_CCABUSY_Disabled (0UL) /*!< Read: Disabled */
10376 #define RADIO_INTENCLR_CCABUSY_Enabled (1UL) /*!< Read: Enabled */
10377 #define RADIO_INTENCLR_CCABUSY_Clear (1UL) /*!< Disable */
10378 
10379 /* Bit 17 : Write '1' to disable interrupt for CCAIDLE event */
10380 #define RADIO_INTENCLR_CCAIDLE_Pos (17UL) /*!< Position of CCAIDLE field. */
10381 #define RADIO_INTENCLR_CCAIDLE_Msk (0x1UL << RADIO_INTENCLR_CCAIDLE_Pos) /*!< Bit mask of CCAIDLE field. */
10382 #define RADIO_INTENCLR_CCAIDLE_Disabled (0UL) /*!< Read: Disabled */
10383 #define RADIO_INTENCLR_CCAIDLE_Enabled (1UL) /*!< Read: Enabled */
10384 #define RADIO_INTENCLR_CCAIDLE_Clear (1UL) /*!< Disable */
10385 
10386 /* Bit 16 : Write '1' to disable interrupt for EDSTOPPED event */
10387 #define RADIO_INTENCLR_EDSTOPPED_Pos (16UL) /*!< Position of EDSTOPPED field. */
10388 #define RADIO_INTENCLR_EDSTOPPED_Msk (0x1UL << RADIO_INTENCLR_EDSTOPPED_Pos) /*!< Bit mask of EDSTOPPED field. */
10389 #define RADIO_INTENCLR_EDSTOPPED_Disabled (0UL) /*!< Read: Disabled */
10390 #define RADIO_INTENCLR_EDSTOPPED_Enabled (1UL) /*!< Read: Enabled */
10391 #define RADIO_INTENCLR_EDSTOPPED_Clear (1UL) /*!< Disable */
10392 
10393 /* Bit 15 : Write '1' to disable interrupt for EDEND event */
10394 #define RADIO_INTENCLR_EDEND_Pos (15UL) /*!< Position of EDEND field. */
10395 #define RADIO_INTENCLR_EDEND_Msk (0x1UL << RADIO_INTENCLR_EDEND_Pos) /*!< Bit mask of EDEND field. */
10396 #define RADIO_INTENCLR_EDEND_Disabled (0UL) /*!< Read: Disabled */
10397 #define RADIO_INTENCLR_EDEND_Enabled (1UL) /*!< Read: Enabled */
10398 #define RADIO_INTENCLR_EDEND_Clear (1UL) /*!< Disable */
10399 
10400 /* Bit 14 : Write '1' to disable interrupt for FRAMESTART event */
10401 #define RADIO_INTENCLR_FRAMESTART_Pos (14UL) /*!< Position of FRAMESTART field. */
10402 #define RADIO_INTENCLR_FRAMESTART_Msk (0x1UL << RADIO_INTENCLR_FRAMESTART_Pos) /*!< Bit mask of FRAMESTART field. */
10403 #define RADIO_INTENCLR_FRAMESTART_Disabled (0UL) /*!< Read: Disabled */
10404 #define RADIO_INTENCLR_FRAMESTART_Enabled (1UL) /*!< Read: Enabled */
10405 #define RADIO_INTENCLR_FRAMESTART_Clear (1UL) /*!< Disable */
10406 
10407 /* Bit 13 : Write '1' to disable interrupt for CRCERROR event */
10408 #define RADIO_INTENCLR_CRCERROR_Pos (13UL) /*!< Position of CRCERROR field. */
10409 #define RADIO_INTENCLR_CRCERROR_Msk (0x1UL << RADIO_INTENCLR_CRCERROR_Pos) /*!< Bit mask of CRCERROR field. */
10410 #define RADIO_INTENCLR_CRCERROR_Disabled (0UL) /*!< Read: Disabled */
10411 #define RADIO_INTENCLR_CRCERROR_Enabled (1UL) /*!< Read: Enabled */
10412 #define RADIO_INTENCLR_CRCERROR_Clear (1UL) /*!< Disable */
10413 
10414 /* Bit 12 : Write '1' to disable interrupt for CRCOK event */
10415 #define RADIO_INTENCLR_CRCOK_Pos (12UL) /*!< Position of CRCOK field. */
10416 #define RADIO_INTENCLR_CRCOK_Msk (0x1UL << RADIO_INTENCLR_CRCOK_Pos) /*!< Bit mask of CRCOK field. */
10417 #define RADIO_INTENCLR_CRCOK_Disabled (0UL) /*!< Read: Disabled */
10418 #define RADIO_INTENCLR_CRCOK_Enabled (1UL) /*!< Read: Enabled */
10419 #define RADIO_INTENCLR_CRCOK_Clear (1UL) /*!< Disable */
10420 
10421 /* Bit 10 : Write '1' to disable interrupt for BCMATCH event */
10422 #define RADIO_INTENCLR_BCMATCH_Pos (10UL) /*!< Position of BCMATCH field. */
10423 #define RADIO_INTENCLR_BCMATCH_Msk (0x1UL << RADIO_INTENCLR_BCMATCH_Pos) /*!< Bit mask of BCMATCH field. */
10424 #define RADIO_INTENCLR_BCMATCH_Disabled (0UL) /*!< Read: Disabled */
10425 #define RADIO_INTENCLR_BCMATCH_Enabled (1UL) /*!< Read: Enabled */
10426 #define RADIO_INTENCLR_BCMATCH_Clear (1UL) /*!< Disable */
10427 
10428 /* Bit 7 : Write '1' to disable interrupt for RSSIEND event */
10429 #define RADIO_INTENCLR_RSSIEND_Pos (7UL) /*!< Position of RSSIEND field. */
10430 #define RADIO_INTENCLR_RSSIEND_Msk (0x1UL << RADIO_INTENCLR_RSSIEND_Pos) /*!< Bit mask of RSSIEND field. */
10431 #define RADIO_INTENCLR_RSSIEND_Disabled (0UL) /*!< Read: Disabled */
10432 #define RADIO_INTENCLR_RSSIEND_Enabled (1UL) /*!< Read: Enabled */
10433 #define RADIO_INTENCLR_RSSIEND_Clear (1UL) /*!< Disable */
10434 
10435 /* Bit 6 : Write '1' to disable interrupt for DEVMISS event */
10436 #define RADIO_INTENCLR_DEVMISS_Pos (6UL) /*!< Position of DEVMISS field. */
10437 #define RADIO_INTENCLR_DEVMISS_Msk (0x1UL << RADIO_INTENCLR_DEVMISS_Pos) /*!< Bit mask of DEVMISS field. */
10438 #define RADIO_INTENCLR_DEVMISS_Disabled (0UL) /*!< Read: Disabled */
10439 #define RADIO_INTENCLR_DEVMISS_Enabled (1UL) /*!< Read: Enabled */
10440 #define RADIO_INTENCLR_DEVMISS_Clear (1UL) /*!< Disable */
10441 
10442 /* Bit 5 : Write '1' to disable interrupt for DEVMATCH event */
10443 #define RADIO_INTENCLR_DEVMATCH_Pos (5UL) /*!< Position of DEVMATCH field. */
10444 #define RADIO_INTENCLR_DEVMATCH_Msk (0x1UL << RADIO_INTENCLR_DEVMATCH_Pos) /*!< Bit mask of DEVMATCH field. */
10445 #define RADIO_INTENCLR_DEVMATCH_Disabled (0UL) /*!< Read: Disabled */
10446 #define RADIO_INTENCLR_DEVMATCH_Enabled (1UL) /*!< Read: Enabled */
10447 #define RADIO_INTENCLR_DEVMATCH_Clear (1UL) /*!< Disable */
10448 
10449 /* Bit 4 : Write '1' to disable interrupt for DISABLED event */
10450 #define RADIO_INTENCLR_DISABLED_Pos (4UL) /*!< Position of DISABLED field. */
10451 #define RADIO_INTENCLR_DISABLED_Msk (0x1UL << RADIO_INTENCLR_DISABLED_Pos) /*!< Bit mask of DISABLED field. */
10452 #define RADIO_INTENCLR_DISABLED_Disabled (0UL) /*!< Read: Disabled */
10453 #define RADIO_INTENCLR_DISABLED_Enabled (1UL) /*!< Read: Enabled */
10454 #define RADIO_INTENCLR_DISABLED_Clear (1UL) /*!< Disable */
10455 
10456 /* Bit 3 : Write '1' to disable interrupt for END event */
10457 #define RADIO_INTENCLR_END_Pos (3UL) /*!< Position of END field. */
10458 #define RADIO_INTENCLR_END_Msk (0x1UL << RADIO_INTENCLR_END_Pos) /*!< Bit mask of END field. */
10459 #define RADIO_INTENCLR_END_Disabled (0UL) /*!< Read: Disabled */
10460 #define RADIO_INTENCLR_END_Enabled (1UL) /*!< Read: Enabled */
10461 #define RADIO_INTENCLR_END_Clear (1UL) /*!< Disable */
10462 
10463 /* Bit 2 : Write '1' to disable interrupt for PAYLOAD event */
10464 #define RADIO_INTENCLR_PAYLOAD_Pos (2UL) /*!< Position of PAYLOAD field. */
10465 #define RADIO_INTENCLR_PAYLOAD_Msk (0x1UL << RADIO_INTENCLR_PAYLOAD_Pos) /*!< Bit mask of PAYLOAD field. */
10466 #define RADIO_INTENCLR_PAYLOAD_Disabled (0UL) /*!< Read: Disabled */
10467 #define RADIO_INTENCLR_PAYLOAD_Enabled (1UL) /*!< Read: Enabled */
10468 #define RADIO_INTENCLR_PAYLOAD_Clear (1UL) /*!< Disable */
10469 
10470 /* Bit 1 : Write '1' to disable interrupt for ADDRESS event */
10471 #define RADIO_INTENCLR_ADDRESS_Pos (1UL) /*!< Position of ADDRESS field. */
10472 #define RADIO_INTENCLR_ADDRESS_Msk (0x1UL << RADIO_INTENCLR_ADDRESS_Pos) /*!< Bit mask of ADDRESS field. */
10473 #define RADIO_INTENCLR_ADDRESS_Disabled (0UL) /*!< Read: Disabled */
10474 #define RADIO_INTENCLR_ADDRESS_Enabled (1UL) /*!< Read: Enabled */
10475 #define RADIO_INTENCLR_ADDRESS_Clear (1UL) /*!< Disable */
10476 
10477 /* Bit 0 : Write '1' to disable interrupt for READY event */
10478 #define RADIO_INTENCLR_READY_Pos (0UL) /*!< Position of READY field. */
10479 #define RADIO_INTENCLR_READY_Msk (0x1UL << RADIO_INTENCLR_READY_Pos) /*!< Bit mask of READY field. */
10480 #define RADIO_INTENCLR_READY_Disabled (0UL) /*!< Read: Disabled */
10481 #define RADIO_INTENCLR_READY_Enabled (1UL) /*!< Read: Enabled */
10482 #define RADIO_INTENCLR_READY_Clear (1UL) /*!< Disable */
10483 
10484 /* Register: RADIO_CRCSTATUS */
10485 /* Description: CRC status */
10486 
10487 /* Bit 0 : CRC status of packet received */
10488 #define RADIO_CRCSTATUS_CRCSTATUS_Pos (0UL) /*!< Position of CRCSTATUS field. */
10489 #define RADIO_CRCSTATUS_CRCSTATUS_Msk (0x1UL << RADIO_CRCSTATUS_CRCSTATUS_Pos) /*!< Bit mask of CRCSTATUS field. */
10490 #define RADIO_CRCSTATUS_CRCSTATUS_CRCError (0UL) /*!< Packet received with CRC error */
10491 #define RADIO_CRCSTATUS_CRCSTATUS_CRCOk (1UL) /*!< Packet received with CRC ok */
10492 
10493 /* Register: RADIO_RXMATCH */
10494 /* Description: Received address */
10495 
10496 /* Bits 2..0 : Received address */
10497 #define RADIO_RXMATCH_RXMATCH_Pos (0UL) /*!< Position of RXMATCH field. */
10498 #define RADIO_RXMATCH_RXMATCH_Msk (0x7UL << RADIO_RXMATCH_RXMATCH_Pos) /*!< Bit mask of RXMATCH field. */
10499 
10500 /* Register: RADIO_RXCRC */
10501 /* Description: CRC field of previously received packet */
10502 
10503 /* Bits 23..0 : CRC field of previously received packet */
10504 #define RADIO_RXCRC_RXCRC_Pos (0UL) /*!< Position of RXCRC field. */
10505 #define RADIO_RXCRC_RXCRC_Msk (0xFFFFFFUL << RADIO_RXCRC_RXCRC_Pos) /*!< Bit mask of RXCRC field. */
10506 
10507 /* Register: RADIO_DAI */
10508 /* Description: Device address match index */
10509 
10510 /* Bits 2..0 : Device address match index */
10511 #define RADIO_DAI_DAI_Pos (0UL) /*!< Position of DAI field. */
10512 #define RADIO_DAI_DAI_Msk (0x7UL << RADIO_DAI_DAI_Pos) /*!< Bit mask of DAI field. */
10513 
10514 /* Register: RADIO_PDUSTAT */
10515 /* Description: Payload status */
10516 
10517 /* Bits 2..1 : Status on what rate packet is received with in Long Range */
10518 #define RADIO_PDUSTAT_CISTAT_Pos (1UL) /*!< Position of CISTAT field. */
10519 #define RADIO_PDUSTAT_CISTAT_Msk (0x3UL << RADIO_PDUSTAT_CISTAT_Pos) /*!< Bit mask of CISTAT field. */
10520 #define RADIO_PDUSTAT_CISTAT_LR125kbit (0UL) /*!< Frame is received at 125kbps */
10521 #define RADIO_PDUSTAT_CISTAT_LR500kbit (1UL) /*!< Frame is received at 500kbps */
10522 
10523 /* Bit 0 : Status on payload length vs. PCNF1.MAXLEN */
10524 #define RADIO_PDUSTAT_PDUSTAT_Pos (0UL) /*!< Position of PDUSTAT field. */
10525 #define RADIO_PDUSTAT_PDUSTAT_Msk (0x1UL << RADIO_PDUSTAT_PDUSTAT_Pos) /*!< Bit mask of PDUSTAT field. */
10526 #define RADIO_PDUSTAT_PDUSTAT_LessThan (0UL) /*!< Payload less than PCNF1.MAXLEN */
10527 #define RADIO_PDUSTAT_PDUSTAT_GreaterThan (1UL) /*!< Payload greater than PCNF1.MAXLEN */
10528 
10529 /* Register: RADIO_PACKETPTR */
10530 /* Description: Packet pointer */
10531 
10532 /* Bits 31..0 : Packet pointer */
10533 #define RADIO_PACKETPTR_PACKETPTR_Pos (0UL) /*!< Position of PACKETPTR field. */
10534 #define RADIO_PACKETPTR_PACKETPTR_Msk (0xFFFFFFFFUL << RADIO_PACKETPTR_PACKETPTR_Pos) /*!< Bit mask of PACKETPTR field. */
10535 
10536 /* Register: RADIO_FREQUENCY */
10537 /* Description: Frequency */
10538 
10539 /* Bit 8 : Channel map selection. */
10540 #define RADIO_FREQUENCY_MAP_Pos (8UL) /*!< Position of MAP field. */
10541 #define RADIO_FREQUENCY_MAP_Msk (0x1UL << RADIO_FREQUENCY_MAP_Pos) /*!< Bit mask of MAP field. */
10542 #define RADIO_FREQUENCY_MAP_Default (0UL) /*!< Channel map between 2400 MHZ .. 2500 MHz */
10543 #define RADIO_FREQUENCY_MAP_Low (1UL) /*!< Channel map between 2360 MHZ .. 2460 MHz */
10544 
10545 /* Bits 6..0 : Radio channel frequency */
10546 #define RADIO_FREQUENCY_FREQUENCY_Pos (0UL) /*!< Position of FREQUENCY field. */
10547 #define RADIO_FREQUENCY_FREQUENCY_Msk (0x7FUL << RADIO_FREQUENCY_FREQUENCY_Pos) /*!< Bit mask of FREQUENCY field. */
10548 
10549 /* Register: RADIO_TXPOWER */
10550 /* Description: Output power */
10551 
10552 /* Bits 7..0 : RADIO output power */
10553 #define RADIO_TXPOWER_TXPOWER_Pos (0UL) /*!< Position of TXPOWER field. */
10554 #define RADIO_TXPOWER_TXPOWER_Msk (0xFFUL << RADIO_TXPOWER_TXPOWER_Pos) /*!< Bit mask of TXPOWER field. */
10555 #define RADIO_TXPOWER_TXPOWER_0dBm (0x0UL) /*!< 0 dBm */
10556 #define RADIO_TXPOWER_TXPOWER_Pos2dBm (0x2UL) /*!< +2 dBm */
10557 #define RADIO_TXPOWER_TXPOWER_Pos3dBm (0x3UL) /*!< +3 dBm */
10558 #define RADIO_TXPOWER_TXPOWER_Pos4dBm (0x4UL) /*!< +4 dBm */
10559 #define RADIO_TXPOWER_TXPOWER_Pos5dBm (0x5UL) /*!< +5 dBm */
10560 #define RADIO_TXPOWER_TXPOWER_Pos6dBm (0x6UL) /*!< +6 dBm */
10561 #define RADIO_TXPOWER_TXPOWER_Pos7dBm (0x7UL) /*!< +7 dBm */
10562 #define RADIO_TXPOWER_TXPOWER_Pos8dBm (0x8UL) /*!< +8 dBm */
10563 #define RADIO_TXPOWER_TXPOWER_Neg40dBm (0xD8UL) /*!< -40 dBm */
10564 #define RADIO_TXPOWER_TXPOWER_Neg20dBm (0xECUL) /*!< -20 dBm */
10565 #define RADIO_TXPOWER_TXPOWER_Neg16dBm (0xF0UL) /*!< -16 dBm */
10566 #define RADIO_TXPOWER_TXPOWER_Neg12dBm (0xF4UL) /*!< -12 dBm */
10567 #define RADIO_TXPOWER_TXPOWER_Neg8dBm (0xF8UL) /*!< -8 dBm */
10568 #define RADIO_TXPOWER_TXPOWER_Neg4dBm (0xFCUL) /*!< -4 dBm */
10569 #define RADIO_TXPOWER_TXPOWER_Neg30dBm (0xFFUL) /*!< Deprecated enumerator -  -40 dBm */
10570 
10571 /* Register: RADIO_MODE */
10572 /* Description: Data rate and modulation */
10573 
10574 /* Bits 3..0 : Radio data rate and modulation setting. The radio supports frequency-shift keying (FSK) modulation. */
10575 #define RADIO_MODE_MODE_Pos (0UL) /*!< Position of MODE field. */
10576 #define RADIO_MODE_MODE_Msk (0xFUL << RADIO_MODE_MODE_Pos) /*!< Bit mask of MODE field. */
10577 #define RADIO_MODE_MODE_Nrf_1Mbit (0UL) /*!< 1 Mbit/s Nordic proprietary radio mode */
10578 #define RADIO_MODE_MODE_Nrf_2Mbit (1UL) /*!< 2 Mbit/s Nordic proprietary radio mode */
10579 #define RADIO_MODE_MODE_Ble_1Mbit (3UL) /*!< 1 Mbit/s BLE */
10580 #define RADIO_MODE_MODE_Ble_2Mbit (4UL) /*!< 2 Mbit/s BLE */
10581 #define RADIO_MODE_MODE_Ble_LR125Kbit (5UL) /*!< Long range 125 kbit/s TX, 125 kbit/s and 500 kbit/s RX */
10582 #define RADIO_MODE_MODE_Ble_LR500Kbit (6UL) /*!< Long range 500 kbit/s TX, 125 kbit/s and 500 kbit/s RX */
10583 #define RADIO_MODE_MODE_Ieee802154_250Kbit (15UL) /*!< IEEE 802.15.4-2006 250 kbit/s */
10584 
10585 /* Register: RADIO_PCNF0 */
10586 /* Description: Packet configuration register 0 */
10587 
10588 /* Bits 30..29 : Length of TERM field in Long Range operation */
10589 #define RADIO_PCNF0_TERMLEN_Pos (29UL) /*!< Position of TERMLEN field. */
10590 #define RADIO_PCNF0_TERMLEN_Msk (0x3UL << RADIO_PCNF0_TERMLEN_Pos) /*!< Bit mask of TERMLEN field. */
10591 
10592 /* Bit 26 : Indicates if LENGTH field contains CRC or not */
10593 #define RADIO_PCNF0_CRCINC_Pos (26UL) /*!< Position of CRCINC field. */
10594 #define RADIO_PCNF0_CRCINC_Msk (0x1UL << RADIO_PCNF0_CRCINC_Pos) /*!< Bit mask of CRCINC field. */
10595 #define RADIO_PCNF0_CRCINC_Exclude (0UL) /*!< LENGTH does not contain CRC */
10596 #define RADIO_PCNF0_CRCINC_Include (1UL) /*!< LENGTH includes CRC */
10597 
10598 /* Bits 25..24 : Length of preamble on air. Decision point: TASKS_START task */
10599 #define RADIO_PCNF0_PLEN_Pos (24UL) /*!< Position of PLEN field. */
10600 #define RADIO_PCNF0_PLEN_Msk (0x3UL << RADIO_PCNF0_PLEN_Pos) /*!< Bit mask of PLEN field. */
10601 #define RADIO_PCNF0_PLEN_8bit (0UL) /*!< 8-bit preamble */
10602 #define RADIO_PCNF0_PLEN_16bit (1UL) /*!< 16-bit preamble */
10603 #define RADIO_PCNF0_PLEN_32bitZero (2UL) /*!< 32-bit zero preamble - used for IEEE 802.15.4 */
10604 #define RADIO_PCNF0_PLEN_LongRange (3UL) /*!< Preamble - used for BLE long range */
10605 
10606 /* Bits 23..22 : Length of code indicator - long range */
10607 #define RADIO_PCNF0_CILEN_Pos (22UL) /*!< Position of CILEN field. */
10608 #define RADIO_PCNF0_CILEN_Msk (0x3UL << RADIO_PCNF0_CILEN_Pos) /*!< Bit mask of CILEN field. */
10609 
10610 /* Bit 20 : Include or exclude S1 field in RAM */
10611 #define RADIO_PCNF0_S1INCL_Pos (20UL) /*!< Position of S1INCL field. */
10612 #define RADIO_PCNF0_S1INCL_Msk (0x1UL << RADIO_PCNF0_S1INCL_Pos) /*!< Bit mask of S1INCL field. */
10613 #define RADIO_PCNF0_S1INCL_Automatic (0UL) /*!< Include S1 field in RAM only if S1LEN &gt; 0 */
10614 #define RADIO_PCNF0_S1INCL_Include (1UL) /*!< Always include S1 field in RAM independent of S1LEN */
10615 
10616 /* Bits 19..16 : Length on air of S1 field in number of bits. */
10617 #define RADIO_PCNF0_S1LEN_Pos (16UL) /*!< Position of S1LEN field. */
10618 #define RADIO_PCNF0_S1LEN_Msk (0xFUL << RADIO_PCNF0_S1LEN_Pos) /*!< Bit mask of S1LEN field. */
10619 
10620 /* Bit 8 : Length on air of S0 field in number of bytes. */
10621 #define RADIO_PCNF0_S0LEN_Pos (8UL) /*!< Position of S0LEN field. */
10622 #define RADIO_PCNF0_S0LEN_Msk (0x1UL << RADIO_PCNF0_S0LEN_Pos) /*!< Bit mask of S0LEN field. */
10623 
10624 /* Bits 3..0 : Length on air of LENGTH field in number of bits. */
10625 #define RADIO_PCNF0_LFLEN_Pos (0UL) /*!< Position of LFLEN field. */
10626 #define RADIO_PCNF0_LFLEN_Msk (0xFUL << RADIO_PCNF0_LFLEN_Pos) /*!< Bit mask of LFLEN field. */
10627 
10628 /* Register: RADIO_PCNF1 */
10629 /* Description: Packet configuration register 1 */
10630 
10631 /* Bit 25 : Enable or disable packet whitening */
10632 #define RADIO_PCNF1_WHITEEN_Pos (25UL) /*!< Position of WHITEEN field. */
10633 #define RADIO_PCNF1_WHITEEN_Msk (0x1UL << RADIO_PCNF1_WHITEEN_Pos) /*!< Bit mask of WHITEEN field. */
10634 #define RADIO_PCNF1_WHITEEN_Disabled (0UL) /*!< Disable */
10635 #define RADIO_PCNF1_WHITEEN_Enabled (1UL) /*!< Enable */
10636 
10637 /* Bit 24 : On air endianness of packet, this applies to the S0, LENGTH, S1 and the PAYLOAD fields. */
10638 #define RADIO_PCNF1_ENDIAN_Pos (24UL) /*!< Position of ENDIAN field. */
10639 #define RADIO_PCNF1_ENDIAN_Msk (0x1UL << RADIO_PCNF1_ENDIAN_Pos) /*!< Bit mask of ENDIAN field. */
10640 #define RADIO_PCNF1_ENDIAN_Little (0UL) /*!< Least significant bit on air first */
10641 #define RADIO_PCNF1_ENDIAN_Big (1UL) /*!< Most significant bit on air first */
10642 
10643 /* Bits 18..16 : Base address length in number of bytes */
10644 #define RADIO_PCNF1_BALEN_Pos (16UL) /*!< Position of BALEN field. */
10645 #define RADIO_PCNF1_BALEN_Msk (0x7UL << RADIO_PCNF1_BALEN_Pos) /*!< Bit mask of BALEN field. */
10646 
10647 /* Bits 15..8 : Static length in number of bytes */
10648 #define RADIO_PCNF1_STATLEN_Pos (8UL) /*!< Position of STATLEN field. */
10649 #define RADIO_PCNF1_STATLEN_Msk (0xFFUL << RADIO_PCNF1_STATLEN_Pos) /*!< Bit mask of STATLEN field. */
10650 
10651 /* Bits 7..0 : Maximum length of packet payload. If the packet payload is larger than MAXLEN, the radio will truncate the payload to MAXLEN. */
10652 #define RADIO_PCNF1_MAXLEN_Pos (0UL) /*!< Position of MAXLEN field. */
10653 #define RADIO_PCNF1_MAXLEN_Msk (0xFFUL << RADIO_PCNF1_MAXLEN_Pos) /*!< Bit mask of MAXLEN field. */
10654 
10655 /* Register: RADIO_BASE0 */
10656 /* Description: Base address 0 */
10657 
10658 /* Bits 31..0 : Base address 0 */
10659 #define RADIO_BASE0_BASE0_Pos (0UL) /*!< Position of BASE0 field. */
10660 #define RADIO_BASE0_BASE0_Msk (0xFFFFFFFFUL << RADIO_BASE0_BASE0_Pos) /*!< Bit mask of BASE0 field. */
10661 
10662 /* Register: RADIO_BASE1 */
10663 /* Description: Base address 1 */
10664 
10665 /* Bits 31..0 : Base address 1 */
10666 #define RADIO_BASE1_BASE1_Pos (0UL) /*!< Position of BASE1 field. */
10667 #define RADIO_BASE1_BASE1_Msk (0xFFFFFFFFUL << RADIO_BASE1_BASE1_Pos) /*!< Bit mask of BASE1 field. */
10668 
10669 /* Register: RADIO_PREFIX0 */
10670 /* Description: Prefixes bytes for logical addresses 0-3 */
10671 
10672 /* Bits 31..24 : Address prefix 3. */
10673 #define RADIO_PREFIX0_AP3_Pos (24UL) /*!< Position of AP3 field. */
10674 #define RADIO_PREFIX0_AP3_Msk (0xFFUL << RADIO_PREFIX0_AP3_Pos) /*!< Bit mask of AP3 field. */
10675 
10676 /* Bits 23..16 : Address prefix 2. */
10677 #define RADIO_PREFIX0_AP2_Pos (16UL) /*!< Position of AP2 field. */
10678 #define RADIO_PREFIX0_AP2_Msk (0xFFUL << RADIO_PREFIX0_AP2_Pos) /*!< Bit mask of AP2 field. */
10679 
10680 /* Bits 15..8 : Address prefix 1. */
10681 #define RADIO_PREFIX0_AP1_Pos (8UL) /*!< Position of AP1 field. */
10682 #define RADIO_PREFIX0_AP1_Msk (0xFFUL << RADIO_PREFIX0_AP1_Pos) /*!< Bit mask of AP1 field. */
10683 
10684 /* Bits 7..0 : Address prefix 0. */
10685 #define RADIO_PREFIX0_AP0_Pos (0UL) /*!< Position of AP0 field. */
10686 #define RADIO_PREFIX0_AP0_Msk (0xFFUL << RADIO_PREFIX0_AP0_Pos) /*!< Bit mask of AP0 field. */
10687 
10688 /* Register: RADIO_PREFIX1 */
10689 /* Description: Prefixes bytes for logical addresses 4-7 */
10690 
10691 /* Bits 31..24 : Address prefix 7. */
10692 #define RADIO_PREFIX1_AP7_Pos (24UL) /*!< Position of AP7 field. */
10693 #define RADIO_PREFIX1_AP7_Msk (0xFFUL << RADIO_PREFIX1_AP7_Pos) /*!< Bit mask of AP7 field. */
10694 
10695 /* Bits 23..16 : Address prefix 6. */
10696 #define RADIO_PREFIX1_AP6_Pos (16UL) /*!< Position of AP6 field. */
10697 #define RADIO_PREFIX1_AP6_Msk (0xFFUL << RADIO_PREFIX1_AP6_Pos) /*!< Bit mask of AP6 field. */
10698 
10699 /* Bits 15..8 : Address prefix 5. */
10700 #define RADIO_PREFIX1_AP5_Pos (8UL) /*!< Position of AP5 field. */
10701 #define RADIO_PREFIX1_AP5_Msk (0xFFUL << RADIO_PREFIX1_AP5_Pos) /*!< Bit mask of AP5 field. */
10702 
10703 /* Bits 7..0 : Address prefix 4. */
10704 #define RADIO_PREFIX1_AP4_Pos (0UL) /*!< Position of AP4 field. */
10705 #define RADIO_PREFIX1_AP4_Msk (0xFFUL << RADIO_PREFIX1_AP4_Pos) /*!< Bit mask of AP4 field. */
10706 
10707 /* Register: RADIO_TXADDRESS */
10708 /* Description: Transmit address select */
10709 
10710 /* Bits 2..0 : Transmit address select */
10711 #define RADIO_TXADDRESS_TXADDRESS_Pos (0UL) /*!< Position of TXADDRESS field. */
10712 #define RADIO_TXADDRESS_TXADDRESS_Msk (0x7UL << RADIO_TXADDRESS_TXADDRESS_Pos) /*!< Bit mask of TXADDRESS field. */
10713 
10714 /* Register: RADIO_RXADDRESSES */
10715 /* Description: Receive address select */
10716 
10717 /* Bit 7 : Enable or disable reception on logical address 7. */
10718 #define RADIO_RXADDRESSES_ADDR7_Pos (7UL) /*!< Position of ADDR7 field. */
10719 #define RADIO_RXADDRESSES_ADDR7_Msk (0x1UL << RADIO_RXADDRESSES_ADDR7_Pos) /*!< Bit mask of ADDR7 field. */
10720 #define RADIO_RXADDRESSES_ADDR7_Disabled (0UL) /*!< Disable */
10721 #define RADIO_RXADDRESSES_ADDR7_Enabled (1UL) /*!< Enable */
10722 
10723 /* Bit 6 : Enable or disable reception on logical address 6. */
10724 #define RADIO_RXADDRESSES_ADDR6_Pos (6UL) /*!< Position of ADDR6 field. */
10725 #define RADIO_RXADDRESSES_ADDR6_Msk (0x1UL << RADIO_RXADDRESSES_ADDR6_Pos) /*!< Bit mask of ADDR6 field. */
10726 #define RADIO_RXADDRESSES_ADDR6_Disabled (0UL) /*!< Disable */
10727 #define RADIO_RXADDRESSES_ADDR6_Enabled (1UL) /*!< Enable */
10728 
10729 /* Bit 5 : Enable or disable reception on logical address 5. */
10730 #define RADIO_RXADDRESSES_ADDR5_Pos (5UL) /*!< Position of ADDR5 field. */
10731 #define RADIO_RXADDRESSES_ADDR5_Msk (0x1UL << RADIO_RXADDRESSES_ADDR5_Pos) /*!< Bit mask of ADDR5 field. */
10732 #define RADIO_RXADDRESSES_ADDR5_Disabled (0UL) /*!< Disable */
10733 #define RADIO_RXADDRESSES_ADDR5_Enabled (1UL) /*!< Enable */
10734 
10735 /* Bit 4 : Enable or disable reception on logical address 4. */
10736 #define RADIO_RXADDRESSES_ADDR4_Pos (4UL) /*!< Position of ADDR4 field. */
10737 #define RADIO_RXADDRESSES_ADDR4_Msk (0x1UL << RADIO_RXADDRESSES_ADDR4_Pos) /*!< Bit mask of ADDR4 field. */
10738 #define RADIO_RXADDRESSES_ADDR4_Disabled (0UL) /*!< Disable */
10739 #define RADIO_RXADDRESSES_ADDR4_Enabled (1UL) /*!< Enable */
10740 
10741 /* Bit 3 : Enable or disable reception on logical address 3. */
10742 #define RADIO_RXADDRESSES_ADDR3_Pos (3UL) /*!< Position of ADDR3 field. */
10743 #define RADIO_RXADDRESSES_ADDR3_Msk (0x1UL << RADIO_RXADDRESSES_ADDR3_Pos) /*!< Bit mask of ADDR3 field. */
10744 #define RADIO_RXADDRESSES_ADDR3_Disabled (0UL) /*!< Disable */
10745 #define RADIO_RXADDRESSES_ADDR3_Enabled (1UL) /*!< Enable */
10746 
10747 /* Bit 2 : Enable or disable reception on logical address 2. */
10748 #define RADIO_RXADDRESSES_ADDR2_Pos (2UL) /*!< Position of ADDR2 field. */
10749 #define RADIO_RXADDRESSES_ADDR2_Msk (0x1UL << RADIO_RXADDRESSES_ADDR2_Pos) /*!< Bit mask of ADDR2 field. */
10750 #define RADIO_RXADDRESSES_ADDR2_Disabled (0UL) /*!< Disable */
10751 #define RADIO_RXADDRESSES_ADDR2_Enabled (1UL) /*!< Enable */
10752 
10753 /* Bit 1 : Enable or disable reception on logical address 1. */
10754 #define RADIO_RXADDRESSES_ADDR1_Pos (1UL) /*!< Position of ADDR1 field. */
10755 #define RADIO_RXADDRESSES_ADDR1_Msk (0x1UL << RADIO_RXADDRESSES_ADDR1_Pos) /*!< Bit mask of ADDR1 field. */
10756 #define RADIO_RXADDRESSES_ADDR1_Disabled (0UL) /*!< Disable */
10757 #define RADIO_RXADDRESSES_ADDR1_Enabled (1UL) /*!< Enable */
10758 
10759 /* Bit 0 : Enable or disable reception on logical address 0. */
10760 #define RADIO_RXADDRESSES_ADDR0_Pos (0UL) /*!< Position of ADDR0 field. */
10761 #define RADIO_RXADDRESSES_ADDR0_Msk (0x1UL << RADIO_RXADDRESSES_ADDR0_Pos) /*!< Bit mask of ADDR0 field. */
10762 #define RADIO_RXADDRESSES_ADDR0_Disabled (0UL) /*!< Disable */
10763 #define RADIO_RXADDRESSES_ADDR0_Enabled (1UL) /*!< Enable */
10764 
10765 /* Register: RADIO_CRCCNF */
10766 /* Description: CRC configuration */
10767 
10768 /* Bits 9..8 : Include or exclude packet address field out of CRC calculation. */
10769 #define RADIO_CRCCNF_SKIPADDR_Pos (8UL) /*!< Position of SKIPADDR field. */
10770 #define RADIO_CRCCNF_SKIPADDR_Msk (0x3UL << RADIO_CRCCNF_SKIPADDR_Pos) /*!< Bit mask of SKIPADDR field. */
10771 #define RADIO_CRCCNF_SKIPADDR_Include (0UL) /*!< CRC calculation includes address field */
10772 #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. */
10773 #define RADIO_CRCCNF_SKIPADDR_Ieee802154 (2UL) /*!< CRC calculation as per 802.15.4 standard. Starting at first byte after length field. */
10774 
10775 /* Bits 1..0 : CRC length in number of bytes. */
10776 #define RADIO_CRCCNF_LEN_Pos (0UL) /*!< Position of LEN field. */
10777 #define RADIO_CRCCNF_LEN_Msk (0x3UL << RADIO_CRCCNF_LEN_Pos) /*!< Bit mask of LEN field. */
10778 #define RADIO_CRCCNF_LEN_Disabled (0UL) /*!< CRC length is zero and CRC calculation is disabled */
10779 #define RADIO_CRCCNF_LEN_One (1UL) /*!< CRC length is one byte and CRC calculation is enabled */
10780 #define RADIO_CRCCNF_LEN_Two (2UL) /*!< CRC length is two bytes and CRC calculation is enabled */
10781 #define RADIO_CRCCNF_LEN_Three (3UL) /*!< CRC length is three bytes and CRC calculation is enabled */
10782 
10783 /* Register: RADIO_CRCPOLY */
10784 /* Description: CRC polynomial */
10785 
10786 /* Bits 23..0 : CRC polynomial */
10787 #define RADIO_CRCPOLY_CRCPOLY_Pos (0UL) /*!< Position of CRCPOLY field. */
10788 #define RADIO_CRCPOLY_CRCPOLY_Msk (0xFFFFFFUL << RADIO_CRCPOLY_CRCPOLY_Pos) /*!< Bit mask of CRCPOLY field. */
10789 
10790 /* Register: RADIO_CRCINIT */
10791 /* Description: CRC initial value */
10792 
10793 /* Bits 23..0 : CRC initial value */
10794 #define RADIO_CRCINIT_CRCINIT_Pos (0UL) /*!< Position of CRCINIT field. */
10795 #define RADIO_CRCINIT_CRCINIT_Msk (0xFFFFFFUL << RADIO_CRCINIT_CRCINIT_Pos) /*!< Bit mask of CRCINIT field. */
10796 
10797 /* Register: RADIO_TIFS */
10798 /* Description: Interframe spacing in us */
10799 
10800 /* Bits 9..0 : Interframe spacing in us */
10801 #define RADIO_TIFS_TIFS_Pos (0UL) /*!< Position of TIFS field. */
10802 #define RADIO_TIFS_TIFS_Msk (0x3FFUL << RADIO_TIFS_TIFS_Pos) /*!< Bit mask of TIFS field. */
10803 
10804 /* Register: RADIO_RSSISAMPLE */
10805 /* Description: RSSI sample */
10806 
10807 /* Bits 6..0 : RSSI sample */
10808 #define RADIO_RSSISAMPLE_RSSISAMPLE_Pos (0UL) /*!< Position of RSSISAMPLE field. */
10809 #define RADIO_RSSISAMPLE_RSSISAMPLE_Msk (0x7FUL << RADIO_RSSISAMPLE_RSSISAMPLE_Pos) /*!< Bit mask of RSSISAMPLE field. */
10810 
10811 /* Register: RADIO_STATE */
10812 /* Description: Current radio state */
10813 
10814 /* Bits 3..0 : Current radio state */
10815 #define RADIO_STATE_STATE_Pos (0UL) /*!< Position of STATE field. */
10816 #define RADIO_STATE_STATE_Msk (0xFUL << RADIO_STATE_STATE_Pos) /*!< Bit mask of STATE field. */
10817 #define RADIO_STATE_STATE_Disabled (0UL) /*!< RADIO is in the Disabled state */
10818 #define RADIO_STATE_STATE_RxRu (1UL) /*!< RADIO is in the RXRU state */
10819 #define RADIO_STATE_STATE_RxIdle (2UL) /*!< RADIO is in the RXIDLE state */
10820 #define RADIO_STATE_STATE_Rx (3UL) /*!< RADIO is in the RX state */
10821 #define RADIO_STATE_STATE_RxDisable (4UL) /*!< RADIO is in the RXDISABLED state */
10822 #define RADIO_STATE_STATE_TxRu (9UL) /*!< RADIO is in the TXRU state */
10823 #define RADIO_STATE_STATE_TxIdle (10UL) /*!< RADIO is in the TXIDLE state */
10824 #define RADIO_STATE_STATE_Tx (11UL) /*!< RADIO is in the TX state */
10825 #define RADIO_STATE_STATE_TxDisable (12UL) /*!< RADIO is in the TXDISABLED state */
10826 
10827 /* Register: RADIO_DATAWHITEIV */
10828 /* Description: Data whitening initial value */
10829 
10830 /* 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'. */
10831 #define RADIO_DATAWHITEIV_DATAWHITEIV_Pos (0UL) /*!< Position of DATAWHITEIV field. */
10832 #define RADIO_DATAWHITEIV_DATAWHITEIV_Msk (0x7FUL << RADIO_DATAWHITEIV_DATAWHITEIV_Pos) /*!< Bit mask of DATAWHITEIV field. */
10833 
10834 /* Register: RADIO_BCC */
10835 /* Description: Bit counter compare */
10836 
10837 /* Bits 31..0 : Bit counter compare */
10838 #define RADIO_BCC_BCC_Pos (0UL) /*!< Position of BCC field. */
10839 #define RADIO_BCC_BCC_Msk (0xFFFFFFFFUL << RADIO_BCC_BCC_Pos) /*!< Bit mask of BCC field. */
10840 
10841 /* Register: RADIO_DAB */
10842 /* Description: Description collection[n]: Device address base segment n */
10843 
10844 /* Bits 31..0 : Device address base segment n */
10845 #define RADIO_DAB_DAB_Pos (0UL) /*!< Position of DAB field. */
10846 #define RADIO_DAB_DAB_Msk (0xFFFFFFFFUL << RADIO_DAB_DAB_Pos) /*!< Bit mask of DAB field. */
10847 
10848 /* Register: RADIO_DAP */
10849 /* Description: Description collection[n]: Device address prefix n */
10850 
10851 /* Bits 15..0 : Device address prefix n */
10852 #define RADIO_DAP_DAP_Pos (0UL) /*!< Position of DAP field. */
10853 #define RADIO_DAP_DAP_Msk (0xFFFFUL << RADIO_DAP_DAP_Pos) /*!< Bit mask of DAP field. */
10854 
10855 /* Register: RADIO_DACNF */
10856 /* Description: Device address match configuration */
10857 
10858 /* Bit 15 : TxAdd for device address 7 */
10859 #define RADIO_DACNF_TXADD7_Pos (15UL) /*!< Position of TXADD7 field. */
10860 #define RADIO_DACNF_TXADD7_Msk (0x1UL << RADIO_DACNF_TXADD7_Pos) /*!< Bit mask of TXADD7 field. */
10861 
10862 /* Bit 14 : TxAdd for device address 6 */
10863 #define RADIO_DACNF_TXADD6_Pos (14UL) /*!< Position of TXADD6 field. */
10864 #define RADIO_DACNF_TXADD6_Msk (0x1UL << RADIO_DACNF_TXADD6_Pos) /*!< Bit mask of TXADD6 field. */
10865 
10866 /* Bit 13 : TxAdd for device address 5 */
10867 #define RADIO_DACNF_TXADD5_Pos (13UL) /*!< Position of TXADD5 field. */
10868 #define RADIO_DACNF_TXADD5_Msk (0x1UL << RADIO_DACNF_TXADD5_Pos) /*!< Bit mask of TXADD5 field. */
10869 
10870 /* Bit 12 : TxAdd for device address 4 */
10871 #define RADIO_DACNF_TXADD4_Pos (12UL) /*!< Position of TXADD4 field. */
10872 #define RADIO_DACNF_TXADD4_Msk (0x1UL << RADIO_DACNF_TXADD4_Pos) /*!< Bit mask of TXADD4 field. */
10873 
10874 /* Bit 11 : TxAdd for device address 3 */
10875 #define RADIO_DACNF_TXADD3_Pos (11UL) /*!< Position of TXADD3 field. */
10876 #define RADIO_DACNF_TXADD3_Msk (0x1UL << RADIO_DACNF_TXADD3_Pos) /*!< Bit mask of TXADD3 field. */
10877 
10878 /* Bit 10 : TxAdd for device address 2 */
10879 #define RADIO_DACNF_TXADD2_Pos (10UL) /*!< Position of TXADD2 field. */
10880 #define RADIO_DACNF_TXADD2_Msk (0x1UL << RADIO_DACNF_TXADD2_Pos) /*!< Bit mask of TXADD2 field. */
10881 
10882 /* Bit 9 : TxAdd for device address 1 */
10883 #define RADIO_DACNF_TXADD1_Pos (9UL) /*!< Position of TXADD1 field. */
10884 #define RADIO_DACNF_TXADD1_Msk (0x1UL << RADIO_DACNF_TXADD1_Pos) /*!< Bit mask of TXADD1 field. */
10885 
10886 /* Bit 8 : TxAdd for device address 0 */
10887 #define RADIO_DACNF_TXADD0_Pos (8UL) /*!< Position of TXADD0 field. */
10888 #define RADIO_DACNF_TXADD0_Msk (0x1UL << RADIO_DACNF_TXADD0_Pos) /*!< Bit mask of TXADD0 field. */
10889 
10890 /* Bit 7 : Enable or disable device address matching using device address 7 */
10891 #define RADIO_DACNF_ENA7_Pos (7UL) /*!< Position of ENA7 field. */
10892 #define RADIO_DACNF_ENA7_Msk (0x1UL << RADIO_DACNF_ENA7_Pos) /*!< Bit mask of ENA7 field. */
10893 #define RADIO_DACNF_ENA7_Disabled (0UL) /*!< Disabled */
10894 #define RADIO_DACNF_ENA7_Enabled (1UL) /*!< Enabled */
10895 
10896 /* Bit 6 : Enable or disable device address matching using device address 6 */
10897 #define RADIO_DACNF_ENA6_Pos (6UL) /*!< Position of ENA6 field. */
10898 #define RADIO_DACNF_ENA6_Msk (0x1UL << RADIO_DACNF_ENA6_Pos) /*!< Bit mask of ENA6 field. */
10899 #define RADIO_DACNF_ENA6_Disabled (0UL) /*!< Disabled */
10900 #define RADIO_DACNF_ENA6_Enabled (1UL) /*!< Enabled */
10901 
10902 /* Bit 5 : Enable or disable device address matching using device address 5 */
10903 #define RADIO_DACNF_ENA5_Pos (5UL) /*!< Position of ENA5 field. */
10904 #define RADIO_DACNF_ENA5_Msk (0x1UL << RADIO_DACNF_ENA5_Pos) /*!< Bit mask of ENA5 field. */
10905 #define RADIO_DACNF_ENA5_Disabled (0UL) /*!< Disabled */
10906 #define RADIO_DACNF_ENA5_Enabled (1UL) /*!< Enabled */
10907 
10908 /* Bit 4 : Enable or disable device address matching using device address 4 */
10909 #define RADIO_DACNF_ENA4_Pos (4UL) /*!< Position of ENA4 field. */
10910 #define RADIO_DACNF_ENA4_Msk (0x1UL << RADIO_DACNF_ENA4_Pos) /*!< Bit mask of ENA4 field. */
10911 #define RADIO_DACNF_ENA4_Disabled (0UL) /*!< Disabled */
10912 #define RADIO_DACNF_ENA4_Enabled (1UL) /*!< Enabled */
10913 
10914 /* Bit 3 : Enable or disable device address matching using device address 3 */
10915 #define RADIO_DACNF_ENA3_Pos (3UL) /*!< Position of ENA3 field. */
10916 #define RADIO_DACNF_ENA3_Msk (0x1UL << RADIO_DACNF_ENA3_Pos) /*!< Bit mask of ENA3 field. */
10917 #define RADIO_DACNF_ENA3_Disabled (0UL) /*!< Disabled */
10918 #define RADIO_DACNF_ENA3_Enabled (1UL) /*!< Enabled */
10919 
10920 /* Bit 2 : Enable or disable device address matching using device address 2 */
10921 #define RADIO_DACNF_ENA2_Pos (2UL) /*!< Position of ENA2 field. */
10922 #define RADIO_DACNF_ENA2_Msk (0x1UL << RADIO_DACNF_ENA2_Pos) /*!< Bit mask of ENA2 field. */
10923 #define RADIO_DACNF_ENA2_Disabled (0UL) /*!< Disabled */
10924 #define RADIO_DACNF_ENA2_Enabled (1UL) /*!< Enabled */
10925 
10926 /* Bit 1 : Enable or disable device address matching using device address 1 */
10927 #define RADIO_DACNF_ENA1_Pos (1UL) /*!< Position of ENA1 field. */
10928 #define RADIO_DACNF_ENA1_Msk (0x1UL << RADIO_DACNF_ENA1_Pos) /*!< Bit mask of ENA1 field. */
10929 #define RADIO_DACNF_ENA1_Disabled (0UL) /*!< Disabled */
10930 #define RADIO_DACNF_ENA1_Enabled (1UL) /*!< Enabled */
10931 
10932 /* Bit 0 : Enable or disable device address matching using device address 0 */
10933 #define RADIO_DACNF_ENA0_Pos (0UL) /*!< Position of ENA0 field. */
10934 #define RADIO_DACNF_ENA0_Msk (0x1UL << RADIO_DACNF_ENA0_Pos) /*!< Bit mask of ENA0 field. */
10935 #define RADIO_DACNF_ENA0_Disabled (0UL) /*!< Disabled */
10936 #define RADIO_DACNF_ENA0_Enabled (1UL) /*!< Enabled */
10937 
10938 /* Register: RADIO_MODECNF0 */
10939 /* Description: Radio mode configuration register 0 */
10940 
10941 /* Bits 9..8 : Default TX value */
10942 #define RADIO_MODECNF0_DTX_Pos (8UL) /*!< Position of DTX field. */
10943 #define RADIO_MODECNF0_DTX_Msk (0x3UL << RADIO_MODECNF0_DTX_Pos) /*!< Bit mask of DTX field. */
10944 #define RADIO_MODECNF0_DTX_B1 (0UL) /*!< Transmit '1' */
10945 #define RADIO_MODECNF0_DTX_B0 (1UL) /*!< Transmit '0' */
10946 #define RADIO_MODECNF0_DTX_Center (2UL) /*!< Transmit center frequency */
10947 
10948 /* Bit 0 : Radio ramp-up time */
10949 #define RADIO_MODECNF0_RU_Pos (0UL) /*!< Position of RU field. */
10950 #define RADIO_MODECNF0_RU_Msk (0x1UL << RADIO_MODECNF0_RU_Pos) /*!< Bit mask of RU field. */
10951 #define RADIO_MODECNF0_RU_Default (0UL) /*!< Default ramp-up time (tRXEN), compatible with firmware written for nRF51 */
10952 #define RADIO_MODECNF0_RU_Fast (1UL) /*!< Fast ramp-up (tRXEN,FAST), see electrical specification for more information */
10953 
10954 /* Register: RADIO_SFD */
10955 /* Description: IEEE 802.15.4 start of frame delimiter */
10956 
10957 /* Bits 7..0 : IEEE 802.15.4 start of frame delimiter */
10958 #define RADIO_SFD_SFD_Pos (0UL) /*!< Position of SFD field. */
10959 #define RADIO_SFD_SFD_Msk (0xFFUL << RADIO_SFD_SFD_Pos) /*!< Bit mask of SFD field. */
10960 
10961 /* Register: RADIO_EDCNT */
10962 /* Description: IEEE 802.15.4 energy detect loop count */
10963 
10964 /* Bits 20..0 : IEEE 802.15.4 energy detect loop count */
10965 #define RADIO_EDCNT_EDCNT_Pos (0UL) /*!< Position of EDCNT field. */
10966 #define RADIO_EDCNT_EDCNT_Msk (0x1FFFFFUL << RADIO_EDCNT_EDCNT_Pos) /*!< Bit mask of EDCNT field. */
10967 
10968 /* Register: RADIO_EDSAMPLE */
10969 /* Description: IEEE 802.15.4 energy detect level */
10970 
10971 /* Bits 7..0 : IEEE 802.15.4 energy detect level */
10972 #define RADIO_EDSAMPLE_EDLVL_Pos (0UL) /*!< Position of EDLVL field. */
10973 #define RADIO_EDSAMPLE_EDLVL_Msk (0xFFUL << RADIO_EDSAMPLE_EDLVL_Pos) /*!< Bit mask of EDLVL field. */
10974 
10975 /* Register: RADIO_CCACTRL */
10976 /* Description: IEEE 802.15.4 clear channel assessment control */
10977 
10978 /* Bits 31..24 : Limit for occurances above CCACORRTHRES. When not equal to zero the corrolator based signal detect is enabled. */
10979 #define RADIO_CCACTRL_CCACORRCNT_Pos (24UL) /*!< Position of CCACORRCNT field. */
10980 #define RADIO_CCACTRL_CCACORRCNT_Msk (0xFFUL << RADIO_CCACTRL_CCACORRCNT_Pos) /*!< Bit mask of CCACORRCNT field. */
10981 
10982 /* Bits 23..16 : CCA correlator busy threshold. Only relevant to CarrierMode, CarrierAndEdMode and CarrierOrEdMode. */
10983 #define RADIO_CCACTRL_CCACORRTHRES_Pos (16UL) /*!< Position of CCACORRTHRES field. */
10984 #define RADIO_CCACTRL_CCACORRTHRES_Msk (0xFFUL << RADIO_CCACTRL_CCACORRTHRES_Pos) /*!< Bit mask of CCACORRTHRES field. */
10985 
10986 /* Bits 15..8 : CCA energy busy threshold. Used in all the CCA modes except CarrierMode. */
10987 #define RADIO_CCACTRL_CCAEDTHRES_Pos (8UL) /*!< Position of CCAEDTHRES field. */
10988 #define RADIO_CCACTRL_CCAEDTHRES_Msk (0xFFUL << RADIO_CCACTRL_CCAEDTHRES_Pos) /*!< Bit mask of CCAEDTHRES field. */
10989 
10990 /* Bits 2..0 : CCA mode of operation */
10991 #define RADIO_CCACTRL_CCAMODE_Pos (0UL) /*!< Position of CCAMODE field. */
10992 #define RADIO_CCACTRL_CCAMODE_Msk (0x7UL << RADIO_CCACTRL_CCAMODE_Pos) /*!< Bit mask of CCAMODE field. */
10993 #define RADIO_CCACTRL_CCAMODE_EdMode (0UL) /*!< Energy above threshold */
10994 #define RADIO_CCACTRL_CCAMODE_CarrierMode (1UL) /*!< Carrier seen */
10995 #define RADIO_CCACTRL_CCAMODE_CarrierAndEdMode (2UL) /*!< Energy above threshold AND carrier seen */
10996 #define RADIO_CCACTRL_CCAMODE_CarrierOrEdMode (3UL) /*!< Energy above threshold OR carrier seen */
10997 #define RADIO_CCACTRL_CCAMODE_EdModeTest1 (4UL) /*!< Energy above threshold test mode that will abort when first ED measurement over threshold is seen. No averaging. */
10998 
10999 /* Register: RADIO_POWER */
11000 /* Description: Peripheral power control */
11001 
11002 /* 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. */
11003 #define RADIO_POWER_POWER_Pos (0UL) /*!< Position of POWER field. */
11004 #define RADIO_POWER_POWER_Msk (0x1UL << RADIO_POWER_POWER_Pos) /*!< Bit mask of POWER field. */
11005 #define RADIO_POWER_POWER_Disabled (0UL) /*!< Peripheral is powered off */
11006 #define RADIO_POWER_POWER_Enabled (1UL) /*!< Peripheral is powered on */
11007 
11008 
11009 /* Peripheral: RNG */
11010 /* Description: Random Number Generator */
11011 
11012 /* Register: RNG_TASKS_START */
11013 /* Description: Task starting the random number generator */
11014 
11015 /* Bit 0 :   */
11016 #define RNG_TASKS_START_TASKS_START_Pos (0UL) /*!< Position of TASKS_START field. */
11017 #define RNG_TASKS_START_TASKS_START_Msk (0x1UL << RNG_TASKS_START_TASKS_START_Pos) /*!< Bit mask of TASKS_START field. */
11018 
11019 /* Register: RNG_TASKS_STOP */
11020 /* Description: Task stopping the random number generator */
11021 
11022 /* Bit 0 :   */
11023 #define RNG_TASKS_STOP_TASKS_STOP_Pos (0UL) /*!< Position of TASKS_STOP field. */
11024 #define RNG_TASKS_STOP_TASKS_STOP_Msk (0x1UL << RNG_TASKS_STOP_TASKS_STOP_Pos) /*!< Bit mask of TASKS_STOP field. */
11025 
11026 /* Register: RNG_EVENTS_VALRDY */
11027 /* Description: Event being generated for every new random number written to the VALUE register */
11028 
11029 /* Bit 0 :   */
11030 #define RNG_EVENTS_VALRDY_EVENTS_VALRDY_Pos (0UL) /*!< Position of EVENTS_VALRDY field. */
11031 #define RNG_EVENTS_VALRDY_EVENTS_VALRDY_Msk (0x1UL << RNG_EVENTS_VALRDY_EVENTS_VALRDY_Pos) /*!< Bit mask of EVENTS_VALRDY field. */
11032 
11033 /* Register: RNG_SHORTS */
11034 /* Description: Shortcut register */
11035 
11036 /* Bit 0 : Shortcut between VALRDY event and STOP task */
11037 #define RNG_SHORTS_VALRDY_STOP_Pos (0UL) /*!< Position of VALRDY_STOP field. */
11038 #define RNG_SHORTS_VALRDY_STOP_Msk (0x1UL << RNG_SHORTS_VALRDY_STOP_Pos) /*!< Bit mask of VALRDY_STOP field. */
11039 #define RNG_SHORTS_VALRDY_STOP_Disabled (0UL) /*!< Disable shortcut */
11040 #define RNG_SHORTS_VALRDY_STOP_Enabled (1UL) /*!< Enable shortcut */
11041 
11042 /* Register: RNG_INTENSET */
11043 /* Description: Enable interrupt */
11044 
11045 /* Bit 0 : Write '1' to enable interrupt for VALRDY event */
11046 #define RNG_INTENSET_VALRDY_Pos (0UL) /*!< Position of VALRDY field. */
11047 #define RNG_INTENSET_VALRDY_Msk (0x1UL << RNG_INTENSET_VALRDY_Pos) /*!< Bit mask of VALRDY field. */
11048 #define RNG_INTENSET_VALRDY_Disabled (0UL) /*!< Read: Disabled */
11049 #define RNG_INTENSET_VALRDY_Enabled (1UL) /*!< Read: Enabled */
11050 #define RNG_INTENSET_VALRDY_Set (1UL) /*!< Enable */
11051 
11052 /* Register: RNG_INTENCLR */
11053 /* Description: Disable interrupt */
11054 
11055 /* Bit 0 : Write '1' to disable interrupt for VALRDY event */
11056 #define RNG_INTENCLR_VALRDY_Pos (0UL) /*!< Position of VALRDY field. */
11057 #define RNG_INTENCLR_VALRDY_Msk (0x1UL << RNG_INTENCLR_VALRDY_Pos) /*!< Bit mask of VALRDY field. */
11058 #define RNG_INTENCLR_VALRDY_Disabled (0UL) /*!< Read: Disabled */
11059 #define RNG_INTENCLR_VALRDY_Enabled (1UL) /*!< Read: Enabled */
11060 #define RNG_INTENCLR_VALRDY_Clear (1UL) /*!< Disable */
11061 
11062 /* Register: RNG_CONFIG */
11063 /* Description: Configuration register */
11064 
11065 /* Bit 0 : Bias correction */
11066 #define RNG_CONFIG_DERCEN_Pos (0UL) /*!< Position of DERCEN field. */
11067 #define RNG_CONFIG_DERCEN_Msk (0x1UL << RNG_CONFIG_DERCEN_Pos) /*!< Bit mask of DERCEN field. */
11068 #define RNG_CONFIG_DERCEN_Disabled (0UL) /*!< Disabled */
11069 #define RNG_CONFIG_DERCEN_Enabled (1UL) /*!< Enabled */
11070 
11071 /* Register: RNG_VALUE */
11072 /* Description: Output random number */
11073 
11074 /* Bits 7..0 : Generated random number */
11075 #define RNG_VALUE_VALUE_Pos (0UL) /*!< Position of VALUE field. */
11076 #define RNG_VALUE_VALUE_Msk (0xFFUL << RNG_VALUE_VALUE_Pos) /*!< Bit mask of VALUE field. */
11077 
11078 
11079 /* Peripheral: RTC */
11080 /* Description: Real time counter 0 */
11081 
11082 /* Register: RTC_TASKS_START */
11083 /* Description: Start RTC COUNTER */
11084 
11085 /* Bit 0 :   */
11086 #define RTC_TASKS_START_TASKS_START_Pos (0UL) /*!< Position of TASKS_START field. */
11087 #define RTC_TASKS_START_TASKS_START_Msk (0x1UL << RTC_TASKS_START_TASKS_START_Pos) /*!< Bit mask of TASKS_START field. */
11088 
11089 /* Register: RTC_TASKS_STOP */
11090 /* Description: Stop RTC COUNTER */
11091 
11092 /* Bit 0 :   */
11093 #define RTC_TASKS_STOP_TASKS_STOP_Pos (0UL) /*!< Position of TASKS_STOP field. */
11094 #define RTC_TASKS_STOP_TASKS_STOP_Msk (0x1UL << RTC_TASKS_STOP_TASKS_STOP_Pos) /*!< Bit mask of TASKS_STOP field. */
11095 
11096 /* Register: RTC_TASKS_CLEAR */
11097 /* Description: Clear RTC COUNTER */
11098 
11099 /* Bit 0 :   */
11100 #define RTC_TASKS_CLEAR_TASKS_CLEAR_Pos (0UL) /*!< Position of TASKS_CLEAR field. */
11101 #define RTC_TASKS_CLEAR_TASKS_CLEAR_Msk (0x1UL << RTC_TASKS_CLEAR_TASKS_CLEAR_Pos) /*!< Bit mask of TASKS_CLEAR field. */
11102 
11103 /* Register: RTC_TASKS_TRIGOVRFLW */
11104 /* Description: Set COUNTER to 0xFFFFF0 */
11105 
11106 /* Bit 0 :   */
11107 #define RTC_TASKS_TRIGOVRFLW_TASKS_TRIGOVRFLW_Pos (0UL) /*!< Position of TASKS_TRIGOVRFLW field. */
11108 #define RTC_TASKS_TRIGOVRFLW_TASKS_TRIGOVRFLW_Msk (0x1UL << RTC_TASKS_TRIGOVRFLW_TASKS_TRIGOVRFLW_Pos) /*!< Bit mask of TASKS_TRIGOVRFLW field. */
11109 
11110 /* Register: RTC_EVENTS_TICK */
11111 /* Description: Event on COUNTER increment */
11112 
11113 /* Bit 0 :   */
11114 #define RTC_EVENTS_TICK_EVENTS_TICK_Pos (0UL) /*!< Position of EVENTS_TICK field. */
11115 #define RTC_EVENTS_TICK_EVENTS_TICK_Msk (0x1UL << RTC_EVENTS_TICK_EVENTS_TICK_Pos) /*!< Bit mask of EVENTS_TICK field. */
11116 
11117 /* Register: RTC_EVENTS_OVRFLW */
11118 /* Description: Event on COUNTER overflow */
11119 
11120 /* Bit 0 :   */
11121 #define RTC_EVENTS_OVRFLW_EVENTS_OVRFLW_Pos (0UL) /*!< Position of EVENTS_OVRFLW field. */
11122 #define RTC_EVENTS_OVRFLW_EVENTS_OVRFLW_Msk (0x1UL << RTC_EVENTS_OVRFLW_EVENTS_OVRFLW_Pos) /*!< Bit mask of EVENTS_OVRFLW field. */
11123 
11124 /* Register: RTC_EVENTS_COMPARE */
11125 /* Description: Description collection[n]: Compare event on CC[n] match */
11126 
11127 /* Bit 0 :   */
11128 #define RTC_EVENTS_COMPARE_EVENTS_COMPARE_Pos (0UL) /*!< Position of EVENTS_COMPARE field. */
11129 #define RTC_EVENTS_COMPARE_EVENTS_COMPARE_Msk (0x1UL << RTC_EVENTS_COMPARE_EVENTS_COMPARE_Pos) /*!< Bit mask of EVENTS_COMPARE field. */
11130 
11131 /* Register: RTC_INTENSET */
11132 /* Description: Enable interrupt */
11133 
11134 /* Bit 19 : Write '1' to enable interrupt for COMPARE[3] event */
11135 #define RTC_INTENSET_COMPARE3_Pos (19UL) /*!< Position of COMPARE3 field. */
11136 #define RTC_INTENSET_COMPARE3_Msk (0x1UL << RTC_INTENSET_COMPARE3_Pos) /*!< Bit mask of COMPARE3 field. */
11137 #define RTC_INTENSET_COMPARE3_Disabled (0UL) /*!< Read: Disabled */
11138 #define RTC_INTENSET_COMPARE3_Enabled (1UL) /*!< Read: Enabled */
11139 #define RTC_INTENSET_COMPARE3_Set (1UL) /*!< Enable */
11140 
11141 /* Bit 18 : Write '1' to enable interrupt for COMPARE[2] event */
11142 #define RTC_INTENSET_COMPARE2_Pos (18UL) /*!< Position of COMPARE2 field. */
11143 #define RTC_INTENSET_COMPARE2_Msk (0x1UL << RTC_INTENSET_COMPARE2_Pos) /*!< Bit mask of COMPARE2 field. */
11144 #define RTC_INTENSET_COMPARE2_Disabled (0UL) /*!< Read: Disabled */
11145 #define RTC_INTENSET_COMPARE2_Enabled (1UL) /*!< Read: Enabled */
11146 #define RTC_INTENSET_COMPARE2_Set (1UL) /*!< Enable */
11147 
11148 /* Bit 17 : Write '1' to enable interrupt for COMPARE[1] event */
11149 #define RTC_INTENSET_COMPARE1_Pos (17UL) /*!< Position of COMPARE1 field. */
11150 #define RTC_INTENSET_COMPARE1_Msk (0x1UL << RTC_INTENSET_COMPARE1_Pos) /*!< Bit mask of COMPARE1 field. */
11151 #define RTC_INTENSET_COMPARE1_Disabled (0UL) /*!< Read: Disabled */
11152 #define RTC_INTENSET_COMPARE1_Enabled (1UL) /*!< Read: Enabled */
11153 #define RTC_INTENSET_COMPARE1_Set (1UL) /*!< Enable */
11154 
11155 /* Bit 16 : Write '1' to enable interrupt for COMPARE[0] event */
11156 #define RTC_INTENSET_COMPARE0_Pos (16UL) /*!< Position of COMPARE0 field. */
11157 #define RTC_INTENSET_COMPARE0_Msk (0x1UL << RTC_INTENSET_COMPARE0_Pos) /*!< Bit mask of COMPARE0 field. */
11158 #define RTC_INTENSET_COMPARE0_Disabled (0UL) /*!< Read: Disabled */
11159 #define RTC_INTENSET_COMPARE0_Enabled (1UL) /*!< Read: Enabled */
11160 #define RTC_INTENSET_COMPARE0_Set (1UL) /*!< Enable */
11161 
11162 /* Bit 1 : Write '1' to enable interrupt for OVRFLW event */
11163 #define RTC_INTENSET_OVRFLW_Pos (1UL) /*!< Position of OVRFLW field. */
11164 #define RTC_INTENSET_OVRFLW_Msk (0x1UL << RTC_INTENSET_OVRFLW_Pos) /*!< Bit mask of OVRFLW field. */
11165 #define RTC_INTENSET_OVRFLW_Disabled (0UL) /*!< Read: Disabled */
11166 #define RTC_INTENSET_OVRFLW_Enabled (1UL) /*!< Read: Enabled */
11167 #define RTC_INTENSET_OVRFLW_Set (1UL) /*!< Enable */
11168 
11169 /* Bit 0 : Write '1' to enable interrupt for TICK event */
11170 #define RTC_INTENSET_TICK_Pos (0UL) /*!< Position of TICK field. */
11171 #define RTC_INTENSET_TICK_Msk (0x1UL << RTC_INTENSET_TICK_Pos) /*!< Bit mask of TICK field. */
11172 #define RTC_INTENSET_TICK_Disabled (0UL) /*!< Read: Disabled */
11173 #define RTC_INTENSET_TICK_Enabled (1UL) /*!< Read: Enabled */
11174 #define RTC_INTENSET_TICK_Set (1UL) /*!< Enable */
11175 
11176 /* Register: RTC_INTENCLR */
11177 /* Description: Disable interrupt */
11178 
11179 /* Bit 19 : Write '1' to disable interrupt for COMPARE[3] event */
11180 #define RTC_INTENCLR_COMPARE3_Pos (19UL) /*!< Position of COMPARE3 field. */
11181 #define RTC_INTENCLR_COMPARE3_Msk (0x1UL << RTC_INTENCLR_COMPARE3_Pos) /*!< Bit mask of COMPARE3 field. */
11182 #define RTC_INTENCLR_COMPARE3_Disabled (0UL) /*!< Read: Disabled */
11183 #define RTC_INTENCLR_COMPARE3_Enabled (1UL) /*!< Read: Enabled */
11184 #define RTC_INTENCLR_COMPARE3_Clear (1UL) /*!< Disable */
11185 
11186 /* Bit 18 : Write '1' to disable interrupt for COMPARE[2] event */
11187 #define RTC_INTENCLR_COMPARE2_Pos (18UL) /*!< Position of COMPARE2 field. */
11188 #define RTC_INTENCLR_COMPARE2_Msk (0x1UL << RTC_INTENCLR_COMPARE2_Pos) /*!< Bit mask of COMPARE2 field. */
11189 #define RTC_INTENCLR_COMPARE2_Disabled (0UL) /*!< Read: Disabled */
11190 #define RTC_INTENCLR_COMPARE2_Enabled (1UL) /*!< Read: Enabled */
11191 #define RTC_INTENCLR_COMPARE2_Clear (1UL) /*!< Disable */
11192 
11193 /* Bit 17 : Write '1' to disable interrupt for COMPARE[1] event */
11194 #define RTC_INTENCLR_COMPARE1_Pos (17UL) /*!< Position of COMPARE1 field. */
11195 #define RTC_INTENCLR_COMPARE1_Msk (0x1UL << RTC_INTENCLR_COMPARE1_Pos) /*!< Bit mask of COMPARE1 field. */
11196 #define RTC_INTENCLR_COMPARE1_Disabled (0UL) /*!< Read: Disabled */
11197 #define RTC_INTENCLR_COMPARE1_Enabled (1UL) /*!< Read: Enabled */
11198 #define RTC_INTENCLR_COMPARE1_Clear (1UL) /*!< Disable */
11199 
11200 /* Bit 16 : Write '1' to disable interrupt for COMPARE[0] event */
11201 #define RTC_INTENCLR_COMPARE0_Pos (16UL) /*!< Position of COMPARE0 field. */
11202 #define RTC_INTENCLR_COMPARE0_Msk (0x1UL << RTC_INTENCLR_COMPARE0_Pos) /*!< Bit mask of COMPARE0 field. */
11203 #define RTC_INTENCLR_COMPARE0_Disabled (0UL) /*!< Read: Disabled */
11204 #define RTC_INTENCLR_COMPARE0_Enabled (1UL) /*!< Read: Enabled */
11205 #define RTC_INTENCLR_COMPARE0_Clear (1UL) /*!< Disable */
11206 
11207 /* Bit 1 : Write '1' to disable interrupt for OVRFLW event */
11208 #define RTC_INTENCLR_OVRFLW_Pos (1UL) /*!< Position of OVRFLW field. */
11209 #define RTC_INTENCLR_OVRFLW_Msk (0x1UL << RTC_INTENCLR_OVRFLW_Pos) /*!< Bit mask of OVRFLW field. */
11210 #define RTC_INTENCLR_OVRFLW_Disabled (0UL) /*!< Read: Disabled */
11211 #define RTC_INTENCLR_OVRFLW_Enabled (1UL) /*!< Read: Enabled */
11212 #define RTC_INTENCLR_OVRFLW_Clear (1UL) /*!< Disable */
11213 
11214 /* Bit 0 : Write '1' to disable interrupt for TICK event */
11215 #define RTC_INTENCLR_TICK_Pos (0UL) /*!< Position of TICK field. */
11216 #define RTC_INTENCLR_TICK_Msk (0x1UL << RTC_INTENCLR_TICK_Pos) /*!< Bit mask of TICK field. */
11217 #define RTC_INTENCLR_TICK_Disabled (0UL) /*!< Read: Disabled */
11218 #define RTC_INTENCLR_TICK_Enabled (1UL) /*!< Read: Enabled */
11219 #define RTC_INTENCLR_TICK_Clear (1UL) /*!< Disable */
11220 
11221 /* Register: RTC_EVTEN */
11222 /* Description: Enable or disable event routing */
11223 
11224 /* Bit 19 : Enable or disable event routing for COMPARE[3] event */
11225 #define RTC_EVTEN_COMPARE3_Pos (19UL) /*!< Position of COMPARE3 field. */
11226 #define RTC_EVTEN_COMPARE3_Msk (0x1UL << RTC_EVTEN_COMPARE3_Pos) /*!< Bit mask of COMPARE3 field. */
11227 #define RTC_EVTEN_COMPARE3_Disabled (0UL) /*!< Disable */
11228 #define RTC_EVTEN_COMPARE3_Enabled (1UL) /*!< Enable */
11229 
11230 /* Bit 18 : Enable or disable event routing for COMPARE[2] event */
11231 #define RTC_EVTEN_COMPARE2_Pos (18UL) /*!< Position of COMPARE2 field. */
11232 #define RTC_EVTEN_COMPARE2_Msk (0x1UL << RTC_EVTEN_COMPARE2_Pos) /*!< Bit mask of COMPARE2 field. */
11233 #define RTC_EVTEN_COMPARE2_Disabled (0UL) /*!< Disable */
11234 #define RTC_EVTEN_COMPARE2_Enabled (1UL) /*!< Enable */
11235 
11236 /* Bit 17 : Enable or disable event routing for COMPARE[1] event */
11237 #define RTC_EVTEN_COMPARE1_Pos (17UL) /*!< Position of COMPARE1 field. */
11238 #define RTC_EVTEN_COMPARE1_Msk (0x1UL << RTC_EVTEN_COMPARE1_Pos) /*!< Bit mask of COMPARE1 field. */
11239 #define RTC_EVTEN_COMPARE1_Disabled (0UL) /*!< Disable */
11240 #define RTC_EVTEN_COMPARE1_Enabled (1UL) /*!< Enable */
11241 
11242 /* Bit 16 : Enable or disable event routing for COMPARE[0] event */
11243 #define RTC_EVTEN_COMPARE0_Pos (16UL) /*!< Position of COMPARE0 field. */
11244 #define RTC_EVTEN_COMPARE0_Msk (0x1UL << RTC_EVTEN_COMPARE0_Pos) /*!< Bit mask of COMPARE0 field. */
11245 #define RTC_EVTEN_COMPARE0_Disabled (0UL) /*!< Disable */
11246 #define RTC_EVTEN_COMPARE0_Enabled (1UL) /*!< Enable */
11247 
11248 /* Bit 1 : Enable or disable event routing for OVRFLW event */
11249 #define RTC_EVTEN_OVRFLW_Pos (1UL) /*!< Position of OVRFLW field. */
11250 #define RTC_EVTEN_OVRFLW_Msk (0x1UL << RTC_EVTEN_OVRFLW_Pos) /*!< Bit mask of OVRFLW field. */
11251 #define RTC_EVTEN_OVRFLW_Disabled (0UL) /*!< Disable */
11252 #define RTC_EVTEN_OVRFLW_Enabled (1UL) /*!< Enable */
11253 
11254 /* Bit 0 : Enable or disable event routing for TICK event */
11255 #define RTC_EVTEN_TICK_Pos (0UL) /*!< Position of TICK field. */
11256 #define RTC_EVTEN_TICK_Msk (0x1UL << RTC_EVTEN_TICK_Pos) /*!< Bit mask of TICK field. */
11257 #define RTC_EVTEN_TICK_Disabled (0UL) /*!< Disable */
11258 #define RTC_EVTEN_TICK_Enabled (1UL) /*!< Enable */
11259 
11260 /* Register: RTC_EVTENSET */
11261 /* Description: Enable event routing */
11262 
11263 /* Bit 19 : Write '1' to enable event routing for COMPARE[3] event */
11264 #define RTC_EVTENSET_COMPARE3_Pos (19UL) /*!< Position of COMPARE3 field. */
11265 #define RTC_EVTENSET_COMPARE3_Msk (0x1UL << RTC_EVTENSET_COMPARE3_Pos) /*!< Bit mask of COMPARE3 field. */
11266 #define RTC_EVTENSET_COMPARE3_Disabled (0UL) /*!< Read: Disabled */
11267 #define RTC_EVTENSET_COMPARE3_Enabled (1UL) /*!< Read: Enabled */
11268 #define RTC_EVTENSET_COMPARE3_Set (1UL) /*!< Enable */
11269 
11270 /* Bit 18 : Write '1' to enable event routing for COMPARE[2] event */
11271 #define RTC_EVTENSET_COMPARE2_Pos (18UL) /*!< Position of COMPARE2 field. */
11272 #define RTC_EVTENSET_COMPARE2_Msk (0x1UL << RTC_EVTENSET_COMPARE2_Pos) /*!< Bit mask of COMPARE2 field. */
11273 #define RTC_EVTENSET_COMPARE2_Disabled (0UL) /*!< Read: Disabled */
11274 #define RTC_EVTENSET_COMPARE2_Enabled (1UL) /*!< Read: Enabled */
11275 #define RTC_EVTENSET_COMPARE2_Set (1UL) /*!< Enable */
11276 
11277 /* Bit 17 : Write '1' to enable event routing for COMPARE[1] event */
11278 #define RTC_EVTENSET_COMPARE1_Pos (17UL) /*!< Position of COMPARE1 field. */
11279 #define RTC_EVTENSET_COMPARE1_Msk (0x1UL << RTC_EVTENSET_COMPARE1_Pos) /*!< Bit mask of COMPARE1 field. */
11280 #define RTC_EVTENSET_COMPARE1_Disabled (0UL) /*!< Read: Disabled */
11281 #define RTC_EVTENSET_COMPARE1_Enabled (1UL) /*!< Read: Enabled */
11282 #define RTC_EVTENSET_COMPARE1_Set (1UL) /*!< Enable */
11283 
11284 /* Bit 16 : Write '1' to enable event routing for COMPARE[0] event */
11285 #define RTC_EVTENSET_COMPARE0_Pos (16UL) /*!< Position of COMPARE0 field. */
11286 #define RTC_EVTENSET_COMPARE0_Msk (0x1UL << RTC_EVTENSET_COMPARE0_Pos) /*!< Bit mask of COMPARE0 field. */
11287 #define RTC_EVTENSET_COMPARE0_Disabled (0UL) /*!< Read: Disabled */
11288 #define RTC_EVTENSET_COMPARE0_Enabled (1UL) /*!< Read: Enabled */
11289 #define RTC_EVTENSET_COMPARE0_Set (1UL) /*!< Enable */
11290 
11291 /* Bit 1 : Write '1' to enable event routing for OVRFLW event */
11292 #define RTC_EVTENSET_OVRFLW_Pos (1UL) /*!< Position of OVRFLW field. */
11293 #define RTC_EVTENSET_OVRFLW_Msk (0x1UL << RTC_EVTENSET_OVRFLW_Pos) /*!< Bit mask of OVRFLW field. */
11294 #define RTC_EVTENSET_OVRFLW_Disabled (0UL) /*!< Read: Disabled */
11295 #define RTC_EVTENSET_OVRFLW_Enabled (1UL) /*!< Read: Enabled */
11296 #define RTC_EVTENSET_OVRFLW_Set (1UL) /*!< Enable */
11297 
11298 /* Bit 0 : Write '1' to enable event routing for TICK event */
11299 #define RTC_EVTENSET_TICK_Pos (0UL) /*!< Position of TICK field. */
11300 #define RTC_EVTENSET_TICK_Msk (0x1UL << RTC_EVTENSET_TICK_Pos) /*!< Bit mask of TICK field. */
11301 #define RTC_EVTENSET_TICK_Disabled (0UL) /*!< Read: Disabled */
11302 #define RTC_EVTENSET_TICK_Enabled (1UL) /*!< Read: Enabled */
11303 #define RTC_EVTENSET_TICK_Set (1UL) /*!< Enable */
11304 
11305 /* Register: RTC_EVTENCLR */
11306 /* Description: Disable event routing */
11307 
11308 /* Bit 19 : Write '1' to disable event routing for COMPARE[3] event */
11309 #define RTC_EVTENCLR_COMPARE3_Pos (19UL) /*!< Position of COMPARE3 field. */
11310 #define RTC_EVTENCLR_COMPARE3_Msk (0x1UL << RTC_EVTENCLR_COMPARE3_Pos) /*!< Bit mask of COMPARE3 field. */
11311 #define RTC_EVTENCLR_COMPARE3_Disabled (0UL) /*!< Read: Disabled */
11312 #define RTC_EVTENCLR_COMPARE3_Enabled (1UL) /*!< Read: Enabled */
11313 #define RTC_EVTENCLR_COMPARE3_Clear (1UL) /*!< Disable */
11314 
11315 /* Bit 18 : Write '1' to disable event routing for COMPARE[2] event */
11316 #define RTC_EVTENCLR_COMPARE2_Pos (18UL) /*!< Position of COMPARE2 field. */
11317 #define RTC_EVTENCLR_COMPARE2_Msk (0x1UL << RTC_EVTENCLR_COMPARE2_Pos) /*!< Bit mask of COMPARE2 field. */
11318 #define RTC_EVTENCLR_COMPARE2_Disabled (0UL) /*!< Read: Disabled */
11319 #define RTC_EVTENCLR_COMPARE2_Enabled (1UL) /*!< Read: Enabled */
11320 #define RTC_EVTENCLR_COMPARE2_Clear (1UL) /*!< Disable */
11321 
11322 /* Bit 17 : Write '1' to disable event routing for COMPARE[1] event */
11323 #define RTC_EVTENCLR_COMPARE1_Pos (17UL) /*!< Position of COMPARE1 field. */
11324 #define RTC_EVTENCLR_COMPARE1_Msk (0x1UL << RTC_EVTENCLR_COMPARE1_Pos) /*!< Bit mask of COMPARE1 field. */
11325 #define RTC_EVTENCLR_COMPARE1_Disabled (0UL) /*!< Read: Disabled */
11326 #define RTC_EVTENCLR_COMPARE1_Enabled (1UL) /*!< Read: Enabled */
11327 #define RTC_EVTENCLR_COMPARE1_Clear (1UL) /*!< Disable */
11328 
11329 /* Bit 16 : Write '1' to disable event routing for COMPARE[0] event */
11330 #define RTC_EVTENCLR_COMPARE0_Pos (16UL) /*!< Position of COMPARE0 field. */
11331 #define RTC_EVTENCLR_COMPARE0_Msk (0x1UL << RTC_EVTENCLR_COMPARE0_Pos) /*!< Bit mask of COMPARE0 field. */
11332 #define RTC_EVTENCLR_COMPARE0_Disabled (0UL) /*!< Read: Disabled */
11333 #define RTC_EVTENCLR_COMPARE0_Enabled (1UL) /*!< Read: Enabled */
11334 #define RTC_EVTENCLR_COMPARE0_Clear (1UL) /*!< Disable */
11335 
11336 /* Bit 1 : Write '1' to disable event routing for OVRFLW event */
11337 #define RTC_EVTENCLR_OVRFLW_Pos (1UL) /*!< Position of OVRFLW field. */
11338 #define RTC_EVTENCLR_OVRFLW_Msk (0x1UL << RTC_EVTENCLR_OVRFLW_Pos) /*!< Bit mask of OVRFLW field. */
11339 #define RTC_EVTENCLR_OVRFLW_Disabled (0UL) /*!< Read: Disabled */
11340 #define RTC_EVTENCLR_OVRFLW_Enabled (1UL) /*!< Read: Enabled */
11341 #define RTC_EVTENCLR_OVRFLW_Clear (1UL) /*!< Disable */
11342 
11343 /* Bit 0 : Write '1' to disable event routing for TICK event */
11344 #define RTC_EVTENCLR_TICK_Pos (0UL) /*!< Position of TICK field. */
11345 #define RTC_EVTENCLR_TICK_Msk (0x1UL << RTC_EVTENCLR_TICK_Pos) /*!< Bit mask of TICK field. */
11346 #define RTC_EVTENCLR_TICK_Disabled (0UL) /*!< Read: Disabled */
11347 #define RTC_EVTENCLR_TICK_Enabled (1UL) /*!< Read: Enabled */
11348 #define RTC_EVTENCLR_TICK_Clear (1UL) /*!< Disable */
11349 
11350 /* Register: RTC_COUNTER */
11351 /* Description: Current COUNTER value */
11352 
11353 /* Bits 23..0 : Counter value */
11354 #define RTC_COUNTER_COUNTER_Pos (0UL) /*!< Position of COUNTER field. */
11355 #define RTC_COUNTER_COUNTER_Msk (0xFFFFFFUL << RTC_COUNTER_COUNTER_Pos) /*!< Bit mask of COUNTER field. */
11356 
11357 /* Register: RTC_PRESCALER */
11358 /* Description: 12 bit prescaler for COUNTER frequency (32768/(PRESCALER+1)).Must be written when RTC is stopped */
11359 
11360 /* Bits 11..0 : Prescaler value */
11361 #define RTC_PRESCALER_PRESCALER_Pos (0UL) /*!< Position of PRESCALER field. */
11362 #define RTC_PRESCALER_PRESCALER_Msk (0xFFFUL << RTC_PRESCALER_PRESCALER_Pos) /*!< Bit mask of PRESCALER field. */
11363 
11364 /* Register: RTC_CC */
11365 /* Description: Description collection[n]: Compare register n */
11366 
11367 /* Bits 23..0 : Compare value */
11368 #define RTC_CC_COMPARE_Pos (0UL) /*!< Position of COMPARE field. */
11369 #define RTC_CC_COMPARE_Msk (0xFFFFFFUL << RTC_CC_COMPARE_Pos) /*!< Bit mask of COMPARE field. */
11370 
11371 
11372 /* Peripheral: SAADC */
11373 /* Description: Successive approximation register (SAR) analog-to-digital converter */
11374 
11375 /* Register: SAADC_TASKS_START */
11376 /* Description: Starts the SAADC and prepares the result buffer in RAM */
11377 
11378 /* Bit 0 :   */
11379 #define SAADC_TASKS_START_TASKS_START_Pos (0UL) /*!< Position of TASKS_START field. */
11380 #define SAADC_TASKS_START_TASKS_START_Msk (0x1UL << SAADC_TASKS_START_TASKS_START_Pos) /*!< Bit mask of TASKS_START field. */
11381 
11382 /* Register: SAADC_TASKS_SAMPLE */
11383 /* Description: Takes one SAADC sample */
11384 
11385 /* Bit 0 :   */
11386 #define SAADC_TASKS_SAMPLE_TASKS_SAMPLE_Pos (0UL) /*!< Position of TASKS_SAMPLE field. */
11387 #define SAADC_TASKS_SAMPLE_TASKS_SAMPLE_Msk (0x1UL << SAADC_TASKS_SAMPLE_TASKS_SAMPLE_Pos) /*!< Bit mask of TASKS_SAMPLE field. */
11388 
11389 /* Register: SAADC_TASKS_STOP */
11390 /* Description: Stops the SAADC and terminates all on-going conversions */
11391 
11392 /* Bit 0 :   */
11393 #define SAADC_TASKS_STOP_TASKS_STOP_Pos (0UL) /*!< Position of TASKS_STOP field. */
11394 #define SAADC_TASKS_STOP_TASKS_STOP_Msk (0x1UL << SAADC_TASKS_STOP_TASKS_STOP_Pos) /*!< Bit mask of TASKS_STOP field. */
11395 
11396 /* Register: SAADC_TASKS_CALIBRATEOFFSET */
11397 /* Description: Starts offset auto-calibration */
11398 
11399 /* Bit 0 :   */
11400 #define SAADC_TASKS_CALIBRATEOFFSET_TASKS_CALIBRATEOFFSET_Pos (0UL) /*!< Position of TASKS_CALIBRATEOFFSET field. */
11401 #define SAADC_TASKS_CALIBRATEOFFSET_TASKS_CALIBRATEOFFSET_Msk (0x1UL << SAADC_TASKS_CALIBRATEOFFSET_TASKS_CALIBRATEOFFSET_Pos) /*!< Bit mask of TASKS_CALIBRATEOFFSET field. */
11402 
11403 /* Register: SAADC_EVENTS_STARTED */
11404 /* Description: The SAADC has started */
11405 
11406 /* Bit 0 :   */
11407 #define SAADC_EVENTS_STARTED_EVENTS_STARTED_Pos (0UL) /*!< Position of EVENTS_STARTED field. */
11408 #define SAADC_EVENTS_STARTED_EVENTS_STARTED_Msk (0x1UL << SAADC_EVENTS_STARTED_EVENTS_STARTED_Pos) /*!< Bit mask of EVENTS_STARTED field. */
11409 
11410 /* Register: SAADC_EVENTS_END */
11411 /* Description: The SAADC has filled up the result buffer */
11412 
11413 /* Bit 0 :   */
11414 #define SAADC_EVENTS_END_EVENTS_END_Pos (0UL) /*!< Position of EVENTS_END field. */
11415 #define SAADC_EVENTS_END_EVENTS_END_Msk (0x1UL << SAADC_EVENTS_END_EVENTS_END_Pos) /*!< Bit mask of EVENTS_END field. */
11416 
11417 /* Register: SAADC_EVENTS_DONE */
11418 /* Description: A conversion task has been completed. Depending on the configuration, multiple conversions might be needed for a result to be transferred to RAM. */
11419 
11420 /* Bit 0 :   */
11421 #define SAADC_EVENTS_DONE_EVENTS_DONE_Pos (0UL) /*!< Position of EVENTS_DONE field. */
11422 #define SAADC_EVENTS_DONE_EVENTS_DONE_Msk (0x1UL << SAADC_EVENTS_DONE_EVENTS_DONE_Pos) /*!< Bit mask of EVENTS_DONE field. */
11423 
11424 /* Register: SAADC_EVENTS_RESULTDONE */
11425 /* Description: Result ready for transfer to RAM */
11426 
11427 /* Bit 0 :   */
11428 #define SAADC_EVENTS_RESULTDONE_EVENTS_RESULTDONE_Pos (0UL) /*!< Position of EVENTS_RESULTDONE field. */
11429 #define SAADC_EVENTS_RESULTDONE_EVENTS_RESULTDONE_Msk (0x1UL << SAADC_EVENTS_RESULTDONE_EVENTS_RESULTDONE_Pos) /*!< Bit mask of EVENTS_RESULTDONE field. */
11430 
11431 /* Register: SAADC_EVENTS_CALIBRATEDONE */
11432 /* Description: Calibration is complete */
11433 
11434 /* Bit 0 :   */
11435 #define SAADC_EVENTS_CALIBRATEDONE_EVENTS_CALIBRATEDONE_Pos (0UL) /*!< Position of EVENTS_CALIBRATEDONE field. */
11436 #define SAADC_EVENTS_CALIBRATEDONE_EVENTS_CALIBRATEDONE_Msk (0x1UL << SAADC_EVENTS_CALIBRATEDONE_EVENTS_CALIBRATEDONE_Pos) /*!< Bit mask of EVENTS_CALIBRATEDONE field. */
11437 
11438 /* Register: SAADC_EVENTS_STOPPED */
11439 /* Description: The SAADC has stopped */
11440 
11441 /* Bit 0 :   */
11442 #define SAADC_EVENTS_STOPPED_EVENTS_STOPPED_Pos (0UL) /*!< Position of EVENTS_STOPPED field. */
11443 #define SAADC_EVENTS_STOPPED_EVENTS_STOPPED_Msk (0x1UL << SAADC_EVENTS_STOPPED_EVENTS_STOPPED_Pos) /*!< Bit mask of EVENTS_STOPPED field. */
11444 
11445 /* Register: SAADC_EVENTS_CH_LIMITH */
11446 /* Description: Description cluster[n]: Last result is equal or above CH[n].LIMIT.HIGH */
11447 
11448 /* Bit 0 :   */
11449 #define SAADC_EVENTS_CH_LIMITH_LIMITH_Pos (0UL) /*!< Position of LIMITH field. */
11450 #define SAADC_EVENTS_CH_LIMITH_LIMITH_Msk (0x1UL << SAADC_EVENTS_CH_LIMITH_LIMITH_Pos) /*!< Bit mask of LIMITH field. */
11451 
11452 /* Register: SAADC_EVENTS_CH_LIMITL */
11453 /* Description: Description cluster[n]: Last result is equal or below CH[n].LIMIT.LOW */
11454 
11455 /* Bit 0 :   */
11456 #define SAADC_EVENTS_CH_LIMITL_LIMITL_Pos (0UL) /*!< Position of LIMITL field. */
11457 #define SAADC_EVENTS_CH_LIMITL_LIMITL_Msk (0x1UL << SAADC_EVENTS_CH_LIMITL_LIMITL_Pos) /*!< Bit mask of LIMITL field. */
11458 
11459 /* Register: SAADC_INTEN */
11460 /* Description: Enable or disable interrupt */
11461 
11462 /* Bit 21 : Enable or disable interrupt for CH[7].LIMITL event */
11463 #define SAADC_INTEN_CH7LIMITL_Pos (21UL) /*!< Position of CH7LIMITL field. */
11464 #define SAADC_INTEN_CH7LIMITL_Msk (0x1UL << SAADC_INTEN_CH7LIMITL_Pos) /*!< Bit mask of CH7LIMITL field. */
11465 #define SAADC_INTEN_CH7LIMITL_Disabled (0UL) /*!< Disable */
11466 #define SAADC_INTEN_CH7LIMITL_Enabled (1UL) /*!< Enable */
11467 
11468 /* Bit 20 : Enable or disable interrupt for CH[7].LIMITH event */
11469 #define SAADC_INTEN_CH7LIMITH_Pos (20UL) /*!< Position of CH7LIMITH field. */
11470 #define SAADC_INTEN_CH7LIMITH_Msk (0x1UL << SAADC_INTEN_CH7LIMITH_Pos) /*!< Bit mask of CH7LIMITH field. */
11471 #define SAADC_INTEN_CH7LIMITH_Disabled (0UL) /*!< Disable */
11472 #define SAADC_INTEN_CH7LIMITH_Enabled (1UL) /*!< Enable */
11473 
11474 /* Bit 19 : Enable or disable interrupt for CH[6].LIMITL event */
11475 #define SAADC_INTEN_CH6LIMITL_Pos (19UL) /*!< Position of CH6LIMITL field. */
11476 #define SAADC_INTEN_CH6LIMITL_Msk (0x1UL << SAADC_INTEN_CH6LIMITL_Pos) /*!< Bit mask of CH6LIMITL field. */
11477 #define SAADC_INTEN_CH6LIMITL_Disabled (0UL) /*!< Disable */
11478 #define SAADC_INTEN_CH6LIMITL_Enabled (1UL) /*!< Enable */
11479 
11480 /* Bit 18 : Enable or disable interrupt for CH[6].LIMITH event */
11481 #define SAADC_INTEN_CH6LIMITH_Pos (18UL) /*!< Position of CH6LIMITH field. */
11482 #define SAADC_INTEN_CH6LIMITH_Msk (0x1UL << SAADC_INTEN_CH6LIMITH_Pos) /*!< Bit mask of CH6LIMITH field. */
11483 #define SAADC_INTEN_CH6LIMITH_Disabled (0UL) /*!< Disable */
11484 #define SAADC_INTEN_CH6LIMITH_Enabled (1UL) /*!< Enable */
11485 
11486 /* Bit 17 : Enable or disable interrupt for CH[5].LIMITL event */
11487 #define SAADC_INTEN_CH5LIMITL_Pos (17UL) /*!< Position of CH5LIMITL field. */
11488 #define SAADC_INTEN_CH5LIMITL_Msk (0x1UL << SAADC_INTEN_CH5LIMITL_Pos) /*!< Bit mask of CH5LIMITL field. */
11489 #define SAADC_INTEN_CH5LIMITL_Disabled (0UL) /*!< Disable */
11490 #define SAADC_INTEN_CH5LIMITL_Enabled (1UL) /*!< Enable */
11491 
11492 /* Bit 16 : Enable or disable interrupt for CH[5].LIMITH event */
11493 #define SAADC_INTEN_CH5LIMITH_Pos (16UL) /*!< Position of CH5LIMITH field. */
11494 #define SAADC_INTEN_CH5LIMITH_Msk (0x1UL << SAADC_INTEN_CH5LIMITH_Pos) /*!< Bit mask of CH5LIMITH field. */
11495 #define SAADC_INTEN_CH5LIMITH_Disabled (0UL) /*!< Disable */
11496 #define SAADC_INTEN_CH5LIMITH_Enabled (1UL) /*!< Enable */
11497 
11498 /* Bit 15 : Enable or disable interrupt for CH[4].LIMITL event */
11499 #define SAADC_INTEN_CH4LIMITL_Pos (15UL) /*!< Position of CH4LIMITL field. */
11500 #define SAADC_INTEN_CH4LIMITL_Msk (0x1UL << SAADC_INTEN_CH4LIMITL_Pos) /*!< Bit mask of CH4LIMITL field. */
11501 #define SAADC_INTEN_CH4LIMITL_Disabled (0UL) /*!< Disable */
11502 #define SAADC_INTEN_CH4LIMITL_Enabled (1UL) /*!< Enable */
11503 
11504 /* Bit 14 : Enable or disable interrupt for CH[4].LIMITH event */
11505 #define SAADC_INTEN_CH4LIMITH_Pos (14UL) /*!< Position of CH4LIMITH field. */
11506 #define SAADC_INTEN_CH4LIMITH_Msk (0x1UL << SAADC_INTEN_CH4LIMITH_Pos) /*!< Bit mask of CH4LIMITH field. */
11507 #define SAADC_INTEN_CH4LIMITH_Disabled (0UL) /*!< Disable */
11508 #define SAADC_INTEN_CH4LIMITH_Enabled (1UL) /*!< Enable */
11509 
11510 /* Bit 13 : Enable or disable interrupt for CH[3].LIMITL event */
11511 #define SAADC_INTEN_CH3LIMITL_Pos (13UL) /*!< Position of CH3LIMITL field. */
11512 #define SAADC_INTEN_CH3LIMITL_Msk (0x1UL << SAADC_INTEN_CH3LIMITL_Pos) /*!< Bit mask of CH3LIMITL field. */
11513 #define SAADC_INTEN_CH3LIMITL_Disabled (0UL) /*!< Disable */
11514 #define SAADC_INTEN_CH3LIMITL_Enabled (1UL) /*!< Enable */
11515 
11516 /* Bit 12 : Enable or disable interrupt for CH[3].LIMITH event */
11517 #define SAADC_INTEN_CH3LIMITH_Pos (12UL) /*!< Position of CH3LIMITH field. */
11518 #define SAADC_INTEN_CH3LIMITH_Msk (0x1UL << SAADC_INTEN_CH3LIMITH_Pos) /*!< Bit mask of CH3LIMITH field. */
11519 #define SAADC_INTEN_CH3LIMITH_Disabled (0UL) /*!< Disable */
11520 #define SAADC_INTEN_CH3LIMITH_Enabled (1UL) /*!< Enable */
11521 
11522 /* Bit 11 : Enable or disable interrupt for CH[2].LIMITL event */
11523 #define SAADC_INTEN_CH2LIMITL_Pos (11UL) /*!< Position of CH2LIMITL field. */
11524 #define SAADC_INTEN_CH2LIMITL_Msk (0x1UL << SAADC_INTEN_CH2LIMITL_Pos) /*!< Bit mask of CH2LIMITL field. */
11525 #define SAADC_INTEN_CH2LIMITL_Disabled (0UL) /*!< Disable */
11526 #define SAADC_INTEN_CH2LIMITL_Enabled (1UL) /*!< Enable */
11527 
11528 /* Bit 10 : Enable or disable interrupt for CH[2].LIMITH event */
11529 #define SAADC_INTEN_CH2LIMITH_Pos (10UL) /*!< Position of CH2LIMITH field. */
11530 #define SAADC_INTEN_CH2LIMITH_Msk (0x1UL << SAADC_INTEN_CH2LIMITH_Pos) /*!< Bit mask of CH2LIMITH field. */
11531 #define SAADC_INTEN_CH2LIMITH_Disabled (0UL) /*!< Disable */
11532 #define SAADC_INTEN_CH2LIMITH_Enabled (1UL) /*!< Enable */
11533 
11534 /* Bit 9 : Enable or disable interrupt for CH[1].LIMITL event */
11535 #define SAADC_INTEN_CH1LIMITL_Pos (9UL) /*!< Position of CH1LIMITL field. */
11536 #define SAADC_INTEN_CH1LIMITL_Msk (0x1UL << SAADC_INTEN_CH1LIMITL_Pos) /*!< Bit mask of CH1LIMITL field. */
11537 #define SAADC_INTEN_CH1LIMITL_Disabled (0UL) /*!< Disable */
11538 #define SAADC_INTEN_CH1LIMITL_Enabled (1UL) /*!< Enable */
11539 
11540 /* Bit 8 : Enable or disable interrupt for CH[1].LIMITH event */
11541 #define SAADC_INTEN_CH1LIMITH_Pos (8UL) /*!< Position of CH1LIMITH field. */
11542 #define SAADC_INTEN_CH1LIMITH_Msk (0x1UL << SAADC_INTEN_CH1LIMITH_Pos) /*!< Bit mask of CH1LIMITH field. */
11543 #define SAADC_INTEN_CH1LIMITH_Disabled (0UL) /*!< Disable */
11544 #define SAADC_INTEN_CH1LIMITH_Enabled (1UL) /*!< Enable */
11545 
11546 /* Bit 7 : Enable or disable interrupt for CH[0].LIMITL event */
11547 #define SAADC_INTEN_CH0LIMITL_Pos (7UL) /*!< Position of CH0LIMITL field. */
11548 #define SAADC_INTEN_CH0LIMITL_Msk (0x1UL << SAADC_INTEN_CH0LIMITL_Pos) /*!< Bit mask of CH0LIMITL field. */
11549 #define SAADC_INTEN_CH0LIMITL_Disabled (0UL) /*!< Disable */
11550 #define SAADC_INTEN_CH0LIMITL_Enabled (1UL) /*!< Enable */
11551 
11552 /* Bit 6 : Enable or disable interrupt for CH[0].LIMITH event */
11553 #define SAADC_INTEN_CH0LIMITH_Pos (6UL) /*!< Position of CH0LIMITH field. */
11554 #define SAADC_INTEN_CH0LIMITH_Msk (0x1UL << SAADC_INTEN_CH0LIMITH_Pos) /*!< Bit mask of CH0LIMITH field. */
11555 #define SAADC_INTEN_CH0LIMITH_Disabled (0UL) /*!< Disable */
11556 #define SAADC_INTEN_CH0LIMITH_Enabled (1UL) /*!< Enable */
11557 
11558 /* Bit 5 : Enable or disable interrupt for STOPPED event */
11559 #define SAADC_INTEN_STOPPED_Pos (5UL) /*!< Position of STOPPED field. */
11560 #define SAADC_INTEN_STOPPED_Msk (0x1UL << SAADC_INTEN_STOPPED_Pos) /*!< Bit mask of STOPPED field. */
11561 #define SAADC_INTEN_STOPPED_Disabled (0UL) /*!< Disable */
11562 #define SAADC_INTEN_STOPPED_Enabled (1UL) /*!< Enable */
11563 
11564 /* Bit 4 : Enable or disable interrupt for CALIBRATEDONE event */
11565 #define SAADC_INTEN_CALIBRATEDONE_Pos (4UL) /*!< Position of CALIBRATEDONE field. */
11566 #define SAADC_INTEN_CALIBRATEDONE_Msk (0x1UL << SAADC_INTEN_CALIBRATEDONE_Pos) /*!< Bit mask of CALIBRATEDONE field. */
11567 #define SAADC_INTEN_CALIBRATEDONE_Disabled (0UL) /*!< Disable */
11568 #define SAADC_INTEN_CALIBRATEDONE_Enabled (1UL) /*!< Enable */
11569 
11570 /* Bit 3 : Enable or disable interrupt for RESULTDONE event */
11571 #define SAADC_INTEN_RESULTDONE_Pos (3UL) /*!< Position of RESULTDONE field. */
11572 #define SAADC_INTEN_RESULTDONE_Msk (0x1UL << SAADC_INTEN_RESULTDONE_Pos) /*!< Bit mask of RESULTDONE field. */
11573 #define SAADC_INTEN_RESULTDONE_Disabled (0UL) /*!< Disable */
11574 #define SAADC_INTEN_RESULTDONE_Enabled (1UL) /*!< Enable */
11575 
11576 /* Bit 2 : Enable or disable interrupt for DONE event */
11577 #define SAADC_INTEN_DONE_Pos (2UL) /*!< Position of DONE field. */
11578 #define SAADC_INTEN_DONE_Msk (0x1UL << SAADC_INTEN_DONE_Pos) /*!< Bit mask of DONE field. */
11579 #define SAADC_INTEN_DONE_Disabled (0UL) /*!< Disable */
11580 #define SAADC_INTEN_DONE_Enabled (1UL) /*!< Enable */
11581 
11582 /* Bit 1 : Enable or disable interrupt for END event */
11583 #define SAADC_INTEN_END_Pos (1UL) /*!< Position of END field. */
11584 #define SAADC_INTEN_END_Msk (0x1UL << SAADC_INTEN_END_Pos) /*!< Bit mask of END field. */
11585 #define SAADC_INTEN_END_Disabled (0UL) /*!< Disable */
11586 #define SAADC_INTEN_END_Enabled (1UL) /*!< Enable */
11587 
11588 /* Bit 0 : Enable or disable interrupt for STARTED event */
11589 #define SAADC_INTEN_STARTED_Pos (0UL) /*!< Position of STARTED field. */
11590 #define SAADC_INTEN_STARTED_Msk (0x1UL << SAADC_INTEN_STARTED_Pos) /*!< Bit mask of STARTED field. */
11591 #define SAADC_INTEN_STARTED_Disabled (0UL) /*!< Disable */
11592 #define SAADC_INTEN_STARTED_Enabled (1UL) /*!< Enable */
11593 
11594 /* Register: SAADC_INTENSET */
11595 /* Description: Enable interrupt */
11596 
11597 /* Bit 21 : Write '1' to enable interrupt for CH[7].LIMITL event */
11598 #define SAADC_INTENSET_CH7LIMITL_Pos (21UL) /*!< Position of CH7LIMITL field. */
11599 #define SAADC_INTENSET_CH7LIMITL_Msk (0x1UL << SAADC_INTENSET_CH7LIMITL_Pos) /*!< Bit mask of CH7LIMITL field. */
11600 #define SAADC_INTENSET_CH7LIMITL_Disabled (0UL) /*!< Read: Disabled */
11601 #define SAADC_INTENSET_CH7LIMITL_Enabled (1UL) /*!< Read: Enabled */
11602 #define SAADC_INTENSET_CH7LIMITL_Set (1UL) /*!< Enable */
11603 
11604 /* Bit 20 : Write '1' to enable interrupt for CH[7].LIMITH event */
11605 #define SAADC_INTENSET_CH7LIMITH_Pos (20UL) /*!< Position of CH7LIMITH field. */
11606 #define SAADC_INTENSET_CH7LIMITH_Msk (0x1UL << SAADC_INTENSET_CH7LIMITH_Pos) /*!< Bit mask of CH7LIMITH field. */
11607 #define SAADC_INTENSET_CH7LIMITH_Disabled (0UL) /*!< Read: Disabled */
11608 #define SAADC_INTENSET_CH7LIMITH_Enabled (1UL) /*!< Read: Enabled */
11609 #define SAADC_INTENSET_CH7LIMITH_Set (1UL) /*!< Enable */
11610 
11611 /* Bit 19 : Write '1' to enable interrupt for CH[6].LIMITL event */
11612 #define SAADC_INTENSET_CH6LIMITL_Pos (19UL) /*!< Position of CH6LIMITL field. */
11613 #define SAADC_INTENSET_CH6LIMITL_Msk (0x1UL << SAADC_INTENSET_CH6LIMITL_Pos) /*!< Bit mask of CH6LIMITL field. */
11614 #define SAADC_INTENSET_CH6LIMITL_Disabled (0UL) /*!< Read: Disabled */
11615 #define SAADC_INTENSET_CH6LIMITL_Enabled (1UL) /*!< Read: Enabled */
11616 #define SAADC_INTENSET_CH6LIMITL_Set (1UL) /*!< Enable */
11617 
11618 /* Bit 18 : Write '1' to enable interrupt for CH[6].LIMITH event */
11619 #define SAADC_INTENSET_CH6LIMITH_Pos (18UL) /*!< Position of CH6LIMITH field. */
11620 #define SAADC_INTENSET_CH6LIMITH_Msk (0x1UL << SAADC_INTENSET_CH6LIMITH_Pos) /*!< Bit mask of CH6LIMITH field. */
11621 #define SAADC_INTENSET_CH6LIMITH_Disabled (0UL) /*!< Read: Disabled */
11622 #define SAADC_INTENSET_CH6LIMITH_Enabled (1UL) /*!< Read: Enabled */
11623 #define SAADC_INTENSET_CH6LIMITH_Set (1UL) /*!< Enable */
11624 
11625 /* Bit 17 : Write '1' to enable interrupt for CH[5].LIMITL event */
11626 #define SAADC_INTENSET_CH5LIMITL_Pos (17UL) /*!< Position of CH5LIMITL field. */
11627 #define SAADC_INTENSET_CH5LIMITL_Msk (0x1UL << SAADC_INTENSET_CH5LIMITL_Pos) /*!< Bit mask of CH5LIMITL field. */
11628 #define SAADC_INTENSET_CH5LIMITL_Disabled (0UL) /*!< Read: Disabled */
11629 #define SAADC_INTENSET_CH5LIMITL_Enabled (1UL) /*!< Read: Enabled */
11630 #define SAADC_INTENSET_CH5LIMITL_Set (1UL) /*!< Enable */
11631 
11632 /* Bit 16 : Write '1' to enable interrupt for CH[5].LIMITH event */
11633 #define SAADC_INTENSET_CH5LIMITH_Pos (16UL) /*!< Position of CH5LIMITH field. */
11634 #define SAADC_INTENSET_CH5LIMITH_Msk (0x1UL << SAADC_INTENSET_CH5LIMITH_Pos) /*!< Bit mask of CH5LIMITH field. */
11635 #define SAADC_INTENSET_CH5LIMITH_Disabled (0UL) /*!< Read: Disabled */
11636 #define SAADC_INTENSET_CH5LIMITH_Enabled (1UL) /*!< Read: Enabled */
11637 #define SAADC_INTENSET_CH5LIMITH_Set (1UL) /*!< Enable */
11638 
11639 /* Bit 15 : Write '1' to enable interrupt for CH[4].LIMITL event */
11640 #define SAADC_INTENSET_CH4LIMITL_Pos (15UL) /*!< Position of CH4LIMITL field. */
11641 #define SAADC_INTENSET_CH4LIMITL_Msk (0x1UL << SAADC_INTENSET_CH4LIMITL_Pos) /*!< Bit mask of CH4LIMITL field. */
11642 #define SAADC_INTENSET_CH4LIMITL_Disabled (0UL) /*!< Read: Disabled */
11643 #define SAADC_INTENSET_CH4LIMITL_Enabled (1UL) /*!< Read: Enabled */
11644 #define SAADC_INTENSET_CH4LIMITL_Set (1UL) /*!< Enable */
11645 
11646 /* Bit 14 : Write '1' to enable interrupt for CH[4].LIMITH event */
11647 #define SAADC_INTENSET_CH4LIMITH_Pos (14UL) /*!< Position of CH4LIMITH field. */
11648 #define SAADC_INTENSET_CH4LIMITH_Msk (0x1UL << SAADC_INTENSET_CH4LIMITH_Pos) /*!< Bit mask of CH4LIMITH field. */
11649 #define SAADC_INTENSET_CH4LIMITH_Disabled (0UL) /*!< Read: Disabled */
11650 #define SAADC_INTENSET_CH4LIMITH_Enabled (1UL) /*!< Read: Enabled */
11651 #define SAADC_INTENSET_CH4LIMITH_Set (1UL) /*!< Enable */
11652 
11653 /* Bit 13 : Write '1' to enable interrupt for CH[3].LIMITL event */
11654 #define SAADC_INTENSET_CH3LIMITL_Pos (13UL) /*!< Position of CH3LIMITL field. */
11655 #define SAADC_INTENSET_CH3LIMITL_Msk (0x1UL << SAADC_INTENSET_CH3LIMITL_Pos) /*!< Bit mask of CH3LIMITL field. */
11656 #define SAADC_INTENSET_CH3LIMITL_Disabled (0UL) /*!< Read: Disabled */
11657 #define SAADC_INTENSET_CH3LIMITL_Enabled (1UL) /*!< Read: Enabled */
11658 #define SAADC_INTENSET_CH3LIMITL_Set (1UL) /*!< Enable */
11659 
11660 /* Bit 12 : Write '1' to enable interrupt for CH[3].LIMITH event */
11661 #define SAADC_INTENSET_CH3LIMITH_Pos (12UL) /*!< Position of CH3LIMITH field. */
11662 #define SAADC_INTENSET_CH3LIMITH_Msk (0x1UL << SAADC_INTENSET_CH3LIMITH_Pos) /*!< Bit mask of CH3LIMITH field. */
11663 #define SAADC_INTENSET_CH3LIMITH_Disabled (0UL) /*!< Read: Disabled */
11664 #define SAADC_INTENSET_CH3LIMITH_Enabled (1UL) /*!< Read: Enabled */
11665 #define SAADC_INTENSET_CH3LIMITH_Set (1UL) /*!< Enable */
11666 
11667 /* Bit 11 : Write '1' to enable interrupt for CH[2].LIMITL event */
11668 #define SAADC_INTENSET_CH2LIMITL_Pos (11UL) /*!< Position of CH2LIMITL field. */
11669 #define SAADC_INTENSET_CH2LIMITL_Msk (0x1UL << SAADC_INTENSET_CH2LIMITL_Pos) /*!< Bit mask of CH2LIMITL field. */
11670 #define SAADC_INTENSET_CH2LIMITL_Disabled (0UL) /*!< Read: Disabled */
11671 #define SAADC_INTENSET_CH2LIMITL_Enabled (1UL) /*!< Read: Enabled */
11672 #define SAADC_INTENSET_CH2LIMITL_Set (1UL) /*!< Enable */
11673 
11674 /* Bit 10 : Write '1' to enable interrupt for CH[2].LIMITH event */
11675 #define SAADC_INTENSET_CH2LIMITH_Pos (10UL) /*!< Position of CH2LIMITH field. */
11676 #define SAADC_INTENSET_CH2LIMITH_Msk (0x1UL << SAADC_INTENSET_CH2LIMITH_Pos) /*!< Bit mask of CH2LIMITH field. */
11677 #define SAADC_INTENSET_CH2LIMITH_Disabled (0UL) /*!< Read: Disabled */
11678 #define SAADC_INTENSET_CH2LIMITH_Enabled (1UL) /*!< Read: Enabled */
11679 #define SAADC_INTENSET_CH2LIMITH_Set (1UL) /*!< Enable */
11680 
11681 /* Bit 9 : Write '1' to enable interrupt for CH[1].LIMITL event */
11682 #define SAADC_INTENSET_CH1LIMITL_Pos (9UL) /*!< Position of CH1LIMITL field. */
11683 #define SAADC_INTENSET_CH1LIMITL_Msk (0x1UL << SAADC_INTENSET_CH1LIMITL_Pos) /*!< Bit mask of CH1LIMITL field. */
11684 #define SAADC_INTENSET_CH1LIMITL_Disabled (0UL) /*!< Read: Disabled */
11685 #define SAADC_INTENSET_CH1LIMITL_Enabled (1UL) /*!< Read: Enabled */
11686 #define SAADC_INTENSET_CH1LIMITL_Set (1UL) /*!< Enable */
11687 
11688 /* Bit 8 : Write '1' to enable interrupt for CH[1].LIMITH event */
11689 #define SAADC_INTENSET_CH1LIMITH_Pos (8UL) /*!< Position of CH1LIMITH field. */
11690 #define SAADC_INTENSET_CH1LIMITH_Msk (0x1UL << SAADC_INTENSET_CH1LIMITH_Pos) /*!< Bit mask of CH1LIMITH field. */
11691 #define SAADC_INTENSET_CH1LIMITH_Disabled (0UL) /*!< Read: Disabled */
11692 #define SAADC_INTENSET_CH1LIMITH_Enabled (1UL) /*!< Read: Enabled */
11693 #define SAADC_INTENSET_CH1LIMITH_Set (1UL) /*!< Enable */
11694 
11695 /* Bit 7 : Write '1' to enable interrupt for CH[0].LIMITL event */
11696 #define SAADC_INTENSET_CH0LIMITL_Pos (7UL) /*!< Position of CH0LIMITL field. */
11697 #define SAADC_INTENSET_CH0LIMITL_Msk (0x1UL << SAADC_INTENSET_CH0LIMITL_Pos) /*!< Bit mask of CH0LIMITL field. */
11698 #define SAADC_INTENSET_CH0LIMITL_Disabled (0UL) /*!< Read: Disabled */
11699 #define SAADC_INTENSET_CH0LIMITL_Enabled (1UL) /*!< Read: Enabled */
11700 #define SAADC_INTENSET_CH0LIMITL_Set (1UL) /*!< Enable */
11701 
11702 /* Bit 6 : Write '1' to enable interrupt for CH[0].LIMITH event */
11703 #define SAADC_INTENSET_CH0LIMITH_Pos (6UL) /*!< Position of CH0LIMITH field. */
11704 #define SAADC_INTENSET_CH0LIMITH_Msk (0x1UL << SAADC_INTENSET_CH0LIMITH_Pos) /*!< Bit mask of CH0LIMITH field. */
11705 #define SAADC_INTENSET_CH0LIMITH_Disabled (0UL) /*!< Read: Disabled */
11706 #define SAADC_INTENSET_CH0LIMITH_Enabled (1UL) /*!< Read: Enabled */
11707 #define SAADC_INTENSET_CH0LIMITH_Set (1UL) /*!< Enable */
11708 
11709 /* Bit 5 : Write '1' to enable interrupt for STOPPED event */
11710 #define SAADC_INTENSET_STOPPED_Pos (5UL) /*!< Position of STOPPED field. */
11711 #define SAADC_INTENSET_STOPPED_Msk (0x1UL << SAADC_INTENSET_STOPPED_Pos) /*!< Bit mask of STOPPED field. */
11712 #define SAADC_INTENSET_STOPPED_Disabled (0UL) /*!< Read: Disabled */
11713 #define SAADC_INTENSET_STOPPED_Enabled (1UL) /*!< Read: Enabled */
11714 #define SAADC_INTENSET_STOPPED_Set (1UL) /*!< Enable */
11715 
11716 /* Bit 4 : Write '1' to enable interrupt for CALIBRATEDONE event */
11717 #define SAADC_INTENSET_CALIBRATEDONE_Pos (4UL) /*!< Position of CALIBRATEDONE field. */
11718 #define SAADC_INTENSET_CALIBRATEDONE_Msk (0x1UL << SAADC_INTENSET_CALIBRATEDONE_Pos) /*!< Bit mask of CALIBRATEDONE field. */
11719 #define SAADC_INTENSET_CALIBRATEDONE_Disabled (0UL) /*!< Read: Disabled */
11720 #define SAADC_INTENSET_CALIBRATEDONE_Enabled (1UL) /*!< Read: Enabled */
11721 #define SAADC_INTENSET_CALIBRATEDONE_Set (1UL) /*!< Enable */
11722 
11723 /* Bit 3 : Write '1' to enable interrupt for RESULTDONE event */
11724 #define SAADC_INTENSET_RESULTDONE_Pos (3UL) /*!< Position of RESULTDONE field. */
11725 #define SAADC_INTENSET_RESULTDONE_Msk (0x1UL << SAADC_INTENSET_RESULTDONE_Pos) /*!< Bit mask of RESULTDONE field. */
11726 #define SAADC_INTENSET_RESULTDONE_Disabled (0UL) /*!< Read: Disabled */
11727 #define SAADC_INTENSET_RESULTDONE_Enabled (1UL) /*!< Read: Enabled */
11728 #define SAADC_INTENSET_RESULTDONE_Set (1UL) /*!< Enable */
11729 
11730 /* Bit 2 : Write '1' to enable interrupt for DONE event */
11731 #define SAADC_INTENSET_DONE_Pos (2UL) /*!< Position of DONE field. */
11732 #define SAADC_INTENSET_DONE_Msk (0x1UL << SAADC_INTENSET_DONE_Pos) /*!< Bit mask of DONE field. */
11733 #define SAADC_INTENSET_DONE_Disabled (0UL) /*!< Read: Disabled */
11734 #define SAADC_INTENSET_DONE_Enabled (1UL) /*!< Read: Enabled */
11735 #define SAADC_INTENSET_DONE_Set (1UL) /*!< Enable */
11736 
11737 /* Bit 1 : Write '1' to enable interrupt for END event */
11738 #define SAADC_INTENSET_END_Pos (1UL) /*!< Position of END field. */
11739 #define SAADC_INTENSET_END_Msk (0x1UL << SAADC_INTENSET_END_Pos) /*!< Bit mask of END field. */
11740 #define SAADC_INTENSET_END_Disabled (0UL) /*!< Read: Disabled */
11741 #define SAADC_INTENSET_END_Enabled (1UL) /*!< Read: Enabled */
11742 #define SAADC_INTENSET_END_Set (1UL) /*!< Enable */
11743 
11744 /* Bit 0 : Write '1' to enable interrupt for STARTED event */
11745 #define SAADC_INTENSET_STARTED_Pos (0UL) /*!< Position of STARTED field. */
11746 #define SAADC_INTENSET_STARTED_Msk (0x1UL << SAADC_INTENSET_STARTED_Pos) /*!< Bit mask of STARTED field. */
11747 #define SAADC_INTENSET_STARTED_Disabled (0UL) /*!< Read: Disabled */
11748 #define SAADC_INTENSET_STARTED_Enabled (1UL) /*!< Read: Enabled */
11749 #define SAADC_INTENSET_STARTED_Set (1UL) /*!< Enable */
11750 
11751 /* Register: SAADC_INTENCLR */
11752 /* Description: Disable interrupt */
11753 
11754 /* Bit 21 : Write '1' to disable interrupt for CH[7].LIMITL event */
11755 #define SAADC_INTENCLR_CH7LIMITL_Pos (21UL) /*!< Position of CH7LIMITL field. */
11756 #define SAADC_INTENCLR_CH7LIMITL_Msk (0x1UL << SAADC_INTENCLR_CH7LIMITL_Pos) /*!< Bit mask of CH7LIMITL field. */
11757 #define SAADC_INTENCLR_CH7LIMITL_Disabled (0UL) /*!< Read: Disabled */
11758 #define SAADC_INTENCLR_CH7LIMITL_Enabled (1UL) /*!< Read: Enabled */
11759 #define SAADC_INTENCLR_CH7LIMITL_Clear (1UL) /*!< Disable */
11760 
11761 /* Bit 20 : Write '1' to disable interrupt for CH[7].LIMITH event */
11762 #define SAADC_INTENCLR_CH7LIMITH_Pos (20UL) /*!< Position of CH7LIMITH field. */
11763 #define SAADC_INTENCLR_CH7LIMITH_Msk (0x1UL << SAADC_INTENCLR_CH7LIMITH_Pos) /*!< Bit mask of CH7LIMITH field. */
11764 #define SAADC_INTENCLR_CH7LIMITH_Disabled (0UL) /*!< Read: Disabled */
11765 #define SAADC_INTENCLR_CH7LIMITH_Enabled (1UL) /*!< Read: Enabled */
11766 #define SAADC_INTENCLR_CH7LIMITH_Clear (1UL) /*!< Disable */
11767 
11768 /* Bit 19 : Write '1' to disable interrupt for CH[6].LIMITL event */
11769 #define SAADC_INTENCLR_CH6LIMITL_Pos (19UL) /*!< Position of CH6LIMITL field. */
11770 #define SAADC_INTENCLR_CH6LIMITL_Msk (0x1UL << SAADC_INTENCLR_CH6LIMITL_Pos) /*!< Bit mask of CH6LIMITL field. */
11771 #define SAADC_INTENCLR_CH6LIMITL_Disabled (0UL) /*!< Read: Disabled */
11772 #define SAADC_INTENCLR_CH6LIMITL_Enabled (1UL) /*!< Read: Enabled */
11773 #define SAADC_INTENCLR_CH6LIMITL_Clear (1UL) /*!< Disable */
11774 
11775 /* Bit 18 : Write '1' to disable interrupt for CH[6].LIMITH event */
11776 #define SAADC_INTENCLR_CH6LIMITH_Pos (18UL) /*!< Position of CH6LIMITH field. */
11777 #define SAADC_INTENCLR_CH6LIMITH_Msk (0x1UL << SAADC_INTENCLR_CH6LIMITH_Pos) /*!< Bit mask of CH6LIMITH field. */
11778 #define SAADC_INTENCLR_CH6LIMITH_Disabled (0UL) /*!< Read: Disabled */
11779 #define SAADC_INTENCLR_CH6LIMITH_Enabled (1UL) /*!< Read: Enabled */
11780 #define SAADC_INTENCLR_CH6LIMITH_Clear (1UL) /*!< Disable */
11781 
11782 /* Bit 17 : Write '1' to disable interrupt for CH[5].LIMITL event */
11783 #define SAADC_INTENCLR_CH5LIMITL_Pos (17UL) /*!< Position of CH5LIMITL field. */
11784 #define SAADC_INTENCLR_CH5LIMITL_Msk (0x1UL << SAADC_INTENCLR_CH5LIMITL_Pos) /*!< Bit mask of CH5LIMITL field. */
11785 #define SAADC_INTENCLR_CH5LIMITL_Disabled (0UL) /*!< Read: Disabled */
11786 #define SAADC_INTENCLR_CH5LIMITL_Enabled (1UL) /*!< Read: Enabled */
11787 #define SAADC_INTENCLR_CH5LIMITL_Clear (1UL) /*!< Disable */
11788 
11789 /* Bit 16 : Write '1' to disable interrupt for CH[5].LIMITH event */
11790 #define SAADC_INTENCLR_CH5LIMITH_Pos (16UL) /*!< Position of CH5LIMITH field. */
11791 #define SAADC_INTENCLR_CH5LIMITH_Msk (0x1UL << SAADC_INTENCLR_CH5LIMITH_Pos) /*!< Bit mask of CH5LIMITH field. */
11792 #define SAADC_INTENCLR_CH5LIMITH_Disabled (0UL) /*!< Read: Disabled */
11793 #define SAADC_INTENCLR_CH5LIMITH_Enabled (1UL) /*!< Read: Enabled */
11794 #define SAADC_INTENCLR_CH5LIMITH_Clear (1UL) /*!< Disable */
11795 
11796 /* Bit 15 : Write '1' to disable interrupt for CH[4].LIMITL event */
11797 #define SAADC_INTENCLR_CH4LIMITL_Pos (15UL) /*!< Position of CH4LIMITL field. */
11798 #define SAADC_INTENCLR_CH4LIMITL_Msk (0x1UL << SAADC_INTENCLR_CH4LIMITL_Pos) /*!< Bit mask of CH4LIMITL field. */
11799 #define SAADC_INTENCLR_CH4LIMITL_Disabled (0UL) /*!< Read: Disabled */
11800 #define SAADC_INTENCLR_CH4LIMITL_Enabled (1UL) /*!< Read: Enabled */
11801 #define SAADC_INTENCLR_CH4LIMITL_Clear (1UL) /*!< Disable */
11802 
11803 /* Bit 14 : Write '1' to disable interrupt for CH[4].LIMITH event */
11804 #define SAADC_INTENCLR_CH4LIMITH_Pos (14UL) /*!< Position of CH4LIMITH field. */
11805 #define SAADC_INTENCLR_CH4LIMITH_Msk (0x1UL << SAADC_INTENCLR_CH4LIMITH_Pos) /*!< Bit mask of CH4LIMITH field. */
11806 #define SAADC_INTENCLR_CH4LIMITH_Disabled (0UL) /*!< Read: Disabled */
11807 #define SAADC_INTENCLR_CH4LIMITH_Enabled (1UL) /*!< Read: Enabled */
11808 #define SAADC_INTENCLR_CH4LIMITH_Clear (1UL) /*!< Disable */
11809 
11810 /* Bit 13 : Write '1' to disable interrupt for CH[3].LIMITL event */
11811 #define SAADC_INTENCLR_CH3LIMITL_Pos (13UL) /*!< Position of CH3LIMITL field. */
11812 #define SAADC_INTENCLR_CH3LIMITL_Msk (0x1UL << SAADC_INTENCLR_CH3LIMITL_Pos) /*!< Bit mask of CH3LIMITL field. */
11813 #define SAADC_INTENCLR_CH3LIMITL_Disabled (0UL) /*!< Read: Disabled */
11814 #define SAADC_INTENCLR_CH3LIMITL_Enabled (1UL) /*!< Read: Enabled */
11815 #define SAADC_INTENCLR_CH3LIMITL_Clear (1UL) /*!< Disable */
11816 
11817 /* Bit 12 : Write '1' to disable interrupt for CH[3].LIMITH event */
11818 #define SAADC_INTENCLR_CH3LIMITH_Pos (12UL) /*!< Position of CH3LIMITH field. */
11819 #define SAADC_INTENCLR_CH3LIMITH_Msk (0x1UL << SAADC_INTENCLR_CH3LIMITH_Pos) /*!< Bit mask of CH3LIMITH field. */
11820 #define SAADC_INTENCLR_CH3LIMITH_Disabled (0UL) /*!< Read: Disabled */
11821 #define SAADC_INTENCLR_CH3LIMITH_Enabled (1UL) /*!< Read: Enabled */
11822 #define SAADC_INTENCLR_CH3LIMITH_Clear (1UL) /*!< Disable */
11823 
11824 /* Bit 11 : Write '1' to disable interrupt for CH[2].LIMITL event */
11825 #define SAADC_INTENCLR_CH2LIMITL_Pos (11UL) /*!< Position of CH2LIMITL field. */
11826 #define SAADC_INTENCLR_CH2LIMITL_Msk (0x1UL << SAADC_INTENCLR_CH2LIMITL_Pos) /*!< Bit mask of CH2LIMITL field. */
11827 #define SAADC_INTENCLR_CH2LIMITL_Disabled (0UL) /*!< Read: Disabled */
11828 #define SAADC_INTENCLR_CH2LIMITL_Enabled (1UL) /*!< Read: Enabled */
11829 #define SAADC_INTENCLR_CH2LIMITL_Clear (1UL) /*!< Disable */
11830 
11831 /* Bit 10 : Write '1' to disable interrupt for CH[2].LIMITH event */
11832 #define SAADC_INTENCLR_CH2LIMITH_Pos (10UL) /*!< Position of CH2LIMITH field. */
11833 #define SAADC_INTENCLR_CH2LIMITH_Msk (0x1UL << SAADC_INTENCLR_CH2LIMITH_Pos) /*!< Bit mask of CH2LIMITH field. */
11834 #define SAADC_INTENCLR_CH2LIMITH_Disabled (0UL) /*!< Read: Disabled */
11835 #define SAADC_INTENCLR_CH2LIMITH_Enabled (1UL) /*!< Read: Enabled */
11836 #define SAADC_INTENCLR_CH2LIMITH_Clear (1UL) /*!< Disable */
11837 
11838 /* Bit 9 : Write '1' to disable interrupt for CH[1].LIMITL event */
11839 #define SAADC_INTENCLR_CH1LIMITL_Pos (9UL) /*!< Position of CH1LIMITL field. */
11840 #define SAADC_INTENCLR_CH1LIMITL_Msk (0x1UL << SAADC_INTENCLR_CH1LIMITL_Pos) /*!< Bit mask of CH1LIMITL field. */
11841 #define SAADC_INTENCLR_CH1LIMITL_Disabled (0UL) /*!< Read: Disabled */
11842 #define SAADC_INTENCLR_CH1LIMITL_Enabled (1UL) /*!< Read: Enabled */
11843 #define SAADC_INTENCLR_CH1LIMITL_Clear (1UL) /*!< Disable */
11844 
11845 /* Bit 8 : Write '1' to disable interrupt for CH[1].LIMITH event */
11846 #define SAADC_INTENCLR_CH1LIMITH_Pos (8UL) /*!< Position of CH1LIMITH field. */
11847 #define SAADC_INTENCLR_CH1LIMITH_Msk (0x1UL << SAADC_INTENCLR_CH1LIMITH_Pos) /*!< Bit mask of CH1LIMITH field. */
11848 #define SAADC_INTENCLR_CH1LIMITH_Disabled (0UL) /*!< Read: Disabled */
11849 #define SAADC_INTENCLR_CH1LIMITH_Enabled (1UL) /*!< Read: Enabled */
11850 #define SAADC_INTENCLR_CH1LIMITH_Clear (1UL) /*!< Disable */
11851 
11852 /* Bit 7 : Write '1' to disable interrupt for CH[0].LIMITL event */
11853 #define SAADC_INTENCLR_CH0LIMITL_Pos (7UL) /*!< Position of CH0LIMITL field. */
11854 #define SAADC_INTENCLR_CH0LIMITL_Msk (0x1UL << SAADC_INTENCLR_CH0LIMITL_Pos) /*!< Bit mask of CH0LIMITL field. */
11855 #define SAADC_INTENCLR_CH0LIMITL_Disabled (0UL) /*!< Read: Disabled */
11856 #define SAADC_INTENCLR_CH0LIMITL_Enabled (1UL) /*!< Read: Enabled */
11857 #define SAADC_INTENCLR_CH0LIMITL_Clear (1UL) /*!< Disable */
11858 
11859 /* Bit 6 : Write '1' to disable interrupt for CH[0].LIMITH event */
11860 #define SAADC_INTENCLR_CH0LIMITH_Pos (6UL) /*!< Position of CH0LIMITH field. */
11861 #define SAADC_INTENCLR_CH0LIMITH_Msk (0x1UL << SAADC_INTENCLR_CH0LIMITH_Pos) /*!< Bit mask of CH0LIMITH field. */
11862 #define SAADC_INTENCLR_CH0LIMITH_Disabled (0UL) /*!< Read: Disabled */
11863 #define SAADC_INTENCLR_CH0LIMITH_Enabled (1UL) /*!< Read: Enabled */
11864 #define SAADC_INTENCLR_CH0LIMITH_Clear (1UL) /*!< Disable */
11865 
11866 /* Bit 5 : Write '1' to disable interrupt for STOPPED event */
11867 #define SAADC_INTENCLR_STOPPED_Pos (5UL) /*!< Position of STOPPED field. */
11868 #define SAADC_INTENCLR_STOPPED_Msk (0x1UL << SAADC_INTENCLR_STOPPED_Pos) /*!< Bit mask of STOPPED field. */
11869 #define SAADC_INTENCLR_STOPPED_Disabled (0UL) /*!< Read: Disabled */
11870 #define SAADC_INTENCLR_STOPPED_Enabled (1UL) /*!< Read: Enabled */
11871 #define SAADC_INTENCLR_STOPPED_Clear (1UL) /*!< Disable */
11872 
11873 /* Bit 4 : Write '1' to disable interrupt for CALIBRATEDONE event */
11874 #define SAADC_INTENCLR_CALIBRATEDONE_Pos (4UL) /*!< Position of CALIBRATEDONE field. */
11875 #define SAADC_INTENCLR_CALIBRATEDONE_Msk (0x1UL << SAADC_INTENCLR_CALIBRATEDONE_Pos) /*!< Bit mask of CALIBRATEDONE field. */
11876 #define SAADC_INTENCLR_CALIBRATEDONE_Disabled (0UL) /*!< Read: Disabled */
11877 #define SAADC_INTENCLR_CALIBRATEDONE_Enabled (1UL) /*!< Read: Enabled */
11878 #define SAADC_INTENCLR_CALIBRATEDONE_Clear (1UL) /*!< Disable */
11879 
11880 /* Bit 3 : Write '1' to disable interrupt for RESULTDONE event */
11881 #define SAADC_INTENCLR_RESULTDONE_Pos (3UL) /*!< Position of RESULTDONE field. */
11882 #define SAADC_INTENCLR_RESULTDONE_Msk (0x1UL << SAADC_INTENCLR_RESULTDONE_Pos) /*!< Bit mask of RESULTDONE field. */
11883 #define SAADC_INTENCLR_RESULTDONE_Disabled (0UL) /*!< Read: Disabled */
11884 #define SAADC_INTENCLR_RESULTDONE_Enabled (1UL) /*!< Read: Enabled */
11885 #define SAADC_INTENCLR_RESULTDONE_Clear (1UL) /*!< Disable */
11886 
11887 /* Bit 2 : Write '1' to disable interrupt for DONE event */
11888 #define SAADC_INTENCLR_DONE_Pos (2UL) /*!< Position of DONE field. */
11889 #define SAADC_INTENCLR_DONE_Msk (0x1UL << SAADC_INTENCLR_DONE_Pos) /*!< Bit mask of DONE field. */
11890 #define SAADC_INTENCLR_DONE_Disabled (0UL) /*!< Read: Disabled */
11891 #define SAADC_INTENCLR_DONE_Enabled (1UL) /*!< Read: Enabled */
11892 #define SAADC_INTENCLR_DONE_Clear (1UL) /*!< Disable */
11893 
11894 /* Bit 1 : Write '1' to disable interrupt for END event */
11895 #define SAADC_INTENCLR_END_Pos (1UL) /*!< Position of END field. */
11896 #define SAADC_INTENCLR_END_Msk (0x1UL << SAADC_INTENCLR_END_Pos) /*!< Bit mask of END field. */
11897 #define SAADC_INTENCLR_END_Disabled (0UL) /*!< Read: Disabled */
11898 #define SAADC_INTENCLR_END_Enabled (1UL) /*!< Read: Enabled */
11899 #define SAADC_INTENCLR_END_Clear (1UL) /*!< Disable */
11900 
11901 /* Bit 0 : Write '1' to disable interrupt for STARTED event */
11902 #define SAADC_INTENCLR_STARTED_Pos (0UL) /*!< Position of STARTED field. */
11903 #define SAADC_INTENCLR_STARTED_Msk (0x1UL << SAADC_INTENCLR_STARTED_Pos) /*!< Bit mask of STARTED field. */
11904 #define SAADC_INTENCLR_STARTED_Disabled (0UL) /*!< Read: Disabled */
11905 #define SAADC_INTENCLR_STARTED_Enabled (1UL) /*!< Read: Enabled */
11906 #define SAADC_INTENCLR_STARTED_Clear (1UL) /*!< Disable */
11907 
11908 /* Register: SAADC_STATUS */
11909 /* Description: Status */
11910 
11911 /* Bit 0 : Status */
11912 #define SAADC_STATUS_STATUS_Pos (0UL) /*!< Position of STATUS field. */
11913 #define SAADC_STATUS_STATUS_Msk (0x1UL << SAADC_STATUS_STATUS_Pos) /*!< Bit mask of STATUS field. */
11914 #define SAADC_STATUS_STATUS_Ready (0UL) /*!< SAADC is ready. No on-going conversions. */
11915 #define SAADC_STATUS_STATUS_Busy (1UL) /*!< SAADC is busy. Conversion in progress. */
11916 
11917 /* Register: SAADC_ENABLE */
11918 /* Description: Enable or disable SAADC */
11919 
11920 /* Bit 0 : Enable or disable SAADC */
11921 #define SAADC_ENABLE_ENABLE_Pos (0UL) /*!< Position of ENABLE field. */
11922 #define SAADC_ENABLE_ENABLE_Msk (0x1UL << SAADC_ENABLE_ENABLE_Pos) /*!< Bit mask of ENABLE field. */
11923 #define SAADC_ENABLE_ENABLE_Disabled (0UL) /*!< Disable SAADC */
11924 #define SAADC_ENABLE_ENABLE_Enabled (1UL) /*!< Enable SAADC */
11925 
11926 /* Register: SAADC_CH_PSELP */
11927 /* Description: Description cluster[n]: Input positive pin selection for CH[n] */
11928 
11929 /* Bits 4..0 : Analog positive input channel */
11930 #define SAADC_CH_PSELP_PSELP_Pos (0UL) /*!< Position of PSELP field. */
11931 #define SAADC_CH_PSELP_PSELP_Msk (0x1FUL << SAADC_CH_PSELP_PSELP_Pos) /*!< Bit mask of PSELP field. */
11932 #define SAADC_CH_PSELP_PSELP_NC (0UL) /*!< Not connected */
11933 #define SAADC_CH_PSELP_PSELP_AnalogInput0 (1UL) /*!< AIN0 */
11934 #define SAADC_CH_PSELP_PSELP_AnalogInput1 (2UL) /*!< AIN1 */
11935 #define SAADC_CH_PSELP_PSELP_AnalogInput2 (3UL) /*!< AIN2 */
11936 #define SAADC_CH_PSELP_PSELP_AnalogInput3 (4UL) /*!< AIN3 */
11937 #define SAADC_CH_PSELP_PSELP_AnalogInput4 (5UL) /*!< AIN4 */
11938 #define SAADC_CH_PSELP_PSELP_AnalogInput5 (6UL) /*!< AIN5 */
11939 #define SAADC_CH_PSELP_PSELP_AnalogInput6 (7UL) /*!< AIN6 */
11940 #define SAADC_CH_PSELP_PSELP_AnalogInput7 (8UL) /*!< AIN7 */
11941 #define SAADC_CH_PSELP_PSELP_VDD (9UL) /*!< VDD */
11942 #define SAADC_CH_PSELP_PSELP_VDDHDIV5 (0x0DUL) /*!< VDDH/5 */
11943 
11944 /* Register: SAADC_CH_PSELN */
11945 /* Description: Description cluster[n]: Input negative pin selection for CH[n] */
11946 
11947 /* Bits 4..0 : Analog negative input, enables differential channel */
11948 #define SAADC_CH_PSELN_PSELN_Pos (0UL) /*!< Position of PSELN field. */
11949 #define SAADC_CH_PSELN_PSELN_Msk (0x1FUL << SAADC_CH_PSELN_PSELN_Pos) /*!< Bit mask of PSELN field. */
11950 #define SAADC_CH_PSELN_PSELN_NC (0UL) /*!< Not connected */
11951 #define SAADC_CH_PSELN_PSELN_AnalogInput0 (1UL) /*!< AIN0 */
11952 #define SAADC_CH_PSELN_PSELN_AnalogInput1 (2UL) /*!< AIN1 */
11953 #define SAADC_CH_PSELN_PSELN_AnalogInput2 (3UL) /*!< AIN2 */
11954 #define SAADC_CH_PSELN_PSELN_AnalogInput3 (4UL) /*!< AIN3 */
11955 #define SAADC_CH_PSELN_PSELN_AnalogInput4 (5UL) /*!< AIN4 */
11956 #define SAADC_CH_PSELN_PSELN_AnalogInput5 (6UL) /*!< AIN5 */
11957 #define SAADC_CH_PSELN_PSELN_AnalogInput6 (7UL) /*!< AIN6 */
11958 #define SAADC_CH_PSELN_PSELN_AnalogInput7 (8UL) /*!< AIN7 */
11959 #define SAADC_CH_PSELN_PSELN_VDD (9UL) /*!< VDD */
11960 #define SAADC_CH_PSELN_PSELN_VDDHDIV5 (0x0DUL) /*!< VDDH/5 */
11961 
11962 /* Register: SAADC_CH_CONFIG */
11963 /* Description: Description cluster[n]: Input configuration for CH[n] */
11964 
11965 /* Bit 24 : Enable burst mode */
11966 #define SAADC_CH_CONFIG_BURST_Pos (24UL) /*!< Position of BURST field. */
11967 #define SAADC_CH_CONFIG_BURST_Msk (0x1UL << SAADC_CH_CONFIG_BURST_Pos) /*!< Bit mask of BURST field. */
11968 #define SAADC_CH_CONFIG_BURST_Disabled (0UL) /*!< Burst mode is disabled (normal operation) */
11969 #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. */
11970 
11971 /* Bit 20 : Enable differential mode */
11972 #define SAADC_CH_CONFIG_MODE_Pos (20UL) /*!< Position of MODE field. */
11973 #define SAADC_CH_CONFIG_MODE_Msk (0x1UL << SAADC_CH_CONFIG_MODE_Pos) /*!< Bit mask of MODE field. */
11974 #define SAADC_CH_CONFIG_MODE_SE (0UL) /*!< Single-ended, PSELN will be ignored, negative input to SAADC shorted to GND */
11975 #define SAADC_CH_CONFIG_MODE_Diff (1UL) /*!< Differential */
11976 
11977 /* Bits 18..16 : Acquisition time, the time the SAADC uses to sample the input voltage */
11978 #define SAADC_CH_CONFIG_TACQ_Pos (16UL) /*!< Position of TACQ field. */
11979 #define SAADC_CH_CONFIG_TACQ_Msk (0x7UL << SAADC_CH_CONFIG_TACQ_Pos) /*!< Bit mask of TACQ field. */
11980 #define SAADC_CH_CONFIG_TACQ_3us (0UL) /*!< 3 us */
11981 #define SAADC_CH_CONFIG_TACQ_5us (1UL) /*!< 5 us */
11982 #define SAADC_CH_CONFIG_TACQ_10us (2UL) /*!< 10 us */
11983 #define SAADC_CH_CONFIG_TACQ_15us (3UL) /*!< 15 us */
11984 #define SAADC_CH_CONFIG_TACQ_20us (4UL) /*!< 20 us */
11985 #define SAADC_CH_CONFIG_TACQ_40us (5UL) /*!< 40 us */
11986 
11987 /* Bit 12 : Reference control */
11988 #define SAADC_CH_CONFIG_REFSEL_Pos (12UL) /*!< Position of REFSEL field. */
11989 #define SAADC_CH_CONFIG_REFSEL_Msk (0x1UL << SAADC_CH_CONFIG_REFSEL_Pos) /*!< Bit mask of REFSEL field. */
11990 #define SAADC_CH_CONFIG_REFSEL_Internal (0UL) /*!< Internal reference (0.6 V) */
11991 #define SAADC_CH_CONFIG_REFSEL_VDD1_4 (1UL) /*!< VDD/4 as reference */
11992 
11993 /* Bits 10..8 : Gain control */
11994 #define SAADC_CH_CONFIG_GAIN_Pos (8UL) /*!< Position of GAIN field. */
11995 #define SAADC_CH_CONFIG_GAIN_Msk (0x7UL << SAADC_CH_CONFIG_GAIN_Pos) /*!< Bit mask of GAIN field. */
11996 #define SAADC_CH_CONFIG_GAIN_Gain1_6 (0UL) /*!< 1/6 */
11997 #define SAADC_CH_CONFIG_GAIN_Gain1_5 (1UL) /*!< 1/5 */
11998 #define SAADC_CH_CONFIG_GAIN_Gain1_4 (2UL) /*!< 1/4 */
11999 #define SAADC_CH_CONFIG_GAIN_Gain1_3 (3UL) /*!< 1/3 */
12000 #define SAADC_CH_CONFIG_GAIN_Gain1_2 (4UL) /*!< 1/2 */
12001 #define SAADC_CH_CONFIG_GAIN_Gain1 (5UL) /*!< 1 */
12002 #define SAADC_CH_CONFIG_GAIN_Gain2 (6UL) /*!< 2 */
12003 #define SAADC_CH_CONFIG_GAIN_Gain4 (7UL) /*!< 4 */
12004 
12005 /* Bits 5..4 : Negative channel resistor control */
12006 #define SAADC_CH_CONFIG_RESN_Pos (4UL) /*!< Position of RESN field. */
12007 #define SAADC_CH_CONFIG_RESN_Msk (0x3UL << SAADC_CH_CONFIG_RESN_Pos) /*!< Bit mask of RESN field. */
12008 #define SAADC_CH_CONFIG_RESN_Bypass (0UL) /*!< Bypass resistor ladder */
12009 #define SAADC_CH_CONFIG_RESN_Pulldown (1UL) /*!< Pull-down to GND */
12010 #define SAADC_CH_CONFIG_RESN_Pullup (2UL) /*!< Pull-up to VDD */
12011 #define SAADC_CH_CONFIG_RESN_VDD1_2 (3UL) /*!< Set input at VDD/2 */
12012 
12013 /* Bits 1..0 : Positive channel resistor control */
12014 #define SAADC_CH_CONFIG_RESP_Pos (0UL) /*!< Position of RESP field. */
12015 #define SAADC_CH_CONFIG_RESP_Msk (0x3UL << SAADC_CH_CONFIG_RESP_Pos) /*!< Bit mask of RESP field. */
12016 #define SAADC_CH_CONFIG_RESP_Bypass (0UL) /*!< Bypass resistor ladder */
12017 #define SAADC_CH_CONFIG_RESP_Pulldown (1UL) /*!< Pull-down to GND */
12018 #define SAADC_CH_CONFIG_RESP_Pullup (2UL) /*!< Pull-up to VDD */
12019 #define SAADC_CH_CONFIG_RESP_VDD1_2 (3UL) /*!< Set input at VDD/2 */
12020 
12021 /* Register: SAADC_CH_LIMIT */
12022 /* Description: Description cluster[n]: High/low limits for event monitoring of a channel */
12023 
12024 /* Bits 31..16 : High level limit */
12025 #define SAADC_CH_LIMIT_HIGH_Pos (16UL) /*!< Position of HIGH field. */
12026 #define SAADC_CH_LIMIT_HIGH_Msk (0xFFFFUL << SAADC_CH_LIMIT_HIGH_Pos) /*!< Bit mask of HIGH field. */
12027 
12028 /* Bits 15..0 : Low level limit */
12029 #define SAADC_CH_LIMIT_LOW_Pos (0UL) /*!< Position of LOW field. */
12030 #define SAADC_CH_LIMIT_LOW_Msk (0xFFFFUL << SAADC_CH_LIMIT_LOW_Pos) /*!< Bit mask of LOW field. */
12031 
12032 /* Register: SAADC_RESOLUTION */
12033 /* Description: Resolution configuration */
12034 
12035 /* Bits 2..0 : Set the resolution */
12036 #define SAADC_RESOLUTION_VAL_Pos (0UL) /*!< Position of VAL field. */
12037 #define SAADC_RESOLUTION_VAL_Msk (0x7UL << SAADC_RESOLUTION_VAL_Pos) /*!< Bit mask of VAL field. */
12038 #define SAADC_RESOLUTION_VAL_8bit (0UL) /*!< 8 bits */
12039 #define SAADC_RESOLUTION_VAL_10bit (1UL) /*!< 10 bits */
12040 #define SAADC_RESOLUTION_VAL_12bit (2UL) /*!< 12 bits */
12041 #define SAADC_RESOLUTION_VAL_14bit (3UL) /*!< 14 bits */
12042 
12043 /* Register: SAADC_OVERSAMPLE */
12044 /* Description: Oversampling configuration. The RESOLUTION is applied before averaging, thus for high OVERSAMPLE a higher RESOLUTION should be used. */
12045 
12046 /* Bits 3..0 : Oversample control */
12047 #define SAADC_OVERSAMPLE_OVERSAMPLE_Pos (0UL) /*!< Position of OVERSAMPLE field. */
12048 #define SAADC_OVERSAMPLE_OVERSAMPLE_Msk (0xFUL << SAADC_OVERSAMPLE_OVERSAMPLE_Pos) /*!< Bit mask of OVERSAMPLE field. */
12049 #define SAADC_OVERSAMPLE_OVERSAMPLE_Bypass (0UL) /*!< Bypass oversampling */
12050 #define SAADC_OVERSAMPLE_OVERSAMPLE_Over2x (1UL) /*!< Oversample 2x */
12051 #define SAADC_OVERSAMPLE_OVERSAMPLE_Over4x (2UL) /*!< Oversample 4x */
12052 #define SAADC_OVERSAMPLE_OVERSAMPLE_Over8x (3UL) /*!< Oversample 8x */
12053 #define SAADC_OVERSAMPLE_OVERSAMPLE_Over16x (4UL) /*!< Oversample 16x */
12054 #define SAADC_OVERSAMPLE_OVERSAMPLE_Over32x (5UL) /*!< Oversample 32x */
12055 #define SAADC_OVERSAMPLE_OVERSAMPLE_Over64x (6UL) /*!< Oversample 64x */
12056 #define SAADC_OVERSAMPLE_OVERSAMPLE_Over128x (7UL) /*!< Oversample 128x */
12057 #define SAADC_OVERSAMPLE_OVERSAMPLE_Over256x (8UL) /*!< Oversample 256x */
12058 
12059 /* Register: SAADC_SAMPLERATE */
12060 /* Description: Controls normal or continuous sample rate */
12061 
12062 /* Bit 12 : Select mode for sample rate control */
12063 #define SAADC_SAMPLERATE_MODE_Pos (12UL) /*!< Position of MODE field. */
12064 #define SAADC_SAMPLERATE_MODE_Msk (0x1UL << SAADC_SAMPLERATE_MODE_Pos) /*!< Bit mask of MODE field. */
12065 #define SAADC_SAMPLERATE_MODE_Task (0UL) /*!< Rate is controlled from SAMPLE task */
12066 #define SAADC_SAMPLERATE_MODE_Timers (1UL) /*!< Rate is controlled from local timer (use CC to control the rate) */
12067 
12068 /* Bits 10..0 : Capture and compare value. Sample rate is 16 MHz/CC */
12069 #define SAADC_SAMPLERATE_CC_Pos (0UL) /*!< Position of CC field. */
12070 #define SAADC_SAMPLERATE_CC_Msk (0x7FFUL << SAADC_SAMPLERATE_CC_Pos) /*!< Bit mask of CC field. */
12071 
12072 /* Register: SAADC_RESULT_PTR */
12073 /* Description: Data pointer */
12074 
12075 /* Bits 31..0 : Data pointer */
12076 #define SAADC_RESULT_PTR_PTR_Pos (0UL) /*!< Position of PTR field. */
12077 #define SAADC_RESULT_PTR_PTR_Msk (0xFFFFFFFFUL << SAADC_RESULT_PTR_PTR_Pos) /*!< Bit mask of PTR field. */
12078 
12079 /* Register: SAADC_RESULT_MAXCNT */
12080 /* Description: Maximum number of 16-bit samples to be written to output RAM buffer */
12081 
12082 /* Bits 14..0 : Maximum number of 16-bit samples to be written to output RAM buffer */
12083 #define SAADC_RESULT_MAXCNT_MAXCNT_Pos (0UL) /*!< Position of MAXCNT field. */
12084 #define SAADC_RESULT_MAXCNT_MAXCNT_Msk (0x7FFFUL << SAADC_RESULT_MAXCNT_MAXCNT_Pos) /*!< Bit mask of MAXCNT field. */
12085 
12086 /* Register: SAADC_RESULT_AMOUNT */
12087 /* Description: Number of 16-bit samples written to output RAM buffer since the previous START task */
12088 
12089 /* Bits 14..0 : Number of 16-bit samples written to output RAM buffer since the previous START task. This register can be read after an END or STOPPED event. */
12090 #define SAADC_RESULT_AMOUNT_AMOUNT_Pos (0UL) /*!< Position of AMOUNT field. */
12091 #define SAADC_RESULT_AMOUNT_AMOUNT_Msk (0x7FFFUL << SAADC_RESULT_AMOUNT_AMOUNT_Pos) /*!< Bit mask of AMOUNT field. */
12092 
12093 
12094 /* Peripheral: SPI */
12095 /* Description: Serial Peripheral Interface 0 */
12096 
12097 /* Register: SPI_EVENTS_READY */
12098 /* Description: TXD byte sent and RXD byte received */
12099 
12100 /* Bit 0 :   */
12101 #define SPI_EVENTS_READY_EVENTS_READY_Pos (0UL) /*!< Position of EVENTS_READY field. */
12102 #define SPI_EVENTS_READY_EVENTS_READY_Msk (0x1UL << SPI_EVENTS_READY_EVENTS_READY_Pos) /*!< Bit mask of EVENTS_READY field. */
12103 
12104 /* Register: SPI_INTENSET */
12105 /* Description: Enable interrupt */
12106 
12107 /* Bit 2 : Write '1' to enable interrupt for READY event */
12108 #define SPI_INTENSET_READY_Pos (2UL) /*!< Position of READY field. */
12109 #define SPI_INTENSET_READY_Msk (0x1UL << SPI_INTENSET_READY_Pos) /*!< Bit mask of READY field. */
12110 #define SPI_INTENSET_READY_Disabled (0UL) /*!< Read: Disabled */
12111 #define SPI_INTENSET_READY_Enabled (1UL) /*!< Read: Enabled */
12112 #define SPI_INTENSET_READY_Set (1UL) /*!< Enable */
12113 
12114 /* Register: SPI_INTENCLR */
12115 /* Description: Disable interrupt */
12116 
12117 /* Bit 2 : Write '1' to disable interrupt for READY event */
12118 #define SPI_INTENCLR_READY_Pos (2UL) /*!< Position of READY field. */
12119 #define SPI_INTENCLR_READY_Msk (0x1UL << SPI_INTENCLR_READY_Pos) /*!< Bit mask of READY field. */
12120 #define SPI_INTENCLR_READY_Disabled (0UL) /*!< Read: Disabled */
12121 #define SPI_INTENCLR_READY_Enabled (1UL) /*!< Read: Enabled */
12122 #define SPI_INTENCLR_READY_Clear (1UL) /*!< Disable */
12123 
12124 /* Register: SPI_ENABLE */
12125 /* Description: Enable SPI */
12126 
12127 /* Bits 3..0 : Enable or disable SPI */
12128 #define SPI_ENABLE_ENABLE_Pos (0UL) /*!< Position of ENABLE field. */
12129 #define SPI_ENABLE_ENABLE_Msk (0xFUL << SPI_ENABLE_ENABLE_Pos) /*!< Bit mask of ENABLE field. */
12130 #define SPI_ENABLE_ENABLE_Disabled (0UL) /*!< Disable SPI */
12131 #define SPI_ENABLE_ENABLE_Enabled (1UL) /*!< Enable SPI */
12132 
12133 /* Register: SPI_PSEL_SCK */
12134 /* Description: Pin select for SCK */
12135 
12136 /* Bit 31 : Connection */
12137 #define SPI_PSEL_SCK_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */
12138 #define SPI_PSEL_SCK_CONNECT_Msk (0x1UL << SPI_PSEL_SCK_CONNECT_Pos) /*!< Bit mask of CONNECT field. */
12139 #define SPI_PSEL_SCK_CONNECT_Connected (0UL) /*!< Connect */
12140 #define SPI_PSEL_SCK_CONNECT_Disconnected (1UL) /*!< Disconnect */
12141 
12142 /* Bit 5 : Port number */
12143 #define SPI_PSEL_SCK_PORT_Pos (5UL) /*!< Position of PORT field. */
12144 #define SPI_PSEL_SCK_PORT_Msk (0x1UL << SPI_PSEL_SCK_PORT_Pos) /*!< Bit mask of PORT field. */
12145 
12146 /* Bits 4..0 : Pin number */
12147 #define SPI_PSEL_SCK_PIN_Pos (0UL) /*!< Position of PIN field. */
12148 #define SPI_PSEL_SCK_PIN_Msk (0x1FUL << SPI_PSEL_SCK_PIN_Pos) /*!< Bit mask of PIN field. */
12149 
12150 /* Register: SPI_PSEL_MOSI */
12151 /* Description: Pin select for MOSI signal */
12152 
12153 /* Bit 31 : Connection */
12154 #define SPI_PSEL_MOSI_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */
12155 #define SPI_PSEL_MOSI_CONNECT_Msk (0x1UL << SPI_PSEL_MOSI_CONNECT_Pos) /*!< Bit mask of CONNECT field. */
12156 #define SPI_PSEL_MOSI_CONNECT_Connected (0UL) /*!< Connect */
12157 #define SPI_PSEL_MOSI_CONNECT_Disconnected (1UL) /*!< Disconnect */
12158 
12159 /* Bit 5 : Port number */
12160 #define SPI_PSEL_MOSI_PORT_Pos (5UL) /*!< Position of PORT field. */
12161 #define SPI_PSEL_MOSI_PORT_Msk (0x1UL << SPI_PSEL_MOSI_PORT_Pos) /*!< Bit mask of PORT field. */
12162 
12163 /* Bits 4..0 : Pin number */
12164 #define SPI_PSEL_MOSI_PIN_Pos (0UL) /*!< Position of PIN field. */
12165 #define SPI_PSEL_MOSI_PIN_Msk (0x1FUL << SPI_PSEL_MOSI_PIN_Pos) /*!< Bit mask of PIN field. */
12166 
12167 /* Register: SPI_PSEL_MISO */
12168 /* Description: Pin select for MISO signal */
12169 
12170 /* Bit 31 : Connection */
12171 #define SPI_PSEL_MISO_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */
12172 #define SPI_PSEL_MISO_CONNECT_Msk (0x1UL << SPI_PSEL_MISO_CONNECT_Pos) /*!< Bit mask of CONNECT field. */
12173 #define SPI_PSEL_MISO_CONNECT_Connected (0UL) /*!< Connect */
12174 #define SPI_PSEL_MISO_CONNECT_Disconnected (1UL) /*!< Disconnect */
12175 
12176 /* Bit 5 : Port number */
12177 #define SPI_PSEL_MISO_PORT_Pos (5UL) /*!< Position of PORT field. */
12178 #define SPI_PSEL_MISO_PORT_Msk (0x1UL << SPI_PSEL_MISO_PORT_Pos) /*!< Bit mask of PORT field. */
12179 
12180 /* Bits 4..0 : Pin number */
12181 #define SPI_PSEL_MISO_PIN_Pos (0UL) /*!< Position of PIN field. */
12182 #define SPI_PSEL_MISO_PIN_Msk (0x1FUL << SPI_PSEL_MISO_PIN_Pos) /*!< Bit mask of PIN field. */
12183 
12184 /* Register: SPI_RXD */
12185 /* Description: RXD register */
12186 
12187 /* Bits 7..0 : RX data received. Double buffered */
12188 #define SPI_RXD_RXD_Pos (0UL) /*!< Position of RXD field. */
12189 #define SPI_RXD_RXD_Msk (0xFFUL << SPI_RXD_RXD_Pos) /*!< Bit mask of RXD field. */
12190 
12191 /* Register: SPI_TXD */
12192 /* Description: TXD register */
12193 
12194 /* Bits 7..0 : TX data to send. Double buffered */
12195 #define SPI_TXD_TXD_Pos (0UL) /*!< Position of TXD field. */
12196 #define SPI_TXD_TXD_Msk (0xFFUL << SPI_TXD_TXD_Pos) /*!< Bit mask of TXD field. */
12197 
12198 /* Register: SPI_FREQUENCY */
12199 /* Description: SPI frequency. Accuracy depends on the HFCLK source selected. */
12200 
12201 /* Bits 31..0 : SPI master data rate */
12202 #define SPI_FREQUENCY_FREQUENCY_Pos (0UL) /*!< Position of FREQUENCY field. */
12203 #define SPI_FREQUENCY_FREQUENCY_Msk (0xFFFFFFFFUL << SPI_FREQUENCY_FREQUENCY_Pos) /*!< Bit mask of FREQUENCY field. */
12204 #define SPI_FREQUENCY_FREQUENCY_K125 (0x02000000UL) /*!< 125 kbps */
12205 #define SPI_FREQUENCY_FREQUENCY_K250 (0x04000000UL) /*!< 250 kbps */
12206 #define SPI_FREQUENCY_FREQUENCY_K500 (0x08000000UL) /*!< 500 kbps */
12207 #define SPI_FREQUENCY_FREQUENCY_M1 (0x10000000UL) /*!< 1 Mbps */
12208 #define SPI_FREQUENCY_FREQUENCY_M2 (0x20000000UL) /*!< 2 Mbps */
12209 #define SPI_FREQUENCY_FREQUENCY_M4 (0x40000000UL) /*!< 4 Mbps */
12210 #define SPI_FREQUENCY_FREQUENCY_M8 (0x80000000UL) /*!< 8 Mbps */
12211 
12212 /* Register: SPI_CONFIG */
12213 /* Description: Configuration register */
12214 
12215 /* Bit 2 : Serial clock (SCK) polarity */
12216 #define SPI_CONFIG_CPOL_Pos (2UL) /*!< Position of CPOL field. */
12217 #define SPI_CONFIG_CPOL_Msk (0x1UL << SPI_CONFIG_CPOL_Pos) /*!< Bit mask of CPOL field. */
12218 #define SPI_CONFIG_CPOL_ActiveHigh (0UL) /*!< Active high */
12219 #define SPI_CONFIG_CPOL_ActiveLow (1UL) /*!< Active low */
12220 
12221 /* Bit 1 : Serial clock (SCK) phase */
12222 #define SPI_CONFIG_CPHA_Pos (1UL) /*!< Position of CPHA field. */
12223 #define SPI_CONFIG_CPHA_Msk (0x1UL << SPI_CONFIG_CPHA_Pos) /*!< Bit mask of CPHA field. */
12224 #define SPI_CONFIG_CPHA_Leading (0UL) /*!< Sample on leading edge of clock, shift serial data on trailing edge */
12225 #define SPI_CONFIG_CPHA_Trailing (1UL) /*!< Sample on trailing edge of clock, shift serial data on leading edge */
12226 
12227 /* Bit 0 : Bit order */
12228 #define SPI_CONFIG_ORDER_Pos (0UL) /*!< Position of ORDER field. */
12229 #define SPI_CONFIG_ORDER_Msk (0x1UL << SPI_CONFIG_ORDER_Pos) /*!< Bit mask of ORDER field. */
12230 #define SPI_CONFIG_ORDER_MsbFirst (0UL) /*!< Most significant bit shifted out first */
12231 #define SPI_CONFIG_ORDER_LsbFirst (1UL) /*!< Least significant bit shifted out first */
12232 
12233 
12234 /* Peripheral: SPIM */
12235 /* Description: Serial Peripheral Interface Master with EasyDMA 0 */
12236 
12237 /* Register: SPIM_TASKS_START */
12238 /* Description: Start SPI transaction */
12239 
12240 /* Bit 0 :   */
12241 #define SPIM_TASKS_START_TASKS_START_Pos (0UL) /*!< Position of TASKS_START field. */
12242 #define SPIM_TASKS_START_TASKS_START_Msk (0x1UL << SPIM_TASKS_START_TASKS_START_Pos) /*!< Bit mask of TASKS_START field. */
12243 
12244 /* Register: SPIM_TASKS_STOP */
12245 /* Description: Stop SPI transaction */
12246 
12247 /* Bit 0 :   */
12248 #define SPIM_TASKS_STOP_TASKS_STOP_Pos (0UL) /*!< Position of TASKS_STOP field. */
12249 #define SPIM_TASKS_STOP_TASKS_STOP_Msk (0x1UL << SPIM_TASKS_STOP_TASKS_STOP_Pos) /*!< Bit mask of TASKS_STOP field. */
12250 
12251 /* Register: SPIM_TASKS_SUSPEND */
12252 /* Description: Suspend SPI transaction */
12253 
12254 /* Bit 0 :   */
12255 #define SPIM_TASKS_SUSPEND_TASKS_SUSPEND_Pos (0UL) /*!< Position of TASKS_SUSPEND field. */
12256 #define SPIM_TASKS_SUSPEND_TASKS_SUSPEND_Msk (0x1UL << SPIM_TASKS_SUSPEND_TASKS_SUSPEND_Pos) /*!< Bit mask of TASKS_SUSPEND field. */
12257 
12258 /* Register: SPIM_TASKS_RESUME */
12259 /* Description: Resume SPI transaction */
12260 
12261 /* Bit 0 :   */
12262 #define SPIM_TASKS_RESUME_TASKS_RESUME_Pos (0UL) /*!< Position of TASKS_RESUME field. */
12263 #define SPIM_TASKS_RESUME_TASKS_RESUME_Msk (0x1UL << SPIM_TASKS_RESUME_TASKS_RESUME_Pos) /*!< Bit mask of TASKS_RESUME field. */
12264 
12265 /* Register: SPIM_EVENTS_STOPPED */
12266 /* Description: SPI transaction has stopped */
12267 
12268 /* Bit 0 :   */
12269 #define SPIM_EVENTS_STOPPED_EVENTS_STOPPED_Pos (0UL) /*!< Position of EVENTS_STOPPED field. */
12270 #define SPIM_EVENTS_STOPPED_EVENTS_STOPPED_Msk (0x1UL << SPIM_EVENTS_STOPPED_EVENTS_STOPPED_Pos) /*!< Bit mask of EVENTS_STOPPED field. */
12271 
12272 /* Register: SPIM_EVENTS_ENDRX */
12273 /* Description: End of RXD buffer reached */
12274 
12275 /* Bit 0 :   */
12276 #define SPIM_EVENTS_ENDRX_EVENTS_ENDRX_Pos (0UL) /*!< Position of EVENTS_ENDRX field. */
12277 #define SPIM_EVENTS_ENDRX_EVENTS_ENDRX_Msk (0x1UL << SPIM_EVENTS_ENDRX_EVENTS_ENDRX_Pos) /*!< Bit mask of EVENTS_ENDRX field. */
12278 
12279 /* Register: SPIM_EVENTS_END */
12280 /* Description: End of RXD buffer and TXD buffer reached */
12281 
12282 /* Bit 0 :   */
12283 #define SPIM_EVENTS_END_EVENTS_END_Pos (0UL) /*!< Position of EVENTS_END field. */
12284 #define SPIM_EVENTS_END_EVENTS_END_Msk (0x1UL << SPIM_EVENTS_END_EVENTS_END_Pos) /*!< Bit mask of EVENTS_END field. */
12285 
12286 /* Register: SPIM_EVENTS_ENDTX */
12287 /* Description: End of TXD buffer reached */
12288 
12289 /* Bit 0 :   */
12290 #define SPIM_EVENTS_ENDTX_EVENTS_ENDTX_Pos (0UL) /*!< Position of EVENTS_ENDTX field. */
12291 #define SPIM_EVENTS_ENDTX_EVENTS_ENDTX_Msk (0x1UL << SPIM_EVENTS_ENDTX_EVENTS_ENDTX_Pos) /*!< Bit mask of EVENTS_ENDTX field. */
12292 
12293 /* Register: SPIM_EVENTS_STARTED */
12294 /* Description: Transaction started */
12295 
12296 /* Bit 0 :   */
12297 #define SPIM_EVENTS_STARTED_EVENTS_STARTED_Pos (0UL) /*!< Position of EVENTS_STARTED field. */
12298 #define SPIM_EVENTS_STARTED_EVENTS_STARTED_Msk (0x1UL << SPIM_EVENTS_STARTED_EVENTS_STARTED_Pos) /*!< Bit mask of EVENTS_STARTED field. */
12299 
12300 /* Register: SPIM_SHORTS */
12301 /* Description: Shortcut register */
12302 
12303 /* Bit 17 : Shortcut between END event and START task */
12304 #define SPIM_SHORTS_END_START_Pos (17UL) /*!< Position of END_START field. */
12305 #define SPIM_SHORTS_END_START_Msk (0x1UL << SPIM_SHORTS_END_START_Pos) /*!< Bit mask of END_START field. */
12306 #define SPIM_SHORTS_END_START_Disabled (0UL) /*!< Disable shortcut */
12307 #define SPIM_SHORTS_END_START_Enabled (1UL) /*!< Enable shortcut */
12308 
12309 /* Register: SPIM_INTENSET */
12310 /* Description: Enable interrupt */
12311 
12312 /* Bit 19 : Write '1' to enable interrupt for STARTED event */
12313 #define SPIM_INTENSET_STARTED_Pos (19UL) /*!< Position of STARTED field. */
12314 #define SPIM_INTENSET_STARTED_Msk (0x1UL << SPIM_INTENSET_STARTED_Pos) /*!< Bit mask of STARTED field. */
12315 #define SPIM_INTENSET_STARTED_Disabled (0UL) /*!< Read: Disabled */
12316 #define SPIM_INTENSET_STARTED_Enabled (1UL) /*!< Read: Enabled */
12317 #define SPIM_INTENSET_STARTED_Set (1UL) /*!< Enable */
12318 
12319 /* Bit 8 : Write '1' to enable interrupt for ENDTX event */
12320 #define SPIM_INTENSET_ENDTX_Pos (8UL) /*!< Position of ENDTX field. */
12321 #define SPIM_INTENSET_ENDTX_Msk (0x1UL << SPIM_INTENSET_ENDTX_Pos) /*!< Bit mask of ENDTX field. */
12322 #define SPIM_INTENSET_ENDTX_Disabled (0UL) /*!< Read: Disabled */
12323 #define SPIM_INTENSET_ENDTX_Enabled (1UL) /*!< Read: Enabled */
12324 #define SPIM_INTENSET_ENDTX_Set (1UL) /*!< Enable */
12325 
12326 /* Bit 6 : Write '1' to enable interrupt for END event */
12327 #define SPIM_INTENSET_END_Pos (6UL) /*!< Position of END field. */
12328 #define SPIM_INTENSET_END_Msk (0x1UL << SPIM_INTENSET_END_Pos) /*!< Bit mask of END field. */
12329 #define SPIM_INTENSET_END_Disabled (0UL) /*!< Read: Disabled */
12330 #define SPIM_INTENSET_END_Enabled (1UL) /*!< Read: Enabled */
12331 #define SPIM_INTENSET_END_Set (1UL) /*!< Enable */
12332 
12333 /* Bit 4 : Write '1' to enable interrupt for ENDRX event */
12334 #define SPIM_INTENSET_ENDRX_Pos (4UL) /*!< Position of ENDRX field. */
12335 #define SPIM_INTENSET_ENDRX_Msk (0x1UL << SPIM_INTENSET_ENDRX_Pos) /*!< Bit mask of ENDRX field. */
12336 #define SPIM_INTENSET_ENDRX_Disabled (0UL) /*!< Read: Disabled */
12337 #define SPIM_INTENSET_ENDRX_Enabled (1UL) /*!< Read: Enabled */
12338 #define SPIM_INTENSET_ENDRX_Set (1UL) /*!< Enable */
12339 
12340 /* Bit 1 : Write '1' to enable interrupt for STOPPED event */
12341 #define SPIM_INTENSET_STOPPED_Pos (1UL) /*!< Position of STOPPED field. */
12342 #define SPIM_INTENSET_STOPPED_Msk (0x1UL << SPIM_INTENSET_STOPPED_Pos) /*!< Bit mask of STOPPED field. */
12343 #define SPIM_INTENSET_STOPPED_Disabled (0UL) /*!< Read: Disabled */
12344 #define SPIM_INTENSET_STOPPED_Enabled (1UL) /*!< Read: Enabled */
12345 #define SPIM_INTENSET_STOPPED_Set (1UL) /*!< Enable */
12346 
12347 /* Register: SPIM_INTENCLR */
12348 /* Description: Disable interrupt */
12349 
12350 /* Bit 19 : Write '1' to disable interrupt for STARTED event */
12351 #define SPIM_INTENCLR_STARTED_Pos (19UL) /*!< Position of STARTED field. */
12352 #define SPIM_INTENCLR_STARTED_Msk (0x1UL << SPIM_INTENCLR_STARTED_Pos) /*!< Bit mask of STARTED field. */
12353 #define SPIM_INTENCLR_STARTED_Disabled (0UL) /*!< Read: Disabled */
12354 #define SPIM_INTENCLR_STARTED_Enabled (1UL) /*!< Read: Enabled */
12355 #define SPIM_INTENCLR_STARTED_Clear (1UL) /*!< Disable */
12356 
12357 /* Bit 8 : Write '1' to disable interrupt for ENDTX event */
12358 #define SPIM_INTENCLR_ENDTX_Pos (8UL) /*!< Position of ENDTX field. */
12359 #define SPIM_INTENCLR_ENDTX_Msk (0x1UL << SPIM_INTENCLR_ENDTX_Pos) /*!< Bit mask of ENDTX field. */
12360 #define SPIM_INTENCLR_ENDTX_Disabled (0UL) /*!< Read: Disabled */
12361 #define SPIM_INTENCLR_ENDTX_Enabled (1UL) /*!< Read: Enabled */
12362 #define SPIM_INTENCLR_ENDTX_Clear (1UL) /*!< Disable */
12363 
12364 /* Bit 6 : Write '1' to disable interrupt for END event */
12365 #define SPIM_INTENCLR_END_Pos (6UL) /*!< Position of END field. */
12366 #define SPIM_INTENCLR_END_Msk (0x1UL << SPIM_INTENCLR_END_Pos) /*!< Bit mask of END field. */
12367 #define SPIM_INTENCLR_END_Disabled (0UL) /*!< Read: Disabled */
12368 #define SPIM_INTENCLR_END_Enabled (1UL) /*!< Read: Enabled */
12369 #define SPIM_INTENCLR_END_Clear (1UL) /*!< Disable */
12370 
12371 /* Bit 4 : Write '1' to disable interrupt for ENDRX event */
12372 #define SPIM_INTENCLR_ENDRX_Pos (4UL) /*!< Position of ENDRX field. */
12373 #define SPIM_INTENCLR_ENDRX_Msk (0x1UL << SPIM_INTENCLR_ENDRX_Pos) /*!< Bit mask of ENDRX field. */
12374 #define SPIM_INTENCLR_ENDRX_Disabled (0UL) /*!< Read: Disabled */
12375 #define SPIM_INTENCLR_ENDRX_Enabled (1UL) /*!< Read: Enabled */
12376 #define SPIM_INTENCLR_ENDRX_Clear (1UL) /*!< Disable */
12377 
12378 /* Bit 1 : Write '1' to disable interrupt for STOPPED event */
12379 #define SPIM_INTENCLR_STOPPED_Pos (1UL) /*!< Position of STOPPED field. */
12380 #define SPIM_INTENCLR_STOPPED_Msk (0x1UL << SPIM_INTENCLR_STOPPED_Pos) /*!< Bit mask of STOPPED field. */
12381 #define SPIM_INTENCLR_STOPPED_Disabled (0UL) /*!< Read: Disabled */
12382 #define SPIM_INTENCLR_STOPPED_Enabled (1UL) /*!< Read: Enabled */
12383 #define SPIM_INTENCLR_STOPPED_Clear (1UL) /*!< Disable */
12384 
12385 /* Register: SPIM_STALLSTAT */
12386 /* Description: Stall status for EasyDMA RAM accesses. The fields in this register is set to STALL by hardware whenever a stall occurres and can be cleared (set to NOSTALL) by the CPU. */
12387 
12388 /* Bit 1 : Stall status for EasyDMA RAM writes */
12389 #define SPIM_STALLSTAT_RX_Pos (1UL) /*!< Position of RX field. */
12390 #define SPIM_STALLSTAT_RX_Msk (0x1UL << SPIM_STALLSTAT_RX_Pos) /*!< Bit mask of RX field. */
12391 #define SPIM_STALLSTAT_RX_NOSTALL (0UL) /*!< No stall */
12392 #define SPIM_STALLSTAT_RX_STALL (1UL) /*!< A stall has occurred */
12393 
12394 /* Bit 0 : Stall status for EasyDMA RAM reads */
12395 #define SPIM_STALLSTAT_TX_Pos (0UL) /*!< Position of TX field. */
12396 #define SPIM_STALLSTAT_TX_Msk (0x1UL << SPIM_STALLSTAT_TX_Pos) /*!< Bit mask of TX field. */
12397 #define SPIM_STALLSTAT_TX_NOSTALL (0UL) /*!< No stall */
12398 #define SPIM_STALLSTAT_TX_STALL (1UL) /*!< A stall has occurred */
12399 
12400 /* Register: SPIM_ENABLE */
12401 /* Description: Enable SPIM */
12402 
12403 /* Bits 3..0 : Enable or disable SPIM */
12404 #define SPIM_ENABLE_ENABLE_Pos (0UL) /*!< Position of ENABLE field. */
12405 #define SPIM_ENABLE_ENABLE_Msk (0xFUL << SPIM_ENABLE_ENABLE_Pos) /*!< Bit mask of ENABLE field. */
12406 #define SPIM_ENABLE_ENABLE_Disabled (0UL) /*!< Disable SPIM */
12407 #define SPIM_ENABLE_ENABLE_Enabled (7UL) /*!< Enable SPIM */
12408 
12409 /* Register: SPIM_PSEL_SCK */
12410 /* Description: Pin select for SCK */
12411 
12412 /* Bit 31 : Connection */
12413 #define SPIM_PSEL_SCK_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */
12414 #define SPIM_PSEL_SCK_CONNECT_Msk (0x1UL << SPIM_PSEL_SCK_CONNECT_Pos) /*!< Bit mask of CONNECT field. */
12415 #define SPIM_PSEL_SCK_CONNECT_Connected (0UL) /*!< Connect */
12416 #define SPIM_PSEL_SCK_CONNECT_Disconnected (1UL) /*!< Disconnect */
12417 
12418 /* Bit 5 : Port number */
12419 #define SPIM_PSEL_SCK_PORT_Pos (5UL) /*!< Position of PORT field. */
12420 #define SPIM_PSEL_SCK_PORT_Msk (0x1UL << SPIM_PSEL_SCK_PORT_Pos) /*!< Bit mask of PORT field. */
12421 
12422 /* Bits 4..0 : Pin number */
12423 #define SPIM_PSEL_SCK_PIN_Pos (0UL) /*!< Position of PIN field. */
12424 #define SPIM_PSEL_SCK_PIN_Msk (0x1FUL << SPIM_PSEL_SCK_PIN_Pos) /*!< Bit mask of PIN field. */
12425 
12426 /* Register: SPIM_PSEL_MOSI */
12427 /* Description: Pin select for MOSI signal */
12428 
12429 /* Bit 31 : Connection */
12430 #define SPIM_PSEL_MOSI_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */
12431 #define SPIM_PSEL_MOSI_CONNECT_Msk (0x1UL << SPIM_PSEL_MOSI_CONNECT_Pos) /*!< Bit mask of CONNECT field. */
12432 #define SPIM_PSEL_MOSI_CONNECT_Connected (0UL) /*!< Connect */
12433 #define SPIM_PSEL_MOSI_CONNECT_Disconnected (1UL) /*!< Disconnect */
12434 
12435 /* Bit 5 : Port number */
12436 #define SPIM_PSEL_MOSI_PORT_Pos (5UL) /*!< Position of PORT field. */
12437 #define SPIM_PSEL_MOSI_PORT_Msk (0x1UL << SPIM_PSEL_MOSI_PORT_Pos) /*!< Bit mask of PORT field. */
12438 
12439 /* Bits 4..0 : Pin number */
12440 #define SPIM_PSEL_MOSI_PIN_Pos (0UL) /*!< Position of PIN field. */
12441 #define SPIM_PSEL_MOSI_PIN_Msk (0x1FUL << SPIM_PSEL_MOSI_PIN_Pos) /*!< Bit mask of PIN field. */
12442 
12443 /* Register: SPIM_PSEL_MISO */
12444 /* Description: Pin select for MISO signal */
12445 
12446 /* Bit 31 : Connection */
12447 #define SPIM_PSEL_MISO_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */
12448 #define SPIM_PSEL_MISO_CONNECT_Msk (0x1UL << SPIM_PSEL_MISO_CONNECT_Pos) /*!< Bit mask of CONNECT field. */
12449 #define SPIM_PSEL_MISO_CONNECT_Connected (0UL) /*!< Connect */
12450 #define SPIM_PSEL_MISO_CONNECT_Disconnected (1UL) /*!< Disconnect */
12451 
12452 /* Bit 5 : Port number */
12453 #define SPIM_PSEL_MISO_PORT_Pos (5UL) /*!< Position of PORT field. */
12454 #define SPIM_PSEL_MISO_PORT_Msk (0x1UL << SPIM_PSEL_MISO_PORT_Pos) /*!< Bit mask of PORT field. */
12455 
12456 /* Bits 4..0 : Pin number */
12457 #define SPIM_PSEL_MISO_PIN_Pos (0UL) /*!< Position of PIN field. */
12458 #define SPIM_PSEL_MISO_PIN_Msk (0x1FUL << SPIM_PSEL_MISO_PIN_Pos) /*!< Bit mask of PIN field. */
12459 
12460 /* Register: SPIM_PSEL_CSN */
12461 /* Description: Pin select for CSN */
12462 
12463 /* Bit 31 : Connection */
12464 #define SPIM_PSEL_CSN_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */
12465 #define SPIM_PSEL_CSN_CONNECT_Msk (0x1UL << SPIM_PSEL_CSN_CONNECT_Pos) /*!< Bit mask of CONNECT field. */
12466 #define SPIM_PSEL_CSN_CONNECT_Connected (0UL) /*!< Connect */
12467 #define SPIM_PSEL_CSN_CONNECT_Disconnected (1UL) /*!< Disconnect */
12468 
12469 /* Bit 5 : Port number */
12470 #define SPIM_PSEL_CSN_PORT_Pos (5UL) /*!< Position of PORT field. */
12471 #define SPIM_PSEL_CSN_PORT_Msk (0x1UL << SPIM_PSEL_CSN_PORT_Pos) /*!< Bit mask of PORT field. */
12472 
12473 /* Bits 4..0 : Pin number */
12474 #define SPIM_PSEL_CSN_PIN_Pos (0UL) /*!< Position of PIN field. */
12475 #define SPIM_PSEL_CSN_PIN_Msk (0x1FUL << SPIM_PSEL_CSN_PIN_Pos) /*!< Bit mask of PIN field. */
12476 
12477 /* Register: SPIM_FREQUENCY */
12478 /* Description: SPI frequency. Accuracy depends on the HFCLK source selected. */
12479 
12480 /* Bits 31..0 : SPI master data rate */
12481 #define SPIM_FREQUENCY_FREQUENCY_Pos (0UL) /*!< Position of FREQUENCY field. */
12482 #define SPIM_FREQUENCY_FREQUENCY_Msk (0xFFFFFFFFUL << SPIM_FREQUENCY_FREQUENCY_Pos) /*!< Bit mask of FREQUENCY field. */
12483 #define SPIM_FREQUENCY_FREQUENCY_K125 (0x02000000UL) /*!< 125 kbps */
12484 #define SPIM_FREQUENCY_FREQUENCY_K250 (0x04000000UL) /*!< 250 kbps */
12485 #define SPIM_FREQUENCY_FREQUENCY_K500 (0x08000000UL) /*!< 500 kbps */
12486 #define SPIM_FREQUENCY_FREQUENCY_M16 (0x0A000000UL) /*!< 16 Mbps */
12487 #define SPIM_FREQUENCY_FREQUENCY_M1 (0x10000000UL) /*!< 1 Mbps */
12488 #define SPIM_FREQUENCY_FREQUENCY_M32 (0x14000000UL) /*!< 32 Mbps */
12489 #define SPIM_FREQUENCY_FREQUENCY_M2 (0x20000000UL) /*!< 2 Mbps */
12490 #define SPIM_FREQUENCY_FREQUENCY_M4 (0x40000000UL) /*!< 4 Mbps */
12491 #define SPIM_FREQUENCY_FREQUENCY_M8 (0x80000000UL) /*!< 8 Mbps */
12492 
12493 /* Register: SPIM_RXD_PTR */
12494 /* Description: Data pointer */
12495 
12496 /* Bits 31..0 : Data pointer */
12497 #define SPIM_RXD_PTR_PTR_Pos (0UL) /*!< Position of PTR field. */
12498 #define SPIM_RXD_PTR_PTR_Msk (0xFFFFFFFFUL << SPIM_RXD_PTR_PTR_Pos) /*!< Bit mask of PTR field. */
12499 
12500 /* Register: SPIM_RXD_MAXCNT */
12501 /* Description: Maximum number of bytes in receive buffer */
12502 
12503 /* Bits 15..0 : Maximum number of bytes in receive buffer */
12504 #define SPIM_RXD_MAXCNT_MAXCNT_Pos (0UL) /*!< Position of MAXCNT field. */
12505 #define SPIM_RXD_MAXCNT_MAXCNT_Msk (0xFFFFUL << SPIM_RXD_MAXCNT_MAXCNT_Pos) /*!< Bit mask of MAXCNT field. */
12506 
12507 /* Register: SPIM_RXD_AMOUNT */
12508 /* Description: Number of bytes transferred in the last transaction */
12509 
12510 /* Bits 15..0 : Number of bytes transferred in the last transaction */
12511 #define SPIM_RXD_AMOUNT_AMOUNT_Pos (0UL) /*!< Position of AMOUNT field. */
12512 #define SPIM_RXD_AMOUNT_AMOUNT_Msk (0xFFFFUL << SPIM_RXD_AMOUNT_AMOUNT_Pos) /*!< Bit mask of AMOUNT field. */
12513 
12514 /* Register: SPIM_RXD_LIST */
12515 /* Description: EasyDMA list type */
12516 
12517 /* Bits 1..0 : List type */
12518 #define SPIM_RXD_LIST_LIST_Pos (0UL) /*!< Position of LIST field. */
12519 #define SPIM_RXD_LIST_LIST_Msk (0x3UL << SPIM_RXD_LIST_LIST_Pos) /*!< Bit mask of LIST field. */
12520 #define SPIM_RXD_LIST_LIST_Disabled (0UL) /*!< Disable EasyDMA list */
12521 #define SPIM_RXD_LIST_LIST_ArrayList (1UL) /*!< Use array list */
12522 
12523 /* Register: SPIM_TXD_PTR */
12524 /* Description: Data pointer */
12525 
12526 /* Bits 31..0 : Data pointer */
12527 #define SPIM_TXD_PTR_PTR_Pos (0UL) /*!< Position of PTR field. */
12528 #define SPIM_TXD_PTR_PTR_Msk (0xFFFFFFFFUL << SPIM_TXD_PTR_PTR_Pos) /*!< Bit mask of PTR field. */
12529 
12530 /* Register: SPIM_TXD_MAXCNT */
12531 /* Description: Number of bytes in transmit buffer */
12532 
12533 /* Bits 15..0 : Maximum number of bytes in transmit buffer */
12534 #define SPIM_TXD_MAXCNT_MAXCNT_Pos (0UL) /*!< Position of MAXCNT field. */
12535 #define SPIM_TXD_MAXCNT_MAXCNT_Msk (0xFFFFUL << SPIM_TXD_MAXCNT_MAXCNT_Pos) /*!< Bit mask of MAXCNT field. */
12536 
12537 /* Register: SPIM_TXD_AMOUNT */
12538 /* Description: Number of bytes transferred in the last transaction */
12539 
12540 /* Bits 15..0 : Number of bytes transferred in the last transaction */
12541 #define SPIM_TXD_AMOUNT_AMOUNT_Pos (0UL) /*!< Position of AMOUNT field. */
12542 #define SPIM_TXD_AMOUNT_AMOUNT_Msk (0xFFFFUL << SPIM_TXD_AMOUNT_AMOUNT_Pos) /*!< Bit mask of AMOUNT field. */
12543 
12544 /* Register: SPIM_TXD_LIST */
12545 /* Description: EasyDMA list type */
12546 
12547 /* Bits 1..0 : List type */
12548 #define SPIM_TXD_LIST_LIST_Pos (0UL) /*!< Position of LIST field. */
12549 #define SPIM_TXD_LIST_LIST_Msk (0x3UL << SPIM_TXD_LIST_LIST_Pos) /*!< Bit mask of LIST field. */
12550 #define SPIM_TXD_LIST_LIST_Disabled (0UL) /*!< Disable EasyDMA list */
12551 #define SPIM_TXD_LIST_LIST_ArrayList (1UL) /*!< Use array list */
12552 
12553 /* Register: SPIM_CONFIG */
12554 /* Description: Configuration register */
12555 
12556 /* Bit 2 : Serial clock (SCK) polarity */
12557 #define SPIM_CONFIG_CPOL_Pos (2UL) /*!< Position of CPOL field. */
12558 #define SPIM_CONFIG_CPOL_Msk (0x1UL << SPIM_CONFIG_CPOL_Pos) /*!< Bit mask of CPOL field. */
12559 #define SPIM_CONFIG_CPOL_ActiveHigh (0UL) /*!< Active high */
12560 #define SPIM_CONFIG_CPOL_ActiveLow (1UL) /*!< Active low */
12561 
12562 /* Bit 1 : Serial clock (SCK) phase */
12563 #define SPIM_CONFIG_CPHA_Pos (1UL) /*!< Position of CPHA field. */
12564 #define SPIM_CONFIG_CPHA_Msk (0x1UL << SPIM_CONFIG_CPHA_Pos) /*!< Bit mask of CPHA field. */
12565 #define SPIM_CONFIG_CPHA_Leading (0UL) /*!< Sample on leading edge of clock, shift serial data on trailing edge */
12566 #define SPIM_CONFIG_CPHA_Trailing (1UL) /*!< Sample on trailing edge of clock, shift serial data on leading edge */
12567 
12568 /* Bit 0 : Bit order */
12569 #define SPIM_CONFIG_ORDER_Pos (0UL) /*!< Position of ORDER field. */
12570 #define SPIM_CONFIG_ORDER_Msk (0x1UL << SPIM_CONFIG_ORDER_Pos) /*!< Bit mask of ORDER field. */
12571 #define SPIM_CONFIG_ORDER_MsbFirst (0UL) /*!< Most significant bit shifted out first */
12572 #define SPIM_CONFIG_ORDER_LsbFirst (1UL) /*!< Least significant bit shifted out first */
12573 
12574 /* Register: SPIM_IFTIMING_RXDELAY */
12575 /* Description: Sample delay for input serial data on MISO */
12576 
12577 /* Bits 2..0 : Sample delay for input serial data on MISO. The value specifies the number of 64 MHz clock cycles (15.625 ns) delay from the the sampling edge of SCK (leading edge for CONFIG.CPHA = 0, trailing edge for CONFIG.CPHA = 1) until the input serial data is sampled. As en example, if RXDELAY = 0 and CONFIG.CPHA = 0, the input serial data is sampled on the rising edge of SCK. */
12578 #define SPIM_IFTIMING_RXDELAY_RXDELAY_Pos (0UL) /*!< Position of RXDELAY field. */
12579 #define SPIM_IFTIMING_RXDELAY_RXDELAY_Msk (0x7UL << SPIM_IFTIMING_RXDELAY_RXDELAY_Pos) /*!< Bit mask of RXDELAY field. */
12580 
12581 /* Register: SPIM_IFTIMING_CSNDUR */
12582 /* Description: Minimum duration between edge of CSN and edge of SCK and minimum duration CSN must stay high between transactions */
12583 
12584 /* Bits 7..0 : Minimum duration between edge of CSN and edge of SCK and minimum duration CSN must stay high between transactions. The value is specified in number of 64 MHz clock cycles (15.625 ns). */
12585 #define SPIM_IFTIMING_CSNDUR_CSNDUR_Pos (0UL) /*!< Position of CSNDUR field. */
12586 #define SPIM_IFTIMING_CSNDUR_CSNDUR_Msk (0xFFUL << SPIM_IFTIMING_CSNDUR_CSNDUR_Pos) /*!< Bit mask of CSNDUR field. */
12587 
12588 /* Register: SPIM_CSNPOL */
12589 /* Description: Polarity of CSN output */
12590 
12591 /* Bit 0 : Polarity of CSN output */
12592 #define SPIM_CSNPOL_CSNPOL_Pos (0UL) /*!< Position of CSNPOL field. */
12593 #define SPIM_CSNPOL_CSNPOL_Msk (0x1UL << SPIM_CSNPOL_CSNPOL_Pos) /*!< Bit mask of CSNPOL field. */
12594 #define SPIM_CSNPOL_CSNPOL_LOW (0UL) /*!< Active low (idle state high) */
12595 #define SPIM_CSNPOL_CSNPOL_HIGH (1UL) /*!< Active high (idle state low) */
12596 
12597 /* Register: SPIM_PSELDCX */
12598 /* Description: Pin select for DCX signal */
12599 
12600 /* Bit 31 : Connection */
12601 #define SPIM_PSELDCX_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */
12602 #define SPIM_PSELDCX_CONNECT_Msk (0x1UL << SPIM_PSELDCX_CONNECT_Pos) /*!< Bit mask of CONNECT field. */
12603 #define SPIM_PSELDCX_CONNECT_Connected (0UL) /*!< Connect */
12604 #define SPIM_PSELDCX_CONNECT_Disconnected (1UL) /*!< Disconnect */
12605 
12606 /* Bit 5 : Port number */
12607 #define SPIM_PSELDCX_PORT_Pos (5UL) /*!< Position of PORT field. */
12608 #define SPIM_PSELDCX_PORT_Msk (0x1UL << SPIM_PSELDCX_PORT_Pos) /*!< Bit mask of PORT field. */
12609 
12610 /* Bits 4..0 : Pin number */
12611 #define SPIM_PSELDCX_PIN_Pos (0UL) /*!< Position of PIN field. */
12612 #define SPIM_PSELDCX_PIN_Msk (0x1FUL << SPIM_PSELDCX_PIN_Pos) /*!< Bit mask of PIN field. */
12613 
12614 /* Register: SPIM_DCXCNT */
12615 /* Description: DCX configuration */
12616 
12617 /* Bits 3..0 : This register specifies the number of command bytes preceding the data bytes. The PSEL.DCX line will be low during transmission of command bytes and high during transmission of data bytes. Value 0xF indicates that all bytes are command bytes. */
12618 #define SPIM_DCXCNT_DCXCNT_Pos (0UL) /*!< Position of DCXCNT field. */
12619 #define SPIM_DCXCNT_DCXCNT_Msk (0xFUL << SPIM_DCXCNT_DCXCNT_Pos) /*!< Bit mask of DCXCNT field. */
12620 
12621 /* Register: SPIM_ORC */
12622 /* Description: Byte transmitted after TXD.MAXCNT bytes have been transmitted in the case when RXD.MAXCNT is greater than TXD.MAXCNT */
12623 
12624 /* Bits 7..0 : Byte transmitted after TXD.MAXCNT bytes have been transmitted in the case when RXD.MAXCNT is greater than TXD.MAXCNT. */
12625 #define SPIM_ORC_ORC_Pos (0UL) /*!< Position of ORC field. */
12626 #define SPIM_ORC_ORC_Msk (0xFFUL << SPIM_ORC_ORC_Pos) /*!< Bit mask of ORC field. */
12627 
12628 
12629 /* Peripheral: SPIS */
12630 /* Description: SPI Slave 0 */
12631 
12632 /* Register: SPIS_TASKS_ACQUIRE */
12633 /* Description: Acquire SPI semaphore */
12634 
12635 /* Bit 0 :   */
12636 #define SPIS_TASKS_ACQUIRE_TASKS_ACQUIRE_Pos (0UL) /*!< Position of TASKS_ACQUIRE field. */
12637 #define SPIS_TASKS_ACQUIRE_TASKS_ACQUIRE_Msk (0x1UL << SPIS_TASKS_ACQUIRE_TASKS_ACQUIRE_Pos) /*!< Bit mask of TASKS_ACQUIRE field. */
12638 
12639 /* Register: SPIS_TASKS_RELEASE */
12640 /* Description: Release SPI semaphore, enabling the SPI slave to acquire it */
12641 
12642 /* Bit 0 :   */
12643 #define SPIS_TASKS_RELEASE_TASKS_RELEASE_Pos (0UL) /*!< Position of TASKS_RELEASE field. */
12644 #define SPIS_TASKS_RELEASE_TASKS_RELEASE_Msk (0x1UL << SPIS_TASKS_RELEASE_TASKS_RELEASE_Pos) /*!< Bit mask of TASKS_RELEASE field. */
12645 
12646 /* Register: SPIS_EVENTS_END */
12647 /* Description: Granted transaction completed */
12648 
12649 /* Bit 0 :   */
12650 #define SPIS_EVENTS_END_EVENTS_END_Pos (0UL) /*!< Position of EVENTS_END field. */
12651 #define SPIS_EVENTS_END_EVENTS_END_Msk (0x1UL << SPIS_EVENTS_END_EVENTS_END_Pos) /*!< Bit mask of EVENTS_END field. */
12652 
12653 /* Register: SPIS_EVENTS_ENDRX */
12654 /* Description: End of RXD buffer reached */
12655 
12656 /* Bit 0 :   */
12657 #define SPIS_EVENTS_ENDRX_EVENTS_ENDRX_Pos (0UL) /*!< Position of EVENTS_ENDRX field. */
12658 #define SPIS_EVENTS_ENDRX_EVENTS_ENDRX_Msk (0x1UL << SPIS_EVENTS_ENDRX_EVENTS_ENDRX_Pos) /*!< Bit mask of EVENTS_ENDRX field. */
12659 
12660 /* Register: SPIS_EVENTS_ACQUIRED */
12661 /* Description: Semaphore acquired */
12662 
12663 /* Bit 0 :   */
12664 #define SPIS_EVENTS_ACQUIRED_EVENTS_ACQUIRED_Pos (0UL) /*!< Position of EVENTS_ACQUIRED field. */
12665 #define SPIS_EVENTS_ACQUIRED_EVENTS_ACQUIRED_Msk (0x1UL << SPIS_EVENTS_ACQUIRED_EVENTS_ACQUIRED_Pos) /*!< Bit mask of EVENTS_ACQUIRED field. */
12666 
12667 /* Register: SPIS_SHORTS */
12668 /* Description: Shortcut register */
12669 
12670 /* Bit 2 : Shortcut between END event and ACQUIRE task */
12671 #define SPIS_SHORTS_END_ACQUIRE_Pos (2UL) /*!< Position of END_ACQUIRE field. */
12672 #define SPIS_SHORTS_END_ACQUIRE_Msk (0x1UL << SPIS_SHORTS_END_ACQUIRE_Pos) /*!< Bit mask of END_ACQUIRE field. */
12673 #define SPIS_SHORTS_END_ACQUIRE_Disabled (0UL) /*!< Disable shortcut */
12674 #define SPIS_SHORTS_END_ACQUIRE_Enabled (1UL) /*!< Enable shortcut */
12675 
12676 /* Register: SPIS_INTENSET */
12677 /* Description: Enable interrupt */
12678 
12679 /* Bit 10 : Write '1' to enable interrupt for ACQUIRED event */
12680 #define SPIS_INTENSET_ACQUIRED_Pos (10UL) /*!< Position of ACQUIRED field. */
12681 #define SPIS_INTENSET_ACQUIRED_Msk (0x1UL << SPIS_INTENSET_ACQUIRED_Pos) /*!< Bit mask of ACQUIRED field. */
12682 #define SPIS_INTENSET_ACQUIRED_Disabled (0UL) /*!< Read: Disabled */
12683 #define SPIS_INTENSET_ACQUIRED_Enabled (1UL) /*!< Read: Enabled */
12684 #define SPIS_INTENSET_ACQUIRED_Set (1UL) /*!< Enable */
12685 
12686 /* Bit 4 : Write '1' to enable interrupt for ENDRX event */
12687 #define SPIS_INTENSET_ENDRX_Pos (4UL) /*!< Position of ENDRX field. */
12688 #define SPIS_INTENSET_ENDRX_Msk (0x1UL << SPIS_INTENSET_ENDRX_Pos) /*!< Bit mask of ENDRX field. */
12689 #define SPIS_INTENSET_ENDRX_Disabled (0UL) /*!< Read: Disabled */
12690 #define SPIS_INTENSET_ENDRX_Enabled (1UL) /*!< Read: Enabled */
12691 #define SPIS_INTENSET_ENDRX_Set (1UL) /*!< Enable */
12692 
12693 /* Bit 1 : Write '1' to enable interrupt for END event */
12694 #define SPIS_INTENSET_END_Pos (1UL) /*!< Position of END field. */
12695 #define SPIS_INTENSET_END_Msk (0x1UL << SPIS_INTENSET_END_Pos) /*!< Bit mask of END field. */
12696 #define SPIS_INTENSET_END_Disabled (0UL) /*!< Read: Disabled */
12697 #define SPIS_INTENSET_END_Enabled (1UL) /*!< Read: Enabled */
12698 #define SPIS_INTENSET_END_Set (1UL) /*!< Enable */
12699 
12700 /* Register: SPIS_INTENCLR */
12701 /* Description: Disable interrupt */
12702 
12703 /* Bit 10 : Write '1' to disable interrupt for ACQUIRED event */
12704 #define SPIS_INTENCLR_ACQUIRED_Pos (10UL) /*!< Position of ACQUIRED field. */
12705 #define SPIS_INTENCLR_ACQUIRED_Msk (0x1UL << SPIS_INTENCLR_ACQUIRED_Pos) /*!< Bit mask of ACQUIRED field. */
12706 #define SPIS_INTENCLR_ACQUIRED_Disabled (0UL) /*!< Read: Disabled */
12707 #define SPIS_INTENCLR_ACQUIRED_Enabled (1UL) /*!< Read: Enabled */
12708 #define SPIS_INTENCLR_ACQUIRED_Clear (1UL) /*!< Disable */
12709 
12710 /* Bit 4 : Write '1' to disable interrupt for ENDRX event */
12711 #define SPIS_INTENCLR_ENDRX_Pos (4UL) /*!< Position of ENDRX field. */
12712 #define SPIS_INTENCLR_ENDRX_Msk (0x1UL << SPIS_INTENCLR_ENDRX_Pos) /*!< Bit mask of ENDRX field. */
12713 #define SPIS_INTENCLR_ENDRX_Disabled (0UL) /*!< Read: Disabled */
12714 #define SPIS_INTENCLR_ENDRX_Enabled (1UL) /*!< Read: Enabled */
12715 #define SPIS_INTENCLR_ENDRX_Clear (1UL) /*!< Disable */
12716 
12717 /* Bit 1 : Write '1' to disable interrupt for END event */
12718 #define SPIS_INTENCLR_END_Pos (1UL) /*!< Position of END field. */
12719 #define SPIS_INTENCLR_END_Msk (0x1UL << SPIS_INTENCLR_END_Pos) /*!< Bit mask of END field. */
12720 #define SPIS_INTENCLR_END_Disabled (0UL) /*!< Read: Disabled */
12721 #define SPIS_INTENCLR_END_Enabled (1UL) /*!< Read: Enabled */
12722 #define SPIS_INTENCLR_END_Clear (1UL) /*!< Disable */
12723 
12724 /* Register: SPIS_SEMSTAT */
12725 /* Description: Semaphore status register */
12726 
12727 /* Bits 1..0 : Semaphore status */
12728 #define SPIS_SEMSTAT_SEMSTAT_Pos (0UL) /*!< Position of SEMSTAT field. */
12729 #define SPIS_SEMSTAT_SEMSTAT_Msk (0x3UL << SPIS_SEMSTAT_SEMSTAT_Pos) /*!< Bit mask of SEMSTAT field. */
12730 #define SPIS_SEMSTAT_SEMSTAT_Free (0UL) /*!< Semaphore is free */
12731 #define SPIS_SEMSTAT_SEMSTAT_CPU (1UL) /*!< Semaphore is assigned to CPU */
12732 #define SPIS_SEMSTAT_SEMSTAT_SPIS (2UL) /*!< Semaphore is assigned to SPI slave */
12733 #define SPIS_SEMSTAT_SEMSTAT_CPUPending (3UL) /*!< Semaphore is assigned to SPI but a handover to the CPU is pending */
12734 
12735 /* Register: SPIS_STATUS */
12736 /* Description: Status from last transaction */
12737 
12738 /* Bit 1 : RX buffer overflow detected, and prevented */
12739 #define SPIS_STATUS_OVERFLOW_Pos (1UL) /*!< Position of OVERFLOW field. */
12740 #define SPIS_STATUS_OVERFLOW_Msk (0x1UL << SPIS_STATUS_OVERFLOW_Pos) /*!< Bit mask of OVERFLOW field. */
12741 #define SPIS_STATUS_OVERFLOW_NotPresent (0UL) /*!< Read: error not present */
12742 #define SPIS_STATUS_OVERFLOW_Present (1UL) /*!< Read: error present */
12743 #define SPIS_STATUS_OVERFLOW_Clear (1UL) /*!< Write: clear error on writing '1' */
12744 
12745 /* Bit 0 : TX buffer over-read detected, and prevented */
12746 #define SPIS_STATUS_OVERREAD_Pos (0UL) /*!< Position of OVERREAD field. */
12747 #define SPIS_STATUS_OVERREAD_Msk (0x1UL << SPIS_STATUS_OVERREAD_Pos) /*!< Bit mask of OVERREAD field. */
12748 #define SPIS_STATUS_OVERREAD_NotPresent (0UL) /*!< Read: error not present */
12749 #define SPIS_STATUS_OVERREAD_Present (1UL) /*!< Read: error present */
12750 #define SPIS_STATUS_OVERREAD_Clear (1UL) /*!< Write: clear error on writing '1' */
12751 
12752 /* Register: SPIS_ENABLE */
12753 /* Description: Enable SPI slave */
12754 
12755 /* Bits 3..0 : Enable or disable SPI slave */
12756 #define SPIS_ENABLE_ENABLE_Pos (0UL) /*!< Position of ENABLE field. */
12757 #define SPIS_ENABLE_ENABLE_Msk (0xFUL << SPIS_ENABLE_ENABLE_Pos) /*!< Bit mask of ENABLE field. */
12758 #define SPIS_ENABLE_ENABLE_Disabled (0UL) /*!< Disable SPI slave */
12759 #define SPIS_ENABLE_ENABLE_Enabled (2UL) /*!< Enable SPI slave */
12760 
12761 /* Register: SPIS_PSEL_SCK */
12762 /* Description: Pin select for SCK */
12763 
12764 /* Bit 31 : Connection */
12765 #define SPIS_PSEL_SCK_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */
12766 #define SPIS_PSEL_SCK_CONNECT_Msk (0x1UL << SPIS_PSEL_SCK_CONNECT_Pos) /*!< Bit mask of CONNECT field. */
12767 #define SPIS_PSEL_SCK_CONNECT_Connected (0UL) /*!< Connect */
12768 #define SPIS_PSEL_SCK_CONNECT_Disconnected (1UL) /*!< Disconnect */
12769 
12770 /* Bit 5 : Port number */
12771 #define SPIS_PSEL_SCK_PORT_Pos (5UL) /*!< Position of PORT field. */
12772 #define SPIS_PSEL_SCK_PORT_Msk (0x1UL << SPIS_PSEL_SCK_PORT_Pos) /*!< Bit mask of PORT field. */
12773 
12774 /* Bits 4..0 : Pin number */
12775 #define SPIS_PSEL_SCK_PIN_Pos (0UL) /*!< Position of PIN field. */
12776 #define SPIS_PSEL_SCK_PIN_Msk (0x1FUL << SPIS_PSEL_SCK_PIN_Pos) /*!< Bit mask of PIN field. */
12777 
12778 /* Register: SPIS_PSEL_MISO */
12779 /* Description: Pin select for MISO signal */
12780 
12781 /* Bit 31 : Connection */
12782 #define SPIS_PSEL_MISO_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */
12783 #define SPIS_PSEL_MISO_CONNECT_Msk (0x1UL << SPIS_PSEL_MISO_CONNECT_Pos) /*!< Bit mask of CONNECT field. */
12784 #define SPIS_PSEL_MISO_CONNECT_Connected (0UL) /*!< Connect */
12785 #define SPIS_PSEL_MISO_CONNECT_Disconnected (1UL) /*!< Disconnect */
12786 
12787 /* Bit 5 : Port number */
12788 #define SPIS_PSEL_MISO_PORT_Pos (5UL) /*!< Position of PORT field. */
12789 #define SPIS_PSEL_MISO_PORT_Msk (0x1UL << SPIS_PSEL_MISO_PORT_Pos) /*!< Bit mask of PORT field. */
12790 
12791 /* Bits 4..0 : Pin number */
12792 #define SPIS_PSEL_MISO_PIN_Pos (0UL) /*!< Position of PIN field. */
12793 #define SPIS_PSEL_MISO_PIN_Msk (0x1FUL << SPIS_PSEL_MISO_PIN_Pos) /*!< Bit mask of PIN field. */
12794 
12795 /* Register: SPIS_PSEL_MOSI */
12796 /* Description: Pin select for MOSI signal */
12797 
12798 /* Bit 31 : Connection */
12799 #define SPIS_PSEL_MOSI_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */
12800 #define SPIS_PSEL_MOSI_CONNECT_Msk (0x1UL << SPIS_PSEL_MOSI_CONNECT_Pos) /*!< Bit mask of CONNECT field. */
12801 #define SPIS_PSEL_MOSI_CONNECT_Connected (0UL) /*!< Connect */
12802 #define SPIS_PSEL_MOSI_CONNECT_Disconnected (1UL) /*!< Disconnect */
12803 
12804 /* Bit 5 : Port number */
12805 #define SPIS_PSEL_MOSI_PORT_Pos (5UL) /*!< Position of PORT field. */
12806 #define SPIS_PSEL_MOSI_PORT_Msk (0x1UL << SPIS_PSEL_MOSI_PORT_Pos) /*!< Bit mask of PORT field. */
12807 
12808 /* Bits 4..0 : Pin number */
12809 #define SPIS_PSEL_MOSI_PIN_Pos (0UL) /*!< Position of PIN field. */
12810 #define SPIS_PSEL_MOSI_PIN_Msk (0x1FUL << SPIS_PSEL_MOSI_PIN_Pos) /*!< Bit mask of PIN field. */
12811 
12812 /* Register: SPIS_PSEL_CSN */
12813 /* Description: Pin select for CSN signal */
12814 
12815 /* Bit 31 : Connection */
12816 #define SPIS_PSEL_CSN_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */
12817 #define SPIS_PSEL_CSN_CONNECT_Msk (0x1UL << SPIS_PSEL_CSN_CONNECT_Pos) /*!< Bit mask of CONNECT field. */
12818 #define SPIS_PSEL_CSN_CONNECT_Connected (0UL) /*!< Connect */
12819 #define SPIS_PSEL_CSN_CONNECT_Disconnected (1UL) /*!< Disconnect */
12820 
12821 /* Bit 5 : Port number */
12822 #define SPIS_PSEL_CSN_PORT_Pos (5UL) /*!< Position of PORT field. */
12823 #define SPIS_PSEL_CSN_PORT_Msk (0x1UL << SPIS_PSEL_CSN_PORT_Pos) /*!< Bit mask of PORT field. */
12824 
12825 /* Bits 4..0 : Pin number */
12826 #define SPIS_PSEL_CSN_PIN_Pos (0UL) /*!< Position of PIN field. */
12827 #define SPIS_PSEL_CSN_PIN_Msk (0x1FUL << SPIS_PSEL_CSN_PIN_Pos) /*!< Bit mask of PIN field. */
12828 
12829 /* Register: SPIS_RXD_PTR */
12830 /* Description: RXD data pointer */
12831 
12832 /* Bits 31..0 : RXD data pointer */
12833 #define SPIS_RXD_PTR_PTR_Pos (0UL) /*!< Position of PTR field. */
12834 #define SPIS_RXD_PTR_PTR_Msk (0xFFFFFFFFUL << SPIS_RXD_PTR_PTR_Pos) /*!< Bit mask of PTR field. */
12835 
12836 /* Register: SPIS_RXD_MAXCNT */
12837 /* Description: Maximum number of bytes in receive buffer */
12838 
12839 /* Bits 15..0 : Maximum number of bytes in receive buffer */
12840 #define SPIS_RXD_MAXCNT_MAXCNT_Pos (0UL) /*!< Position of MAXCNT field. */
12841 #define SPIS_RXD_MAXCNT_MAXCNT_Msk (0xFFFFUL << SPIS_RXD_MAXCNT_MAXCNT_Pos) /*!< Bit mask of MAXCNT field. */
12842 
12843 /* Register: SPIS_RXD_AMOUNT */
12844 /* Description: Number of bytes received in last granted transaction */
12845 
12846 /* Bits 15..0 : Number of bytes received in the last granted transaction */
12847 #define SPIS_RXD_AMOUNT_AMOUNT_Pos (0UL) /*!< Position of AMOUNT field. */
12848 #define SPIS_RXD_AMOUNT_AMOUNT_Msk (0xFFFFUL << SPIS_RXD_AMOUNT_AMOUNT_Pos) /*!< Bit mask of AMOUNT field. */
12849 
12850 /* Register: SPIS_TXD_PTR */
12851 /* Description: TXD data pointer */
12852 
12853 /* Bits 31..0 : TXD data pointer */
12854 #define SPIS_TXD_PTR_PTR_Pos (0UL) /*!< Position of PTR field. */
12855 #define SPIS_TXD_PTR_PTR_Msk (0xFFFFFFFFUL << SPIS_TXD_PTR_PTR_Pos) /*!< Bit mask of PTR field. */
12856 
12857 /* Register: SPIS_TXD_MAXCNT */
12858 /* Description: Maximum number of bytes in transmit buffer */
12859 
12860 /* Bits 15..0 : Maximum number of bytes in transmit buffer */
12861 #define SPIS_TXD_MAXCNT_MAXCNT_Pos (0UL) /*!< Position of MAXCNT field. */
12862 #define SPIS_TXD_MAXCNT_MAXCNT_Msk (0xFFFFUL << SPIS_TXD_MAXCNT_MAXCNT_Pos) /*!< Bit mask of MAXCNT field. */
12863 
12864 /* Register: SPIS_TXD_AMOUNT */
12865 /* Description: Number of bytes transmitted in last granted transaction */
12866 
12867 /* Bits 15..0 : Number of bytes transmitted in last granted transaction */
12868 #define SPIS_TXD_AMOUNT_AMOUNT_Pos (0UL) /*!< Position of AMOUNT field. */
12869 #define SPIS_TXD_AMOUNT_AMOUNT_Msk (0xFFFFUL << SPIS_TXD_AMOUNT_AMOUNT_Pos) /*!< Bit mask of AMOUNT field. */
12870 
12871 /* Register: SPIS_CONFIG */
12872 /* Description: Configuration register */
12873 
12874 /* Bit 2 : Serial clock (SCK) polarity */
12875 #define SPIS_CONFIG_CPOL_Pos (2UL) /*!< Position of CPOL field. */
12876 #define SPIS_CONFIG_CPOL_Msk (0x1UL << SPIS_CONFIG_CPOL_Pos) /*!< Bit mask of CPOL field. */
12877 #define SPIS_CONFIG_CPOL_ActiveHigh (0UL) /*!< Active high */
12878 #define SPIS_CONFIG_CPOL_ActiveLow (1UL) /*!< Active low */
12879 
12880 /* Bit 1 : Serial clock (SCK) phase */
12881 #define SPIS_CONFIG_CPHA_Pos (1UL) /*!< Position of CPHA field. */
12882 #define SPIS_CONFIG_CPHA_Msk (0x1UL << SPIS_CONFIG_CPHA_Pos) /*!< Bit mask of CPHA field. */
12883 #define SPIS_CONFIG_CPHA_Leading (0UL) /*!< Sample on leading edge of clock, shift serial data on trailing edge */
12884 #define SPIS_CONFIG_CPHA_Trailing (1UL) /*!< Sample on trailing edge of clock, shift serial data on leading edge */
12885 
12886 /* Bit 0 : Bit order */
12887 #define SPIS_CONFIG_ORDER_Pos (0UL) /*!< Position of ORDER field. */
12888 #define SPIS_CONFIG_ORDER_Msk (0x1UL << SPIS_CONFIG_ORDER_Pos) /*!< Bit mask of ORDER field. */
12889 #define SPIS_CONFIG_ORDER_MsbFirst (0UL) /*!< Most significant bit shifted out first */
12890 #define SPIS_CONFIG_ORDER_LsbFirst (1UL) /*!< Least significant bit shifted out first */
12891 
12892 /* Register: SPIS_DEF */
12893 /* Description: Default character. Character clocked out in case of an ignored transaction. */
12894 
12895 /* Bits 7..0 : Default character. Character clocked out in case of an ignored transaction. */
12896 #define SPIS_DEF_DEF_Pos (0UL) /*!< Position of DEF field. */
12897 #define SPIS_DEF_DEF_Msk (0xFFUL << SPIS_DEF_DEF_Pos) /*!< Bit mask of DEF field. */
12898 
12899 /* Register: SPIS_ORC */
12900 /* Description: Over-read character */
12901 
12902 /* Bits 7..0 : Over-read character. Character clocked out after an over-read of the transmit buffer. */
12903 #define SPIS_ORC_ORC_Pos (0UL) /*!< Position of ORC field. */
12904 #define SPIS_ORC_ORC_Msk (0xFFUL << SPIS_ORC_ORC_Pos) /*!< Bit mask of ORC field. */
12905 
12906 
12907 /* Peripheral: TEMP */
12908 /* Description: Temperature Sensor */
12909 
12910 /* Register: TEMP_TASKS_START */
12911 /* Description: Start temperature measurement */
12912 
12913 /* Bit 0 :   */
12914 #define TEMP_TASKS_START_TASKS_START_Pos (0UL) /*!< Position of TASKS_START field. */
12915 #define TEMP_TASKS_START_TASKS_START_Msk (0x1UL << TEMP_TASKS_START_TASKS_START_Pos) /*!< Bit mask of TASKS_START field. */
12916 
12917 /* Register: TEMP_TASKS_STOP */
12918 /* Description: Stop temperature measurement */
12919 
12920 /* Bit 0 :   */
12921 #define TEMP_TASKS_STOP_TASKS_STOP_Pos (0UL) /*!< Position of TASKS_STOP field. */
12922 #define TEMP_TASKS_STOP_TASKS_STOP_Msk (0x1UL << TEMP_TASKS_STOP_TASKS_STOP_Pos) /*!< Bit mask of TASKS_STOP field. */
12923 
12924 /* Register: TEMP_EVENTS_DATARDY */
12925 /* Description: Temperature measurement complete, data ready */
12926 
12927 /* Bit 0 :   */
12928 #define TEMP_EVENTS_DATARDY_EVENTS_DATARDY_Pos (0UL) /*!< Position of EVENTS_DATARDY field. */
12929 #define TEMP_EVENTS_DATARDY_EVENTS_DATARDY_Msk (0x1UL << TEMP_EVENTS_DATARDY_EVENTS_DATARDY_Pos) /*!< Bit mask of EVENTS_DATARDY field. */
12930 
12931 /* Register: TEMP_INTENSET */
12932 /* Description: Enable interrupt */
12933 
12934 /* Bit 0 : Write '1' to enable interrupt for DATARDY event */
12935 #define TEMP_INTENSET_DATARDY_Pos (0UL) /*!< Position of DATARDY field. */
12936 #define TEMP_INTENSET_DATARDY_Msk (0x1UL << TEMP_INTENSET_DATARDY_Pos) /*!< Bit mask of DATARDY field. */
12937 #define TEMP_INTENSET_DATARDY_Disabled (0UL) /*!< Read: Disabled */
12938 #define TEMP_INTENSET_DATARDY_Enabled (1UL) /*!< Read: Enabled */
12939 #define TEMP_INTENSET_DATARDY_Set (1UL) /*!< Enable */
12940 
12941 /* Register: TEMP_INTENCLR */
12942 /* Description: Disable interrupt */
12943 
12944 /* Bit 0 : Write '1' to disable interrupt for DATARDY event */
12945 #define TEMP_INTENCLR_DATARDY_Pos (0UL) /*!< Position of DATARDY field. */
12946 #define TEMP_INTENCLR_DATARDY_Msk (0x1UL << TEMP_INTENCLR_DATARDY_Pos) /*!< Bit mask of DATARDY field. */
12947 #define TEMP_INTENCLR_DATARDY_Disabled (0UL) /*!< Read: Disabled */
12948 #define TEMP_INTENCLR_DATARDY_Enabled (1UL) /*!< Read: Enabled */
12949 #define TEMP_INTENCLR_DATARDY_Clear (1UL) /*!< Disable */
12950 
12951 /* Register: TEMP_TEMP */
12952 /* Description: Temperature in degC (0.25deg steps) */
12953 
12954 /* Bits 31..0 : Temperature in degC (0.25deg steps) */
12955 #define TEMP_TEMP_TEMP_Pos (0UL) /*!< Position of TEMP field. */
12956 #define TEMP_TEMP_TEMP_Msk (0xFFFFFFFFUL << TEMP_TEMP_TEMP_Pos) /*!< Bit mask of TEMP field. */
12957 
12958 /* Register: TEMP_A0 */
12959 /* Description: Slope of 1st piece wise linear function */
12960 
12961 /* Bits 11..0 : Slope of 1st piece wise linear function */
12962 #define TEMP_A0_A0_Pos (0UL) /*!< Position of A0 field. */
12963 #define TEMP_A0_A0_Msk (0xFFFUL << TEMP_A0_A0_Pos) /*!< Bit mask of A0 field. */
12964 
12965 /* Register: TEMP_A1 */
12966 /* Description: Slope of 2nd piece wise linear function */
12967 
12968 /* Bits 11..0 : Slope of 2nd piece wise linear function */
12969 #define TEMP_A1_A1_Pos (0UL) /*!< Position of A1 field. */
12970 #define TEMP_A1_A1_Msk (0xFFFUL << TEMP_A1_A1_Pos) /*!< Bit mask of A1 field. */
12971 
12972 /* Register: TEMP_A2 */
12973 /* Description: Slope of 3rd piece wise linear function */
12974 
12975 /* Bits 11..0 : Slope of 3rd piece wise linear function */
12976 #define TEMP_A2_A2_Pos (0UL) /*!< Position of A2 field. */
12977 #define TEMP_A2_A2_Msk (0xFFFUL << TEMP_A2_A2_Pos) /*!< Bit mask of A2 field. */
12978 
12979 /* Register: TEMP_A3 */
12980 /* Description: Slope of 4th piece wise linear function */
12981 
12982 /* Bits 11..0 : Slope of 4th piece wise linear function */
12983 #define TEMP_A3_A3_Pos (0UL) /*!< Position of A3 field. */
12984 #define TEMP_A3_A3_Msk (0xFFFUL << TEMP_A3_A3_Pos) /*!< Bit mask of A3 field. */
12985 
12986 /* Register: TEMP_A4 */
12987 /* Description: Slope of 5th piece wise linear function */
12988 
12989 /* Bits 11..0 : Slope of 5th piece wise linear function */
12990 #define TEMP_A4_A4_Pos (0UL) /*!< Position of A4 field. */
12991 #define TEMP_A4_A4_Msk (0xFFFUL << TEMP_A4_A4_Pos) /*!< Bit mask of A4 field. */
12992 
12993 /* Register: TEMP_A5 */
12994 /* Description: Slope of 6th piece wise linear function */
12995 
12996 /* Bits 11..0 : Slope of 6th piece wise linear function */
12997 #define TEMP_A5_A5_Pos (0UL) /*!< Position of A5 field. */
12998 #define TEMP_A5_A5_Msk (0xFFFUL << TEMP_A5_A5_Pos) /*!< Bit mask of A5 field. */
12999 
13000 /* Register: TEMP_B0 */
13001 /* Description: y-intercept of 1st piece wise linear function */
13002 
13003 /* Bits 13..0 : y-intercept of 1st piece wise linear function */
13004 #define TEMP_B0_B0_Pos (0UL) /*!< Position of B0 field. */
13005 #define TEMP_B0_B0_Msk (0x3FFFUL << TEMP_B0_B0_Pos) /*!< Bit mask of B0 field. */
13006 
13007 /* Register: TEMP_B1 */
13008 /* Description: y-intercept of 2nd piece wise linear function */
13009 
13010 /* Bits 13..0 : y-intercept of 2nd piece wise linear function */
13011 #define TEMP_B1_B1_Pos (0UL) /*!< Position of B1 field. */
13012 #define TEMP_B1_B1_Msk (0x3FFFUL << TEMP_B1_B1_Pos) /*!< Bit mask of B1 field. */
13013 
13014 /* Register: TEMP_B2 */
13015 /* Description: y-intercept of 3rd piece wise linear function */
13016 
13017 /* Bits 13..0 : y-intercept of 3rd piece wise linear function */
13018 #define TEMP_B2_B2_Pos (0UL) /*!< Position of B2 field. */
13019 #define TEMP_B2_B2_Msk (0x3FFFUL << TEMP_B2_B2_Pos) /*!< Bit mask of B2 field. */
13020 
13021 /* Register: TEMP_B3 */
13022 /* Description: y-intercept of 4th piece wise linear function */
13023 
13024 /* Bits 13..0 : y-intercept of 4th piece wise linear function */
13025 #define TEMP_B3_B3_Pos (0UL) /*!< Position of B3 field. */
13026 #define TEMP_B3_B3_Msk (0x3FFFUL << TEMP_B3_B3_Pos) /*!< Bit mask of B3 field. */
13027 
13028 /* Register: TEMP_B4 */
13029 /* Description: y-intercept of 5th piece wise linear function */
13030 
13031 /* Bits 13..0 : y-intercept of 5th piece wise linear function */
13032 #define TEMP_B4_B4_Pos (0UL) /*!< Position of B4 field. */
13033 #define TEMP_B4_B4_Msk (0x3FFFUL << TEMP_B4_B4_Pos) /*!< Bit mask of B4 field. */
13034 
13035 /* Register: TEMP_B5 */
13036 /* Description: y-intercept of 6th piece wise linear function */
13037 
13038 /* Bits 13..0 : y-intercept of 6th piece wise linear function */
13039 #define TEMP_B5_B5_Pos (0UL) /*!< Position of B5 field. */
13040 #define TEMP_B5_B5_Msk (0x3FFFUL << TEMP_B5_B5_Pos) /*!< Bit mask of B5 field. */
13041 
13042 /* Register: TEMP_T0 */
13043 /* Description: End point of 1st piece wise linear function */
13044 
13045 /* Bits 7..0 : End point of 1st piece wise linear function */
13046 #define TEMP_T0_T0_Pos (0UL) /*!< Position of T0 field. */
13047 #define TEMP_T0_T0_Msk (0xFFUL << TEMP_T0_T0_Pos) /*!< Bit mask of T0 field. */
13048 
13049 /* Register: TEMP_T1 */
13050 /* Description: End point of 2nd piece wise linear function */
13051 
13052 /* Bits 7..0 : End point of 2nd piece wise linear function */
13053 #define TEMP_T1_T1_Pos (0UL) /*!< Position of T1 field. */
13054 #define TEMP_T1_T1_Msk (0xFFUL << TEMP_T1_T1_Pos) /*!< Bit mask of T1 field. */
13055 
13056 /* Register: TEMP_T2 */
13057 /* Description: End point of 3rd piece wise linear function */
13058 
13059 /* Bits 7..0 : End point of 3rd piece wise linear function */
13060 #define TEMP_T2_T2_Pos (0UL) /*!< Position of T2 field. */
13061 #define TEMP_T2_T2_Msk (0xFFUL << TEMP_T2_T2_Pos) /*!< Bit mask of T2 field. */
13062 
13063 /* Register: TEMP_T3 */
13064 /* Description: End point of 4th piece wise linear function */
13065 
13066 /* Bits 7..0 : End point of 4th piece wise linear function */
13067 #define TEMP_T3_T3_Pos (0UL) /*!< Position of T3 field. */
13068 #define TEMP_T3_T3_Msk (0xFFUL << TEMP_T3_T3_Pos) /*!< Bit mask of T3 field. */
13069 
13070 /* Register: TEMP_T4 */
13071 /* Description: End point of 5th piece wise linear function */
13072 
13073 /* Bits 7..0 : End point of 5th piece wise linear function */
13074 #define TEMP_T4_T4_Pos (0UL) /*!< Position of T4 field. */
13075 #define TEMP_T4_T4_Msk (0xFFUL << TEMP_T4_T4_Pos) /*!< Bit mask of T4 field. */
13076 
13077 
13078 /* Peripheral: TIMER */
13079 /* Description: Timer/Counter 0 */
13080 
13081 /* Register: TIMER_TASKS_START */
13082 /* Description: Start Timer */
13083 
13084 /* Bit 0 :   */
13085 #define TIMER_TASKS_START_TASKS_START_Pos (0UL) /*!< Position of TASKS_START field. */
13086 #define TIMER_TASKS_START_TASKS_START_Msk (0x1UL << TIMER_TASKS_START_TASKS_START_Pos) /*!< Bit mask of TASKS_START field. */
13087 
13088 /* Register: TIMER_TASKS_STOP */
13089 /* Description: Stop Timer */
13090 
13091 /* Bit 0 :   */
13092 #define TIMER_TASKS_STOP_TASKS_STOP_Pos (0UL) /*!< Position of TASKS_STOP field. */
13093 #define TIMER_TASKS_STOP_TASKS_STOP_Msk (0x1UL << TIMER_TASKS_STOP_TASKS_STOP_Pos) /*!< Bit mask of TASKS_STOP field. */
13094 
13095 /* Register: TIMER_TASKS_COUNT */
13096 /* Description: Increment Timer (Counter mode only) */
13097 
13098 /* Bit 0 :   */
13099 #define TIMER_TASKS_COUNT_TASKS_COUNT_Pos (0UL) /*!< Position of TASKS_COUNT field. */
13100 #define TIMER_TASKS_COUNT_TASKS_COUNT_Msk (0x1UL << TIMER_TASKS_COUNT_TASKS_COUNT_Pos) /*!< Bit mask of TASKS_COUNT field. */
13101 
13102 /* Register: TIMER_TASKS_CLEAR */
13103 /* Description: Clear time */
13104 
13105 /* Bit 0 :   */
13106 #define TIMER_TASKS_CLEAR_TASKS_CLEAR_Pos (0UL) /*!< Position of TASKS_CLEAR field. */
13107 #define TIMER_TASKS_CLEAR_TASKS_CLEAR_Msk (0x1UL << TIMER_TASKS_CLEAR_TASKS_CLEAR_Pos) /*!< Bit mask of TASKS_CLEAR field. */
13108 
13109 /* Register: TIMER_TASKS_SHUTDOWN */
13110 /* Description: Deprecated register - Shut down timer */
13111 
13112 /* Bit 0 :   */
13113 #define TIMER_TASKS_SHUTDOWN_TASKS_SHUTDOWN_Pos (0UL) /*!< Position of TASKS_SHUTDOWN field. */
13114 #define TIMER_TASKS_SHUTDOWN_TASKS_SHUTDOWN_Msk (0x1UL << TIMER_TASKS_SHUTDOWN_TASKS_SHUTDOWN_Pos) /*!< Bit mask of TASKS_SHUTDOWN field. */
13115 
13116 /* Register: TIMER_TASKS_CAPTURE */
13117 /* Description: Description collection[n]: Capture Timer value to CC[n] register */
13118 
13119 /* Bit 0 :   */
13120 #define TIMER_TASKS_CAPTURE_TASKS_CAPTURE_Pos (0UL) /*!< Position of TASKS_CAPTURE field. */
13121 #define TIMER_TASKS_CAPTURE_TASKS_CAPTURE_Msk (0x1UL << TIMER_TASKS_CAPTURE_TASKS_CAPTURE_Pos) /*!< Bit mask of TASKS_CAPTURE field. */
13122 
13123 /* Register: TIMER_EVENTS_COMPARE */
13124 /* Description: Description collection[n]: Compare event on CC[n] match */
13125 
13126 /* Bit 0 :   */
13127 #define TIMER_EVENTS_COMPARE_EVENTS_COMPARE_Pos (0UL) /*!< Position of EVENTS_COMPARE field. */
13128 #define TIMER_EVENTS_COMPARE_EVENTS_COMPARE_Msk (0x1UL << TIMER_EVENTS_COMPARE_EVENTS_COMPARE_Pos) /*!< Bit mask of EVENTS_COMPARE field. */
13129 
13130 /* Register: TIMER_SHORTS */
13131 /* Description: Shortcut register */
13132 
13133 /* Bit 13 : Shortcut between COMPARE[5] event and STOP task */
13134 #define TIMER_SHORTS_COMPARE5_STOP_Pos (13UL) /*!< Position of COMPARE5_STOP field. */
13135 #define TIMER_SHORTS_COMPARE5_STOP_Msk (0x1UL << TIMER_SHORTS_COMPARE5_STOP_Pos) /*!< Bit mask of COMPARE5_STOP field. */
13136 #define TIMER_SHORTS_COMPARE5_STOP_Disabled (0UL) /*!< Disable shortcut */
13137 #define TIMER_SHORTS_COMPARE5_STOP_Enabled (1UL) /*!< Enable shortcut */
13138 
13139 /* Bit 12 : Shortcut between COMPARE[4] event and STOP task */
13140 #define TIMER_SHORTS_COMPARE4_STOP_Pos (12UL) /*!< Position of COMPARE4_STOP field. */
13141 #define TIMER_SHORTS_COMPARE4_STOP_Msk (0x1UL << TIMER_SHORTS_COMPARE4_STOP_Pos) /*!< Bit mask of COMPARE4_STOP field. */
13142 #define TIMER_SHORTS_COMPARE4_STOP_Disabled (0UL) /*!< Disable shortcut */
13143 #define TIMER_SHORTS_COMPARE4_STOP_Enabled (1UL) /*!< Enable shortcut */
13144 
13145 /* Bit 11 : Shortcut between COMPARE[3] event and STOP task */
13146 #define TIMER_SHORTS_COMPARE3_STOP_Pos (11UL) /*!< Position of COMPARE3_STOP field. */
13147 #define TIMER_SHORTS_COMPARE3_STOP_Msk (0x1UL << TIMER_SHORTS_COMPARE3_STOP_Pos) /*!< Bit mask of COMPARE3_STOP field. */
13148 #define TIMER_SHORTS_COMPARE3_STOP_Disabled (0UL) /*!< Disable shortcut */
13149 #define TIMER_SHORTS_COMPARE3_STOP_Enabled (1UL) /*!< Enable shortcut */
13150 
13151 /* Bit 10 : Shortcut between COMPARE[2] event and STOP task */
13152 #define TIMER_SHORTS_COMPARE2_STOP_Pos (10UL) /*!< Position of COMPARE2_STOP field. */
13153 #define TIMER_SHORTS_COMPARE2_STOP_Msk (0x1UL << TIMER_SHORTS_COMPARE2_STOP_Pos) /*!< Bit mask of COMPARE2_STOP field. */
13154 #define TIMER_SHORTS_COMPARE2_STOP_Disabled (0UL) /*!< Disable shortcut */
13155 #define TIMER_SHORTS_COMPARE2_STOP_Enabled (1UL) /*!< Enable shortcut */
13156 
13157 /* Bit 9 : Shortcut between COMPARE[1] event and STOP task */
13158 #define TIMER_SHORTS_COMPARE1_STOP_Pos (9UL) /*!< Position of COMPARE1_STOP field. */
13159 #define TIMER_SHORTS_COMPARE1_STOP_Msk (0x1UL << TIMER_SHORTS_COMPARE1_STOP_Pos) /*!< Bit mask of COMPARE1_STOP field. */
13160 #define TIMER_SHORTS_COMPARE1_STOP_Disabled (0UL) /*!< Disable shortcut */
13161 #define TIMER_SHORTS_COMPARE1_STOP_Enabled (1UL) /*!< Enable shortcut */
13162 
13163 /* Bit 8 : Shortcut between COMPARE[0] event and STOP task */
13164 #define TIMER_SHORTS_COMPARE0_STOP_Pos (8UL) /*!< Position of COMPARE0_STOP field. */
13165 #define TIMER_SHORTS_COMPARE0_STOP_Msk (0x1UL << TIMER_SHORTS_COMPARE0_STOP_Pos) /*!< Bit mask of COMPARE0_STOP field. */
13166 #define TIMER_SHORTS_COMPARE0_STOP_Disabled (0UL) /*!< Disable shortcut */
13167 #define TIMER_SHORTS_COMPARE0_STOP_Enabled (1UL) /*!< Enable shortcut */
13168 
13169 /* Bit 5 : Shortcut between COMPARE[5] event and CLEAR task */
13170 #define TIMER_SHORTS_COMPARE5_CLEAR_Pos (5UL) /*!< Position of COMPARE5_CLEAR field. */
13171 #define TIMER_SHORTS_COMPARE5_CLEAR_Msk (0x1UL << TIMER_SHORTS_COMPARE5_CLEAR_Pos) /*!< Bit mask of COMPARE5_CLEAR field. */
13172 #define TIMER_SHORTS_COMPARE5_CLEAR_Disabled (0UL) /*!< Disable shortcut */
13173 #define TIMER_SHORTS_COMPARE5_CLEAR_Enabled (1UL) /*!< Enable shortcut */
13174 
13175 /* Bit 4 : Shortcut between COMPARE[4] event and CLEAR task */
13176 #define TIMER_SHORTS_COMPARE4_CLEAR_Pos (4UL) /*!< Position of COMPARE4_CLEAR field. */
13177 #define TIMER_SHORTS_COMPARE4_CLEAR_Msk (0x1UL << TIMER_SHORTS_COMPARE4_CLEAR_Pos) /*!< Bit mask of COMPARE4_CLEAR field. */
13178 #define TIMER_SHORTS_COMPARE4_CLEAR_Disabled (0UL) /*!< Disable shortcut */
13179 #define TIMER_SHORTS_COMPARE4_CLEAR_Enabled (1UL) /*!< Enable shortcut */
13180 
13181 /* Bit 3 : Shortcut between COMPARE[3] event and CLEAR task */
13182 #define TIMER_SHORTS_COMPARE3_CLEAR_Pos (3UL) /*!< Position of COMPARE3_CLEAR field. */
13183 #define TIMER_SHORTS_COMPARE3_CLEAR_Msk (0x1UL << TIMER_SHORTS_COMPARE3_CLEAR_Pos) /*!< Bit mask of COMPARE3_CLEAR field. */
13184 #define TIMER_SHORTS_COMPARE3_CLEAR_Disabled (0UL) /*!< Disable shortcut */
13185 #define TIMER_SHORTS_COMPARE3_CLEAR_Enabled (1UL) /*!< Enable shortcut */
13186 
13187 /* Bit 2 : Shortcut between COMPARE[2] event and CLEAR task */
13188 #define TIMER_SHORTS_COMPARE2_CLEAR_Pos (2UL) /*!< Position of COMPARE2_CLEAR field. */
13189 #define TIMER_SHORTS_COMPARE2_CLEAR_Msk (0x1UL << TIMER_SHORTS_COMPARE2_CLEAR_Pos) /*!< Bit mask of COMPARE2_CLEAR field. */
13190 #define TIMER_SHORTS_COMPARE2_CLEAR_Disabled (0UL) /*!< Disable shortcut */
13191 #define TIMER_SHORTS_COMPARE2_CLEAR_Enabled (1UL) /*!< Enable shortcut */
13192 
13193 /* Bit 1 : Shortcut between COMPARE[1] event and CLEAR task */
13194 #define TIMER_SHORTS_COMPARE1_CLEAR_Pos (1UL) /*!< Position of COMPARE1_CLEAR field. */
13195 #define TIMER_SHORTS_COMPARE1_CLEAR_Msk (0x1UL << TIMER_SHORTS_COMPARE1_CLEAR_Pos) /*!< Bit mask of COMPARE1_CLEAR field. */
13196 #define TIMER_SHORTS_COMPARE1_CLEAR_Disabled (0UL) /*!< Disable shortcut */
13197 #define TIMER_SHORTS_COMPARE1_CLEAR_Enabled (1UL) /*!< Enable shortcut */
13198 
13199 /* Bit 0 : Shortcut between COMPARE[0] event and CLEAR task */
13200 #define TIMER_SHORTS_COMPARE0_CLEAR_Pos (0UL) /*!< Position of COMPARE0_CLEAR field. */
13201 #define TIMER_SHORTS_COMPARE0_CLEAR_Msk (0x1UL << TIMER_SHORTS_COMPARE0_CLEAR_Pos) /*!< Bit mask of COMPARE0_CLEAR field. */
13202 #define TIMER_SHORTS_COMPARE0_CLEAR_Disabled (0UL) /*!< Disable shortcut */
13203 #define TIMER_SHORTS_COMPARE0_CLEAR_Enabled (1UL) /*!< Enable shortcut */
13204 
13205 /* Register: TIMER_INTENSET */
13206 /* Description: Enable interrupt */
13207 
13208 /* Bit 21 : Write '1' to enable interrupt for COMPARE[5] event */
13209 #define TIMER_INTENSET_COMPARE5_Pos (21UL) /*!< Position of COMPARE5 field. */
13210 #define TIMER_INTENSET_COMPARE5_Msk (0x1UL << TIMER_INTENSET_COMPARE5_Pos) /*!< Bit mask of COMPARE5 field. */
13211 #define TIMER_INTENSET_COMPARE5_Disabled (0UL) /*!< Read: Disabled */
13212 #define TIMER_INTENSET_COMPARE5_Enabled (1UL) /*!< Read: Enabled */
13213 #define TIMER_INTENSET_COMPARE5_Set (1UL) /*!< Enable */
13214 
13215 /* Bit 20 : Write '1' to enable interrupt for COMPARE[4] event */
13216 #define TIMER_INTENSET_COMPARE4_Pos (20UL) /*!< Position of COMPARE4 field. */
13217 #define TIMER_INTENSET_COMPARE4_Msk (0x1UL << TIMER_INTENSET_COMPARE4_Pos) /*!< Bit mask of COMPARE4 field. */
13218 #define TIMER_INTENSET_COMPARE4_Disabled (0UL) /*!< Read: Disabled */
13219 #define TIMER_INTENSET_COMPARE4_Enabled (1UL) /*!< Read: Enabled */
13220 #define TIMER_INTENSET_COMPARE4_Set (1UL) /*!< Enable */
13221 
13222 /* Bit 19 : Write '1' to enable interrupt for COMPARE[3] event */
13223 #define TIMER_INTENSET_COMPARE3_Pos (19UL) /*!< Position of COMPARE3 field. */
13224 #define TIMER_INTENSET_COMPARE3_Msk (0x1UL << TIMER_INTENSET_COMPARE3_Pos) /*!< Bit mask of COMPARE3 field. */
13225 #define TIMER_INTENSET_COMPARE3_Disabled (0UL) /*!< Read: Disabled */
13226 #define TIMER_INTENSET_COMPARE3_Enabled (1UL) /*!< Read: Enabled */
13227 #define TIMER_INTENSET_COMPARE3_Set (1UL) /*!< Enable */
13228 
13229 /* Bit 18 : Write '1' to enable interrupt for COMPARE[2] event */
13230 #define TIMER_INTENSET_COMPARE2_Pos (18UL) /*!< Position of COMPARE2 field. */
13231 #define TIMER_INTENSET_COMPARE2_Msk (0x1UL << TIMER_INTENSET_COMPARE2_Pos) /*!< Bit mask of COMPARE2 field. */
13232 #define TIMER_INTENSET_COMPARE2_Disabled (0UL) /*!< Read: Disabled */
13233 #define TIMER_INTENSET_COMPARE2_Enabled (1UL) /*!< Read: Enabled */
13234 #define TIMER_INTENSET_COMPARE2_Set (1UL) /*!< Enable */
13235 
13236 /* Bit 17 : Write '1' to enable interrupt for COMPARE[1] event */
13237 #define TIMER_INTENSET_COMPARE1_Pos (17UL) /*!< Position of COMPARE1 field. */
13238 #define TIMER_INTENSET_COMPARE1_Msk (0x1UL << TIMER_INTENSET_COMPARE1_Pos) /*!< Bit mask of COMPARE1 field. */
13239 #define TIMER_INTENSET_COMPARE1_Disabled (0UL) /*!< Read: Disabled */
13240 #define TIMER_INTENSET_COMPARE1_Enabled (1UL) /*!< Read: Enabled */
13241 #define TIMER_INTENSET_COMPARE1_Set (1UL) /*!< Enable */
13242 
13243 /* Bit 16 : Write '1' to enable interrupt for COMPARE[0] event */
13244 #define TIMER_INTENSET_COMPARE0_Pos (16UL) /*!< Position of COMPARE0 field. */
13245 #define TIMER_INTENSET_COMPARE0_Msk (0x1UL << TIMER_INTENSET_COMPARE0_Pos) /*!< Bit mask of COMPARE0 field. */
13246 #define TIMER_INTENSET_COMPARE0_Disabled (0UL) /*!< Read: Disabled */
13247 #define TIMER_INTENSET_COMPARE0_Enabled (1UL) /*!< Read: Enabled */
13248 #define TIMER_INTENSET_COMPARE0_Set (1UL) /*!< Enable */
13249 
13250 /* Register: TIMER_INTENCLR */
13251 /* Description: Disable interrupt */
13252 
13253 /* Bit 21 : Write '1' to disable interrupt for COMPARE[5] event */
13254 #define TIMER_INTENCLR_COMPARE5_Pos (21UL) /*!< Position of COMPARE5 field. */
13255 #define TIMER_INTENCLR_COMPARE5_Msk (0x1UL << TIMER_INTENCLR_COMPARE5_Pos) /*!< Bit mask of COMPARE5 field. */
13256 #define TIMER_INTENCLR_COMPARE5_Disabled (0UL) /*!< Read: Disabled */
13257 #define TIMER_INTENCLR_COMPARE5_Enabled (1UL) /*!< Read: Enabled */
13258 #define TIMER_INTENCLR_COMPARE5_Clear (1UL) /*!< Disable */
13259 
13260 /* Bit 20 : Write '1' to disable interrupt for COMPARE[4] event */
13261 #define TIMER_INTENCLR_COMPARE4_Pos (20UL) /*!< Position of COMPARE4 field. */
13262 #define TIMER_INTENCLR_COMPARE4_Msk (0x1UL << TIMER_INTENCLR_COMPARE4_Pos) /*!< Bit mask of COMPARE4 field. */
13263 #define TIMER_INTENCLR_COMPARE4_Disabled (0UL) /*!< Read: Disabled */
13264 #define TIMER_INTENCLR_COMPARE4_Enabled (1UL) /*!< Read: Enabled */
13265 #define TIMER_INTENCLR_COMPARE4_Clear (1UL) /*!< Disable */
13266 
13267 /* Bit 19 : Write '1' to disable interrupt for COMPARE[3] event */
13268 #define TIMER_INTENCLR_COMPARE3_Pos (19UL) /*!< Position of COMPARE3 field. */
13269 #define TIMER_INTENCLR_COMPARE3_Msk (0x1UL << TIMER_INTENCLR_COMPARE3_Pos) /*!< Bit mask of COMPARE3 field. */
13270 #define TIMER_INTENCLR_COMPARE3_Disabled (0UL) /*!< Read: Disabled */
13271 #define TIMER_INTENCLR_COMPARE3_Enabled (1UL) /*!< Read: Enabled */
13272 #define TIMER_INTENCLR_COMPARE3_Clear (1UL) /*!< Disable */
13273 
13274 /* Bit 18 : Write '1' to disable interrupt for COMPARE[2] event */
13275 #define TIMER_INTENCLR_COMPARE2_Pos (18UL) /*!< Position of COMPARE2 field. */
13276 #define TIMER_INTENCLR_COMPARE2_Msk (0x1UL << TIMER_INTENCLR_COMPARE2_Pos) /*!< Bit mask of COMPARE2 field. */
13277 #define TIMER_INTENCLR_COMPARE2_Disabled (0UL) /*!< Read: Disabled */
13278 #define TIMER_INTENCLR_COMPARE2_Enabled (1UL) /*!< Read: Enabled */
13279 #define TIMER_INTENCLR_COMPARE2_Clear (1UL) /*!< Disable */
13280 
13281 /* Bit 17 : Write '1' to disable interrupt for COMPARE[1] event */
13282 #define TIMER_INTENCLR_COMPARE1_Pos (17UL) /*!< Position of COMPARE1 field. */
13283 #define TIMER_INTENCLR_COMPARE1_Msk (0x1UL << TIMER_INTENCLR_COMPARE1_Pos) /*!< Bit mask of COMPARE1 field. */
13284 #define TIMER_INTENCLR_COMPARE1_Disabled (0UL) /*!< Read: Disabled */
13285 #define TIMER_INTENCLR_COMPARE1_Enabled (1UL) /*!< Read: Enabled */
13286 #define TIMER_INTENCLR_COMPARE1_Clear (1UL) /*!< Disable */
13287 
13288 /* Bit 16 : Write '1' to disable interrupt for COMPARE[0] event */
13289 #define TIMER_INTENCLR_COMPARE0_Pos (16UL) /*!< Position of COMPARE0 field. */
13290 #define TIMER_INTENCLR_COMPARE0_Msk (0x1UL << TIMER_INTENCLR_COMPARE0_Pos) /*!< Bit mask of COMPARE0 field. */
13291 #define TIMER_INTENCLR_COMPARE0_Disabled (0UL) /*!< Read: Disabled */
13292 #define TIMER_INTENCLR_COMPARE0_Enabled (1UL) /*!< Read: Enabled */
13293 #define TIMER_INTENCLR_COMPARE0_Clear (1UL) /*!< Disable */
13294 
13295 /* Register: TIMER_MODE */
13296 /* Description: Timer mode selection */
13297 
13298 /* Bits 1..0 : Timer mode */
13299 #define TIMER_MODE_MODE_Pos (0UL) /*!< Position of MODE field. */
13300 #define TIMER_MODE_MODE_Msk (0x3UL << TIMER_MODE_MODE_Pos) /*!< Bit mask of MODE field. */
13301 #define TIMER_MODE_MODE_Timer (0UL) /*!< Select Timer mode */
13302 #define TIMER_MODE_MODE_Counter (1UL) /*!< Deprecated enumerator -  Select Counter mode */
13303 #define TIMER_MODE_MODE_LowPowerCounter (2UL) /*!< Select Low Power Counter mode */
13304 
13305 /* Register: TIMER_BITMODE */
13306 /* Description: Configure the number of bits used by the TIMER */
13307 
13308 /* Bits 1..0 : Timer bit width */
13309 #define TIMER_BITMODE_BITMODE_Pos (0UL) /*!< Position of BITMODE field. */
13310 #define TIMER_BITMODE_BITMODE_Msk (0x3UL << TIMER_BITMODE_BITMODE_Pos) /*!< Bit mask of BITMODE field. */
13311 #define TIMER_BITMODE_BITMODE_16Bit (0UL) /*!< 16 bit timer bit width */
13312 #define TIMER_BITMODE_BITMODE_08Bit (1UL) /*!< 8 bit timer bit width */
13313 #define TIMER_BITMODE_BITMODE_24Bit (2UL) /*!< 24 bit timer bit width */
13314 #define TIMER_BITMODE_BITMODE_32Bit (3UL) /*!< 32 bit timer bit width */
13315 
13316 /* Register: TIMER_PRESCALER */
13317 /* Description: Timer prescaler register */
13318 
13319 /* Bits 3..0 : Prescaler value */
13320 #define TIMER_PRESCALER_PRESCALER_Pos (0UL) /*!< Position of PRESCALER field. */
13321 #define TIMER_PRESCALER_PRESCALER_Msk (0xFUL << TIMER_PRESCALER_PRESCALER_Pos) /*!< Bit mask of PRESCALER field. */
13322 
13323 /* Register: TIMER_CC */
13324 /* Description: Description collection[n]: Capture/Compare register n */
13325 
13326 /* Bits 31..0 : Capture/Compare value */
13327 #define TIMER_CC_CC_Pos (0UL) /*!< Position of CC field. */
13328 #define TIMER_CC_CC_Msk (0xFFFFFFFFUL << TIMER_CC_CC_Pos) /*!< Bit mask of CC field. */
13329 
13330 
13331 /* Peripheral: TWI */
13332 /* Description: I2C compatible Two-Wire Interface 0 */
13333 
13334 /* Register: TWI_TASKS_STARTRX */
13335 /* Description: Start TWI receive sequence */
13336 
13337 /* Bit 0 :   */
13338 #define TWI_TASKS_STARTRX_TASKS_STARTRX_Pos (0UL) /*!< Position of TASKS_STARTRX field. */
13339 #define TWI_TASKS_STARTRX_TASKS_STARTRX_Msk (0x1UL << TWI_TASKS_STARTRX_TASKS_STARTRX_Pos) /*!< Bit mask of TASKS_STARTRX field. */
13340 
13341 /* Register: TWI_TASKS_STARTTX */
13342 /* Description: Start TWI transmit sequence */
13343 
13344 /* Bit 0 :   */
13345 #define TWI_TASKS_STARTTX_TASKS_STARTTX_Pos (0UL) /*!< Position of TASKS_STARTTX field. */
13346 #define TWI_TASKS_STARTTX_TASKS_STARTTX_Msk (0x1UL << TWI_TASKS_STARTTX_TASKS_STARTTX_Pos) /*!< Bit mask of TASKS_STARTTX field. */
13347 
13348 /* Register: TWI_TASKS_STOP */
13349 /* Description: Stop TWI transaction */
13350 
13351 /* Bit 0 :   */
13352 #define TWI_TASKS_STOP_TASKS_STOP_Pos (0UL) /*!< Position of TASKS_STOP field. */
13353 #define TWI_TASKS_STOP_TASKS_STOP_Msk (0x1UL << TWI_TASKS_STOP_TASKS_STOP_Pos) /*!< Bit mask of TASKS_STOP field. */
13354 
13355 /* Register: TWI_TASKS_SUSPEND */
13356 /* Description: Suspend TWI transaction */
13357 
13358 /* Bit 0 :   */
13359 #define TWI_TASKS_SUSPEND_TASKS_SUSPEND_Pos (0UL) /*!< Position of TASKS_SUSPEND field. */
13360 #define TWI_TASKS_SUSPEND_TASKS_SUSPEND_Msk (0x1UL << TWI_TASKS_SUSPEND_TASKS_SUSPEND_Pos) /*!< Bit mask of TASKS_SUSPEND field. */
13361 
13362 /* Register: TWI_TASKS_RESUME */
13363 /* Description: Resume TWI transaction */
13364 
13365 /* Bit 0 :   */
13366 #define TWI_TASKS_RESUME_TASKS_RESUME_Pos (0UL) /*!< Position of TASKS_RESUME field. */
13367 #define TWI_TASKS_RESUME_TASKS_RESUME_Msk (0x1UL << TWI_TASKS_RESUME_TASKS_RESUME_Pos) /*!< Bit mask of TASKS_RESUME field. */
13368 
13369 /* Register: TWI_EVENTS_STOPPED */
13370 /* Description: TWI stopped */
13371 
13372 /* Bit 0 :   */
13373 #define TWI_EVENTS_STOPPED_EVENTS_STOPPED_Pos (0UL) /*!< Position of EVENTS_STOPPED field. */
13374 #define TWI_EVENTS_STOPPED_EVENTS_STOPPED_Msk (0x1UL << TWI_EVENTS_STOPPED_EVENTS_STOPPED_Pos) /*!< Bit mask of EVENTS_STOPPED field. */
13375 
13376 /* Register: TWI_EVENTS_RXDREADY */
13377 /* Description: TWI RXD byte received */
13378 
13379 /* Bit 0 :   */
13380 #define TWI_EVENTS_RXDREADY_EVENTS_RXDREADY_Pos (0UL) /*!< Position of EVENTS_RXDREADY field. */
13381 #define TWI_EVENTS_RXDREADY_EVENTS_RXDREADY_Msk (0x1UL << TWI_EVENTS_RXDREADY_EVENTS_RXDREADY_Pos) /*!< Bit mask of EVENTS_RXDREADY field. */
13382 
13383 /* Register: TWI_EVENTS_TXDSENT */
13384 /* Description: TWI TXD byte sent */
13385 
13386 /* Bit 0 :   */
13387 #define TWI_EVENTS_TXDSENT_EVENTS_TXDSENT_Pos (0UL) /*!< Position of EVENTS_TXDSENT field. */
13388 #define TWI_EVENTS_TXDSENT_EVENTS_TXDSENT_Msk (0x1UL << TWI_EVENTS_TXDSENT_EVENTS_TXDSENT_Pos) /*!< Bit mask of EVENTS_TXDSENT field. */
13389 
13390 /* Register: TWI_EVENTS_ERROR */
13391 /* Description: TWI error */
13392 
13393 /* Bit 0 :   */
13394 #define TWI_EVENTS_ERROR_EVENTS_ERROR_Pos (0UL) /*!< Position of EVENTS_ERROR field. */
13395 #define TWI_EVENTS_ERROR_EVENTS_ERROR_Msk (0x1UL << TWI_EVENTS_ERROR_EVENTS_ERROR_Pos) /*!< Bit mask of EVENTS_ERROR field. */
13396 
13397 /* Register: TWI_EVENTS_BB */
13398 /* Description: TWI byte boundary, generated before each byte that is sent or received */
13399 
13400 /* Bit 0 :   */
13401 #define TWI_EVENTS_BB_EVENTS_BB_Pos (0UL) /*!< Position of EVENTS_BB field. */
13402 #define TWI_EVENTS_BB_EVENTS_BB_Msk (0x1UL << TWI_EVENTS_BB_EVENTS_BB_Pos) /*!< Bit mask of EVENTS_BB field. */
13403 
13404 /* Register: TWI_EVENTS_SUSPENDED */
13405 /* Description: TWI entered the suspended state */
13406 
13407 /* Bit 0 :   */
13408 #define TWI_EVENTS_SUSPENDED_EVENTS_SUSPENDED_Pos (0UL) /*!< Position of EVENTS_SUSPENDED field. */
13409 #define TWI_EVENTS_SUSPENDED_EVENTS_SUSPENDED_Msk (0x1UL << TWI_EVENTS_SUSPENDED_EVENTS_SUSPENDED_Pos) /*!< Bit mask of EVENTS_SUSPENDED field. */
13410 
13411 /* Register: TWI_SHORTS */
13412 /* Description: Shortcut register */
13413 
13414 /* Bit 1 : Shortcut between BB event and STOP task */
13415 #define TWI_SHORTS_BB_STOP_Pos (1UL) /*!< Position of BB_STOP field. */
13416 #define TWI_SHORTS_BB_STOP_Msk (0x1UL << TWI_SHORTS_BB_STOP_Pos) /*!< Bit mask of BB_STOP field. */
13417 #define TWI_SHORTS_BB_STOP_Disabled (0UL) /*!< Disable shortcut */
13418 #define TWI_SHORTS_BB_STOP_Enabled (1UL) /*!< Enable shortcut */
13419 
13420 /* Bit 0 : Shortcut between BB event and SUSPEND task */
13421 #define TWI_SHORTS_BB_SUSPEND_Pos (0UL) /*!< Position of BB_SUSPEND field. */
13422 #define TWI_SHORTS_BB_SUSPEND_Msk (0x1UL << TWI_SHORTS_BB_SUSPEND_Pos) /*!< Bit mask of BB_SUSPEND field. */
13423 #define TWI_SHORTS_BB_SUSPEND_Disabled (0UL) /*!< Disable shortcut */
13424 #define TWI_SHORTS_BB_SUSPEND_Enabled (1UL) /*!< Enable shortcut */
13425 
13426 /* Register: TWI_INTENSET */
13427 /* Description: Enable interrupt */
13428 
13429 /* Bit 18 : Write '1' to enable interrupt for SUSPENDED event */
13430 #define TWI_INTENSET_SUSPENDED_Pos (18UL) /*!< Position of SUSPENDED field. */
13431 #define TWI_INTENSET_SUSPENDED_Msk (0x1UL << TWI_INTENSET_SUSPENDED_Pos) /*!< Bit mask of SUSPENDED field. */
13432 #define TWI_INTENSET_SUSPENDED_Disabled (0UL) /*!< Read: Disabled */
13433 #define TWI_INTENSET_SUSPENDED_Enabled (1UL) /*!< Read: Enabled */
13434 #define TWI_INTENSET_SUSPENDED_Set (1UL) /*!< Enable */
13435 
13436 /* Bit 14 : Write '1' to enable interrupt for BB event */
13437 #define TWI_INTENSET_BB_Pos (14UL) /*!< Position of BB field. */
13438 #define TWI_INTENSET_BB_Msk (0x1UL << TWI_INTENSET_BB_Pos) /*!< Bit mask of BB field. */
13439 #define TWI_INTENSET_BB_Disabled (0UL) /*!< Read: Disabled */
13440 #define TWI_INTENSET_BB_Enabled (1UL) /*!< Read: Enabled */
13441 #define TWI_INTENSET_BB_Set (1UL) /*!< Enable */
13442 
13443 /* Bit 9 : Write '1' to enable interrupt for ERROR event */
13444 #define TWI_INTENSET_ERROR_Pos (9UL) /*!< Position of ERROR field. */
13445 #define TWI_INTENSET_ERROR_Msk (0x1UL << TWI_INTENSET_ERROR_Pos) /*!< Bit mask of ERROR field. */
13446 #define TWI_INTENSET_ERROR_Disabled (0UL) /*!< Read: Disabled */
13447 #define TWI_INTENSET_ERROR_Enabled (1UL) /*!< Read: Enabled */
13448 #define TWI_INTENSET_ERROR_Set (1UL) /*!< Enable */
13449 
13450 /* Bit 7 : Write '1' to enable interrupt for TXDSENT event */
13451 #define TWI_INTENSET_TXDSENT_Pos (7UL) /*!< Position of TXDSENT field. */
13452 #define TWI_INTENSET_TXDSENT_Msk (0x1UL << TWI_INTENSET_TXDSENT_Pos) /*!< Bit mask of TXDSENT field. */
13453 #define TWI_INTENSET_TXDSENT_Disabled (0UL) /*!< Read: Disabled */
13454 #define TWI_INTENSET_TXDSENT_Enabled (1UL) /*!< Read: Enabled */
13455 #define TWI_INTENSET_TXDSENT_Set (1UL) /*!< Enable */
13456 
13457 /* Bit 2 : Write '1' to enable interrupt for RXDREADY event */
13458 #define TWI_INTENSET_RXDREADY_Pos (2UL) /*!< Position of RXDREADY field. */
13459 #define TWI_INTENSET_RXDREADY_Msk (0x1UL << TWI_INTENSET_RXDREADY_Pos) /*!< Bit mask of RXDREADY field. */
13460 #define TWI_INTENSET_RXDREADY_Disabled (0UL) /*!< Read: Disabled */
13461 #define TWI_INTENSET_RXDREADY_Enabled (1UL) /*!< Read: Enabled */
13462 #define TWI_INTENSET_RXDREADY_Set (1UL) /*!< Enable */
13463 
13464 /* Bit 1 : Write '1' to enable interrupt for STOPPED event */
13465 #define TWI_INTENSET_STOPPED_Pos (1UL) /*!< Position of STOPPED field. */
13466 #define TWI_INTENSET_STOPPED_Msk (0x1UL << TWI_INTENSET_STOPPED_Pos) /*!< Bit mask of STOPPED field. */
13467 #define TWI_INTENSET_STOPPED_Disabled (0UL) /*!< Read: Disabled */
13468 #define TWI_INTENSET_STOPPED_Enabled (1UL) /*!< Read: Enabled */
13469 #define TWI_INTENSET_STOPPED_Set (1UL) /*!< Enable */
13470 
13471 /* Register: TWI_INTENCLR */
13472 /* Description: Disable interrupt */
13473 
13474 /* Bit 18 : Write '1' to disable interrupt for SUSPENDED event */
13475 #define TWI_INTENCLR_SUSPENDED_Pos (18UL) /*!< Position of SUSPENDED field. */
13476 #define TWI_INTENCLR_SUSPENDED_Msk (0x1UL << TWI_INTENCLR_SUSPENDED_Pos) /*!< Bit mask of SUSPENDED field. */
13477 #define TWI_INTENCLR_SUSPENDED_Disabled (0UL) /*!< Read: Disabled */
13478 #define TWI_INTENCLR_SUSPENDED_Enabled (1UL) /*!< Read: Enabled */
13479 #define TWI_INTENCLR_SUSPENDED_Clear (1UL) /*!< Disable */
13480 
13481 /* Bit 14 : Write '1' to disable interrupt for BB event */
13482 #define TWI_INTENCLR_BB_Pos (14UL) /*!< Position of BB field. */
13483 #define TWI_INTENCLR_BB_Msk (0x1UL << TWI_INTENCLR_BB_Pos) /*!< Bit mask of BB field. */
13484 #define TWI_INTENCLR_BB_Disabled (0UL) /*!< Read: Disabled */
13485 #define TWI_INTENCLR_BB_Enabled (1UL) /*!< Read: Enabled */
13486 #define TWI_INTENCLR_BB_Clear (1UL) /*!< Disable */
13487 
13488 /* Bit 9 : Write '1' to disable interrupt for ERROR event */
13489 #define TWI_INTENCLR_ERROR_Pos (9UL) /*!< Position of ERROR field. */
13490 #define TWI_INTENCLR_ERROR_Msk (0x1UL << TWI_INTENCLR_ERROR_Pos) /*!< Bit mask of ERROR field. */
13491 #define TWI_INTENCLR_ERROR_Disabled (0UL) /*!< Read: Disabled */
13492 #define TWI_INTENCLR_ERROR_Enabled (1UL) /*!< Read: Enabled */
13493 #define TWI_INTENCLR_ERROR_Clear (1UL) /*!< Disable */
13494 
13495 /* Bit 7 : Write '1' to disable interrupt for TXDSENT event */
13496 #define TWI_INTENCLR_TXDSENT_Pos (7UL) /*!< Position of TXDSENT field. */
13497 #define TWI_INTENCLR_TXDSENT_Msk (0x1UL << TWI_INTENCLR_TXDSENT_Pos) /*!< Bit mask of TXDSENT field. */
13498 #define TWI_INTENCLR_TXDSENT_Disabled (0UL) /*!< Read: Disabled */
13499 #define TWI_INTENCLR_TXDSENT_Enabled (1UL) /*!< Read: Enabled */
13500 #define TWI_INTENCLR_TXDSENT_Clear (1UL) /*!< Disable */
13501 
13502 /* Bit 2 : Write '1' to disable interrupt for RXDREADY event */
13503 #define TWI_INTENCLR_RXDREADY_Pos (2UL) /*!< Position of RXDREADY field. */
13504 #define TWI_INTENCLR_RXDREADY_Msk (0x1UL << TWI_INTENCLR_RXDREADY_Pos) /*!< Bit mask of RXDREADY field. */
13505 #define TWI_INTENCLR_RXDREADY_Disabled (0UL) /*!< Read: Disabled */
13506 #define TWI_INTENCLR_RXDREADY_Enabled (1UL) /*!< Read: Enabled */
13507 #define TWI_INTENCLR_RXDREADY_Clear (1UL) /*!< Disable */
13508 
13509 /* Bit 1 : Write '1' to disable interrupt for STOPPED event */
13510 #define TWI_INTENCLR_STOPPED_Pos (1UL) /*!< Position of STOPPED field. */
13511 #define TWI_INTENCLR_STOPPED_Msk (0x1UL << TWI_INTENCLR_STOPPED_Pos) /*!< Bit mask of STOPPED field. */
13512 #define TWI_INTENCLR_STOPPED_Disabled (0UL) /*!< Read: Disabled */
13513 #define TWI_INTENCLR_STOPPED_Enabled (1UL) /*!< Read: Enabled */
13514 #define TWI_INTENCLR_STOPPED_Clear (1UL) /*!< Disable */
13515 
13516 /* Register: TWI_ERRORSRC */
13517 /* Description: Error source */
13518 
13519 /* Bit 2 : NACK received after sending a data byte (write '1' to clear) */
13520 #define TWI_ERRORSRC_DNACK_Pos (2UL) /*!< Position of DNACK field. */
13521 #define TWI_ERRORSRC_DNACK_Msk (0x1UL << TWI_ERRORSRC_DNACK_Pos) /*!< Bit mask of DNACK field. */
13522 #define TWI_ERRORSRC_DNACK_NotPresent (0UL) /*!< Read: error not present */
13523 #define TWI_ERRORSRC_DNACK_Present (1UL) /*!< Read: error present */
13524 
13525 /* Bit 1 : NACK received after sending the address (write '1' to clear) */
13526 #define TWI_ERRORSRC_ANACK_Pos (1UL) /*!< Position of ANACK field. */
13527 #define TWI_ERRORSRC_ANACK_Msk (0x1UL << TWI_ERRORSRC_ANACK_Pos) /*!< Bit mask of ANACK field. */
13528 #define TWI_ERRORSRC_ANACK_NotPresent (0UL) /*!< Read: error not present */
13529 #define TWI_ERRORSRC_ANACK_Present (1UL) /*!< Read: error present */
13530 
13531 /* Bit 0 : Overrun error */
13532 #define TWI_ERRORSRC_OVERRUN_Pos (0UL) /*!< Position of OVERRUN field. */
13533 #define TWI_ERRORSRC_OVERRUN_Msk (0x1UL << TWI_ERRORSRC_OVERRUN_Pos) /*!< Bit mask of OVERRUN field. */
13534 #define TWI_ERRORSRC_OVERRUN_NotPresent (0UL) /*!< Read: no overrun occured */
13535 #define TWI_ERRORSRC_OVERRUN_Present (1UL) /*!< Read: overrun occured */
13536 
13537 /* Register: TWI_ENABLE */
13538 /* Description: Enable TWI */
13539 
13540 /* Bits 3..0 : Enable or disable TWI */
13541 #define TWI_ENABLE_ENABLE_Pos (0UL) /*!< Position of ENABLE field. */
13542 #define TWI_ENABLE_ENABLE_Msk (0xFUL << TWI_ENABLE_ENABLE_Pos) /*!< Bit mask of ENABLE field. */
13543 #define TWI_ENABLE_ENABLE_Disabled (0UL) /*!< Disable TWI */
13544 #define TWI_ENABLE_ENABLE_Enabled (5UL) /*!< Enable TWI */
13545 
13546 /* Register: TWI_PSEL_SCL */
13547 /* Description: Pin select for SCL */
13548 
13549 /* Bit 31 : Connection */
13550 #define TWI_PSEL_SCL_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */
13551 #define TWI_PSEL_SCL_CONNECT_Msk (0x1UL << TWI_PSEL_SCL_CONNECT_Pos) /*!< Bit mask of CONNECT field. */
13552 #define TWI_PSEL_SCL_CONNECT_Connected (0UL) /*!< Connect */
13553 #define TWI_PSEL_SCL_CONNECT_Disconnected (1UL) /*!< Disconnect */
13554 
13555 /* Bit 5 : Port number */
13556 #define TWI_PSEL_SCL_PORT_Pos (5UL) /*!< Position of PORT field. */
13557 #define TWI_PSEL_SCL_PORT_Msk (0x1UL << TWI_PSEL_SCL_PORT_Pos) /*!< Bit mask of PORT field. */
13558 
13559 /* Bits 4..0 : Pin number */
13560 #define TWI_PSEL_SCL_PIN_Pos (0UL) /*!< Position of PIN field. */
13561 #define TWI_PSEL_SCL_PIN_Msk (0x1FUL << TWI_PSEL_SCL_PIN_Pos) /*!< Bit mask of PIN field. */
13562 
13563 /* Register: TWI_PSEL_SDA */
13564 /* Description: Pin select for SDA */
13565 
13566 /* Bit 31 : Connection */
13567 #define TWI_PSEL_SDA_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */
13568 #define TWI_PSEL_SDA_CONNECT_Msk (0x1UL << TWI_PSEL_SDA_CONNECT_Pos) /*!< Bit mask of CONNECT field. */
13569 #define TWI_PSEL_SDA_CONNECT_Connected (0UL) /*!< Connect */
13570 #define TWI_PSEL_SDA_CONNECT_Disconnected (1UL) /*!< Disconnect */
13571 
13572 /* Bit 5 : Port number */
13573 #define TWI_PSEL_SDA_PORT_Pos (5UL) /*!< Position of PORT field. */
13574 #define TWI_PSEL_SDA_PORT_Msk (0x1UL << TWI_PSEL_SDA_PORT_Pos) /*!< Bit mask of PORT field. */
13575 
13576 /* Bits 4..0 : Pin number */
13577 #define TWI_PSEL_SDA_PIN_Pos (0UL) /*!< Position of PIN field. */
13578 #define TWI_PSEL_SDA_PIN_Msk (0x1FUL << TWI_PSEL_SDA_PIN_Pos) /*!< Bit mask of PIN field. */
13579 
13580 /* Register: TWI_RXD */
13581 /* Description: RXD register */
13582 
13583 /* Bits 7..0 : RXD register */
13584 #define TWI_RXD_RXD_Pos (0UL) /*!< Position of RXD field. */
13585 #define TWI_RXD_RXD_Msk (0xFFUL << TWI_RXD_RXD_Pos) /*!< Bit mask of RXD field. */
13586 
13587 /* Register: TWI_TXD */
13588 /* Description: TXD register */
13589 
13590 /* Bits 7..0 : TXD register */
13591 #define TWI_TXD_TXD_Pos (0UL) /*!< Position of TXD field. */
13592 #define TWI_TXD_TXD_Msk (0xFFUL << TWI_TXD_TXD_Pos) /*!< Bit mask of TXD field. */
13593 
13594 /* Register: TWI_FREQUENCY */
13595 /* Description: TWI frequency. Accuracy depends on the HFCLK source selected. */
13596 
13597 /* Bits 31..0 : TWI master clock frequency */
13598 #define TWI_FREQUENCY_FREQUENCY_Pos (0UL) /*!< Position of FREQUENCY field. */
13599 #define TWI_FREQUENCY_FREQUENCY_Msk (0xFFFFFFFFUL << TWI_FREQUENCY_FREQUENCY_Pos) /*!< Bit mask of FREQUENCY field. */
13600 #define TWI_FREQUENCY_FREQUENCY_K100 (0x01980000UL) /*!< 100 kbps */
13601 #define TWI_FREQUENCY_FREQUENCY_K250 (0x04000000UL) /*!< 250 kbps */
13602 #define TWI_FREQUENCY_FREQUENCY_K400 (0x06680000UL) /*!< 400 kbps (actual rate 410.256 kbps) */
13603 
13604 /* Register: TWI_ADDRESS */
13605 /* Description: Address used in the TWI transfer */
13606 
13607 /* Bits 6..0 : Address used in the TWI transfer */
13608 #define TWI_ADDRESS_ADDRESS_Pos (0UL) /*!< Position of ADDRESS field. */
13609 #define TWI_ADDRESS_ADDRESS_Msk (0x7FUL << TWI_ADDRESS_ADDRESS_Pos) /*!< Bit mask of ADDRESS field. */
13610 
13611 
13612 /* Peripheral: TWIM */
13613 /* Description: I2C compatible Two-Wire Master Interface with EasyDMA 0 */
13614 
13615 /* Register: TWIM_TASKS_STARTRX */
13616 /* Description: Start TWI receive sequence */
13617 
13618 /* Bit 0 :   */
13619 #define TWIM_TASKS_STARTRX_TASKS_STARTRX_Pos (0UL) /*!< Position of TASKS_STARTRX field. */
13620 #define TWIM_TASKS_STARTRX_TASKS_STARTRX_Msk (0x1UL << TWIM_TASKS_STARTRX_TASKS_STARTRX_Pos) /*!< Bit mask of TASKS_STARTRX field. */
13621 
13622 /* Register: TWIM_TASKS_STARTTX */
13623 /* Description: Start TWI transmit sequence */
13624 
13625 /* Bit 0 :   */
13626 #define TWIM_TASKS_STARTTX_TASKS_STARTTX_Pos (0UL) /*!< Position of TASKS_STARTTX field. */
13627 #define TWIM_TASKS_STARTTX_TASKS_STARTTX_Msk (0x1UL << TWIM_TASKS_STARTTX_TASKS_STARTTX_Pos) /*!< Bit mask of TASKS_STARTTX field. */
13628 
13629 /* Register: TWIM_TASKS_STOP */
13630 /* Description: Stop TWI transaction. Must be issued while the TWI master is not suspended. */
13631 
13632 /* Bit 0 :   */
13633 #define TWIM_TASKS_STOP_TASKS_STOP_Pos (0UL) /*!< Position of TASKS_STOP field. */
13634 #define TWIM_TASKS_STOP_TASKS_STOP_Msk (0x1UL << TWIM_TASKS_STOP_TASKS_STOP_Pos) /*!< Bit mask of TASKS_STOP field. */
13635 
13636 /* Register: TWIM_TASKS_SUSPEND */
13637 /* Description: Suspend TWI transaction */
13638 
13639 /* Bit 0 :   */
13640 #define TWIM_TASKS_SUSPEND_TASKS_SUSPEND_Pos (0UL) /*!< Position of TASKS_SUSPEND field. */
13641 #define TWIM_TASKS_SUSPEND_TASKS_SUSPEND_Msk (0x1UL << TWIM_TASKS_SUSPEND_TASKS_SUSPEND_Pos) /*!< Bit mask of TASKS_SUSPEND field. */
13642 
13643 /* Register: TWIM_TASKS_RESUME */
13644 /* Description: Resume TWI transaction */
13645 
13646 /* Bit 0 :   */
13647 #define TWIM_TASKS_RESUME_TASKS_RESUME_Pos (0UL) /*!< Position of TASKS_RESUME field. */
13648 #define TWIM_TASKS_RESUME_TASKS_RESUME_Msk (0x1UL << TWIM_TASKS_RESUME_TASKS_RESUME_Pos) /*!< Bit mask of TASKS_RESUME field. */
13649 
13650 /* Register: TWIM_EVENTS_STOPPED */
13651 /* Description: TWI stopped */
13652 
13653 /* Bit 0 :   */
13654 #define TWIM_EVENTS_STOPPED_EVENTS_STOPPED_Pos (0UL) /*!< Position of EVENTS_STOPPED field. */
13655 #define TWIM_EVENTS_STOPPED_EVENTS_STOPPED_Msk (0x1UL << TWIM_EVENTS_STOPPED_EVENTS_STOPPED_Pos) /*!< Bit mask of EVENTS_STOPPED field. */
13656 
13657 /* Register: TWIM_EVENTS_ERROR */
13658 /* Description: TWI error */
13659 
13660 /* Bit 0 :   */
13661 #define TWIM_EVENTS_ERROR_EVENTS_ERROR_Pos (0UL) /*!< Position of EVENTS_ERROR field. */
13662 #define TWIM_EVENTS_ERROR_EVENTS_ERROR_Msk (0x1UL << TWIM_EVENTS_ERROR_EVENTS_ERROR_Pos) /*!< Bit mask of EVENTS_ERROR field. */
13663 
13664 /* Register: TWIM_EVENTS_SUSPENDED */
13665 /* Description: Last byte has been sent out after the SUSPEND task has been issued, TWI traffic is now suspended. */
13666 
13667 /* Bit 0 :   */
13668 #define TWIM_EVENTS_SUSPENDED_EVENTS_SUSPENDED_Pos (0UL) /*!< Position of EVENTS_SUSPENDED field. */
13669 #define TWIM_EVENTS_SUSPENDED_EVENTS_SUSPENDED_Msk (0x1UL << TWIM_EVENTS_SUSPENDED_EVENTS_SUSPENDED_Pos) /*!< Bit mask of EVENTS_SUSPENDED field. */
13670 
13671 /* Register: TWIM_EVENTS_RXSTARTED */
13672 /* Description: Receive sequence started */
13673 
13674 /* Bit 0 :   */
13675 #define TWIM_EVENTS_RXSTARTED_EVENTS_RXSTARTED_Pos (0UL) /*!< Position of EVENTS_RXSTARTED field. */
13676 #define TWIM_EVENTS_RXSTARTED_EVENTS_RXSTARTED_Msk (0x1UL << TWIM_EVENTS_RXSTARTED_EVENTS_RXSTARTED_Pos) /*!< Bit mask of EVENTS_RXSTARTED field. */
13677 
13678 /* Register: TWIM_EVENTS_TXSTARTED */
13679 /* Description: Transmit sequence started */
13680 
13681 /* Bit 0 :   */
13682 #define TWIM_EVENTS_TXSTARTED_EVENTS_TXSTARTED_Pos (0UL) /*!< Position of EVENTS_TXSTARTED field. */
13683 #define TWIM_EVENTS_TXSTARTED_EVENTS_TXSTARTED_Msk (0x1UL << TWIM_EVENTS_TXSTARTED_EVENTS_TXSTARTED_Pos) /*!< Bit mask of EVENTS_TXSTARTED field. */
13684 
13685 /* Register: TWIM_EVENTS_LASTRX */
13686 /* Description: Byte boundary, starting to receive the last byte */
13687 
13688 /* Bit 0 :   */
13689 #define TWIM_EVENTS_LASTRX_EVENTS_LASTRX_Pos (0UL) /*!< Position of EVENTS_LASTRX field. */
13690 #define TWIM_EVENTS_LASTRX_EVENTS_LASTRX_Msk (0x1UL << TWIM_EVENTS_LASTRX_EVENTS_LASTRX_Pos) /*!< Bit mask of EVENTS_LASTRX field. */
13691 
13692 /* Register: TWIM_EVENTS_LASTTX */
13693 /* Description: Byte boundary, starting to transmit the last byte */
13694 
13695 /* Bit 0 :   */
13696 #define TWIM_EVENTS_LASTTX_EVENTS_LASTTX_Pos (0UL) /*!< Position of EVENTS_LASTTX field. */
13697 #define TWIM_EVENTS_LASTTX_EVENTS_LASTTX_Msk (0x1UL << TWIM_EVENTS_LASTTX_EVENTS_LASTTX_Pos) /*!< Bit mask of EVENTS_LASTTX field. */
13698 
13699 /* Register: TWIM_SHORTS */
13700 /* Description: Shortcut register */
13701 
13702 /* Bit 12 : Shortcut between LASTRX event and STOP task */
13703 #define TWIM_SHORTS_LASTRX_STOP_Pos (12UL) /*!< Position of LASTRX_STOP field. */
13704 #define TWIM_SHORTS_LASTRX_STOP_Msk (0x1UL << TWIM_SHORTS_LASTRX_STOP_Pos) /*!< Bit mask of LASTRX_STOP field. */
13705 #define TWIM_SHORTS_LASTRX_STOP_Disabled (0UL) /*!< Disable shortcut */
13706 #define TWIM_SHORTS_LASTRX_STOP_Enabled (1UL) /*!< Enable shortcut */
13707 
13708 /* Bit 11 : Shortcut between LASTRX event and SUSPEND task */
13709 #define TWIM_SHORTS_LASTRX_SUSPEND_Pos (11UL) /*!< Position of LASTRX_SUSPEND field. */
13710 #define TWIM_SHORTS_LASTRX_SUSPEND_Msk (0x1UL << TWIM_SHORTS_LASTRX_SUSPEND_Pos) /*!< Bit mask of LASTRX_SUSPEND field. */
13711 #define TWIM_SHORTS_LASTRX_SUSPEND_Disabled (0UL) /*!< Disable shortcut */
13712 #define TWIM_SHORTS_LASTRX_SUSPEND_Enabled (1UL) /*!< Enable shortcut */
13713 
13714 /* Bit 10 : Shortcut between LASTRX event and STARTTX task */
13715 #define TWIM_SHORTS_LASTRX_STARTTX_Pos (10UL) /*!< Position of LASTRX_STARTTX field. */
13716 #define TWIM_SHORTS_LASTRX_STARTTX_Msk (0x1UL << TWIM_SHORTS_LASTRX_STARTTX_Pos) /*!< Bit mask of LASTRX_STARTTX field. */
13717 #define TWIM_SHORTS_LASTRX_STARTTX_Disabled (0UL) /*!< Disable shortcut */
13718 #define TWIM_SHORTS_LASTRX_STARTTX_Enabled (1UL) /*!< Enable shortcut */
13719 
13720 /* Bit 9 : Shortcut between LASTTX event and STOP task */
13721 #define TWIM_SHORTS_LASTTX_STOP_Pos (9UL) /*!< Position of LASTTX_STOP field. */
13722 #define TWIM_SHORTS_LASTTX_STOP_Msk (0x1UL << TWIM_SHORTS_LASTTX_STOP_Pos) /*!< Bit mask of LASTTX_STOP field. */
13723 #define TWIM_SHORTS_LASTTX_STOP_Disabled (0UL) /*!< Disable shortcut */
13724 #define TWIM_SHORTS_LASTTX_STOP_Enabled (1UL) /*!< Enable shortcut */
13725 
13726 /* Bit 8 : Shortcut between LASTTX event and SUSPEND task */
13727 #define TWIM_SHORTS_LASTTX_SUSPEND_Pos (8UL) /*!< Position of LASTTX_SUSPEND field. */
13728 #define TWIM_SHORTS_LASTTX_SUSPEND_Msk (0x1UL << TWIM_SHORTS_LASTTX_SUSPEND_Pos) /*!< Bit mask of LASTTX_SUSPEND field. */
13729 #define TWIM_SHORTS_LASTTX_SUSPEND_Disabled (0UL) /*!< Disable shortcut */
13730 #define TWIM_SHORTS_LASTTX_SUSPEND_Enabled (1UL) /*!< Enable shortcut */
13731 
13732 /* Bit 7 : Shortcut between LASTTX event and STARTRX task */
13733 #define TWIM_SHORTS_LASTTX_STARTRX_Pos (7UL) /*!< Position of LASTTX_STARTRX field. */
13734 #define TWIM_SHORTS_LASTTX_STARTRX_Msk (0x1UL << TWIM_SHORTS_LASTTX_STARTRX_Pos) /*!< Bit mask of LASTTX_STARTRX field. */
13735 #define TWIM_SHORTS_LASTTX_STARTRX_Disabled (0UL) /*!< Disable shortcut */
13736 #define TWIM_SHORTS_LASTTX_STARTRX_Enabled (1UL) /*!< Enable shortcut */
13737 
13738 /* Register: TWIM_INTEN */
13739 /* Description: Enable or disable interrupt */
13740 
13741 /* Bit 24 : Enable or disable interrupt for LASTTX event */
13742 #define TWIM_INTEN_LASTTX_Pos (24UL) /*!< Position of LASTTX field. */
13743 #define TWIM_INTEN_LASTTX_Msk (0x1UL << TWIM_INTEN_LASTTX_Pos) /*!< Bit mask of LASTTX field. */
13744 #define TWIM_INTEN_LASTTX_Disabled (0UL) /*!< Disable */
13745 #define TWIM_INTEN_LASTTX_Enabled (1UL) /*!< Enable */
13746 
13747 /* Bit 23 : Enable or disable interrupt for LASTRX event */
13748 #define TWIM_INTEN_LASTRX_Pos (23UL) /*!< Position of LASTRX field. */
13749 #define TWIM_INTEN_LASTRX_Msk (0x1UL << TWIM_INTEN_LASTRX_Pos) /*!< Bit mask of LASTRX field. */
13750 #define TWIM_INTEN_LASTRX_Disabled (0UL) /*!< Disable */
13751 #define TWIM_INTEN_LASTRX_Enabled (1UL) /*!< Enable */
13752 
13753 /* Bit 20 : Enable or disable interrupt for TXSTARTED event */
13754 #define TWIM_INTEN_TXSTARTED_Pos (20UL) /*!< Position of TXSTARTED field. */
13755 #define TWIM_INTEN_TXSTARTED_Msk (0x1UL << TWIM_INTEN_TXSTARTED_Pos) /*!< Bit mask of TXSTARTED field. */
13756 #define TWIM_INTEN_TXSTARTED_Disabled (0UL) /*!< Disable */
13757 #define TWIM_INTEN_TXSTARTED_Enabled (1UL) /*!< Enable */
13758 
13759 /* Bit 19 : Enable or disable interrupt for RXSTARTED event */
13760 #define TWIM_INTEN_RXSTARTED_Pos (19UL) /*!< Position of RXSTARTED field. */
13761 #define TWIM_INTEN_RXSTARTED_Msk (0x1UL << TWIM_INTEN_RXSTARTED_Pos) /*!< Bit mask of RXSTARTED field. */
13762 #define TWIM_INTEN_RXSTARTED_Disabled (0UL) /*!< Disable */
13763 #define TWIM_INTEN_RXSTARTED_Enabled (1UL) /*!< Enable */
13764 
13765 /* Bit 18 : Enable or disable interrupt for SUSPENDED event */
13766 #define TWIM_INTEN_SUSPENDED_Pos (18UL) /*!< Position of SUSPENDED field. */
13767 #define TWIM_INTEN_SUSPENDED_Msk (0x1UL << TWIM_INTEN_SUSPENDED_Pos) /*!< Bit mask of SUSPENDED field. */
13768 #define TWIM_INTEN_SUSPENDED_Disabled (0UL) /*!< Disable */
13769 #define TWIM_INTEN_SUSPENDED_Enabled (1UL) /*!< Enable */
13770 
13771 /* Bit 9 : Enable or disable interrupt for ERROR event */
13772 #define TWIM_INTEN_ERROR_Pos (9UL) /*!< Position of ERROR field. */
13773 #define TWIM_INTEN_ERROR_Msk (0x1UL << TWIM_INTEN_ERROR_Pos) /*!< Bit mask of ERROR field. */
13774 #define TWIM_INTEN_ERROR_Disabled (0UL) /*!< Disable */
13775 #define TWIM_INTEN_ERROR_Enabled (1UL) /*!< Enable */
13776 
13777 /* Bit 1 : Enable or disable interrupt for STOPPED event */
13778 #define TWIM_INTEN_STOPPED_Pos (1UL) /*!< Position of STOPPED field. */
13779 #define TWIM_INTEN_STOPPED_Msk (0x1UL << TWIM_INTEN_STOPPED_Pos) /*!< Bit mask of STOPPED field. */
13780 #define TWIM_INTEN_STOPPED_Disabled (0UL) /*!< Disable */
13781 #define TWIM_INTEN_STOPPED_Enabled (1UL) /*!< Enable */
13782 
13783 /* Register: TWIM_INTENSET */
13784 /* Description: Enable interrupt */
13785 
13786 /* Bit 24 : Write '1' to enable interrupt for LASTTX event */
13787 #define TWIM_INTENSET_LASTTX_Pos (24UL) /*!< Position of LASTTX field. */
13788 #define TWIM_INTENSET_LASTTX_Msk (0x1UL << TWIM_INTENSET_LASTTX_Pos) /*!< Bit mask of LASTTX field. */
13789 #define TWIM_INTENSET_LASTTX_Disabled (0UL) /*!< Read: Disabled */
13790 #define TWIM_INTENSET_LASTTX_Enabled (1UL) /*!< Read: Enabled */
13791 #define TWIM_INTENSET_LASTTX_Set (1UL) /*!< Enable */
13792 
13793 /* Bit 23 : Write '1' to enable interrupt for LASTRX event */
13794 #define TWIM_INTENSET_LASTRX_Pos (23UL) /*!< Position of LASTRX field. */
13795 #define TWIM_INTENSET_LASTRX_Msk (0x1UL << TWIM_INTENSET_LASTRX_Pos) /*!< Bit mask of LASTRX field. */
13796 #define TWIM_INTENSET_LASTRX_Disabled (0UL) /*!< Read: Disabled */
13797 #define TWIM_INTENSET_LASTRX_Enabled (1UL) /*!< Read: Enabled */
13798 #define TWIM_INTENSET_LASTRX_Set (1UL) /*!< Enable */
13799 
13800 /* Bit 20 : Write '1' to enable interrupt for TXSTARTED event */
13801 #define TWIM_INTENSET_TXSTARTED_Pos (20UL) /*!< Position of TXSTARTED field. */
13802 #define TWIM_INTENSET_TXSTARTED_Msk (0x1UL << TWIM_INTENSET_TXSTARTED_Pos) /*!< Bit mask of TXSTARTED field. */
13803 #define TWIM_INTENSET_TXSTARTED_Disabled (0UL) /*!< Read: Disabled */
13804 #define TWIM_INTENSET_TXSTARTED_Enabled (1UL) /*!< Read: Enabled */
13805 #define TWIM_INTENSET_TXSTARTED_Set (1UL) /*!< Enable */
13806 
13807 /* Bit 19 : Write '1' to enable interrupt for RXSTARTED event */
13808 #define TWIM_INTENSET_RXSTARTED_Pos (19UL) /*!< Position of RXSTARTED field. */
13809 #define TWIM_INTENSET_RXSTARTED_Msk (0x1UL << TWIM_INTENSET_RXSTARTED_Pos) /*!< Bit mask of RXSTARTED field. */
13810 #define TWIM_INTENSET_RXSTARTED_Disabled (0UL) /*!< Read: Disabled */
13811 #define TWIM_INTENSET_RXSTARTED_Enabled (1UL) /*!< Read: Enabled */
13812 #define TWIM_INTENSET_RXSTARTED_Set (1UL) /*!< Enable */
13813 
13814 /* Bit 18 : Write '1' to enable interrupt for SUSPENDED event */
13815 #define TWIM_INTENSET_SUSPENDED_Pos (18UL) /*!< Position of SUSPENDED field. */
13816 #define TWIM_INTENSET_SUSPENDED_Msk (0x1UL << TWIM_INTENSET_SUSPENDED_Pos) /*!< Bit mask of SUSPENDED field. */
13817 #define TWIM_INTENSET_SUSPENDED_Disabled (0UL) /*!< Read: Disabled */
13818 #define TWIM_INTENSET_SUSPENDED_Enabled (1UL) /*!< Read: Enabled */
13819 #define TWIM_INTENSET_SUSPENDED_Set (1UL) /*!< Enable */
13820 
13821 /* Bit 9 : Write '1' to enable interrupt for ERROR event */
13822 #define TWIM_INTENSET_ERROR_Pos (9UL) /*!< Position of ERROR field. */
13823 #define TWIM_INTENSET_ERROR_Msk (0x1UL << TWIM_INTENSET_ERROR_Pos) /*!< Bit mask of ERROR field. */
13824 #define TWIM_INTENSET_ERROR_Disabled (0UL) /*!< Read: Disabled */
13825 #define TWIM_INTENSET_ERROR_Enabled (1UL) /*!< Read: Enabled */
13826 #define TWIM_INTENSET_ERROR_Set (1UL) /*!< Enable */
13827 
13828 /* Bit 1 : Write '1' to enable interrupt for STOPPED event */
13829 #define TWIM_INTENSET_STOPPED_Pos (1UL) /*!< Position of STOPPED field. */
13830 #define TWIM_INTENSET_STOPPED_Msk (0x1UL << TWIM_INTENSET_STOPPED_Pos) /*!< Bit mask of STOPPED field. */
13831 #define TWIM_INTENSET_STOPPED_Disabled (0UL) /*!< Read: Disabled */
13832 #define TWIM_INTENSET_STOPPED_Enabled (1UL) /*!< Read: Enabled */
13833 #define TWIM_INTENSET_STOPPED_Set (1UL) /*!< Enable */
13834 
13835 /* Register: TWIM_INTENCLR */
13836 /* Description: Disable interrupt */
13837 
13838 /* Bit 24 : Write '1' to disable interrupt for LASTTX event */
13839 #define TWIM_INTENCLR_LASTTX_Pos (24UL) /*!< Position of LASTTX field. */
13840 #define TWIM_INTENCLR_LASTTX_Msk (0x1UL << TWIM_INTENCLR_LASTTX_Pos) /*!< Bit mask of LASTTX field. */
13841 #define TWIM_INTENCLR_LASTTX_Disabled (0UL) /*!< Read: Disabled */
13842 #define TWIM_INTENCLR_LASTTX_Enabled (1UL) /*!< Read: Enabled */
13843 #define TWIM_INTENCLR_LASTTX_Clear (1UL) /*!< Disable */
13844 
13845 /* Bit 23 : Write '1' to disable interrupt for LASTRX event */
13846 #define TWIM_INTENCLR_LASTRX_Pos (23UL) /*!< Position of LASTRX field. */
13847 #define TWIM_INTENCLR_LASTRX_Msk (0x1UL << TWIM_INTENCLR_LASTRX_Pos) /*!< Bit mask of LASTRX field. */
13848 #define TWIM_INTENCLR_LASTRX_Disabled (0UL) /*!< Read: Disabled */
13849 #define TWIM_INTENCLR_LASTRX_Enabled (1UL) /*!< Read: Enabled */
13850 #define TWIM_INTENCLR_LASTRX_Clear (1UL) /*!< Disable */
13851 
13852 /* Bit 20 : Write '1' to disable interrupt for TXSTARTED event */
13853 #define TWIM_INTENCLR_TXSTARTED_Pos (20UL) /*!< Position of TXSTARTED field. */
13854 #define TWIM_INTENCLR_TXSTARTED_Msk (0x1UL << TWIM_INTENCLR_TXSTARTED_Pos) /*!< Bit mask of TXSTARTED field. */
13855 #define TWIM_INTENCLR_TXSTARTED_Disabled (0UL) /*!< Read: Disabled */
13856 #define TWIM_INTENCLR_TXSTARTED_Enabled (1UL) /*!< Read: Enabled */
13857 #define TWIM_INTENCLR_TXSTARTED_Clear (1UL) /*!< Disable */
13858 
13859 /* Bit 19 : Write '1' to disable interrupt for RXSTARTED event */
13860 #define TWIM_INTENCLR_RXSTARTED_Pos (19UL) /*!< Position of RXSTARTED field. */
13861 #define TWIM_INTENCLR_RXSTARTED_Msk (0x1UL << TWIM_INTENCLR_RXSTARTED_Pos) /*!< Bit mask of RXSTARTED field. */
13862 #define TWIM_INTENCLR_RXSTARTED_Disabled (0UL) /*!< Read: Disabled */
13863 #define TWIM_INTENCLR_RXSTARTED_Enabled (1UL) /*!< Read: Enabled */
13864 #define TWIM_INTENCLR_RXSTARTED_Clear (1UL) /*!< Disable */
13865 
13866 /* Bit 18 : Write '1' to disable interrupt for SUSPENDED event */
13867 #define TWIM_INTENCLR_SUSPENDED_Pos (18UL) /*!< Position of SUSPENDED field. */
13868 #define TWIM_INTENCLR_SUSPENDED_Msk (0x1UL << TWIM_INTENCLR_SUSPENDED_Pos) /*!< Bit mask of SUSPENDED field. */
13869 #define TWIM_INTENCLR_SUSPENDED_Disabled (0UL) /*!< Read: Disabled */
13870 #define TWIM_INTENCLR_SUSPENDED_Enabled (1UL) /*!< Read: Enabled */
13871 #define TWIM_INTENCLR_SUSPENDED_Clear (1UL) /*!< Disable */
13872 
13873 /* Bit 9 : Write '1' to disable interrupt for ERROR event */
13874 #define TWIM_INTENCLR_ERROR_Pos (9UL) /*!< Position of ERROR field. */
13875 #define TWIM_INTENCLR_ERROR_Msk (0x1UL << TWIM_INTENCLR_ERROR_Pos) /*!< Bit mask of ERROR field. */
13876 #define TWIM_INTENCLR_ERROR_Disabled (0UL) /*!< Read: Disabled */
13877 #define TWIM_INTENCLR_ERROR_Enabled (1UL) /*!< Read: Enabled */
13878 #define TWIM_INTENCLR_ERROR_Clear (1UL) /*!< Disable */
13879 
13880 /* Bit 1 : Write '1' to disable interrupt for STOPPED event */
13881 #define TWIM_INTENCLR_STOPPED_Pos (1UL) /*!< Position of STOPPED field. */
13882 #define TWIM_INTENCLR_STOPPED_Msk (0x1UL << TWIM_INTENCLR_STOPPED_Pos) /*!< Bit mask of STOPPED field. */
13883 #define TWIM_INTENCLR_STOPPED_Disabled (0UL) /*!< Read: Disabled */
13884 #define TWIM_INTENCLR_STOPPED_Enabled (1UL) /*!< Read: Enabled */
13885 #define TWIM_INTENCLR_STOPPED_Clear (1UL) /*!< Disable */
13886 
13887 /* Register: TWIM_ERRORSRC */
13888 /* Description: Error source */
13889 
13890 /* Bit 2 : NACK received after sending a data byte (write '1' to clear) */
13891 #define TWIM_ERRORSRC_DNACK_Pos (2UL) /*!< Position of DNACK field. */
13892 #define TWIM_ERRORSRC_DNACK_Msk (0x1UL << TWIM_ERRORSRC_DNACK_Pos) /*!< Bit mask of DNACK field. */
13893 #define TWIM_ERRORSRC_DNACK_NotReceived (0UL) /*!< Error did not occur */
13894 #define TWIM_ERRORSRC_DNACK_Received (1UL) /*!< Error occurred */
13895 
13896 /* Bit 1 : NACK received after sending the address (write '1' to clear) */
13897 #define TWIM_ERRORSRC_ANACK_Pos (1UL) /*!< Position of ANACK field. */
13898 #define TWIM_ERRORSRC_ANACK_Msk (0x1UL << TWIM_ERRORSRC_ANACK_Pos) /*!< Bit mask of ANACK field. */
13899 #define TWIM_ERRORSRC_ANACK_NotReceived (0UL) /*!< Error did not occur */
13900 #define TWIM_ERRORSRC_ANACK_Received (1UL) /*!< Error occurred */
13901 
13902 /* Bit 0 : Overrun error */
13903 #define TWIM_ERRORSRC_OVERRUN_Pos (0UL) /*!< Position of OVERRUN field. */
13904 #define TWIM_ERRORSRC_OVERRUN_Msk (0x1UL << TWIM_ERRORSRC_OVERRUN_Pos) /*!< Bit mask of OVERRUN field. */
13905 #define TWIM_ERRORSRC_OVERRUN_NotReceived (0UL) /*!< Error did not occur */
13906 #define TWIM_ERRORSRC_OVERRUN_Received (1UL) /*!< Error occurred */
13907 
13908 /* Register: TWIM_ENABLE */
13909 /* Description: Enable TWIM */
13910 
13911 /* Bits 3..0 : Enable or disable TWIM */
13912 #define TWIM_ENABLE_ENABLE_Pos (0UL) /*!< Position of ENABLE field. */
13913 #define TWIM_ENABLE_ENABLE_Msk (0xFUL << TWIM_ENABLE_ENABLE_Pos) /*!< Bit mask of ENABLE field. */
13914 #define TWIM_ENABLE_ENABLE_Disabled (0UL) /*!< Disable TWIM */
13915 #define TWIM_ENABLE_ENABLE_Enabled (6UL) /*!< Enable TWIM */
13916 
13917 /* Register: TWIM_PSEL_SCL */
13918 /* Description: Pin select for SCL signal */
13919 
13920 /* Bit 31 : Connection */
13921 #define TWIM_PSEL_SCL_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */
13922 #define TWIM_PSEL_SCL_CONNECT_Msk (0x1UL << TWIM_PSEL_SCL_CONNECT_Pos) /*!< Bit mask of CONNECT field. */
13923 #define TWIM_PSEL_SCL_CONNECT_Connected (0UL) /*!< Connect */
13924 #define TWIM_PSEL_SCL_CONNECT_Disconnected (1UL) /*!< Disconnect */
13925 
13926 /* Bit 5 : Port number */
13927 #define TWIM_PSEL_SCL_PORT_Pos (5UL) /*!< Position of PORT field. */
13928 #define TWIM_PSEL_SCL_PORT_Msk (0x1UL << TWIM_PSEL_SCL_PORT_Pos) /*!< Bit mask of PORT field. */
13929 
13930 /* Bits 4..0 : Pin number */
13931 #define TWIM_PSEL_SCL_PIN_Pos (0UL) /*!< Position of PIN field. */
13932 #define TWIM_PSEL_SCL_PIN_Msk (0x1FUL << TWIM_PSEL_SCL_PIN_Pos) /*!< Bit mask of PIN field. */
13933 
13934 /* Register: TWIM_PSEL_SDA */
13935 /* Description: Pin select for SDA signal */
13936 
13937 /* Bit 31 : Connection */
13938 #define TWIM_PSEL_SDA_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */
13939 #define TWIM_PSEL_SDA_CONNECT_Msk (0x1UL << TWIM_PSEL_SDA_CONNECT_Pos) /*!< Bit mask of CONNECT field. */
13940 #define TWIM_PSEL_SDA_CONNECT_Connected (0UL) /*!< Connect */
13941 #define TWIM_PSEL_SDA_CONNECT_Disconnected (1UL) /*!< Disconnect */
13942 
13943 /* Bit 5 : Port number */
13944 #define TWIM_PSEL_SDA_PORT_Pos (5UL) /*!< Position of PORT field. */
13945 #define TWIM_PSEL_SDA_PORT_Msk (0x1UL << TWIM_PSEL_SDA_PORT_Pos) /*!< Bit mask of PORT field. */
13946 
13947 /* Bits 4..0 : Pin number */
13948 #define TWIM_PSEL_SDA_PIN_Pos (0UL) /*!< Position of PIN field. */
13949 #define TWIM_PSEL_SDA_PIN_Msk (0x1FUL << TWIM_PSEL_SDA_PIN_Pos) /*!< Bit mask of PIN field. */
13950 
13951 /* Register: TWIM_FREQUENCY */
13952 /* Description: TWI frequency. Accuracy depends on the HFCLK source selected. */
13953 
13954 /* Bits 31..0 : TWI master clock frequency */
13955 #define TWIM_FREQUENCY_FREQUENCY_Pos (0UL) /*!< Position of FREQUENCY field. */
13956 #define TWIM_FREQUENCY_FREQUENCY_Msk (0xFFFFFFFFUL << TWIM_FREQUENCY_FREQUENCY_Pos) /*!< Bit mask of FREQUENCY field. */
13957 #define TWIM_FREQUENCY_FREQUENCY_K100 (0x01980000UL) /*!< 100 kbps */
13958 #define TWIM_FREQUENCY_FREQUENCY_K250 (0x04000000UL) /*!< 250 kbps */
13959 #define TWIM_FREQUENCY_FREQUENCY_K400 (0x06400000UL) /*!< 400 kbps */
13960 
13961 /* Register: TWIM_RXD_PTR */
13962 /* Description: Data pointer */
13963 
13964 /* Bits 31..0 : Data pointer */
13965 #define TWIM_RXD_PTR_PTR_Pos (0UL) /*!< Position of PTR field. */
13966 #define TWIM_RXD_PTR_PTR_Msk (0xFFFFFFFFUL << TWIM_RXD_PTR_PTR_Pos) /*!< Bit mask of PTR field. */
13967 
13968 /* Register: TWIM_RXD_MAXCNT */
13969 /* Description: Maximum number of bytes in receive buffer */
13970 
13971 /* Bits 15..0 : Maximum number of bytes in receive buffer */
13972 #define TWIM_RXD_MAXCNT_MAXCNT_Pos (0UL) /*!< Position of MAXCNT field. */
13973 #define TWIM_RXD_MAXCNT_MAXCNT_Msk (0xFFFFUL << TWIM_RXD_MAXCNT_MAXCNT_Pos) /*!< Bit mask of MAXCNT field. */
13974 
13975 /* Register: TWIM_RXD_AMOUNT */
13976 /* Description: Number of bytes transferred in the last transaction */
13977 
13978 /* Bits 15..0 : Number of bytes transferred in the last transaction. In case of NACK error, includes the NACK'ed byte. */
13979 #define TWIM_RXD_AMOUNT_AMOUNT_Pos (0UL) /*!< Position of AMOUNT field. */
13980 #define TWIM_RXD_AMOUNT_AMOUNT_Msk (0xFFFFUL << TWIM_RXD_AMOUNT_AMOUNT_Pos) /*!< Bit mask of AMOUNT field. */
13981 
13982 /* Register: TWIM_RXD_LIST */
13983 /* Description: EasyDMA list type */
13984 
13985 /* Bits 2..0 : List type */
13986 #define TWIM_RXD_LIST_LIST_Pos (0UL) /*!< Position of LIST field. */
13987 #define TWIM_RXD_LIST_LIST_Msk (0x7UL << TWIM_RXD_LIST_LIST_Pos) /*!< Bit mask of LIST field. */
13988 #define TWIM_RXD_LIST_LIST_Disabled (0UL) /*!< Disable EasyDMA list */
13989 #define TWIM_RXD_LIST_LIST_ArrayList (1UL) /*!< Use array list */
13990 
13991 /* Register: TWIM_TXD_PTR */
13992 /* Description: Data pointer */
13993 
13994 /* Bits 31..0 : Data pointer */
13995 #define TWIM_TXD_PTR_PTR_Pos (0UL) /*!< Position of PTR field. */
13996 #define TWIM_TXD_PTR_PTR_Msk (0xFFFFFFFFUL << TWIM_TXD_PTR_PTR_Pos) /*!< Bit mask of PTR field. */
13997 
13998 /* Register: TWIM_TXD_MAXCNT */
13999 /* Description: Maximum number of bytes in transmit buffer */
14000 
14001 /* Bits 15..0 : Maximum number of bytes in transmit buffer */
14002 #define TWIM_TXD_MAXCNT_MAXCNT_Pos (0UL) /*!< Position of MAXCNT field. */
14003 #define TWIM_TXD_MAXCNT_MAXCNT_Msk (0xFFFFUL << TWIM_TXD_MAXCNT_MAXCNT_Pos) /*!< Bit mask of MAXCNT field. */
14004 
14005 /* Register: TWIM_TXD_AMOUNT */
14006 /* Description: Number of bytes transferred in the last transaction */
14007 
14008 /* Bits 15..0 : Number of bytes transferred in the last transaction. In case of NACK error, includes the NACK'ed byte. */
14009 #define TWIM_TXD_AMOUNT_AMOUNT_Pos (0UL) /*!< Position of AMOUNT field. */
14010 #define TWIM_TXD_AMOUNT_AMOUNT_Msk (0xFFFFUL << TWIM_TXD_AMOUNT_AMOUNT_Pos) /*!< Bit mask of AMOUNT field. */
14011 
14012 /* Register: TWIM_TXD_LIST */
14013 /* Description: EasyDMA list type */
14014 
14015 /* Bits 2..0 : List type */
14016 #define TWIM_TXD_LIST_LIST_Pos (0UL) /*!< Position of LIST field. */
14017 #define TWIM_TXD_LIST_LIST_Msk (0x7UL << TWIM_TXD_LIST_LIST_Pos) /*!< Bit mask of LIST field. */
14018 #define TWIM_TXD_LIST_LIST_Disabled (0UL) /*!< Disable EasyDMA list */
14019 #define TWIM_TXD_LIST_LIST_ArrayList (1UL) /*!< Use array list */
14020 
14021 /* Register: TWIM_ADDRESS */
14022 /* Description: Address used in the TWI transfer */
14023 
14024 /* Bits 6..0 : Address used in the TWI transfer */
14025 #define TWIM_ADDRESS_ADDRESS_Pos (0UL) /*!< Position of ADDRESS field. */
14026 #define TWIM_ADDRESS_ADDRESS_Msk (0x7FUL << TWIM_ADDRESS_ADDRESS_Pos) /*!< Bit mask of ADDRESS field. */
14027 
14028 
14029 /* Peripheral: TWIS */
14030 /* Description: I2C compatible Two-Wire Slave Interface with EasyDMA 0 */
14031 
14032 /* Register: TWIS_TASKS_STOP */
14033 /* Description: Stop TWI transaction */
14034 
14035 /* Bit 0 :   */
14036 #define TWIS_TASKS_STOP_TASKS_STOP_Pos (0UL) /*!< Position of TASKS_STOP field. */
14037 #define TWIS_TASKS_STOP_TASKS_STOP_Msk (0x1UL << TWIS_TASKS_STOP_TASKS_STOP_Pos) /*!< Bit mask of TASKS_STOP field. */
14038 
14039 /* Register: TWIS_TASKS_SUSPEND */
14040 /* Description: Suspend TWI transaction */
14041 
14042 /* Bit 0 :   */
14043 #define TWIS_TASKS_SUSPEND_TASKS_SUSPEND_Pos (0UL) /*!< Position of TASKS_SUSPEND field. */
14044 #define TWIS_TASKS_SUSPEND_TASKS_SUSPEND_Msk (0x1UL << TWIS_TASKS_SUSPEND_TASKS_SUSPEND_Pos) /*!< Bit mask of TASKS_SUSPEND field. */
14045 
14046 /* Register: TWIS_TASKS_RESUME */
14047 /* Description: Resume TWI transaction */
14048 
14049 /* Bit 0 :   */
14050 #define TWIS_TASKS_RESUME_TASKS_RESUME_Pos (0UL) /*!< Position of TASKS_RESUME field. */
14051 #define TWIS_TASKS_RESUME_TASKS_RESUME_Msk (0x1UL << TWIS_TASKS_RESUME_TASKS_RESUME_Pos) /*!< Bit mask of TASKS_RESUME field. */
14052 
14053 /* Register: TWIS_TASKS_PREPARERX */
14054 /* Description: Prepare the TWI slave to respond to a write command */
14055 
14056 /* Bit 0 :   */
14057 #define TWIS_TASKS_PREPARERX_TASKS_PREPARERX_Pos (0UL) /*!< Position of TASKS_PREPARERX field. */
14058 #define TWIS_TASKS_PREPARERX_TASKS_PREPARERX_Msk (0x1UL << TWIS_TASKS_PREPARERX_TASKS_PREPARERX_Pos) /*!< Bit mask of TASKS_PREPARERX field. */
14059 
14060 /* Register: TWIS_TASKS_PREPARETX */
14061 /* Description: Prepare the TWI slave to respond to a read command */
14062 
14063 /* Bit 0 :   */
14064 #define TWIS_TASKS_PREPARETX_TASKS_PREPARETX_Pos (0UL) /*!< Position of TASKS_PREPARETX field. */
14065 #define TWIS_TASKS_PREPARETX_TASKS_PREPARETX_Msk (0x1UL << TWIS_TASKS_PREPARETX_TASKS_PREPARETX_Pos) /*!< Bit mask of TASKS_PREPARETX field. */
14066 
14067 /* Register: TWIS_EVENTS_STOPPED */
14068 /* Description: TWI stopped */
14069 
14070 /* Bit 0 :   */
14071 #define TWIS_EVENTS_STOPPED_EVENTS_STOPPED_Pos (0UL) /*!< Position of EVENTS_STOPPED field. */
14072 #define TWIS_EVENTS_STOPPED_EVENTS_STOPPED_Msk (0x1UL << TWIS_EVENTS_STOPPED_EVENTS_STOPPED_Pos) /*!< Bit mask of EVENTS_STOPPED field. */
14073 
14074 /* Register: TWIS_EVENTS_ERROR */
14075 /* Description: TWI error */
14076 
14077 /* Bit 0 :   */
14078 #define TWIS_EVENTS_ERROR_EVENTS_ERROR_Pos (0UL) /*!< Position of EVENTS_ERROR field. */
14079 #define TWIS_EVENTS_ERROR_EVENTS_ERROR_Msk (0x1UL << TWIS_EVENTS_ERROR_EVENTS_ERROR_Pos) /*!< Bit mask of EVENTS_ERROR field. */
14080 
14081 /* Register: TWIS_EVENTS_RXSTARTED */
14082 /* Description: Receive sequence started */
14083 
14084 /* Bit 0 :   */
14085 #define TWIS_EVENTS_RXSTARTED_EVENTS_RXSTARTED_Pos (0UL) /*!< Position of EVENTS_RXSTARTED field. */
14086 #define TWIS_EVENTS_RXSTARTED_EVENTS_RXSTARTED_Msk (0x1UL << TWIS_EVENTS_RXSTARTED_EVENTS_RXSTARTED_Pos) /*!< Bit mask of EVENTS_RXSTARTED field. */
14087 
14088 /* Register: TWIS_EVENTS_TXSTARTED */
14089 /* Description: Transmit sequence started */
14090 
14091 /* Bit 0 :   */
14092 #define TWIS_EVENTS_TXSTARTED_EVENTS_TXSTARTED_Pos (0UL) /*!< Position of EVENTS_TXSTARTED field. */
14093 #define TWIS_EVENTS_TXSTARTED_EVENTS_TXSTARTED_Msk (0x1UL << TWIS_EVENTS_TXSTARTED_EVENTS_TXSTARTED_Pos) /*!< Bit mask of EVENTS_TXSTARTED field. */
14094 
14095 /* Register: TWIS_EVENTS_WRITE */
14096 /* Description: Write command received */
14097 
14098 /* Bit 0 :   */
14099 #define TWIS_EVENTS_WRITE_EVENTS_WRITE_Pos (0UL) /*!< Position of EVENTS_WRITE field. */
14100 #define TWIS_EVENTS_WRITE_EVENTS_WRITE_Msk (0x1UL << TWIS_EVENTS_WRITE_EVENTS_WRITE_Pos) /*!< Bit mask of EVENTS_WRITE field. */
14101 
14102 /* Register: TWIS_EVENTS_READ */
14103 /* Description: Read command received */
14104 
14105 /* Bit 0 :   */
14106 #define TWIS_EVENTS_READ_EVENTS_READ_Pos (0UL) /*!< Position of EVENTS_READ field. */
14107 #define TWIS_EVENTS_READ_EVENTS_READ_Msk (0x1UL << TWIS_EVENTS_READ_EVENTS_READ_Pos) /*!< Bit mask of EVENTS_READ field. */
14108 
14109 /* Register: TWIS_SHORTS */
14110 /* Description: Shortcut register */
14111 
14112 /* Bit 14 : Shortcut between READ event and SUSPEND task */
14113 #define TWIS_SHORTS_READ_SUSPEND_Pos (14UL) /*!< Position of READ_SUSPEND field. */
14114 #define TWIS_SHORTS_READ_SUSPEND_Msk (0x1UL << TWIS_SHORTS_READ_SUSPEND_Pos) /*!< Bit mask of READ_SUSPEND field. */
14115 #define TWIS_SHORTS_READ_SUSPEND_Disabled (0UL) /*!< Disable shortcut */
14116 #define TWIS_SHORTS_READ_SUSPEND_Enabled (1UL) /*!< Enable shortcut */
14117 
14118 /* Bit 13 : Shortcut between WRITE event and SUSPEND task */
14119 #define TWIS_SHORTS_WRITE_SUSPEND_Pos (13UL) /*!< Position of WRITE_SUSPEND field. */
14120 #define TWIS_SHORTS_WRITE_SUSPEND_Msk (0x1UL << TWIS_SHORTS_WRITE_SUSPEND_Pos) /*!< Bit mask of WRITE_SUSPEND field. */
14121 #define TWIS_SHORTS_WRITE_SUSPEND_Disabled (0UL) /*!< Disable shortcut */
14122 #define TWIS_SHORTS_WRITE_SUSPEND_Enabled (1UL) /*!< Enable shortcut */
14123 
14124 /* Register: TWIS_INTEN */
14125 /* Description: Enable or disable interrupt */
14126 
14127 /* Bit 26 : Enable or disable interrupt for READ event */
14128 #define TWIS_INTEN_READ_Pos (26UL) /*!< Position of READ field. */
14129 #define TWIS_INTEN_READ_Msk (0x1UL << TWIS_INTEN_READ_Pos) /*!< Bit mask of READ field. */
14130 #define TWIS_INTEN_READ_Disabled (0UL) /*!< Disable */
14131 #define TWIS_INTEN_READ_Enabled (1UL) /*!< Enable */
14132 
14133 /* Bit 25 : Enable or disable interrupt for WRITE event */
14134 #define TWIS_INTEN_WRITE_Pos (25UL) /*!< Position of WRITE field. */
14135 #define TWIS_INTEN_WRITE_Msk (0x1UL << TWIS_INTEN_WRITE_Pos) /*!< Bit mask of WRITE field. */
14136 #define TWIS_INTEN_WRITE_Disabled (0UL) /*!< Disable */
14137 #define TWIS_INTEN_WRITE_Enabled (1UL) /*!< Enable */
14138 
14139 /* Bit 20 : Enable or disable interrupt for TXSTARTED event */
14140 #define TWIS_INTEN_TXSTARTED_Pos (20UL) /*!< Position of TXSTARTED field. */
14141 #define TWIS_INTEN_TXSTARTED_Msk (0x1UL << TWIS_INTEN_TXSTARTED_Pos) /*!< Bit mask of TXSTARTED field. */
14142 #define TWIS_INTEN_TXSTARTED_Disabled (0UL) /*!< Disable */
14143 #define TWIS_INTEN_TXSTARTED_Enabled (1UL) /*!< Enable */
14144 
14145 /* Bit 19 : Enable or disable interrupt for RXSTARTED event */
14146 #define TWIS_INTEN_RXSTARTED_Pos (19UL) /*!< Position of RXSTARTED field. */
14147 #define TWIS_INTEN_RXSTARTED_Msk (0x1UL << TWIS_INTEN_RXSTARTED_Pos) /*!< Bit mask of RXSTARTED field. */
14148 #define TWIS_INTEN_RXSTARTED_Disabled (0UL) /*!< Disable */
14149 #define TWIS_INTEN_RXSTARTED_Enabled (1UL) /*!< Enable */
14150 
14151 /* Bit 9 : Enable or disable interrupt for ERROR event */
14152 #define TWIS_INTEN_ERROR_Pos (9UL) /*!< Position of ERROR field. */
14153 #define TWIS_INTEN_ERROR_Msk (0x1UL << TWIS_INTEN_ERROR_Pos) /*!< Bit mask of ERROR field. */
14154 #define TWIS_INTEN_ERROR_Disabled (0UL) /*!< Disable */
14155 #define TWIS_INTEN_ERROR_Enabled (1UL) /*!< Enable */
14156 
14157 /* Bit 1 : Enable or disable interrupt for STOPPED event */
14158 #define TWIS_INTEN_STOPPED_Pos (1UL) /*!< Position of STOPPED field. */
14159 #define TWIS_INTEN_STOPPED_Msk (0x1UL << TWIS_INTEN_STOPPED_Pos) /*!< Bit mask of STOPPED field. */
14160 #define TWIS_INTEN_STOPPED_Disabled (0UL) /*!< Disable */
14161 #define TWIS_INTEN_STOPPED_Enabled (1UL) /*!< Enable */
14162 
14163 /* Register: TWIS_INTENSET */
14164 /* Description: Enable interrupt */
14165 
14166 /* Bit 26 : Write '1' to enable interrupt for READ event */
14167 #define TWIS_INTENSET_READ_Pos (26UL) /*!< Position of READ field. */
14168 #define TWIS_INTENSET_READ_Msk (0x1UL << TWIS_INTENSET_READ_Pos) /*!< Bit mask of READ field. */
14169 #define TWIS_INTENSET_READ_Disabled (0UL) /*!< Read: Disabled */
14170 #define TWIS_INTENSET_READ_Enabled (1UL) /*!< Read: Enabled */
14171 #define TWIS_INTENSET_READ_Set (1UL) /*!< Enable */
14172 
14173 /* Bit 25 : Write '1' to enable interrupt for WRITE event */
14174 #define TWIS_INTENSET_WRITE_Pos (25UL) /*!< Position of WRITE field. */
14175 #define TWIS_INTENSET_WRITE_Msk (0x1UL << TWIS_INTENSET_WRITE_Pos) /*!< Bit mask of WRITE field. */
14176 #define TWIS_INTENSET_WRITE_Disabled (0UL) /*!< Read: Disabled */
14177 #define TWIS_INTENSET_WRITE_Enabled (1UL) /*!< Read: Enabled */
14178 #define TWIS_INTENSET_WRITE_Set (1UL) /*!< Enable */
14179 
14180 /* Bit 20 : Write '1' to enable interrupt for TXSTARTED event */
14181 #define TWIS_INTENSET_TXSTARTED_Pos (20UL) /*!< Position of TXSTARTED field. */
14182 #define TWIS_INTENSET_TXSTARTED_Msk (0x1UL << TWIS_INTENSET_TXSTARTED_Pos) /*!< Bit mask of TXSTARTED field. */
14183 #define TWIS_INTENSET_TXSTARTED_Disabled (0UL) /*!< Read: Disabled */
14184 #define TWIS_INTENSET_TXSTARTED_Enabled (1UL) /*!< Read: Enabled */
14185 #define TWIS_INTENSET_TXSTARTED_Set (1UL) /*!< Enable */
14186 
14187 /* Bit 19 : Write '1' to enable interrupt for RXSTARTED event */
14188 #define TWIS_INTENSET_RXSTARTED_Pos (19UL) /*!< Position of RXSTARTED field. */
14189 #define TWIS_INTENSET_RXSTARTED_Msk (0x1UL << TWIS_INTENSET_RXSTARTED_Pos) /*!< Bit mask of RXSTARTED field. */
14190 #define TWIS_INTENSET_RXSTARTED_Disabled (0UL) /*!< Read: Disabled */
14191 #define TWIS_INTENSET_RXSTARTED_Enabled (1UL) /*!< Read: Enabled */
14192 #define TWIS_INTENSET_RXSTARTED_Set (1UL) /*!< Enable */
14193 
14194 /* Bit 9 : Write '1' to enable interrupt for ERROR event */
14195 #define TWIS_INTENSET_ERROR_Pos (9UL) /*!< Position of ERROR field. */
14196 #define TWIS_INTENSET_ERROR_Msk (0x1UL << TWIS_INTENSET_ERROR_Pos) /*!< Bit mask of ERROR field. */
14197 #define TWIS_INTENSET_ERROR_Disabled (0UL) /*!< Read: Disabled */
14198 #define TWIS_INTENSET_ERROR_Enabled (1UL) /*!< Read: Enabled */
14199 #define TWIS_INTENSET_ERROR_Set (1UL) /*!< Enable */
14200 
14201 /* Bit 1 : Write '1' to enable interrupt for STOPPED event */
14202 #define TWIS_INTENSET_STOPPED_Pos (1UL) /*!< Position of STOPPED field. */
14203 #define TWIS_INTENSET_STOPPED_Msk (0x1UL << TWIS_INTENSET_STOPPED_Pos) /*!< Bit mask of STOPPED field. */
14204 #define TWIS_INTENSET_STOPPED_Disabled (0UL) /*!< Read: Disabled */
14205 #define TWIS_INTENSET_STOPPED_Enabled (1UL) /*!< Read: Enabled */
14206 #define TWIS_INTENSET_STOPPED_Set (1UL) /*!< Enable */
14207 
14208 /* Register: TWIS_INTENCLR */
14209 /* Description: Disable interrupt */
14210 
14211 /* Bit 26 : Write '1' to disable interrupt for READ event */
14212 #define TWIS_INTENCLR_READ_Pos (26UL) /*!< Position of READ field. */
14213 #define TWIS_INTENCLR_READ_Msk (0x1UL << TWIS_INTENCLR_READ_Pos) /*!< Bit mask of READ field. */
14214 #define TWIS_INTENCLR_READ_Disabled (0UL) /*!< Read: Disabled */
14215 #define TWIS_INTENCLR_READ_Enabled (1UL) /*!< Read: Enabled */
14216 #define TWIS_INTENCLR_READ_Clear (1UL) /*!< Disable */
14217 
14218 /* Bit 25 : Write '1' to disable interrupt for WRITE event */
14219 #define TWIS_INTENCLR_WRITE_Pos (25UL) /*!< Position of WRITE field. */
14220 #define TWIS_INTENCLR_WRITE_Msk (0x1UL << TWIS_INTENCLR_WRITE_Pos) /*!< Bit mask of WRITE field. */
14221 #define TWIS_INTENCLR_WRITE_Disabled (0UL) /*!< Read: Disabled */
14222 #define TWIS_INTENCLR_WRITE_Enabled (1UL) /*!< Read: Enabled */
14223 #define TWIS_INTENCLR_WRITE_Clear (1UL) /*!< Disable */
14224 
14225 /* Bit 20 : Write '1' to disable interrupt for TXSTARTED event */
14226 #define TWIS_INTENCLR_TXSTARTED_Pos (20UL) /*!< Position of TXSTARTED field. */
14227 #define TWIS_INTENCLR_TXSTARTED_Msk (0x1UL << TWIS_INTENCLR_TXSTARTED_Pos) /*!< Bit mask of TXSTARTED field. */
14228 #define TWIS_INTENCLR_TXSTARTED_Disabled (0UL) /*!< Read: Disabled */
14229 #define TWIS_INTENCLR_TXSTARTED_Enabled (1UL) /*!< Read: Enabled */
14230 #define TWIS_INTENCLR_TXSTARTED_Clear (1UL) /*!< Disable */
14231 
14232 /* Bit 19 : Write '1' to disable interrupt for RXSTARTED event */
14233 #define TWIS_INTENCLR_RXSTARTED_Pos (19UL) /*!< Position of RXSTARTED field. */
14234 #define TWIS_INTENCLR_RXSTARTED_Msk (0x1UL << TWIS_INTENCLR_RXSTARTED_Pos) /*!< Bit mask of RXSTARTED field. */
14235 #define TWIS_INTENCLR_RXSTARTED_Disabled (0UL) /*!< Read: Disabled */
14236 #define TWIS_INTENCLR_RXSTARTED_Enabled (1UL) /*!< Read: Enabled */
14237 #define TWIS_INTENCLR_RXSTARTED_Clear (1UL) /*!< Disable */
14238 
14239 /* Bit 9 : Write '1' to disable interrupt for ERROR event */
14240 #define TWIS_INTENCLR_ERROR_Pos (9UL) /*!< Position of ERROR field. */
14241 #define TWIS_INTENCLR_ERROR_Msk (0x1UL << TWIS_INTENCLR_ERROR_Pos) /*!< Bit mask of ERROR field. */
14242 #define TWIS_INTENCLR_ERROR_Disabled (0UL) /*!< Read: Disabled */
14243 #define TWIS_INTENCLR_ERROR_Enabled (1UL) /*!< Read: Enabled */
14244 #define TWIS_INTENCLR_ERROR_Clear (1UL) /*!< Disable */
14245 
14246 /* Bit 1 : Write '1' to disable interrupt for STOPPED event */
14247 #define TWIS_INTENCLR_STOPPED_Pos (1UL) /*!< Position of STOPPED field. */
14248 #define TWIS_INTENCLR_STOPPED_Msk (0x1UL << TWIS_INTENCLR_STOPPED_Pos) /*!< Bit mask of STOPPED field. */
14249 #define TWIS_INTENCLR_STOPPED_Disabled (0UL) /*!< Read: Disabled */
14250 #define TWIS_INTENCLR_STOPPED_Enabled (1UL) /*!< Read: Enabled */
14251 #define TWIS_INTENCLR_STOPPED_Clear (1UL) /*!< Disable */
14252 
14253 /* Register: TWIS_ERRORSRC */
14254 /* Description: Error source */
14255 
14256 /* Bit 3 : TX buffer over-read detected, and prevented */
14257 #define TWIS_ERRORSRC_OVERREAD_Pos (3UL) /*!< Position of OVERREAD field. */
14258 #define TWIS_ERRORSRC_OVERREAD_Msk (0x1UL << TWIS_ERRORSRC_OVERREAD_Pos) /*!< Bit mask of OVERREAD field. */
14259 #define TWIS_ERRORSRC_OVERREAD_NotDetected (0UL) /*!< Error did not occur */
14260 #define TWIS_ERRORSRC_OVERREAD_Detected (1UL) /*!< Error occurred */
14261 
14262 /* Bit 2 : NACK sent after receiving a data byte */
14263 #define TWIS_ERRORSRC_DNACK_Pos (2UL) /*!< Position of DNACK field. */
14264 #define TWIS_ERRORSRC_DNACK_Msk (0x1UL << TWIS_ERRORSRC_DNACK_Pos) /*!< Bit mask of DNACK field. */
14265 #define TWIS_ERRORSRC_DNACK_NotReceived (0UL) /*!< Error did not occur */
14266 #define TWIS_ERRORSRC_DNACK_Received (1UL) /*!< Error occurred */
14267 
14268 /* Bit 0 : RX buffer overflow detected, and prevented */
14269 #define TWIS_ERRORSRC_OVERFLOW_Pos (0UL) /*!< Position of OVERFLOW field. */
14270 #define TWIS_ERRORSRC_OVERFLOW_Msk (0x1UL << TWIS_ERRORSRC_OVERFLOW_Pos) /*!< Bit mask of OVERFLOW field. */
14271 #define TWIS_ERRORSRC_OVERFLOW_NotDetected (0UL) /*!< Error did not occur */
14272 #define TWIS_ERRORSRC_OVERFLOW_Detected (1UL) /*!< Error occurred */
14273 
14274 /* Register: TWIS_MATCH */
14275 /* Description: Status register indicating which address had a match */
14276 
14277 /* Bit 0 : Which of the addresses in {ADDRESS} matched the incoming address */
14278 #define TWIS_MATCH_MATCH_Pos (0UL) /*!< Position of MATCH field. */
14279 #define TWIS_MATCH_MATCH_Msk (0x1UL << TWIS_MATCH_MATCH_Pos) /*!< Bit mask of MATCH field. */
14280 
14281 /* Register: TWIS_ENABLE */
14282 /* Description: Enable TWIS */
14283 
14284 /* Bits 3..0 : Enable or disable TWIS */
14285 #define TWIS_ENABLE_ENABLE_Pos (0UL) /*!< Position of ENABLE field. */
14286 #define TWIS_ENABLE_ENABLE_Msk (0xFUL << TWIS_ENABLE_ENABLE_Pos) /*!< Bit mask of ENABLE field. */
14287 #define TWIS_ENABLE_ENABLE_Disabled (0UL) /*!< Disable TWIS */
14288 #define TWIS_ENABLE_ENABLE_Enabled (9UL) /*!< Enable TWIS */
14289 
14290 /* Register: TWIS_PSEL_SCL */
14291 /* Description: Pin select for SCL signal */
14292 
14293 /* Bit 31 : Connection */
14294 #define TWIS_PSEL_SCL_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */
14295 #define TWIS_PSEL_SCL_CONNECT_Msk (0x1UL << TWIS_PSEL_SCL_CONNECT_Pos) /*!< Bit mask of CONNECT field. */
14296 #define TWIS_PSEL_SCL_CONNECT_Connected (0UL) /*!< Connect */
14297 #define TWIS_PSEL_SCL_CONNECT_Disconnected (1UL) /*!< Disconnect */
14298 
14299 /* Bit 5 : Port number */
14300 #define TWIS_PSEL_SCL_PORT_Pos (5UL) /*!< Position of PORT field. */
14301 #define TWIS_PSEL_SCL_PORT_Msk (0x1UL << TWIS_PSEL_SCL_PORT_Pos) /*!< Bit mask of PORT field. */
14302 
14303 /* Bits 4..0 : Pin number */
14304 #define TWIS_PSEL_SCL_PIN_Pos (0UL) /*!< Position of PIN field. */
14305 #define TWIS_PSEL_SCL_PIN_Msk (0x1FUL << TWIS_PSEL_SCL_PIN_Pos) /*!< Bit mask of PIN field. */
14306 
14307 /* Register: TWIS_PSEL_SDA */
14308 /* Description: Pin select for SDA signal */
14309 
14310 /* Bit 31 : Connection */
14311 #define TWIS_PSEL_SDA_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */
14312 #define TWIS_PSEL_SDA_CONNECT_Msk (0x1UL << TWIS_PSEL_SDA_CONNECT_Pos) /*!< Bit mask of CONNECT field. */
14313 #define TWIS_PSEL_SDA_CONNECT_Connected (0UL) /*!< Connect */
14314 #define TWIS_PSEL_SDA_CONNECT_Disconnected (1UL) /*!< Disconnect */
14315 
14316 /* Bit 5 : Port number */
14317 #define TWIS_PSEL_SDA_PORT_Pos (5UL) /*!< Position of PORT field. */
14318 #define TWIS_PSEL_SDA_PORT_Msk (0x1UL << TWIS_PSEL_SDA_PORT_Pos) /*!< Bit mask of PORT field. */
14319 
14320 /* Bits 4..0 : Pin number */
14321 #define TWIS_PSEL_SDA_PIN_Pos (0UL) /*!< Position of PIN field. */
14322 #define TWIS_PSEL_SDA_PIN_Msk (0x1FUL << TWIS_PSEL_SDA_PIN_Pos) /*!< Bit mask of PIN field. */
14323 
14324 /* Register: TWIS_RXD_PTR */
14325 /* Description: RXD Data pointer */
14326 
14327 /* Bits 31..0 : RXD Data pointer */
14328 #define TWIS_RXD_PTR_PTR_Pos (0UL) /*!< Position of PTR field. */
14329 #define TWIS_RXD_PTR_PTR_Msk (0xFFFFFFFFUL << TWIS_RXD_PTR_PTR_Pos) /*!< Bit mask of PTR field. */
14330 
14331 /* Register: TWIS_RXD_MAXCNT */
14332 /* Description: Maximum number of bytes in RXD buffer */
14333 
14334 /* Bits 15..0 : Maximum number of bytes in RXD buffer */
14335 #define TWIS_RXD_MAXCNT_MAXCNT_Pos (0UL) /*!< Position of MAXCNT field. */
14336 #define TWIS_RXD_MAXCNT_MAXCNT_Msk (0xFFFFUL << TWIS_RXD_MAXCNT_MAXCNT_Pos) /*!< Bit mask of MAXCNT field. */
14337 
14338 /* Register: TWIS_RXD_AMOUNT */
14339 /* Description: Number of bytes transferred in the last RXD transaction */
14340 
14341 /* Bits 15..0 : Number of bytes transferred in the last RXD transaction */
14342 #define TWIS_RXD_AMOUNT_AMOUNT_Pos (0UL) /*!< Position of AMOUNT field. */
14343 #define TWIS_RXD_AMOUNT_AMOUNT_Msk (0xFFFFUL << TWIS_RXD_AMOUNT_AMOUNT_Pos) /*!< Bit mask of AMOUNT field. */
14344 
14345 /* Register: TWIS_TXD_PTR */
14346 /* Description: TXD Data pointer */
14347 
14348 /* Bits 31..0 : TXD Data pointer */
14349 #define TWIS_TXD_PTR_PTR_Pos (0UL) /*!< Position of PTR field. */
14350 #define TWIS_TXD_PTR_PTR_Msk (0xFFFFFFFFUL << TWIS_TXD_PTR_PTR_Pos) /*!< Bit mask of PTR field. */
14351 
14352 /* Register: TWIS_TXD_MAXCNT */
14353 /* Description: Maximum number of bytes in TXD buffer */
14354 
14355 /* Bits 15..0 : Maximum number of bytes in TXD buffer */
14356 #define TWIS_TXD_MAXCNT_MAXCNT_Pos (0UL) /*!< Position of MAXCNT field. */
14357 #define TWIS_TXD_MAXCNT_MAXCNT_Msk (0xFFFFUL << TWIS_TXD_MAXCNT_MAXCNT_Pos) /*!< Bit mask of MAXCNT field. */
14358 
14359 /* Register: TWIS_TXD_AMOUNT */
14360 /* Description: Number of bytes transferred in the last TXD transaction */
14361 
14362 /* Bits 15..0 : Number of bytes transferred in the last TXD transaction */
14363 #define TWIS_TXD_AMOUNT_AMOUNT_Pos (0UL) /*!< Position of AMOUNT field. */
14364 #define TWIS_TXD_AMOUNT_AMOUNT_Msk (0xFFFFUL << TWIS_TXD_AMOUNT_AMOUNT_Pos) /*!< Bit mask of AMOUNT field. */
14365 
14366 /* Register: TWIS_ADDRESS */
14367 /* Description: Description collection[n]: TWI slave address n */
14368 
14369 /* Bits 6..0 : TWI slave address */
14370 #define TWIS_ADDRESS_ADDRESS_Pos (0UL) /*!< Position of ADDRESS field. */
14371 #define TWIS_ADDRESS_ADDRESS_Msk (0x7FUL << TWIS_ADDRESS_ADDRESS_Pos) /*!< Bit mask of ADDRESS field. */
14372 
14373 /* Register: TWIS_CONFIG */
14374 /* Description: Configuration register for the address match mechanism */
14375 
14376 /* Bit 1 : Enable or disable address matching on ADDRESS[1] */
14377 #define TWIS_CONFIG_ADDRESS1_Pos (1UL) /*!< Position of ADDRESS1 field. */
14378 #define TWIS_CONFIG_ADDRESS1_Msk (0x1UL << TWIS_CONFIG_ADDRESS1_Pos) /*!< Bit mask of ADDRESS1 field. */
14379 #define TWIS_CONFIG_ADDRESS1_Disabled (0UL) /*!< Disabled */
14380 #define TWIS_CONFIG_ADDRESS1_Enabled (1UL) /*!< Enabled */
14381 
14382 /* Bit 0 : Enable or disable address matching on ADDRESS[0] */
14383 #define TWIS_CONFIG_ADDRESS0_Pos (0UL) /*!< Position of ADDRESS0 field. */
14384 #define TWIS_CONFIG_ADDRESS0_Msk (0x1UL << TWIS_CONFIG_ADDRESS0_Pos) /*!< Bit mask of ADDRESS0 field. */
14385 #define TWIS_CONFIG_ADDRESS0_Disabled (0UL) /*!< Disabled */
14386 #define TWIS_CONFIG_ADDRESS0_Enabled (1UL) /*!< Enabled */
14387 
14388 /* Register: TWIS_ORC */
14389 /* Description: Over-read character. Character sent out in case of an over-read of the transmit buffer. */
14390 
14391 /* Bits 7..0 : Over-read character. Character sent out in case of an over-read of the transmit buffer. */
14392 #define TWIS_ORC_ORC_Pos (0UL) /*!< Position of ORC field. */
14393 #define TWIS_ORC_ORC_Msk (0xFFUL << TWIS_ORC_ORC_Pos) /*!< Bit mask of ORC field. */
14394 
14395 
14396 /* Peripheral: UART */
14397 /* Description: Universal Asynchronous Receiver/Transmitter */
14398 
14399 /* Register: UART_TASKS_STARTRX */
14400 /* Description: Start UART receiver */
14401 
14402 /* Bit 0 :   */
14403 #define UART_TASKS_STARTRX_TASKS_STARTRX_Pos (0UL) /*!< Position of TASKS_STARTRX field. */
14404 #define UART_TASKS_STARTRX_TASKS_STARTRX_Msk (0x1UL << UART_TASKS_STARTRX_TASKS_STARTRX_Pos) /*!< Bit mask of TASKS_STARTRX field. */
14405 
14406 /* Register: UART_TASKS_STOPRX */
14407 /* Description: Stop UART receiver */
14408 
14409 /* Bit 0 :   */
14410 #define UART_TASKS_STOPRX_TASKS_STOPRX_Pos (0UL) /*!< Position of TASKS_STOPRX field. */
14411 #define UART_TASKS_STOPRX_TASKS_STOPRX_Msk (0x1UL << UART_TASKS_STOPRX_TASKS_STOPRX_Pos) /*!< Bit mask of TASKS_STOPRX field. */
14412 
14413 /* Register: UART_TASKS_STARTTX */
14414 /* Description: Start UART transmitter */
14415 
14416 /* Bit 0 :   */
14417 #define UART_TASKS_STARTTX_TASKS_STARTTX_Pos (0UL) /*!< Position of TASKS_STARTTX field. */
14418 #define UART_TASKS_STARTTX_TASKS_STARTTX_Msk (0x1UL << UART_TASKS_STARTTX_TASKS_STARTTX_Pos) /*!< Bit mask of TASKS_STARTTX field. */
14419 
14420 /* Register: UART_TASKS_STOPTX */
14421 /* Description: Stop UART transmitter */
14422 
14423 /* Bit 0 :   */
14424 #define UART_TASKS_STOPTX_TASKS_STOPTX_Pos (0UL) /*!< Position of TASKS_STOPTX field. */
14425 #define UART_TASKS_STOPTX_TASKS_STOPTX_Msk (0x1UL << UART_TASKS_STOPTX_TASKS_STOPTX_Pos) /*!< Bit mask of TASKS_STOPTX field. */
14426 
14427 /* Register: UART_TASKS_SUSPEND */
14428 /* Description: Suspend UART */
14429 
14430 /* Bit 0 :   */
14431 #define UART_TASKS_SUSPEND_TASKS_SUSPEND_Pos (0UL) /*!< Position of TASKS_SUSPEND field. */
14432 #define UART_TASKS_SUSPEND_TASKS_SUSPEND_Msk (0x1UL << UART_TASKS_SUSPEND_TASKS_SUSPEND_Pos) /*!< Bit mask of TASKS_SUSPEND field. */
14433 
14434 /* Register: UART_EVENTS_CTS */
14435 /* Description: CTS is activated (set low). Clear To Send. */
14436 
14437 /* Bit 0 :   */
14438 #define UART_EVENTS_CTS_EVENTS_CTS_Pos (0UL) /*!< Position of EVENTS_CTS field. */
14439 #define UART_EVENTS_CTS_EVENTS_CTS_Msk (0x1UL << UART_EVENTS_CTS_EVENTS_CTS_Pos) /*!< Bit mask of EVENTS_CTS field. */
14440 
14441 /* Register: UART_EVENTS_NCTS */
14442 /* Description: CTS is deactivated (set high). Not Clear To Send. */
14443 
14444 /* Bit 0 :   */
14445 #define UART_EVENTS_NCTS_EVENTS_NCTS_Pos (0UL) /*!< Position of EVENTS_NCTS field. */
14446 #define UART_EVENTS_NCTS_EVENTS_NCTS_Msk (0x1UL << UART_EVENTS_NCTS_EVENTS_NCTS_Pos) /*!< Bit mask of EVENTS_NCTS field. */
14447 
14448 /* Register: UART_EVENTS_RXDRDY */
14449 /* Description: Data received in RXD */
14450 
14451 /* Bit 0 :   */
14452 #define UART_EVENTS_RXDRDY_EVENTS_RXDRDY_Pos (0UL) /*!< Position of EVENTS_RXDRDY field. */
14453 #define UART_EVENTS_RXDRDY_EVENTS_RXDRDY_Msk (0x1UL << UART_EVENTS_RXDRDY_EVENTS_RXDRDY_Pos) /*!< Bit mask of EVENTS_RXDRDY field. */
14454 
14455 /* Register: UART_EVENTS_TXDRDY */
14456 /* Description: Data sent from TXD */
14457 
14458 /* Bit 0 :   */
14459 #define UART_EVENTS_TXDRDY_EVENTS_TXDRDY_Pos (0UL) /*!< Position of EVENTS_TXDRDY field. */
14460 #define UART_EVENTS_TXDRDY_EVENTS_TXDRDY_Msk (0x1UL << UART_EVENTS_TXDRDY_EVENTS_TXDRDY_Pos) /*!< Bit mask of EVENTS_TXDRDY field. */
14461 
14462 /* Register: UART_EVENTS_ERROR */
14463 /* Description: Error detected */
14464 
14465 /* Bit 0 :   */
14466 #define UART_EVENTS_ERROR_EVENTS_ERROR_Pos (0UL) /*!< Position of EVENTS_ERROR field. */
14467 #define UART_EVENTS_ERROR_EVENTS_ERROR_Msk (0x1UL << UART_EVENTS_ERROR_EVENTS_ERROR_Pos) /*!< Bit mask of EVENTS_ERROR field. */
14468 
14469 /* Register: UART_EVENTS_RXTO */
14470 /* Description: Receiver timeout */
14471 
14472 /* Bit 0 :   */
14473 #define UART_EVENTS_RXTO_EVENTS_RXTO_Pos (0UL) /*!< Position of EVENTS_RXTO field. */
14474 #define UART_EVENTS_RXTO_EVENTS_RXTO_Msk (0x1UL << UART_EVENTS_RXTO_EVENTS_RXTO_Pos) /*!< Bit mask of EVENTS_RXTO field. */
14475 
14476 /* Register: UART_SHORTS */
14477 /* Description: Shortcut register */
14478 
14479 /* Bit 4 : Shortcut between NCTS event and STOPRX task */
14480 #define UART_SHORTS_NCTS_STOPRX_Pos (4UL) /*!< Position of NCTS_STOPRX field. */
14481 #define UART_SHORTS_NCTS_STOPRX_Msk (0x1UL << UART_SHORTS_NCTS_STOPRX_Pos) /*!< Bit mask of NCTS_STOPRX field. */
14482 #define UART_SHORTS_NCTS_STOPRX_Disabled (0UL) /*!< Disable shortcut */
14483 #define UART_SHORTS_NCTS_STOPRX_Enabled (1UL) /*!< Enable shortcut */
14484 
14485 /* Bit 3 : Shortcut between CTS event and STARTRX task */
14486 #define UART_SHORTS_CTS_STARTRX_Pos (3UL) /*!< Position of CTS_STARTRX field. */
14487 #define UART_SHORTS_CTS_STARTRX_Msk (0x1UL << UART_SHORTS_CTS_STARTRX_Pos) /*!< Bit mask of CTS_STARTRX field. */
14488 #define UART_SHORTS_CTS_STARTRX_Disabled (0UL) /*!< Disable shortcut */
14489 #define UART_SHORTS_CTS_STARTRX_Enabled (1UL) /*!< Enable shortcut */
14490 
14491 /* Register: UART_INTENSET */
14492 /* Description: Enable interrupt */
14493 
14494 /* Bit 17 : Write '1' to enable interrupt for RXTO event */
14495 #define UART_INTENSET_RXTO_Pos (17UL) /*!< Position of RXTO field. */
14496 #define UART_INTENSET_RXTO_Msk (0x1UL << UART_INTENSET_RXTO_Pos) /*!< Bit mask of RXTO field. */
14497 #define UART_INTENSET_RXTO_Disabled (0UL) /*!< Read: Disabled */
14498 #define UART_INTENSET_RXTO_Enabled (1UL) /*!< Read: Enabled */
14499 #define UART_INTENSET_RXTO_Set (1UL) /*!< Enable */
14500 
14501 /* Bit 9 : Write '1' to enable interrupt for ERROR event */
14502 #define UART_INTENSET_ERROR_Pos (9UL) /*!< Position of ERROR field. */
14503 #define UART_INTENSET_ERROR_Msk (0x1UL << UART_INTENSET_ERROR_Pos) /*!< Bit mask of ERROR field. */
14504 #define UART_INTENSET_ERROR_Disabled (0UL) /*!< Read: Disabled */
14505 #define UART_INTENSET_ERROR_Enabled (1UL) /*!< Read: Enabled */
14506 #define UART_INTENSET_ERROR_Set (1UL) /*!< Enable */
14507 
14508 /* Bit 7 : Write '1' to enable interrupt for TXDRDY event */
14509 #define UART_INTENSET_TXDRDY_Pos (7UL) /*!< Position of TXDRDY field. */
14510 #define UART_INTENSET_TXDRDY_Msk (0x1UL << UART_INTENSET_TXDRDY_Pos) /*!< Bit mask of TXDRDY field. */
14511 #define UART_INTENSET_TXDRDY_Disabled (0UL) /*!< Read: Disabled */
14512 #define UART_INTENSET_TXDRDY_Enabled (1UL) /*!< Read: Enabled */
14513 #define UART_INTENSET_TXDRDY_Set (1UL) /*!< Enable */
14514 
14515 /* Bit 2 : Write '1' to enable interrupt for RXDRDY event */
14516 #define UART_INTENSET_RXDRDY_Pos (2UL) /*!< Position of RXDRDY field. */
14517 #define UART_INTENSET_RXDRDY_Msk (0x1UL << UART_INTENSET_RXDRDY_Pos) /*!< Bit mask of RXDRDY field. */
14518 #define UART_INTENSET_RXDRDY_Disabled (0UL) /*!< Read: Disabled */
14519 #define UART_INTENSET_RXDRDY_Enabled (1UL) /*!< Read: Enabled */
14520 #define UART_INTENSET_RXDRDY_Set (1UL) /*!< Enable */
14521 
14522 /* Bit 1 : Write '1' to enable interrupt for NCTS event */
14523 #define UART_INTENSET_NCTS_Pos (1UL) /*!< Position of NCTS field. */
14524 #define UART_INTENSET_NCTS_Msk (0x1UL << UART_INTENSET_NCTS_Pos) /*!< Bit mask of NCTS field. */
14525 #define UART_INTENSET_NCTS_Disabled (0UL) /*!< Read: Disabled */
14526 #define UART_INTENSET_NCTS_Enabled (1UL) /*!< Read: Enabled */
14527 #define UART_INTENSET_NCTS_Set (1UL) /*!< Enable */
14528 
14529 /* Bit 0 : Write '1' to enable interrupt for CTS event */
14530 #define UART_INTENSET_CTS_Pos (0UL) /*!< Position of CTS field. */
14531 #define UART_INTENSET_CTS_Msk (0x1UL << UART_INTENSET_CTS_Pos) /*!< Bit mask of CTS field. */
14532 #define UART_INTENSET_CTS_Disabled (0UL) /*!< Read: Disabled */
14533 #define UART_INTENSET_CTS_Enabled (1UL) /*!< Read: Enabled */
14534 #define UART_INTENSET_CTS_Set (1UL) /*!< Enable */
14535 
14536 /* Register: UART_INTENCLR */
14537 /* Description: Disable interrupt */
14538 
14539 /* Bit 17 : Write '1' to disable interrupt for RXTO event */
14540 #define UART_INTENCLR_RXTO_Pos (17UL) /*!< Position of RXTO field. */
14541 #define UART_INTENCLR_RXTO_Msk (0x1UL << UART_INTENCLR_RXTO_Pos) /*!< Bit mask of RXTO field. */
14542 #define UART_INTENCLR_RXTO_Disabled (0UL) /*!< Read: Disabled */
14543 #define UART_INTENCLR_RXTO_Enabled (1UL) /*!< Read: Enabled */
14544 #define UART_INTENCLR_RXTO_Clear (1UL) /*!< Disable */
14545 
14546 /* Bit 9 : Write '1' to disable interrupt for ERROR event */
14547 #define UART_INTENCLR_ERROR_Pos (9UL) /*!< Position of ERROR field. */
14548 #define UART_INTENCLR_ERROR_Msk (0x1UL << UART_INTENCLR_ERROR_Pos) /*!< Bit mask of ERROR field. */
14549 #define UART_INTENCLR_ERROR_Disabled (0UL) /*!< Read: Disabled */
14550 #define UART_INTENCLR_ERROR_Enabled (1UL) /*!< Read: Enabled */
14551 #define UART_INTENCLR_ERROR_Clear (1UL) /*!< Disable */
14552 
14553 /* Bit 7 : Write '1' to disable interrupt for TXDRDY event */
14554 #define UART_INTENCLR_TXDRDY_Pos (7UL) /*!< Position of TXDRDY field. */
14555 #define UART_INTENCLR_TXDRDY_Msk (0x1UL << UART_INTENCLR_TXDRDY_Pos) /*!< Bit mask of TXDRDY field. */
14556 #define UART_INTENCLR_TXDRDY_Disabled (0UL) /*!< Read: Disabled */
14557 #define UART_INTENCLR_TXDRDY_Enabled (1UL) /*!< Read: Enabled */
14558 #define UART_INTENCLR_TXDRDY_Clear (1UL) /*!< Disable */
14559 
14560 /* Bit 2 : Write '1' to disable interrupt for RXDRDY event */
14561 #define UART_INTENCLR_RXDRDY_Pos (2UL) /*!< Position of RXDRDY field. */
14562 #define UART_INTENCLR_RXDRDY_Msk (0x1UL << UART_INTENCLR_RXDRDY_Pos) /*!< Bit mask of RXDRDY field. */
14563 #define UART_INTENCLR_RXDRDY_Disabled (0UL) /*!< Read: Disabled */
14564 #define UART_INTENCLR_RXDRDY_Enabled (1UL) /*!< Read: Enabled */
14565 #define UART_INTENCLR_RXDRDY_Clear (1UL) /*!< Disable */
14566 
14567 /* Bit 1 : Write '1' to disable interrupt for NCTS event */
14568 #define UART_INTENCLR_NCTS_Pos (1UL) /*!< Position of NCTS field. */
14569 #define UART_INTENCLR_NCTS_Msk (0x1UL << UART_INTENCLR_NCTS_Pos) /*!< Bit mask of NCTS field. */
14570 #define UART_INTENCLR_NCTS_Disabled (0UL) /*!< Read: Disabled */
14571 #define UART_INTENCLR_NCTS_Enabled (1UL) /*!< Read: Enabled */
14572 #define UART_INTENCLR_NCTS_Clear (1UL) /*!< Disable */
14573 
14574 /* Bit 0 : Write '1' to disable interrupt for CTS event */
14575 #define UART_INTENCLR_CTS_Pos (0UL) /*!< Position of CTS field. */
14576 #define UART_INTENCLR_CTS_Msk (0x1UL << UART_INTENCLR_CTS_Pos) /*!< Bit mask of CTS field. */
14577 #define UART_INTENCLR_CTS_Disabled (0UL) /*!< Read: Disabled */
14578 #define UART_INTENCLR_CTS_Enabled (1UL) /*!< Read: Enabled */
14579 #define UART_INTENCLR_CTS_Clear (1UL) /*!< Disable */
14580 
14581 /* Register: UART_ERRORSRC */
14582 /* Description: Error source */
14583 
14584 /* Bit 3 : Break condition */
14585 #define UART_ERRORSRC_BREAK_Pos (3UL) /*!< Position of BREAK field. */
14586 #define UART_ERRORSRC_BREAK_Msk (0x1UL << UART_ERRORSRC_BREAK_Pos) /*!< Bit mask of BREAK field. */
14587 #define UART_ERRORSRC_BREAK_NotPresent (0UL) /*!< Read: error not present */
14588 #define UART_ERRORSRC_BREAK_Present (1UL) /*!< Read: error present */
14589 
14590 /* Bit 2 : Framing error occurred */
14591 #define UART_ERRORSRC_FRAMING_Pos (2UL) /*!< Position of FRAMING field. */
14592 #define UART_ERRORSRC_FRAMING_Msk (0x1UL << UART_ERRORSRC_FRAMING_Pos) /*!< Bit mask of FRAMING field. */
14593 #define UART_ERRORSRC_FRAMING_NotPresent (0UL) /*!< Read: error not present */
14594 #define UART_ERRORSRC_FRAMING_Present (1UL) /*!< Read: error present */
14595 
14596 /* Bit 1 : Parity error */
14597 #define UART_ERRORSRC_PARITY_Pos (1UL) /*!< Position of PARITY field. */
14598 #define UART_ERRORSRC_PARITY_Msk (0x1UL << UART_ERRORSRC_PARITY_Pos) /*!< Bit mask of PARITY field. */
14599 #define UART_ERRORSRC_PARITY_NotPresent (0UL) /*!< Read: error not present */
14600 #define UART_ERRORSRC_PARITY_Present (1UL) /*!< Read: error present */
14601 
14602 /* Bit 0 : Overrun error */
14603 #define UART_ERRORSRC_OVERRUN_Pos (0UL) /*!< Position of OVERRUN field. */
14604 #define UART_ERRORSRC_OVERRUN_Msk (0x1UL << UART_ERRORSRC_OVERRUN_Pos) /*!< Bit mask of OVERRUN field. */
14605 #define UART_ERRORSRC_OVERRUN_NotPresent (0UL) /*!< Read: error not present */
14606 #define UART_ERRORSRC_OVERRUN_Present (1UL) /*!< Read: error present */
14607 
14608 /* Register: UART_ENABLE */
14609 /* Description: Enable UART */
14610 
14611 /* Bits 3..0 : Enable or disable UART */
14612 #define UART_ENABLE_ENABLE_Pos (0UL) /*!< Position of ENABLE field. */
14613 #define UART_ENABLE_ENABLE_Msk (0xFUL << UART_ENABLE_ENABLE_Pos) /*!< Bit mask of ENABLE field. */
14614 #define UART_ENABLE_ENABLE_Disabled (0UL) /*!< Disable UART */
14615 #define UART_ENABLE_ENABLE_Enabled (4UL) /*!< Enable UART */
14616 
14617 /* Register: UART_PSEL_RTS */
14618 /* Description: Pin select for RTS */
14619 
14620 /* Bit 31 : Connection */
14621 #define UART_PSEL_RTS_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */
14622 #define UART_PSEL_RTS_CONNECT_Msk (0x1UL << UART_PSEL_RTS_CONNECT_Pos) /*!< Bit mask of CONNECT field. */
14623 #define UART_PSEL_RTS_CONNECT_Connected (0UL) /*!< Connect */
14624 #define UART_PSEL_RTS_CONNECT_Disconnected (1UL) /*!< Disconnect */
14625 
14626 /* Bit 5 : Port number */
14627 #define UART_PSEL_RTS_PORT_Pos (5UL) /*!< Position of PORT field. */
14628 #define UART_PSEL_RTS_PORT_Msk (0x1UL << UART_PSEL_RTS_PORT_Pos) /*!< Bit mask of PORT field. */
14629 
14630 /* Bits 4..0 : Pin number */
14631 #define UART_PSEL_RTS_PIN_Pos (0UL) /*!< Position of PIN field. */
14632 #define UART_PSEL_RTS_PIN_Msk (0x1FUL << UART_PSEL_RTS_PIN_Pos) /*!< Bit mask of PIN field. */
14633 
14634 /* Register: UART_PSEL_TXD */
14635 /* Description: Pin select for TXD */
14636 
14637 /* Bit 31 : Connection */
14638 #define UART_PSEL_TXD_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */
14639 #define UART_PSEL_TXD_CONNECT_Msk (0x1UL << UART_PSEL_TXD_CONNECT_Pos) /*!< Bit mask of CONNECT field. */
14640 #define UART_PSEL_TXD_CONNECT_Connected (0UL) /*!< Connect */
14641 #define UART_PSEL_TXD_CONNECT_Disconnected (1UL) /*!< Disconnect */
14642 
14643 /* Bit 5 : Port number */
14644 #define UART_PSEL_TXD_PORT_Pos (5UL) /*!< Position of PORT field. */
14645 #define UART_PSEL_TXD_PORT_Msk (0x1UL << UART_PSEL_TXD_PORT_Pos) /*!< Bit mask of PORT field. */
14646 
14647 /* Bits 4..0 : Pin number */
14648 #define UART_PSEL_TXD_PIN_Pos (0UL) /*!< Position of PIN field. */
14649 #define UART_PSEL_TXD_PIN_Msk (0x1FUL << UART_PSEL_TXD_PIN_Pos) /*!< Bit mask of PIN field. */
14650 
14651 /* Register: UART_PSEL_CTS */
14652 /* Description: Pin select for CTS */
14653 
14654 /* Bit 31 : Connection */
14655 #define UART_PSEL_CTS_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */
14656 #define UART_PSEL_CTS_CONNECT_Msk (0x1UL << UART_PSEL_CTS_CONNECT_Pos) /*!< Bit mask of CONNECT field. */
14657 #define UART_PSEL_CTS_CONNECT_Connected (0UL) /*!< Connect */
14658 #define UART_PSEL_CTS_CONNECT_Disconnected (1UL) /*!< Disconnect */
14659 
14660 /* Bit 5 : Port number */
14661 #define UART_PSEL_CTS_PORT_Pos (5UL) /*!< Position of PORT field. */
14662 #define UART_PSEL_CTS_PORT_Msk (0x1UL << UART_PSEL_CTS_PORT_Pos) /*!< Bit mask of PORT field. */
14663 
14664 /* Bits 4..0 : Pin number */
14665 #define UART_PSEL_CTS_PIN_Pos (0UL) /*!< Position of PIN field. */
14666 #define UART_PSEL_CTS_PIN_Msk (0x1FUL << UART_PSEL_CTS_PIN_Pos) /*!< Bit mask of PIN field. */
14667 
14668 /* Register: UART_PSEL_RXD */
14669 /* Description: Pin select for RXD */
14670 
14671 /* Bit 31 : Connection */
14672 #define UART_PSEL_RXD_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */
14673 #define UART_PSEL_RXD_CONNECT_Msk (0x1UL << UART_PSEL_RXD_CONNECT_Pos) /*!< Bit mask of CONNECT field. */
14674 #define UART_PSEL_RXD_CONNECT_Connected (0UL) /*!< Connect */
14675 #define UART_PSEL_RXD_CONNECT_Disconnected (1UL) /*!< Disconnect */
14676 
14677 /* Bit 5 : Port number */
14678 #define UART_PSEL_RXD_PORT_Pos (5UL) /*!< Position of PORT field. */
14679 #define UART_PSEL_RXD_PORT_Msk (0x1UL << UART_PSEL_RXD_PORT_Pos) /*!< Bit mask of PORT field. */
14680 
14681 /* Bits 4..0 : Pin number */
14682 #define UART_PSEL_RXD_PIN_Pos (0UL) /*!< Position of PIN field. */
14683 #define UART_PSEL_RXD_PIN_Msk (0x1FUL << UART_PSEL_RXD_PIN_Pos) /*!< Bit mask of PIN field. */
14684 
14685 /* Register: UART_RXD */
14686 /* Description: RXD register */
14687 
14688 /* Bits 7..0 : RX data received in previous transfers, double buffered */
14689 #define UART_RXD_RXD_Pos (0UL) /*!< Position of RXD field. */
14690 #define UART_RXD_RXD_Msk (0xFFUL << UART_RXD_RXD_Pos) /*!< Bit mask of RXD field. */
14691 
14692 /* Register: UART_TXD */
14693 /* Description: TXD register */
14694 
14695 /* Bits 7..0 : TX data to be transferred */
14696 #define UART_TXD_TXD_Pos (0UL) /*!< Position of TXD field. */
14697 #define UART_TXD_TXD_Msk (0xFFUL << UART_TXD_TXD_Pos) /*!< Bit mask of TXD field. */
14698 
14699 /* Register: UART_BAUDRATE */
14700 /* Description: Baud rate. Accuracy depends on the HFCLK source selected. */
14701 
14702 /* Bits 31..0 : Baud rate */
14703 #define UART_BAUDRATE_BAUDRATE_Pos (0UL) /*!< Position of BAUDRATE field. */
14704 #define UART_BAUDRATE_BAUDRATE_Msk (0xFFFFFFFFUL << UART_BAUDRATE_BAUDRATE_Pos) /*!< Bit mask of BAUDRATE field. */
14705 #define UART_BAUDRATE_BAUDRATE_Baud1200 (0x0004F000UL) /*!< 1200 baud (actual rate: 1205) */
14706 #define UART_BAUDRATE_BAUDRATE_Baud2400 (0x0009D000UL) /*!< 2400 baud (actual rate: 2396) */
14707 #define UART_BAUDRATE_BAUDRATE_Baud4800 (0x0013B000UL) /*!< 4800 baud (actual rate: 4808) */
14708 #define UART_BAUDRATE_BAUDRATE_Baud9600 (0x00275000UL) /*!< 9600 baud (actual rate: 9598) */
14709 #define UART_BAUDRATE_BAUDRATE_Baud14400 (0x003B0000UL) /*!< 14400 baud (actual rate: 14414) */
14710 #define UART_BAUDRATE_BAUDRATE_Baud19200 (0x004EA000UL) /*!< 19200 baud (actual rate: 19208) */
14711 #define UART_BAUDRATE_BAUDRATE_Baud28800 (0x0075F000UL) /*!< 28800 baud (actual rate: 28829) */
14712 #define UART_BAUDRATE_BAUDRATE_Baud31250 (0x00800000UL) /*!< 31250 baud */
14713 #define UART_BAUDRATE_BAUDRATE_Baud38400 (0x009D5000UL) /*!< 38400 baud (actual rate: 38462) */
14714 #define UART_BAUDRATE_BAUDRATE_Baud56000 (0x00E50000UL) /*!< 56000 baud (actual rate: 55944) */
14715 #define UART_BAUDRATE_BAUDRATE_Baud57600 (0x00EBF000UL) /*!< 57600 baud (actual rate: 57762) */
14716 #define UART_BAUDRATE_BAUDRATE_Baud76800 (0x013A9000UL) /*!< 76800 baud (actual rate: 76923) */
14717 #define UART_BAUDRATE_BAUDRATE_Baud115200 (0x01D7E000UL) /*!< 115200 baud (actual rate: 115942) */
14718 #define UART_BAUDRATE_BAUDRATE_Baud230400 (0x03AFB000UL) /*!< 230400 baud (actual rate: 231884) */
14719 #define UART_BAUDRATE_BAUDRATE_Baud250000 (0x04000000UL) /*!< 250000 baud */
14720 #define UART_BAUDRATE_BAUDRATE_Baud460800 (0x075F7000UL) /*!< 460800 baud (actual rate: 470588) */
14721 #define UART_BAUDRATE_BAUDRATE_Baud921600 (0x0EBED000UL) /*!< 921600 baud (actual rate: 941176) */
14722 #define UART_BAUDRATE_BAUDRATE_Baud1M (0x10000000UL) /*!< 1Mega baud */
14723 
14724 /* Register: UART_CONFIG */
14725 /* Description: Configuration of parity and hardware flow control */
14726 
14727 /* Bits 3..1 : Parity */
14728 #define UART_CONFIG_PARITY_Pos (1UL) /*!< Position of PARITY field. */
14729 #define UART_CONFIG_PARITY_Msk (0x7UL << UART_CONFIG_PARITY_Pos) /*!< Bit mask of PARITY field. */
14730 #define UART_CONFIG_PARITY_Excluded (0x0UL) /*!< Exclude parity bit */
14731 #define UART_CONFIG_PARITY_Included (0x7UL) /*!< Include parity bit */
14732 
14733 /* Bit 0 : Hardware flow control */
14734 #define UART_CONFIG_HWFC_Pos (0UL) /*!< Position of HWFC field. */
14735 #define UART_CONFIG_HWFC_Msk (0x1UL << UART_CONFIG_HWFC_Pos) /*!< Bit mask of HWFC field. */
14736 #define UART_CONFIG_HWFC_Disabled (0UL) /*!< Disabled */
14737 #define UART_CONFIG_HWFC_Enabled (1UL) /*!< Enabled */
14738 
14739 
14740 /* Peripheral: UARTE */
14741 /* Description: UART with EasyDMA 0 */
14742 
14743 /* Register: UARTE_TASKS_STARTRX */
14744 /* Description: Start UART receiver */
14745 
14746 /* Bit 0 :   */
14747 #define UARTE_TASKS_STARTRX_TASKS_STARTRX_Pos (0UL) /*!< Position of TASKS_STARTRX field. */
14748 #define UARTE_TASKS_STARTRX_TASKS_STARTRX_Msk (0x1UL << UARTE_TASKS_STARTRX_TASKS_STARTRX_Pos) /*!< Bit mask of TASKS_STARTRX field. */
14749 
14750 /* Register: UARTE_TASKS_STOPRX */
14751 /* Description: Stop UART receiver */
14752 
14753 /* Bit 0 :   */
14754 #define UARTE_TASKS_STOPRX_TASKS_STOPRX_Pos (0UL) /*!< Position of TASKS_STOPRX field. */
14755 #define UARTE_TASKS_STOPRX_TASKS_STOPRX_Msk (0x1UL << UARTE_TASKS_STOPRX_TASKS_STOPRX_Pos) /*!< Bit mask of TASKS_STOPRX field. */
14756 
14757 /* Register: UARTE_TASKS_STARTTX */
14758 /* Description: Start UART transmitter */
14759 
14760 /* Bit 0 :   */
14761 #define UARTE_TASKS_STARTTX_TASKS_STARTTX_Pos (0UL) /*!< Position of TASKS_STARTTX field. */
14762 #define UARTE_TASKS_STARTTX_TASKS_STARTTX_Msk (0x1UL << UARTE_TASKS_STARTTX_TASKS_STARTTX_Pos) /*!< Bit mask of TASKS_STARTTX field. */
14763 
14764 /* Register: UARTE_TASKS_STOPTX */
14765 /* Description: Stop UART transmitter */
14766 
14767 /* Bit 0 :   */
14768 #define UARTE_TASKS_STOPTX_TASKS_STOPTX_Pos (0UL) /*!< Position of TASKS_STOPTX field. */
14769 #define UARTE_TASKS_STOPTX_TASKS_STOPTX_Msk (0x1UL << UARTE_TASKS_STOPTX_TASKS_STOPTX_Pos) /*!< Bit mask of TASKS_STOPTX field. */
14770 
14771 /* Register: UARTE_TASKS_FLUSHRX */
14772 /* Description: Flush RX FIFO into RX buffer */
14773 
14774 /* Bit 0 :   */
14775 #define UARTE_TASKS_FLUSHRX_TASKS_FLUSHRX_Pos (0UL) /*!< Position of TASKS_FLUSHRX field. */
14776 #define UARTE_TASKS_FLUSHRX_TASKS_FLUSHRX_Msk (0x1UL << UARTE_TASKS_FLUSHRX_TASKS_FLUSHRX_Pos) /*!< Bit mask of TASKS_FLUSHRX field. */
14777 
14778 /* Register: UARTE_EVENTS_CTS */
14779 /* Description: CTS is activated (set low). Clear To Send. */
14780 
14781 /* Bit 0 :   */
14782 #define UARTE_EVENTS_CTS_EVENTS_CTS_Pos (0UL) /*!< Position of EVENTS_CTS field. */
14783 #define UARTE_EVENTS_CTS_EVENTS_CTS_Msk (0x1UL << UARTE_EVENTS_CTS_EVENTS_CTS_Pos) /*!< Bit mask of EVENTS_CTS field. */
14784 
14785 /* Register: UARTE_EVENTS_NCTS */
14786 /* Description: CTS is deactivated (set high). Not Clear To Send. */
14787 
14788 /* Bit 0 :   */
14789 #define UARTE_EVENTS_NCTS_EVENTS_NCTS_Pos (0UL) /*!< Position of EVENTS_NCTS field. */
14790 #define UARTE_EVENTS_NCTS_EVENTS_NCTS_Msk (0x1UL << UARTE_EVENTS_NCTS_EVENTS_NCTS_Pos) /*!< Bit mask of EVENTS_NCTS field. */
14791 
14792 /* Register: UARTE_EVENTS_RXDRDY */
14793 /* Description: Data received in RXD (but potentially not yet transferred to Data RAM) */
14794 
14795 /* Bit 0 :   */
14796 #define UARTE_EVENTS_RXDRDY_EVENTS_RXDRDY_Pos (0UL) /*!< Position of EVENTS_RXDRDY field. */
14797 #define UARTE_EVENTS_RXDRDY_EVENTS_RXDRDY_Msk (0x1UL << UARTE_EVENTS_RXDRDY_EVENTS_RXDRDY_Pos) /*!< Bit mask of EVENTS_RXDRDY field. */
14798 
14799 /* Register: UARTE_EVENTS_ENDRX */
14800 /* Description: Receive buffer is filled up */
14801 
14802 /* Bit 0 :   */
14803 #define UARTE_EVENTS_ENDRX_EVENTS_ENDRX_Pos (0UL) /*!< Position of EVENTS_ENDRX field. */
14804 #define UARTE_EVENTS_ENDRX_EVENTS_ENDRX_Msk (0x1UL << UARTE_EVENTS_ENDRX_EVENTS_ENDRX_Pos) /*!< Bit mask of EVENTS_ENDRX field. */
14805 
14806 /* Register: UARTE_EVENTS_TXDRDY */
14807 /* Description: Data sent from TXD */
14808 
14809 /* Bit 0 :   */
14810 #define UARTE_EVENTS_TXDRDY_EVENTS_TXDRDY_Pos (0UL) /*!< Position of EVENTS_TXDRDY field. */
14811 #define UARTE_EVENTS_TXDRDY_EVENTS_TXDRDY_Msk (0x1UL << UARTE_EVENTS_TXDRDY_EVENTS_TXDRDY_Pos) /*!< Bit mask of EVENTS_TXDRDY field. */
14812 
14813 /* Register: UARTE_EVENTS_ENDTX */
14814 /* Description: Last TX byte transmitted */
14815 
14816 /* Bit 0 :   */
14817 #define UARTE_EVENTS_ENDTX_EVENTS_ENDTX_Pos (0UL) /*!< Position of EVENTS_ENDTX field. */
14818 #define UARTE_EVENTS_ENDTX_EVENTS_ENDTX_Msk (0x1UL << UARTE_EVENTS_ENDTX_EVENTS_ENDTX_Pos) /*!< Bit mask of EVENTS_ENDTX field. */
14819 
14820 /* Register: UARTE_EVENTS_ERROR */
14821 /* Description: Error detected */
14822 
14823 /* Bit 0 :   */
14824 #define UARTE_EVENTS_ERROR_EVENTS_ERROR_Pos (0UL) /*!< Position of EVENTS_ERROR field. */
14825 #define UARTE_EVENTS_ERROR_EVENTS_ERROR_Msk (0x1UL << UARTE_EVENTS_ERROR_EVENTS_ERROR_Pos) /*!< Bit mask of EVENTS_ERROR field. */
14826 
14827 /* Register: UARTE_EVENTS_RXTO */
14828 /* Description: Receiver timeout */
14829 
14830 /* Bit 0 :   */
14831 #define UARTE_EVENTS_RXTO_EVENTS_RXTO_Pos (0UL) /*!< Position of EVENTS_RXTO field. */
14832 #define UARTE_EVENTS_RXTO_EVENTS_RXTO_Msk (0x1UL << UARTE_EVENTS_RXTO_EVENTS_RXTO_Pos) /*!< Bit mask of EVENTS_RXTO field. */
14833 
14834 /* Register: UARTE_EVENTS_RXSTARTED */
14835 /* Description: UART receiver has started */
14836 
14837 /* Bit 0 :   */
14838 #define UARTE_EVENTS_RXSTARTED_EVENTS_RXSTARTED_Pos (0UL) /*!< Position of EVENTS_RXSTARTED field. */
14839 #define UARTE_EVENTS_RXSTARTED_EVENTS_RXSTARTED_Msk (0x1UL << UARTE_EVENTS_RXSTARTED_EVENTS_RXSTARTED_Pos) /*!< Bit mask of EVENTS_RXSTARTED field. */
14840 
14841 /* Register: UARTE_EVENTS_TXSTARTED */
14842 /* Description: UART transmitter has started */
14843 
14844 /* Bit 0 :   */
14845 #define UARTE_EVENTS_TXSTARTED_EVENTS_TXSTARTED_Pos (0UL) /*!< Position of EVENTS_TXSTARTED field. */
14846 #define UARTE_EVENTS_TXSTARTED_EVENTS_TXSTARTED_Msk (0x1UL << UARTE_EVENTS_TXSTARTED_EVENTS_TXSTARTED_Pos) /*!< Bit mask of EVENTS_TXSTARTED field. */
14847 
14848 /* Register: UARTE_EVENTS_TXSTOPPED */
14849 /* Description: Transmitter stopped */
14850 
14851 /* Bit 0 :   */
14852 #define UARTE_EVENTS_TXSTOPPED_EVENTS_TXSTOPPED_Pos (0UL) /*!< Position of EVENTS_TXSTOPPED field. */
14853 #define UARTE_EVENTS_TXSTOPPED_EVENTS_TXSTOPPED_Msk (0x1UL << UARTE_EVENTS_TXSTOPPED_EVENTS_TXSTOPPED_Pos) /*!< Bit mask of EVENTS_TXSTOPPED field. */
14854 
14855 /* Register: UARTE_SHORTS */
14856 /* Description: Shortcut register */
14857 
14858 /* Bit 6 : Shortcut between ENDRX event and STOPRX task */
14859 #define UARTE_SHORTS_ENDRX_STOPRX_Pos (6UL) /*!< Position of ENDRX_STOPRX field. */
14860 #define UARTE_SHORTS_ENDRX_STOPRX_Msk (0x1UL << UARTE_SHORTS_ENDRX_STOPRX_Pos) /*!< Bit mask of ENDRX_STOPRX field. */
14861 #define UARTE_SHORTS_ENDRX_STOPRX_Disabled (0UL) /*!< Disable shortcut */
14862 #define UARTE_SHORTS_ENDRX_STOPRX_Enabled (1UL) /*!< Enable shortcut */
14863 
14864 /* Bit 5 : Shortcut between ENDRX event and STARTRX task */
14865 #define UARTE_SHORTS_ENDRX_STARTRX_Pos (5UL) /*!< Position of ENDRX_STARTRX field. */
14866 #define UARTE_SHORTS_ENDRX_STARTRX_Msk (0x1UL << UARTE_SHORTS_ENDRX_STARTRX_Pos) /*!< Bit mask of ENDRX_STARTRX field. */
14867 #define UARTE_SHORTS_ENDRX_STARTRX_Disabled (0UL) /*!< Disable shortcut */
14868 #define UARTE_SHORTS_ENDRX_STARTRX_Enabled (1UL) /*!< Enable shortcut */
14869 
14870 /* Register: UARTE_INTEN */
14871 /* Description: Enable or disable interrupt */
14872 
14873 /* Bit 22 : Enable or disable interrupt for TXSTOPPED event */
14874 #define UARTE_INTEN_TXSTOPPED_Pos (22UL) /*!< Position of TXSTOPPED field. */
14875 #define UARTE_INTEN_TXSTOPPED_Msk (0x1UL << UARTE_INTEN_TXSTOPPED_Pos) /*!< Bit mask of TXSTOPPED field. */
14876 #define UARTE_INTEN_TXSTOPPED_Disabled (0UL) /*!< Disable */
14877 #define UARTE_INTEN_TXSTOPPED_Enabled (1UL) /*!< Enable */
14878 
14879 /* Bit 20 : Enable or disable interrupt for TXSTARTED event */
14880 #define UARTE_INTEN_TXSTARTED_Pos (20UL) /*!< Position of TXSTARTED field. */
14881 #define UARTE_INTEN_TXSTARTED_Msk (0x1UL << UARTE_INTEN_TXSTARTED_Pos) /*!< Bit mask of TXSTARTED field. */
14882 #define UARTE_INTEN_TXSTARTED_Disabled (0UL) /*!< Disable */
14883 #define UARTE_INTEN_TXSTARTED_Enabled (1UL) /*!< Enable */
14884 
14885 /* Bit 19 : Enable or disable interrupt for RXSTARTED event */
14886 #define UARTE_INTEN_RXSTARTED_Pos (19UL) /*!< Position of RXSTARTED field. */
14887 #define UARTE_INTEN_RXSTARTED_Msk (0x1UL << UARTE_INTEN_RXSTARTED_Pos) /*!< Bit mask of RXSTARTED field. */
14888 #define UARTE_INTEN_RXSTARTED_Disabled (0UL) /*!< Disable */
14889 #define UARTE_INTEN_RXSTARTED_Enabled (1UL) /*!< Enable */
14890 
14891 /* Bit 17 : Enable or disable interrupt for RXTO event */
14892 #define UARTE_INTEN_RXTO_Pos (17UL) /*!< Position of RXTO field. */
14893 #define UARTE_INTEN_RXTO_Msk (0x1UL << UARTE_INTEN_RXTO_Pos) /*!< Bit mask of RXTO field. */
14894 #define UARTE_INTEN_RXTO_Disabled (0UL) /*!< Disable */
14895 #define UARTE_INTEN_RXTO_Enabled (1UL) /*!< Enable */
14896 
14897 /* Bit 9 : Enable or disable interrupt for ERROR event */
14898 #define UARTE_INTEN_ERROR_Pos (9UL) /*!< Position of ERROR field. */
14899 #define UARTE_INTEN_ERROR_Msk (0x1UL << UARTE_INTEN_ERROR_Pos) /*!< Bit mask of ERROR field. */
14900 #define UARTE_INTEN_ERROR_Disabled (0UL) /*!< Disable */
14901 #define UARTE_INTEN_ERROR_Enabled (1UL) /*!< Enable */
14902 
14903 /* Bit 8 : Enable or disable interrupt for ENDTX event */
14904 #define UARTE_INTEN_ENDTX_Pos (8UL) /*!< Position of ENDTX field. */
14905 #define UARTE_INTEN_ENDTX_Msk (0x1UL << UARTE_INTEN_ENDTX_Pos) /*!< Bit mask of ENDTX field. */
14906 #define UARTE_INTEN_ENDTX_Disabled (0UL) /*!< Disable */
14907 #define UARTE_INTEN_ENDTX_Enabled (1UL) /*!< Enable */
14908 
14909 /* Bit 7 : Enable or disable interrupt for TXDRDY event */
14910 #define UARTE_INTEN_TXDRDY_Pos (7UL) /*!< Position of TXDRDY field. */
14911 #define UARTE_INTEN_TXDRDY_Msk (0x1UL << UARTE_INTEN_TXDRDY_Pos) /*!< Bit mask of TXDRDY field. */
14912 #define UARTE_INTEN_TXDRDY_Disabled (0UL) /*!< Disable */
14913 #define UARTE_INTEN_TXDRDY_Enabled (1UL) /*!< Enable */
14914 
14915 /* Bit 4 : Enable or disable interrupt for ENDRX event */
14916 #define UARTE_INTEN_ENDRX_Pos (4UL) /*!< Position of ENDRX field. */
14917 #define UARTE_INTEN_ENDRX_Msk (0x1UL << UARTE_INTEN_ENDRX_Pos) /*!< Bit mask of ENDRX field. */
14918 #define UARTE_INTEN_ENDRX_Disabled (0UL) /*!< Disable */
14919 #define UARTE_INTEN_ENDRX_Enabled (1UL) /*!< Enable */
14920 
14921 /* Bit 2 : Enable or disable interrupt for RXDRDY event */
14922 #define UARTE_INTEN_RXDRDY_Pos (2UL) /*!< Position of RXDRDY field. */
14923 #define UARTE_INTEN_RXDRDY_Msk (0x1UL << UARTE_INTEN_RXDRDY_Pos) /*!< Bit mask of RXDRDY field. */
14924 #define UARTE_INTEN_RXDRDY_Disabled (0UL) /*!< Disable */
14925 #define UARTE_INTEN_RXDRDY_Enabled (1UL) /*!< Enable */
14926 
14927 /* Bit 1 : Enable or disable interrupt for NCTS event */
14928 #define UARTE_INTEN_NCTS_Pos (1UL) /*!< Position of NCTS field. */
14929 #define UARTE_INTEN_NCTS_Msk (0x1UL << UARTE_INTEN_NCTS_Pos) /*!< Bit mask of NCTS field. */
14930 #define UARTE_INTEN_NCTS_Disabled (0UL) /*!< Disable */
14931 #define UARTE_INTEN_NCTS_Enabled (1UL) /*!< Enable */
14932 
14933 /* Bit 0 : Enable or disable interrupt for CTS event */
14934 #define UARTE_INTEN_CTS_Pos (0UL) /*!< Position of CTS field. */
14935 #define UARTE_INTEN_CTS_Msk (0x1UL << UARTE_INTEN_CTS_Pos) /*!< Bit mask of CTS field. */
14936 #define UARTE_INTEN_CTS_Disabled (0UL) /*!< Disable */
14937 #define UARTE_INTEN_CTS_Enabled (1UL) /*!< Enable */
14938 
14939 /* Register: UARTE_INTENSET */
14940 /* Description: Enable interrupt */
14941 
14942 /* Bit 22 : Write '1' to enable interrupt for TXSTOPPED event */
14943 #define UARTE_INTENSET_TXSTOPPED_Pos (22UL) /*!< Position of TXSTOPPED field. */
14944 #define UARTE_INTENSET_TXSTOPPED_Msk (0x1UL << UARTE_INTENSET_TXSTOPPED_Pos) /*!< Bit mask of TXSTOPPED field. */
14945 #define UARTE_INTENSET_TXSTOPPED_Disabled (0UL) /*!< Read: Disabled */
14946 #define UARTE_INTENSET_TXSTOPPED_Enabled (1UL) /*!< Read: Enabled */
14947 #define UARTE_INTENSET_TXSTOPPED_Set (1UL) /*!< Enable */
14948 
14949 /* Bit 20 : Write '1' to enable interrupt for TXSTARTED event */
14950 #define UARTE_INTENSET_TXSTARTED_Pos (20UL) /*!< Position of TXSTARTED field. */
14951 #define UARTE_INTENSET_TXSTARTED_Msk (0x1UL << UARTE_INTENSET_TXSTARTED_Pos) /*!< Bit mask of TXSTARTED field. */
14952 #define UARTE_INTENSET_TXSTARTED_Disabled (0UL) /*!< Read: Disabled */
14953 #define UARTE_INTENSET_TXSTARTED_Enabled (1UL) /*!< Read: Enabled */
14954 #define UARTE_INTENSET_TXSTARTED_Set (1UL) /*!< Enable */
14955 
14956 /* Bit 19 : Write '1' to enable interrupt for RXSTARTED event */
14957 #define UARTE_INTENSET_RXSTARTED_Pos (19UL) /*!< Position of RXSTARTED field. */
14958 #define UARTE_INTENSET_RXSTARTED_Msk (0x1UL << UARTE_INTENSET_RXSTARTED_Pos) /*!< Bit mask of RXSTARTED field. */
14959 #define UARTE_INTENSET_RXSTARTED_Disabled (0UL) /*!< Read: Disabled */
14960 #define UARTE_INTENSET_RXSTARTED_Enabled (1UL) /*!< Read: Enabled */
14961 #define UARTE_INTENSET_RXSTARTED_Set (1UL) /*!< Enable */
14962 
14963 /* Bit 17 : Write '1' to enable interrupt for RXTO event */
14964 #define UARTE_INTENSET_RXTO_Pos (17UL) /*!< Position of RXTO field. */
14965 #define UARTE_INTENSET_RXTO_Msk (0x1UL << UARTE_INTENSET_RXTO_Pos) /*!< Bit mask of RXTO field. */
14966 #define UARTE_INTENSET_RXTO_Disabled (0UL) /*!< Read: Disabled */
14967 #define UARTE_INTENSET_RXTO_Enabled (1UL) /*!< Read: Enabled */
14968 #define UARTE_INTENSET_RXTO_Set (1UL) /*!< Enable */
14969 
14970 /* Bit 9 : Write '1' to enable interrupt for ERROR event */
14971 #define UARTE_INTENSET_ERROR_Pos (9UL) /*!< Position of ERROR field. */
14972 #define UARTE_INTENSET_ERROR_Msk (0x1UL << UARTE_INTENSET_ERROR_Pos) /*!< Bit mask of ERROR field. */
14973 #define UARTE_INTENSET_ERROR_Disabled (0UL) /*!< Read: Disabled */
14974 #define UARTE_INTENSET_ERROR_Enabled (1UL) /*!< Read: Enabled */
14975 #define UARTE_INTENSET_ERROR_Set (1UL) /*!< Enable */
14976 
14977 /* Bit 8 : Write '1' to enable interrupt for ENDTX event */
14978 #define UARTE_INTENSET_ENDTX_Pos (8UL) /*!< Position of ENDTX field. */
14979 #define UARTE_INTENSET_ENDTX_Msk (0x1UL << UARTE_INTENSET_ENDTX_Pos) /*!< Bit mask of ENDTX field. */
14980 #define UARTE_INTENSET_ENDTX_Disabled (0UL) /*!< Read: Disabled */
14981 #define UARTE_INTENSET_ENDTX_Enabled (1UL) /*!< Read: Enabled */
14982 #define UARTE_INTENSET_ENDTX_Set (1UL) /*!< Enable */
14983 
14984 /* Bit 7 : Write '1' to enable interrupt for TXDRDY event */
14985 #define UARTE_INTENSET_TXDRDY_Pos (7UL) /*!< Position of TXDRDY field. */
14986 #define UARTE_INTENSET_TXDRDY_Msk (0x1UL << UARTE_INTENSET_TXDRDY_Pos) /*!< Bit mask of TXDRDY field. */
14987 #define UARTE_INTENSET_TXDRDY_Disabled (0UL) /*!< Read: Disabled */
14988 #define UARTE_INTENSET_TXDRDY_Enabled (1UL) /*!< Read: Enabled */
14989 #define UARTE_INTENSET_TXDRDY_Set (1UL) /*!< Enable */
14990 
14991 /* Bit 4 : Write '1' to enable interrupt for ENDRX event */
14992 #define UARTE_INTENSET_ENDRX_Pos (4UL) /*!< Position of ENDRX field. */
14993 #define UARTE_INTENSET_ENDRX_Msk (0x1UL << UARTE_INTENSET_ENDRX_Pos) /*!< Bit mask of ENDRX field. */
14994 #define UARTE_INTENSET_ENDRX_Disabled (0UL) /*!< Read: Disabled */
14995 #define UARTE_INTENSET_ENDRX_Enabled (1UL) /*!< Read: Enabled */
14996 #define UARTE_INTENSET_ENDRX_Set (1UL) /*!< Enable */
14997 
14998 /* Bit 2 : Write '1' to enable interrupt for RXDRDY event */
14999 #define UARTE_INTENSET_RXDRDY_Pos (2UL) /*!< Position of RXDRDY field. */
15000 #define UARTE_INTENSET_RXDRDY_Msk (0x1UL << UARTE_INTENSET_RXDRDY_Pos) /*!< Bit mask of RXDRDY field. */
15001 #define UARTE_INTENSET_RXDRDY_Disabled (0UL) /*!< Read: Disabled */
15002 #define UARTE_INTENSET_RXDRDY_Enabled (1UL) /*!< Read: Enabled */
15003 #define UARTE_INTENSET_RXDRDY_Set (1UL) /*!< Enable */
15004 
15005 /* Bit 1 : Write '1' to enable interrupt for NCTS event */
15006 #define UARTE_INTENSET_NCTS_Pos (1UL) /*!< Position of NCTS field. */
15007 #define UARTE_INTENSET_NCTS_Msk (0x1UL << UARTE_INTENSET_NCTS_Pos) /*!< Bit mask of NCTS field. */
15008 #define UARTE_INTENSET_NCTS_Disabled (0UL) /*!< Read: Disabled */
15009 #define UARTE_INTENSET_NCTS_Enabled (1UL) /*!< Read: Enabled */
15010 #define UARTE_INTENSET_NCTS_Set (1UL) /*!< Enable */
15011 
15012 /* Bit 0 : Write '1' to enable interrupt for CTS event */
15013 #define UARTE_INTENSET_CTS_Pos (0UL) /*!< Position of CTS field. */
15014 #define UARTE_INTENSET_CTS_Msk (0x1UL << UARTE_INTENSET_CTS_Pos) /*!< Bit mask of CTS field. */
15015 #define UARTE_INTENSET_CTS_Disabled (0UL) /*!< Read: Disabled */
15016 #define UARTE_INTENSET_CTS_Enabled (1UL) /*!< Read: Enabled */
15017 #define UARTE_INTENSET_CTS_Set (1UL) /*!< Enable */
15018 
15019 /* Register: UARTE_INTENCLR */
15020 /* Description: Disable interrupt */
15021 
15022 /* Bit 22 : Write '1' to disable interrupt for TXSTOPPED event */
15023 #define UARTE_INTENCLR_TXSTOPPED_Pos (22UL) /*!< Position of TXSTOPPED field. */
15024 #define UARTE_INTENCLR_TXSTOPPED_Msk (0x1UL << UARTE_INTENCLR_TXSTOPPED_Pos) /*!< Bit mask of TXSTOPPED field. */
15025 #define UARTE_INTENCLR_TXSTOPPED_Disabled (0UL) /*!< Read: Disabled */
15026 #define UARTE_INTENCLR_TXSTOPPED_Enabled (1UL) /*!< Read: Enabled */
15027 #define UARTE_INTENCLR_TXSTOPPED_Clear (1UL) /*!< Disable */
15028 
15029 /* Bit 20 : Write '1' to disable interrupt for TXSTARTED event */
15030 #define UARTE_INTENCLR_TXSTARTED_Pos (20UL) /*!< Position of TXSTARTED field. */
15031 #define UARTE_INTENCLR_TXSTARTED_Msk (0x1UL << UARTE_INTENCLR_TXSTARTED_Pos) /*!< Bit mask of TXSTARTED field. */
15032 #define UARTE_INTENCLR_TXSTARTED_Disabled (0UL) /*!< Read: Disabled */
15033 #define UARTE_INTENCLR_TXSTARTED_Enabled (1UL) /*!< Read: Enabled */
15034 #define UARTE_INTENCLR_TXSTARTED_Clear (1UL) /*!< Disable */
15035 
15036 /* Bit 19 : Write '1' to disable interrupt for RXSTARTED event */
15037 #define UARTE_INTENCLR_RXSTARTED_Pos (19UL) /*!< Position of RXSTARTED field. */
15038 #define UARTE_INTENCLR_RXSTARTED_Msk (0x1UL << UARTE_INTENCLR_RXSTARTED_Pos) /*!< Bit mask of RXSTARTED field. */
15039 #define UARTE_INTENCLR_RXSTARTED_Disabled (0UL) /*!< Read: Disabled */
15040 #define UARTE_INTENCLR_RXSTARTED_Enabled (1UL) /*!< Read: Enabled */
15041 #define UARTE_INTENCLR_RXSTARTED_Clear (1UL) /*!< Disable */
15042 
15043 /* Bit 17 : Write '1' to disable interrupt for RXTO event */
15044 #define UARTE_INTENCLR_RXTO_Pos (17UL) /*!< Position of RXTO field. */
15045 #define UARTE_INTENCLR_RXTO_Msk (0x1UL << UARTE_INTENCLR_RXTO_Pos) /*!< Bit mask of RXTO field. */
15046 #define UARTE_INTENCLR_RXTO_Disabled (0UL) /*!< Read: Disabled */
15047 #define UARTE_INTENCLR_RXTO_Enabled (1UL) /*!< Read: Enabled */
15048 #define UARTE_INTENCLR_RXTO_Clear (1UL) /*!< Disable */
15049 
15050 /* Bit 9 : Write '1' to disable interrupt for ERROR event */
15051 #define UARTE_INTENCLR_ERROR_Pos (9UL) /*!< Position of ERROR field. */
15052 #define UARTE_INTENCLR_ERROR_Msk (0x1UL << UARTE_INTENCLR_ERROR_Pos) /*!< Bit mask of ERROR field. */
15053 #define UARTE_INTENCLR_ERROR_Disabled (0UL) /*!< Read: Disabled */
15054 #define UARTE_INTENCLR_ERROR_Enabled (1UL) /*!< Read: Enabled */
15055 #define UARTE_INTENCLR_ERROR_Clear (1UL) /*!< Disable */
15056 
15057 /* Bit 8 : Write '1' to disable interrupt for ENDTX event */
15058 #define UARTE_INTENCLR_ENDTX_Pos (8UL) /*!< Position of ENDTX field. */
15059 #define UARTE_INTENCLR_ENDTX_Msk (0x1UL << UARTE_INTENCLR_ENDTX_Pos) /*!< Bit mask of ENDTX field. */
15060 #define UARTE_INTENCLR_ENDTX_Disabled (0UL) /*!< Read: Disabled */
15061 #define UARTE_INTENCLR_ENDTX_Enabled (1UL) /*!< Read: Enabled */
15062 #define UARTE_INTENCLR_ENDTX_Clear (1UL) /*!< Disable */
15063 
15064 /* Bit 7 : Write '1' to disable interrupt for TXDRDY event */
15065 #define UARTE_INTENCLR_TXDRDY_Pos (7UL) /*!< Position of TXDRDY field. */
15066 #define UARTE_INTENCLR_TXDRDY_Msk (0x1UL << UARTE_INTENCLR_TXDRDY_Pos) /*!< Bit mask of TXDRDY field. */
15067 #define UARTE_INTENCLR_TXDRDY_Disabled (0UL) /*!< Read: Disabled */
15068 #define UARTE_INTENCLR_TXDRDY_Enabled (1UL) /*!< Read: Enabled */
15069 #define UARTE_INTENCLR_TXDRDY_Clear (1UL) /*!< Disable */
15070 
15071 /* Bit 4 : Write '1' to disable interrupt for ENDRX event */
15072 #define UARTE_INTENCLR_ENDRX_Pos (4UL) /*!< Position of ENDRX field. */
15073 #define UARTE_INTENCLR_ENDRX_Msk (0x1UL << UARTE_INTENCLR_ENDRX_Pos) /*!< Bit mask of ENDRX field. */
15074 #define UARTE_INTENCLR_ENDRX_Disabled (0UL) /*!< Read: Disabled */
15075 #define UARTE_INTENCLR_ENDRX_Enabled (1UL) /*!< Read: Enabled */
15076 #define UARTE_INTENCLR_ENDRX_Clear (1UL) /*!< Disable */
15077 
15078 /* Bit 2 : Write '1' to disable interrupt for RXDRDY event */
15079 #define UARTE_INTENCLR_RXDRDY_Pos (2UL) /*!< Position of RXDRDY field. */
15080 #define UARTE_INTENCLR_RXDRDY_Msk (0x1UL << UARTE_INTENCLR_RXDRDY_Pos) /*!< Bit mask of RXDRDY field. */
15081 #define UARTE_INTENCLR_RXDRDY_Disabled (0UL) /*!< Read: Disabled */
15082 #define UARTE_INTENCLR_RXDRDY_Enabled (1UL) /*!< Read: Enabled */
15083 #define UARTE_INTENCLR_RXDRDY_Clear (1UL) /*!< Disable */
15084 
15085 /* Bit 1 : Write '1' to disable interrupt for NCTS event */
15086 #define UARTE_INTENCLR_NCTS_Pos (1UL) /*!< Position of NCTS field. */
15087 #define UARTE_INTENCLR_NCTS_Msk (0x1UL << UARTE_INTENCLR_NCTS_Pos) /*!< Bit mask of NCTS field. */
15088 #define UARTE_INTENCLR_NCTS_Disabled (0UL) /*!< Read: Disabled */
15089 #define UARTE_INTENCLR_NCTS_Enabled (1UL) /*!< Read: Enabled */
15090 #define UARTE_INTENCLR_NCTS_Clear (1UL) /*!< Disable */
15091 
15092 /* Bit 0 : Write '1' to disable interrupt for CTS event */
15093 #define UARTE_INTENCLR_CTS_Pos (0UL) /*!< Position of CTS field. */
15094 #define UARTE_INTENCLR_CTS_Msk (0x1UL << UARTE_INTENCLR_CTS_Pos) /*!< Bit mask of CTS field. */
15095 #define UARTE_INTENCLR_CTS_Disabled (0UL) /*!< Read: Disabled */
15096 #define UARTE_INTENCLR_CTS_Enabled (1UL) /*!< Read: Enabled */
15097 #define UARTE_INTENCLR_CTS_Clear (1UL) /*!< Disable */
15098 
15099 /* Register: UARTE_ERRORSRC */
15100 /* Description: Error source Note : this register is read / write one to clear. */
15101 
15102 /* Bit 3 : Break condition */
15103 #define UARTE_ERRORSRC_BREAK_Pos (3UL) /*!< Position of BREAK field. */
15104 #define UARTE_ERRORSRC_BREAK_Msk (0x1UL << UARTE_ERRORSRC_BREAK_Pos) /*!< Bit mask of BREAK field. */
15105 #define UARTE_ERRORSRC_BREAK_NotPresent (0UL) /*!< Read: error not present */
15106 #define UARTE_ERRORSRC_BREAK_Present (1UL) /*!< Read: error present */
15107 
15108 /* Bit 2 : Framing error occurred */
15109 #define UARTE_ERRORSRC_FRAMING_Pos (2UL) /*!< Position of FRAMING field. */
15110 #define UARTE_ERRORSRC_FRAMING_Msk (0x1UL << UARTE_ERRORSRC_FRAMING_Pos) /*!< Bit mask of FRAMING field. */
15111 #define UARTE_ERRORSRC_FRAMING_NotPresent (0UL) /*!< Read: error not present */
15112 #define UARTE_ERRORSRC_FRAMING_Present (1UL) /*!< Read: error present */
15113 
15114 /* Bit 1 : Parity error */
15115 #define UARTE_ERRORSRC_PARITY_Pos (1UL) /*!< Position of PARITY field. */
15116 #define UARTE_ERRORSRC_PARITY_Msk (0x1UL << UARTE_ERRORSRC_PARITY_Pos) /*!< Bit mask of PARITY field. */
15117 #define UARTE_ERRORSRC_PARITY_NotPresent (0UL) /*!< Read: error not present */
15118 #define UARTE_ERRORSRC_PARITY_Present (1UL) /*!< Read: error present */
15119 
15120 /* Bit 0 : Overrun error */
15121 #define UARTE_ERRORSRC_OVERRUN_Pos (0UL) /*!< Position of OVERRUN field. */
15122 #define UARTE_ERRORSRC_OVERRUN_Msk (0x1UL << UARTE_ERRORSRC_OVERRUN_Pos) /*!< Bit mask of OVERRUN field. */
15123 #define UARTE_ERRORSRC_OVERRUN_NotPresent (0UL) /*!< Read: error not present */
15124 #define UARTE_ERRORSRC_OVERRUN_Present (1UL) /*!< Read: error present */
15125 
15126 /* Register: UARTE_ENABLE */
15127 /* Description: Enable UART */
15128 
15129 /* Bits 3..0 : Enable or disable UARTE */
15130 #define UARTE_ENABLE_ENABLE_Pos (0UL) /*!< Position of ENABLE field. */
15131 #define UARTE_ENABLE_ENABLE_Msk (0xFUL << UARTE_ENABLE_ENABLE_Pos) /*!< Bit mask of ENABLE field. */
15132 #define UARTE_ENABLE_ENABLE_Disabled (0UL) /*!< Disable UARTE */
15133 #define UARTE_ENABLE_ENABLE_Enabled (8UL) /*!< Enable UARTE */
15134 
15135 /* Register: UARTE_PSEL_RTS */
15136 /* Description: Pin select for RTS signal */
15137 
15138 /* Bit 31 : Connection */
15139 #define UARTE_PSEL_RTS_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */
15140 #define UARTE_PSEL_RTS_CONNECT_Msk (0x1UL << UARTE_PSEL_RTS_CONNECT_Pos) /*!< Bit mask of CONNECT field. */
15141 #define UARTE_PSEL_RTS_CONNECT_Connected (0UL) /*!< Connect */
15142 #define UARTE_PSEL_RTS_CONNECT_Disconnected (1UL) /*!< Disconnect */
15143 
15144 /* Bit 5 : Port number */
15145 #define UARTE_PSEL_RTS_PORT_Pos (5UL) /*!< Position of PORT field. */
15146 #define UARTE_PSEL_RTS_PORT_Msk (0x1UL << UARTE_PSEL_RTS_PORT_Pos) /*!< Bit mask of PORT field. */
15147 
15148 /* Bits 4..0 : Pin number */
15149 #define UARTE_PSEL_RTS_PIN_Pos (0UL) /*!< Position of PIN field. */
15150 #define UARTE_PSEL_RTS_PIN_Msk (0x1FUL << UARTE_PSEL_RTS_PIN_Pos) /*!< Bit mask of PIN field. */
15151 
15152 /* Register: UARTE_PSEL_TXD */
15153 /* Description: Pin select for TXD signal */
15154 
15155 /* Bit 31 : Connection */
15156 #define UARTE_PSEL_TXD_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */
15157 #define UARTE_PSEL_TXD_CONNECT_Msk (0x1UL << UARTE_PSEL_TXD_CONNECT_Pos) /*!< Bit mask of CONNECT field. */
15158 #define UARTE_PSEL_TXD_CONNECT_Connected (0UL) /*!< Connect */
15159 #define UARTE_PSEL_TXD_CONNECT_Disconnected (1UL) /*!< Disconnect */
15160 
15161 /* Bit 5 : Port number */
15162 #define UARTE_PSEL_TXD_PORT_Pos (5UL) /*!< Position of PORT field. */
15163 #define UARTE_PSEL_TXD_PORT_Msk (0x1UL << UARTE_PSEL_TXD_PORT_Pos) /*!< Bit mask of PORT field. */
15164 
15165 /* Bits 4..0 : Pin number */
15166 #define UARTE_PSEL_TXD_PIN_Pos (0UL) /*!< Position of PIN field. */
15167 #define UARTE_PSEL_TXD_PIN_Msk (0x1FUL << UARTE_PSEL_TXD_PIN_Pos) /*!< Bit mask of PIN field. */
15168 
15169 /* Register: UARTE_PSEL_CTS */
15170 /* Description: Pin select for CTS signal */
15171 
15172 /* Bit 31 : Connection */
15173 #define UARTE_PSEL_CTS_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */
15174 #define UARTE_PSEL_CTS_CONNECT_Msk (0x1UL << UARTE_PSEL_CTS_CONNECT_Pos) /*!< Bit mask of CONNECT field. */
15175 #define UARTE_PSEL_CTS_CONNECT_Connected (0UL) /*!< Connect */
15176 #define UARTE_PSEL_CTS_CONNECT_Disconnected (1UL) /*!< Disconnect */
15177 
15178 /* Bit 5 : Port number */
15179 #define UARTE_PSEL_CTS_PORT_Pos (5UL) /*!< Position of PORT field. */
15180 #define UARTE_PSEL_CTS_PORT_Msk (0x1UL << UARTE_PSEL_CTS_PORT_Pos) /*!< Bit mask of PORT field. */
15181 
15182 /* Bits 4..0 : Pin number */
15183 #define UARTE_PSEL_CTS_PIN_Pos (0UL) /*!< Position of PIN field. */
15184 #define UARTE_PSEL_CTS_PIN_Msk (0x1FUL << UARTE_PSEL_CTS_PIN_Pos) /*!< Bit mask of PIN field. */
15185 
15186 /* Register: UARTE_PSEL_RXD */
15187 /* Description: Pin select for RXD signal */
15188 
15189 /* Bit 31 : Connection */
15190 #define UARTE_PSEL_RXD_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */
15191 #define UARTE_PSEL_RXD_CONNECT_Msk (0x1UL << UARTE_PSEL_RXD_CONNECT_Pos) /*!< Bit mask of CONNECT field. */
15192 #define UARTE_PSEL_RXD_CONNECT_Connected (0UL) /*!< Connect */
15193 #define UARTE_PSEL_RXD_CONNECT_Disconnected (1UL) /*!< Disconnect */
15194 
15195 /* Bit 5 : Port number */
15196 #define UARTE_PSEL_RXD_PORT_Pos (5UL) /*!< Position of PORT field. */
15197 #define UARTE_PSEL_RXD_PORT_Msk (0x1UL << UARTE_PSEL_RXD_PORT_Pos) /*!< Bit mask of PORT field. */
15198 
15199 /* Bits 4..0 : Pin number */
15200 #define UARTE_PSEL_RXD_PIN_Pos (0UL) /*!< Position of PIN field. */
15201 #define UARTE_PSEL_RXD_PIN_Msk (0x1FUL << UARTE_PSEL_RXD_PIN_Pos) /*!< Bit mask of PIN field. */
15202 
15203 /* Register: UARTE_BAUDRATE */
15204 /* Description: Baud rate. Accuracy depends on the HFCLK source selected. */
15205 
15206 /* Bits 31..0 : Baud rate */
15207 #define UARTE_BAUDRATE_BAUDRATE_Pos (0UL) /*!< Position of BAUDRATE field. */
15208 #define UARTE_BAUDRATE_BAUDRATE_Msk (0xFFFFFFFFUL << UARTE_BAUDRATE_BAUDRATE_Pos) /*!< Bit mask of BAUDRATE field. */
15209 #define UARTE_BAUDRATE_BAUDRATE_Baud1200 (0x0004F000UL) /*!< 1200 baud (actual rate: 1205) */
15210 #define UARTE_BAUDRATE_BAUDRATE_Baud2400 (0x0009D000UL) /*!< 2400 baud (actual rate: 2396) */
15211 #define UARTE_BAUDRATE_BAUDRATE_Baud4800 (0x0013B000UL) /*!< 4800 baud (actual rate: 4808) */
15212 #define UARTE_BAUDRATE_BAUDRATE_Baud9600 (0x00275000UL) /*!< 9600 baud (actual rate: 9598) */
15213 #define UARTE_BAUDRATE_BAUDRATE_Baud14400 (0x003AF000UL) /*!< 14400 baud (actual rate: 14401) */
15214 #define UARTE_BAUDRATE_BAUDRATE_Baud19200 (0x004EA000UL) /*!< 19200 baud (actual rate: 19208) */
15215 #define UARTE_BAUDRATE_BAUDRATE_Baud28800 (0x0075C000UL) /*!< 28800 baud (actual rate: 28777) */
15216 #define UARTE_BAUDRATE_BAUDRATE_Baud31250 (0x00800000UL) /*!< 31250 baud */
15217 #define UARTE_BAUDRATE_BAUDRATE_Baud38400 (0x009D0000UL) /*!< 38400 baud (actual rate: 38369) */
15218 #define UARTE_BAUDRATE_BAUDRATE_Baud56000 (0x00E50000UL) /*!< 56000 baud (actual rate: 55944) */
15219 #define UARTE_BAUDRATE_BAUDRATE_Baud57600 (0x00EB0000UL) /*!< 57600 baud (actual rate: 57554) */
15220 #define UARTE_BAUDRATE_BAUDRATE_Baud76800 (0x013A9000UL) /*!< 76800 baud (actual rate: 76923) */
15221 #define UARTE_BAUDRATE_BAUDRATE_Baud115200 (0x01D60000UL) /*!< 115200 baud (actual rate: 115108) */
15222 #define UARTE_BAUDRATE_BAUDRATE_Baud230400 (0x03B00000UL) /*!< 230400 baud (actual rate: 231884) */
15223 #define UARTE_BAUDRATE_BAUDRATE_Baud250000 (0x04000000UL) /*!< 250000 baud */
15224 #define UARTE_BAUDRATE_BAUDRATE_Baud460800 (0x07400000UL) /*!< 460800 baud (actual rate: 457143) */
15225 #define UARTE_BAUDRATE_BAUDRATE_Baud921600 (0x0F000000UL) /*!< 921600 baud (actual rate: 941176) */
15226 #define UARTE_BAUDRATE_BAUDRATE_Baud1M (0x10000000UL) /*!< 1Mega baud */
15227 
15228 /* Register: UARTE_RXD_PTR */
15229 /* Description: Data pointer */
15230 
15231 /* Bits 31..0 : Data pointer */
15232 #define UARTE_RXD_PTR_PTR_Pos (0UL) /*!< Position of PTR field. */
15233 #define UARTE_RXD_PTR_PTR_Msk (0xFFFFFFFFUL << UARTE_RXD_PTR_PTR_Pos) /*!< Bit mask of PTR field. */
15234 
15235 /* Register: UARTE_RXD_MAXCNT */
15236 /* Description: Maximum number of bytes in receive buffer */
15237 
15238 /* Bits 15..0 : Maximum number of bytes in receive buffer */
15239 #define UARTE_RXD_MAXCNT_MAXCNT_Pos (0UL) /*!< Position of MAXCNT field. */
15240 #define UARTE_RXD_MAXCNT_MAXCNT_Msk (0xFFFFUL << UARTE_RXD_MAXCNT_MAXCNT_Pos) /*!< Bit mask of MAXCNT field. */
15241 
15242 /* Register: UARTE_RXD_AMOUNT */
15243 /* Description: Number of bytes transferred in the last transaction */
15244 
15245 /* Bits 15..0 : Number of bytes transferred in the last transaction */
15246 #define UARTE_RXD_AMOUNT_AMOUNT_Pos (0UL) /*!< Position of AMOUNT field. */
15247 #define UARTE_RXD_AMOUNT_AMOUNT_Msk (0xFFFFUL << UARTE_RXD_AMOUNT_AMOUNT_Pos) /*!< Bit mask of AMOUNT field. */
15248 
15249 /* Register: UARTE_TXD_PTR */
15250 /* Description: Data pointer */
15251 
15252 /* Bits 31..0 : Data pointer */
15253 #define UARTE_TXD_PTR_PTR_Pos (0UL) /*!< Position of PTR field. */
15254 #define UARTE_TXD_PTR_PTR_Msk (0xFFFFFFFFUL << UARTE_TXD_PTR_PTR_Pos) /*!< Bit mask of PTR field. */
15255 
15256 /* Register: UARTE_TXD_MAXCNT */
15257 /* Description: Maximum number of bytes in transmit buffer */
15258 
15259 /* Bits 15..0 : Maximum number of bytes in transmit buffer */
15260 #define UARTE_TXD_MAXCNT_MAXCNT_Pos (0UL) /*!< Position of MAXCNT field. */
15261 #define UARTE_TXD_MAXCNT_MAXCNT_Msk (0xFFFFUL << UARTE_TXD_MAXCNT_MAXCNT_Pos) /*!< Bit mask of MAXCNT field. */
15262 
15263 /* Register: UARTE_TXD_AMOUNT */
15264 /* Description: Number of bytes transferred in the last transaction */
15265 
15266 /* Bits 15..0 : Number of bytes transferred in the last transaction */
15267 #define UARTE_TXD_AMOUNT_AMOUNT_Pos (0UL) /*!< Position of AMOUNT field. */
15268 #define UARTE_TXD_AMOUNT_AMOUNT_Msk (0xFFFFUL << UARTE_TXD_AMOUNT_AMOUNT_Pos) /*!< Bit mask of AMOUNT field. */
15269 
15270 /* Register: UARTE_CONFIG */
15271 /* Description: Configuration of parity and hardware flow control */
15272 
15273 /* Bit 4 : Stop bits */
15274 #define UARTE_CONFIG_STOP_Pos (4UL) /*!< Position of STOP field. */
15275 #define UARTE_CONFIG_STOP_Msk (0x1UL << UARTE_CONFIG_STOP_Pos) /*!< Bit mask of STOP field. */
15276 #define UARTE_CONFIG_STOP_One (0UL) /*!< One stop bit */
15277 #define UARTE_CONFIG_STOP_Two (1UL) /*!< Two stop bits */
15278 
15279 /* Bits 3..1 : Parity */
15280 #define UARTE_CONFIG_PARITY_Pos (1UL) /*!< Position of PARITY field. */
15281 #define UARTE_CONFIG_PARITY_Msk (0x7UL << UARTE_CONFIG_PARITY_Pos) /*!< Bit mask of PARITY field. */
15282 #define UARTE_CONFIG_PARITY_Excluded (0x0UL) /*!< Exclude parity bit */
15283 #define UARTE_CONFIG_PARITY_Included (0x7UL) /*!< Include even parity bit */
15284 
15285 /* Bit 0 : Hardware flow control */
15286 #define UARTE_CONFIG_HWFC_Pos (0UL) /*!< Position of HWFC field. */
15287 #define UARTE_CONFIG_HWFC_Msk (0x1UL << UARTE_CONFIG_HWFC_Pos) /*!< Bit mask of HWFC field. */
15288 #define UARTE_CONFIG_HWFC_Disabled (0UL) /*!< Disabled */
15289 #define UARTE_CONFIG_HWFC_Enabled (1UL) /*!< Enabled */
15290 
15291 
15292 /* Peripheral: UICR */
15293 /* Description: User information configuration registers */
15294 
15295 /* Register: UICR_NRFFW */
15296 /* Description: Description collection[n]: Reserved for Nordic firmware design */
15297 
15298 /* Bits 31..0 : Reserved for Nordic firmware design */
15299 #define UICR_NRFFW_NRFFW_Pos (0UL) /*!< Position of NRFFW field. */
15300 #define UICR_NRFFW_NRFFW_Msk (0xFFFFFFFFUL << UICR_NRFFW_NRFFW_Pos) /*!< Bit mask of NRFFW field. */
15301 
15302 /* Register: UICR_NRFHW */
15303 /* Description: Description collection[n]: Reserved for Nordic hardware design */
15304 
15305 /* Bits 31..0 : Reserved for Nordic hardware design */
15306 #define UICR_NRFHW_NRFHW_Pos (0UL) /*!< Position of NRFHW field. */
15307 #define UICR_NRFHW_NRFHW_Msk (0xFFFFFFFFUL << UICR_NRFHW_NRFHW_Pos) /*!< Bit mask of NRFHW field. */
15308 
15309 /* Register: UICR_CUSTOMER */
15310 /* Description: Description collection[n]: Reserved for customer */
15311 
15312 /* Bits 31..0 : Reserved for customer */
15313 #define UICR_CUSTOMER_CUSTOMER_Pos (0UL) /*!< Position of CUSTOMER field. */
15314 #define UICR_CUSTOMER_CUSTOMER_Msk (0xFFFFFFFFUL << UICR_CUSTOMER_CUSTOMER_Pos) /*!< Bit mask of CUSTOMER field. */
15315 
15316 /* Register: UICR_PSELRESET */
15317 /* Description: Description collection[n]: Mapping of the nRESET function */
15318 
15319 /* Bit 31 : Connection */
15320 #define UICR_PSELRESET_CONNECT_Pos (31UL) /*!< Position of CONNECT field. */
15321 #define UICR_PSELRESET_CONNECT_Msk (0x1UL << UICR_PSELRESET_CONNECT_Pos) /*!< Bit mask of CONNECT field. */
15322 #define UICR_PSELRESET_CONNECT_Connected (0UL) /*!< Connect */
15323 #define UICR_PSELRESET_CONNECT_Disconnected (1UL) /*!< Disconnect */
15324 
15325 /* Bit 5 : Port number onto which nRESET is exposed */
15326 #define UICR_PSELRESET_PORT_Pos (5UL) /*!< Position of PORT field. */
15327 #define UICR_PSELRESET_PORT_Msk (0x1UL << UICR_PSELRESET_PORT_Pos) /*!< Bit mask of PORT field. */
15328 
15329 /* Bits 4..0 : Pin number of PORT onto which nRESET is exposed */
15330 #define UICR_PSELRESET_PIN_Pos (0UL) /*!< Position of PIN field. */
15331 #define UICR_PSELRESET_PIN_Msk (0x1FUL << UICR_PSELRESET_PIN_Pos) /*!< Bit mask of PIN field. */
15332 
15333 /* Register: UICR_APPROTECT */
15334 /* Description: Access port protection */
15335 
15336 /* Bits 7..0 : Enable or disable access port protection. */
15337 #define UICR_APPROTECT_PALL_Pos (0UL) /*!< Position of PALL field. */
15338 #define UICR_APPROTECT_PALL_Msk (0xFFUL << UICR_APPROTECT_PALL_Pos) /*!< Bit mask of PALL field. */
15339 #define UICR_APPROTECT_PALL_Enabled (0x00UL) /*!< Enable */
15340 #define UICR_APPROTECT_PALL_Disabled (0xFFUL) /*!< Disable */
15341 
15342 /* Register: UICR_NFCPINS */
15343 /* Description: Setting of pins dedicated to NFC functionality: NFC antenna or GPIO */
15344 
15345 /* Bit 0 : Setting of pins dedicated to NFC functionality */
15346 #define UICR_NFCPINS_PROTECT_Pos (0UL) /*!< Position of PROTECT field. */
15347 #define UICR_NFCPINS_PROTECT_Msk (0x1UL << UICR_NFCPINS_PROTECT_Pos) /*!< Bit mask of PROTECT field. */
15348 #define UICR_NFCPINS_PROTECT_Disabled (0UL) /*!< Operation as GPIO pins. Same protection as normal GPIO pins */
15349 #define UICR_NFCPINS_PROTECT_NFC (1UL) /*!< Operation as NFC antenna pins. Configures the protection for NFC operation */
15350 
15351 /* Register: UICR_DEBUGCTRL */
15352 /* Description: Processor debug control */
15353 
15354 /* Bits 15..8 : Configure CPU flash patch and breakpoint (FPB) unit behavior */
15355 #define UICR_DEBUGCTRL_CPUFPBEN_Pos (8UL) /*!< Position of CPUFPBEN field. */
15356 #define UICR_DEBUGCTRL_CPUFPBEN_Msk (0xFFUL << UICR_DEBUGCTRL_CPUFPBEN_Pos) /*!< Bit mask of CPUFPBEN field. */
15357 #define UICR_DEBUGCTRL_CPUFPBEN_Disabled (0x00UL) /*!< Disable CPU FPB unit. Writes into the FPB registers will be ignored. */
15358 #define UICR_DEBUGCTRL_CPUFPBEN_Enabled (0xFFUL) /*!< Enable CPU FPB unit (default behavior) */
15359 
15360 /* Bits 7..0 : Configure CPU non-intrusive debug features */
15361 #define UICR_DEBUGCTRL_CPUNIDEN_Pos (0UL) /*!< Position of CPUNIDEN field. */
15362 #define UICR_DEBUGCTRL_CPUNIDEN_Msk (0xFFUL << UICR_DEBUGCTRL_CPUNIDEN_Pos) /*!< Bit mask of CPUNIDEN field. */
15363 #define UICR_DEBUGCTRL_CPUNIDEN_Disabled (0x00UL) /*!< Disable CPU ITM and ETM functionality */
15364 #define UICR_DEBUGCTRL_CPUNIDEN_Enabled (0xFFUL) /*!< Enable CPU ITM and ETM functionality (default behavior) */
15365 
15366 /* Register: UICR_REGOUT0 */
15367 /* Description: GPIO reference voltage / external output supply voltage in high voltage mode */
15368 
15369 /* Bits 2..0 : Output voltage from of REG0 regulator stage. The maximum output voltage from this stage is given as VDDH - VEXDIF. */
15370 #define UICR_REGOUT0_VOUT_Pos (0UL) /*!< Position of VOUT field. */
15371 #define UICR_REGOUT0_VOUT_Msk (0x7UL << UICR_REGOUT0_VOUT_Pos) /*!< Bit mask of VOUT field. */
15372 #define UICR_REGOUT0_VOUT_1V8 (0UL) /*!< 1.8 V */
15373 #define UICR_REGOUT0_VOUT_2V1 (1UL) /*!< 2.1 V */
15374 #define UICR_REGOUT0_VOUT_2V4 (2UL) /*!< 2.4 V */
15375 #define UICR_REGOUT0_VOUT_2V7 (3UL) /*!< 2.7 V */
15376 #define UICR_REGOUT0_VOUT_3V0 (4UL) /*!< 3.0 V */
15377 #define UICR_REGOUT0_VOUT_3V3 (5UL) /*!< 3.3 V */
15378 #define UICR_REGOUT0_VOUT_DEFAULT (7UL) /*!< Default voltage: 1.8 V */
15379 
15380 
15381 /* Peripheral: USBD */
15382 /* Description: Universal serial bus device */
15383 
15384 /* Register: USBD_TASKS_STARTEPIN */
15385 /* Description: Description collection[n]: Captures the EPIN[n].PTR and EPIN[n].MAXCNT registers values, and enables endpoint IN n to respond to traffic from host */
15386 
15387 /* Bit 0 :   */
15388 #define USBD_TASKS_STARTEPIN_TASKS_STARTEPIN_Pos (0UL) /*!< Position of TASKS_STARTEPIN field. */
15389 #define USBD_TASKS_STARTEPIN_TASKS_STARTEPIN_Msk (0x1UL << USBD_TASKS_STARTEPIN_TASKS_STARTEPIN_Pos) /*!< Bit mask of TASKS_STARTEPIN field. */
15390 
15391 /* Register: USBD_TASKS_STARTISOIN */
15392 /* Description: Captures the ISOIN.PTR and ISOIN.MAXCNT registers values, and enables sending data on ISO endpoint */
15393 
15394 /* Bit 0 :   */
15395 #define USBD_TASKS_STARTISOIN_TASKS_STARTISOIN_Pos (0UL) /*!< Position of TASKS_STARTISOIN field. */
15396 #define USBD_TASKS_STARTISOIN_TASKS_STARTISOIN_Msk (0x1UL << USBD_TASKS_STARTISOIN_TASKS_STARTISOIN_Pos) /*!< Bit mask of TASKS_STARTISOIN field. */
15397 
15398 /* Register: USBD_TASKS_STARTEPOUT */
15399 /* Description: Description collection[n]: Captures the EPOUT[n].PTR and EPOUT[n].MAXCNT registers values, and enables endpoint n to respond to traffic from host */
15400 
15401 /* Bit 0 :   */
15402 #define USBD_TASKS_STARTEPOUT_TASKS_STARTEPOUT_Pos (0UL) /*!< Position of TASKS_STARTEPOUT field. */
15403 #define USBD_TASKS_STARTEPOUT_TASKS_STARTEPOUT_Msk (0x1UL << USBD_TASKS_STARTEPOUT_TASKS_STARTEPOUT_Pos) /*!< Bit mask of TASKS_STARTEPOUT field. */
15404 
15405 /* Register: USBD_TASKS_STARTISOOUT */
15406 /* Description: Captures the ISOOUT.PTR and ISOOUT.MAXCNT registers values, and enables receiving of data on ISO endpoint */
15407 
15408 /* Bit 0 :   */
15409 #define USBD_TASKS_STARTISOOUT_TASKS_STARTISOOUT_Pos (0UL) /*!< Position of TASKS_STARTISOOUT field. */
15410 #define USBD_TASKS_STARTISOOUT_TASKS_STARTISOOUT_Msk (0x1UL << USBD_TASKS_STARTISOOUT_TASKS_STARTISOOUT_Pos) /*!< Bit mask of TASKS_STARTISOOUT field. */
15411 
15412 /* Register: USBD_TASKS_EP0RCVOUT */
15413 /* Description: Allows OUT data stage on control endpoint 0 */
15414 
15415 /* Bit 0 :   */
15416 #define USBD_TASKS_EP0RCVOUT_TASKS_EP0RCVOUT_Pos (0UL) /*!< Position of TASKS_EP0RCVOUT field. */
15417 #define USBD_TASKS_EP0RCVOUT_TASKS_EP0RCVOUT_Msk (0x1UL << USBD_TASKS_EP0RCVOUT_TASKS_EP0RCVOUT_Pos) /*!< Bit mask of TASKS_EP0RCVOUT field. */
15418 
15419 /* Register: USBD_TASKS_EP0STATUS */
15420 /* Description: Allows status stage on control endpoint 0 */
15421 
15422 /* Bit 0 :   */
15423 #define USBD_TASKS_EP0STATUS_TASKS_EP0STATUS_Pos (0UL) /*!< Position of TASKS_EP0STATUS field. */
15424 #define USBD_TASKS_EP0STATUS_TASKS_EP0STATUS_Msk (0x1UL << USBD_TASKS_EP0STATUS_TASKS_EP0STATUS_Pos) /*!< Bit mask of TASKS_EP0STATUS field. */
15425 
15426 /* Register: USBD_TASKS_EP0STALL */
15427 /* Description: Stalls data and status stage on control endpoint 0 */
15428 
15429 /* Bit 0 :   */
15430 #define USBD_TASKS_EP0STALL_TASKS_EP0STALL_Pos (0UL) /*!< Position of TASKS_EP0STALL field. */
15431 #define USBD_TASKS_EP0STALL_TASKS_EP0STALL_Msk (0x1UL << USBD_TASKS_EP0STALL_TASKS_EP0STALL_Pos) /*!< Bit mask of TASKS_EP0STALL field. */
15432 
15433 /* Register: USBD_TASKS_DPDMDRIVE */
15434 /* Description: Forces D+ and D- lines into the state defined in the DPDMVALUE register */
15435 
15436 /* Bit 0 :   */
15437 #define USBD_TASKS_DPDMDRIVE_TASKS_DPDMDRIVE_Pos (0UL) /*!< Position of TASKS_DPDMDRIVE field. */
15438 #define USBD_TASKS_DPDMDRIVE_TASKS_DPDMDRIVE_Msk (0x1UL << USBD_TASKS_DPDMDRIVE_TASKS_DPDMDRIVE_Pos) /*!< Bit mask of TASKS_DPDMDRIVE field. */
15439 
15440 /* Register: USBD_TASKS_DPDMNODRIVE */
15441 /* Description: Stops forcing D+ and D- lines into any state (USB engine takes control) */
15442 
15443 /* Bit 0 :   */
15444 #define USBD_TASKS_DPDMNODRIVE_TASKS_DPDMNODRIVE_Pos (0UL) /*!< Position of TASKS_DPDMNODRIVE field. */
15445 #define USBD_TASKS_DPDMNODRIVE_TASKS_DPDMNODRIVE_Msk (0x1UL << USBD_TASKS_DPDMNODRIVE_TASKS_DPDMNODRIVE_Pos) /*!< Bit mask of TASKS_DPDMNODRIVE field. */
15446 
15447 /* Register: USBD_EVENTS_USBRESET */
15448 /* Description: Signals that a USB reset condition has been detected on USB lines */
15449 
15450 /* Bit 0 :   */
15451 #define USBD_EVENTS_USBRESET_EVENTS_USBRESET_Pos (0UL) /*!< Position of EVENTS_USBRESET field. */
15452 #define USBD_EVENTS_USBRESET_EVENTS_USBRESET_Msk (0x1UL << USBD_EVENTS_USBRESET_EVENTS_USBRESET_Pos) /*!< Bit mask of EVENTS_USBRESET field. */
15453 
15454 /* Register: USBD_EVENTS_STARTED */
15455 /* Description: Confirms that the EPIN[n].PTR and EPIN[n].MAXCNT, or EPOUT[n].PTR and EPOUT[n].MAXCNT registers have been captured on all endpoints reported in the EPSTATUS register */
15456 
15457 /* Bit 0 :   */
15458 #define USBD_EVENTS_STARTED_EVENTS_STARTED_Pos (0UL) /*!< Position of EVENTS_STARTED field. */
15459 #define USBD_EVENTS_STARTED_EVENTS_STARTED_Msk (0x1UL << USBD_EVENTS_STARTED_EVENTS_STARTED_Pos) /*!< Bit mask of EVENTS_STARTED field. */
15460 
15461 /* Register: USBD_EVENTS_ENDEPIN */
15462 /* Description: Description collection[n]: The whole EPIN[n] buffer has been consumed. The RAM buffer can be accessed safely by software. */
15463 
15464 /* Bit 0 :   */
15465 #define USBD_EVENTS_ENDEPIN_EVENTS_ENDEPIN_Pos (0UL) /*!< Position of EVENTS_ENDEPIN field. */
15466 #define USBD_EVENTS_ENDEPIN_EVENTS_ENDEPIN_Msk (0x1UL << USBD_EVENTS_ENDEPIN_EVENTS_ENDEPIN_Pos) /*!< Bit mask of EVENTS_ENDEPIN field. */
15467 
15468 /* Register: USBD_EVENTS_EP0DATADONE */
15469 /* Description: An acknowledged data transfer has taken place on the control endpoint */
15470 
15471 /* Bit 0 :   */
15472 #define USBD_EVENTS_EP0DATADONE_EVENTS_EP0DATADONE_Pos (0UL) /*!< Position of EVENTS_EP0DATADONE field. */
15473 #define USBD_EVENTS_EP0DATADONE_EVENTS_EP0DATADONE_Msk (0x1UL << USBD_EVENTS_EP0DATADONE_EVENTS_EP0DATADONE_Pos) /*!< Bit mask of EVENTS_EP0DATADONE field. */
15474 
15475 /* Register: USBD_EVENTS_ENDISOIN */
15476 /* Description: The whole ISOIN buffer has been consumed. The RAM buffer can be accessed safely by software. */
15477 
15478 /* Bit 0 :   */
15479 #define USBD_EVENTS_ENDISOIN_EVENTS_ENDISOIN_Pos (0UL) /*!< Position of EVENTS_ENDISOIN field. */
15480 #define USBD_EVENTS_ENDISOIN_EVENTS_ENDISOIN_Msk (0x1UL << USBD_EVENTS_ENDISOIN_EVENTS_ENDISOIN_Pos) /*!< Bit mask of EVENTS_ENDISOIN field. */
15481 
15482 /* Register: USBD_EVENTS_ENDEPOUT */
15483 /* Description: Description collection[n]: The whole EPOUT[n] buffer has been consumed. The RAM buffer can be accessed safely by software. */
15484 
15485 /* Bit 0 :   */
15486 #define USBD_EVENTS_ENDEPOUT_EVENTS_ENDEPOUT_Pos (0UL) /*!< Position of EVENTS_ENDEPOUT field. */
15487 #define USBD_EVENTS_ENDEPOUT_EVENTS_ENDEPOUT_Msk (0x1UL << USBD_EVENTS_ENDEPOUT_EVENTS_ENDEPOUT_Pos) /*!< Bit mask of EVENTS_ENDEPOUT field. */
15488 
15489 /* Register: USBD_EVENTS_ENDISOOUT */
15490 /* Description: The whole ISOOUT buffer has been consumed. The RAM buffer can be accessed safely by software. */
15491 
15492 /* Bit 0 :   */
15493 #define USBD_EVENTS_ENDISOOUT_EVENTS_ENDISOOUT_Pos (0UL) /*!< Position of EVENTS_ENDISOOUT field. */
15494 #define USBD_EVENTS_ENDISOOUT_EVENTS_ENDISOOUT_Msk (0x1UL << USBD_EVENTS_ENDISOOUT_EVENTS_ENDISOOUT_Pos) /*!< Bit mask of EVENTS_ENDISOOUT field. */
15495 
15496 /* Register: USBD_EVENTS_SOF */
15497 /* Description: Signals that a SOF (start of frame) condition has been detected on USB lines */
15498 
15499 /* Bit 0 :   */
15500 #define USBD_EVENTS_SOF_EVENTS_SOF_Pos (0UL) /*!< Position of EVENTS_SOF field. */
15501 #define USBD_EVENTS_SOF_EVENTS_SOF_Msk (0x1UL << USBD_EVENTS_SOF_EVENTS_SOF_Pos) /*!< Bit mask of EVENTS_SOF field. */
15502 
15503 /* Register: USBD_EVENTS_USBEVENT */
15504 /* Description: An event or an error not covered by specific events has occurred. Check EVENTCAUSE register to find the cause. */
15505 
15506 /* Bit 0 :   */
15507 #define USBD_EVENTS_USBEVENT_EVENTS_USBEVENT_Pos (0UL) /*!< Position of EVENTS_USBEVENT field. */
15508 #define USBD_EVENTS_USBEVENT_EVENTS_USBEVENT_Msk (0x1UL << USBD_EVENTS_USBEVENT_EVENTS_USBEVENT_Pos) /*!< Bit mask of EVENTS_USBEVENT field. */
15509 
15510 /* Register: USBD_EVENTS_EP0SETUP */
15511 /* Description: A valid SETUP token has been received (and acknowledged) on the control endpoint */
15512 
15513 /* Bit 0 :   */
15514 #define USBD_EVENTS_EP0SETUP_EVENTS_EP0SETUP_Pos (0UL) /*!< Position of EVENTS_EP0SETUP field. */
15515 #define USBD_EVENTS_EP0SETUP_EVENTS_EP0SETUP_Msk (0x1UL << USBD_EVENTS_EP0SETUP_EVENTS_EP0SETUP_Pos) /*!< Bit mask of EVENTS_EP0SETUP field. */
15516 
15517 /* Register: USBD_EVENTS_EPDATA */
15518 /* Description: A data transfer has occurred on a data endpoint, indicated by the EPDATASTATUS register */
15519 
15520 /* Bit 0 :   */
15521 #define USBD_EVENTS_EPDATA_EVENTS_EPDATA_Pos (0UL) /*!< Position of EVENTS_EPDATA field. */
15522 #define USBD_EVENTS_EPDATA_EVENTS_EPDATA_Msk (0x1UL << USBD_EVENTS_EPDATA_EVENTS_EPDATA_Pos) /*!< Bit mask of EVENTS_EPDATA field. */
15523 
15524 /* Register: USBD_SHORTS */
15525 /* Description: Shortcut register */
15526 
15527 /* Bit 4 : Shortcut between ENDEPOUT[0] event and EP0RCVOUT task */
15528 #define USBD_SHORTS_ENDEPOUT0_EP0RCVOUT_Pos (4UL) /*!< Position of ENDEPOUT0_EP0RCVOUT field. */
15529 #define USBD_SHORTS_ENDEPOUT0_EP0RCVOUT_Msk (0x1UL << USBD_SHORTS_ENDEPOUT0_EP0RCVOUT_Pos) /*!< Bit mask of ENDEPOUT0_EP0RCVOUT field. */
15530 #define USBD_SHORTS_ENDEPOUT0_EP0RCVOUT_Disabled (0UL) /*!< Disable shortcut */
15531 #define USBD_SHORTS_ENDEPOUT0_EP0RCVOUT_Enabled (1UL) /*!< Enable shortcut */
15532 
15533 /* Bit 3 : Shortcut between ENDEPOUT[0] event and EP0STATUS task */
15534 #define USBD_SHORTS_ENDEPOUT0_EP0STATUS_Pos (3UL) /*!< Position of ENDEPOUT0_EP0STATUS field. */
15535 #define USBD_SHORTS_ENDEPOUT0_EP0STATUS_Msk (0x1UL << USBD_SHORTS_ENDEPOUT0_EP0STATUS_Pos) /*!< Bit mask of ENDEPOUT0_EP0STATUS field. */
15536 #define USBD_SHORTS_ENDEPOUT0_EP0STATUS_Disabled (0UL) /*!< Disable shortcut */
15537 #define USBD_SHORTS_ENDEPOUT0_EP0STATUS_Enabled (1UL) /*!< Enable shortcut */
15538 
15539 /* Bit 2 : Shortcut between EP0DATADONE event and EP0STATUS task */
15540 #define USBD_SHORTS_EP0DATADONE_EP0STATUS_Pos (2UL) /*!< Position of EP0DATADONE_EP0STATUS field. */
15541 #define USBD_SHORTS_EP0DATADONE_EP0STATUS_Msk (0x1UL << USBD_SHORTS_EP0DATADONE_EP0STATUS_Pos) /*!< Bit mask of EP0DATADONE_EP0STATUS field. */
15542 #define USBD_SHORTS_EP0DATADONE_EP0STATUS_Disabled (0UL) /*!< Disable shortcut */
15543 #define USBD_SHORTS_EP0DATADONE_EP0STATUS_Enabled (1UL) /*!< Enable shortcut */
15544 
15545 /* Bit 1 : Shortcut between EP0DATADONE event and STARTEPOUT[0] task */
15546 #define USBD_SHORTS_EP0DATADONE_STARTEPOUT0_Pos (1UL) /*!< Position of EP0DATADONE_STARTEPOUT0 field. */
15547 #define USBD_SHORTS_EP0DATADONE_STARTEPOUT0_Msk (0x1UL << USBD_SHORTS_EP0DATADONE_STARTEPOUT0_Pos) /*!< Bit mask of EP0DATADONE_STARTEPOUT0 field. */
15548 #define USBD_SHORTS_EP0DATADONE_STARTEPOUT0_Disabled (0UL) /*!< Disable shortcut */
15549 #define USBD_SHORTS_EP0DATADONE_STARTEPOUT0_Enabled (1UL) /*!< Enable shortcut */
15550 
15551 /* Bit 0 : Shortcut between EP0DATADONE event and STARTEPIN[0] task */
15552 #define USBD_SHORTS_EP0DATADONE_STARTEPIN0_Pos (0UL) /*!< Position of EP0DATADONE_STARTEPIN0 field. */
15553 #define USBD_SHORTS_EP0DATADONE_STARTEPIN0_Msk (0x1UL << USBD_SHORTS_EP0DATADONE_STARTEPIN0_Pos) /*!< Bit mask of EP0DATADONE_STARTEPIN0 field. */
15554 #define USBD_SHORTS_EP0DATADONE_STARTEPIN0_Disabled (0UL) /*!< Disable shortcut */
15555 #define USBD_SHORTS_EP0DATADONE_STARTEPIN0_Enabled (1UL) /*!< Enable shortcut */
15556 
15557 /* Register: USBD_INTEN */
15558 /* Description: Enable or disable interrupt */
15559 
15560 /* Bit 24 : Enable or disable interrupt for EPDATA event */
15561 #define USBD_INTEN_EPDATA_Pos (24UL) /*!< Position of EPDATA field. */
15562 #define USBD_INTEN_EPDATA_Msk (0x1UL << USBD_INTEN_EPDATA_Pos) /*!< Bit mask of EPDATA field. */
15563 #define USBD_INTEN_EPDATA_Disabled (0UL) /*!< Disable */
15564 #define USBD_INTEN_EPDATA_Enabled (1UL) /*!< Enable */
15565 
15566 /* Bit 23 : Enable or disable interrupt for EP0SETUP event */
15567 #define USBD_INTEN_EP0SETUP_Pos (23UL) /*!< Position of EP0SETUP field. */
15568 #define USBD_INTEN_EP0SETUP_Msk (0x1UL << USBD_INTEN_EP0SETUP_Pos) /*!< Bit mask of EP0SETUP field. */
15569 #define USBD_INTEN_EP0SETUP_Disabled (0UL) /*!< Disable */
15570 #define USBD_INTEN_EP0SETUP_Enabled (1UL) /*!< Enable */
15571 
15572 /* Bit 22 : Enable or disable interrupt for USBEVENT event */
15573 #define USBD_INTEN_USBEVENT_Pos (22UL) /*!< Position of USBEVENT field. */
15574 #define USBD_INTEN_USBEVENT_Msk (0x1UL << USBD_INTEN_USBEVENT_Pos) /*!< Bit mask of USBEVENT field. */
15575 #define USBD_INTEN_USBEVENT_Disabled (0UL) /*!< Disable */
15576 #define USBD_INTEN_USBEVENT_Enabled (1UL) /*!< Enable */
15577 
15578 /* Bit 21 : Enable or disable interrupt for SOF event */
15579 #define USBD_INTEN_SOF_Pos (21UL) /*!< Position of SOF field. */
15580 #define USBD_INTEN_SOF_Msk (0x1UL << USBD_INTEN_SOF_Pos) /*!< Bit mask of SOF field. */
15581 #define USBD_INTEN_SOF_Disabled (0UL) /*!< Disable */
15582 #define USBD_INTEN_SOF_Enabled (1UL) /*!< Enable */
15583 
15584 /* Bit 20 : Enable or disable interrupt for ENDISOOUT event */
15585 #define USBD_INTEN_ENDISOOUT_Pos (20UL) /*!< Position of ENDISOOUT field. */
15586 #define USBD_INTEN_ENDISOOUT_Msk (0x1UL << USBD_INTEN_ENDISOOUT_Pos) /*!< Bit mask of ENDISOOUT field. */
15587 #define USBD_INTEN_ENDISOOUT_Disabled (0UL) /*!< Disable */
15588 #define USBD_INTEN_ENDISOOUT_Enabled (1UL) /*!< Enable */
15589 
15590 /* Bit 19 : Enable or disable interrupt for ENDEPOUT[7] event */
15591 #define USBD_INTEN_ENDEPOUT7_Pos (19UL) /*!< Position of ENDEPOUT7 field. */
15592 #define USBD_INTEN_ENDEPOUT7_Msk (0x1UL << USBD_INTEN_ENDEPOUT7_Pos) /*!< Bit mask of ENDEPOUT7 field. */
15593 #define USBD_INTEN_ENDEPOUT7_Disabled (0UL) /*!< Disable */
15594 #define USBD_INTEN_ENDEPOUT7_Enabled (1UL) /*!< Enable */
15595 
15596 /* Bit 18 : Enable or disable interrupt for ENDEPOUT[6] event */
15597 #define USBD_INTEN_ENDEPOUT6_Pos (18UL) /*!< Position of ENDEPOUT6 field. */
15598 #define USBD_INTEN_ENDEPOUT6_Msk (0x1UL << USBD_INTEN_ENDEPOUT6_Pos) /*!< Bit mask of ENDEPOUT6 field. */
15599 #define USBD_INTEN_ENDEPOUT6_Disabled (0UL) /*!< Disable */
15600 #define USBD_INTEN_ENDEPOUT6_Enabled (1UL) /*!< Enable */
15601 
15602 /* Bit 17 : Enable or disable interrupt for ENDEPOUT[5] event */
15603 #define USBD_INTEN_ENDEPOUT5_Pos (17UL) /*!< Position of ENDEPOUT5 field. */
15604 #define USBD_INTEN_ENDEPOUT5_Msk (0x1UL << USBD_INTEN_ENDEPOUT5_Pos) /*!< Bit mask of ENDEPOUT5 field. */
15605 #define USBD_INTEN_ENDEPOUT5_Disabled (0UL) /*!< Disable */
15606 #define USBD_INTEN_ENDEPOUT5_Enabled (1UL) /*!< Enable */
15607 
15608 /* Bit 16 : Enable or disable interrupt for ENDEPOUT[4] event */
15609 #define USBD_INTEN_ENDEPOUT4_Pos (16UL) /*!< Position of ENDEPOUT4 field. */
15610 #define USBD_INTEN_ENDEPOUT4_Msk (0x1UL << USBD_INTEN_ENDEPOUT4_Pos) /*!< Bit mask of ENDEPOUT4 field. */
15611 #define USBD_INTEN_ENDEPOUT4_Disabled (0UL) /*!< Disable */
15612 #define USBD_INTEN_ENDEPOUT4_Enabled (1UL) /*!< Enable */
15613 
15614 /* Bit 15 : Enable or disable interrupt for ENDEPOUT[3] event */
15615 #define USBD_INTEN_ENDEPOUT3_Pos (15UL) /*!< Position of ENDEPOUT3 field. */
15616 #define USBD_INTEN_ENDEPOUT3_Msk (0x1UL << USBD_INTEN_ENDEPOUT3_Pos) /*!< Bit mask of ENDEPOUT3 field. */
15617 #define USBD_INTEN_ENDEPOUT3_Disabled (0UL) /*!< Disable */
15618 #define USBD_INTEN_ENDEPOUT3_Enabled (1UL) /*!< Enable */
15619 
15620 /* Bit 14 : Enable or disable interrupt for ENDEPOUT[2] event */
15621 #define USBD_INTEN_ENDEPOUT2_Pos (14UL) /*!< Position of ENDEPOUT2 field. */
15622 #define USBD_INTEN_ENDEPOUT2_Msk (0x1UL << USBD_INTEN_ENDEPOUT2_Pos) /*!< Bit mask of ENDEPOUT2 field. */
15623 #define USBD_INTEN_ENDEPOUT2_Disabled (0UL) /*!< Disable */
15624 #define USBD_INTEN_ENDEPOUT2_Enabled (1UL) /*!< Enable */
15625 
15626 /* Bit 13 : Enable or disable interrupt for ENDEPOUT[1] event */
15627 #define USBD_INTEN_ENDEPOUT1_Pos (13UL) /*!< Position of ENDEPOUT1 field. */
15628 #define USBD_INTEN_ENDEPOUT1_Msk (0x1UL << USBD_INTEN_ENDEPOUT1_Pos) /*!< Bit mask of ENDEPOUT1 field. */
15629 #define USBD_INTEN_ENDEPOUT1_Disabled (0UL) /*!< Disable */
15630 #define USBD_INTEN_ENDEPOUT1_Enabled (1UL) /*!< Enable */
15631 
15632 /* Bit 12 : Enable or disable interrupt for ENDEPOUT[0] event */
15633 #define USBD_INTEN_ENDEPOUT0_Pos (12UL) /*!< Position of ENDEPOUT0 field. */
15634 #define USBD_INTEN_ENDEPOUT0_Msk (0x1UL << USBD_INTEN_ENDEPOUT0_Pos) /*!< Bit mask of ENDEPOUT0 field. */
15635 #define USBD_INTEN_ENDEPOUT0_Disabled (0UL) /*!< Disable */
15636 #define USBD_INTEN_ENDEPOUT0_Enabled (1UL) /*!< Enable */
15637 
15638 /* Bit 11 : Enable or disable interrupt for ENDISOIN event */
15639 #define USBD_INTEN_ENDISOIN_Pos (11UL) /*!< Position of ENDISOIN field. */
15640 #define USBD_INTEN_ENDISOIN_Msk (0x1UL << USBD_INTEN_ENDISOIN_Pos) /*!< Bit mask of ENDISOIN field. */
15641 #define USBD_INTEN_ENDISOIN_Disabled (0UL) /*!< Disable */
15642 #define USBD_INTEN_ENDISOIN_Enabled (1UL) /*!< Enable */
15643 
15644 /* Bit 10 : Enable or disable interrupt for EP0DATADONE event */
15645 #define USBD_INTEN_EP0DATADONE_Pos (10UL) /*!< Position of EP0DATADONE field. */
15646 #define USBD_INTEN_EP0DATADONE_Msk (0x1UL << USBD_INTEN_EP0DATADONE_Pos) /*!< Bit mask of EP0DATADONE field. */
15647 #define USBD_INTEN_EP0DATADONE_Disabled (0UL) /*!< Disable */
15648 #define USBD_INTEN_EP0DATADONE_Enabled (1UL) /*!< Enable */
15649 
15650 /* Bit 9 : Enable or disable interrupt for ENDEPIN[7] event */
15651 #define USBD_INTEN_ENDEPIN7_Pos (9UL) /*!< Position of ENDEPIN7 field. */
15652 #define USBD_INTEN_ENDEPIN7_Msk (0x1UL << USBD_INTEN_ENDEPIN7_Pos) /*!< Bit mask of ENDEPIN7 field. */
15653 #define USBD_INTEN_ENDEPIN7_Disabled (0UL) /*!< Disable */
15654 #define USBD_INTEN_ENDEPIN7_Enabled (1UL) /*!< Enable */
15655 
15656 /* Bit 8 : Enable or disable interrupt for ENDEPIN[6] event */
15657 #define USBD_INTEN_ENDEPIN6_Pos (8UL) /*!< Position of ENDEPIN6 field. */
15658 #define USBD_INTEN_ENDEPIN6_Msk (0x1UL << USBD_INTEN_ENDEPIN6_Pos) /*!< Bit mask of ENDEPIN6 field. */
15659 #define USBD_INTEN_ENDEPIN6_Disabled (0UL) /*!< Disable */
15660 #define USBD_INTEN_ENDEPIN6_Enabled (1UL) /*!< Enable */
15661 
15662 /* Bit 7 : Enable or disable interrupt for ENDEPIN[5] event */
15663 #define USBD_INTEN_ENDEPIN5_Pos (7UL) /*!< Position of ENDEPIN5 field. */
15664 #define USBD_INTEN_ENDEPIN5_Msk (0x1UL << USBD_INTEN_ENDEPIN5_Pos) /*!< Bit mask of ENDEPIN5 field. */
15665 #define USBD_INTEN_ENDEPIN5_Disabled (0UL) /*!< Disable */
15666 #define USBD_INTEN_ENDEPIN5_Enabled (1UL) /*!< Enable */
15667 
15668 /* Bit 6 : Enable or disable interrupt for ENDEPIN[4] event */
15669 #define USBD_INTEN_ENDEPIN4_Pos (6UL) /*!< Position of ENDEPIN4 field. */
15670 #define USBD_INTEN_ENDEPIN4_Msk (0x1UL << USBD_INTEN_ENDEPIN4_Pos) /*!< Bit mask of ENDEPIN4 field. */
15671 #define USBD_INTEN_ENDEPIN4_Disabled (0UL) /*!< Disable */
15672 #define USBD_INTEN_ENDEPIN4_Enabled (1UL) /*!< Enable */
15673 
15674 /* Bit 5 : Enable or disable interrupt for ENDEPIN[3] event */
15675 #define USBD_INTEN_ENDEPIN3_Pos (5UL) /*!< Position of ENDEPIN3 field. */
15676 #define USBD_INTEN_ENDEPIN3_Msk (0x1UL << USBD_INTEN_ENDEPIN3_Pos) /*!< Bit mask of ENDEPIN3 field. */
15677 #define USBD_INTEN_ENDEPIN3_Disabled (0UL) /*!< Disable */
15678 #define USBD_INTEN_ENDEPIN3_Enabled (1UL) /*!< Enable */
15679 
15680 /* Bit 4 : Enable or disable interrupt for ENDEPIN[2] event */
15681 #define USBD_INTEN_ENDEPIN2_Pos (4UL) /*!< Position of ENDEPIN2 field. */
15682 #define USBD_INTEN_ENDEPIN2_Msk (0x1UL << USBD_INTEN_ENDEPIN2_Pos) /*!< Bit mask of ENDEPIN2 field. */
15683 #define USBD_INTEN_ENDEPIN2_Disabled (0UL) /*!< Disable */
15684 #define USBD_INTEN_ENDEPIN2_Enabled (1UL) /*!< Enable */
15685 
15686 /* Bit 3 : Enable or disable interrupt for ENDEPIN[1] event */
15687 #define USBD_INTEN_ENDEPIN1_Pos (3UL) /*!< Position of ENDEPIN1 field. */
15688 #define USBD_INTEN_ENDEPIN1_Msk (0x1UL << USBD_INTEN_ENDEPIN1_Pos) /*!< Bit mask of ENDEPIN1 field. */
15689 #define USBD_INTEN_ENDEPIN1_Disabled (0UL) /*!< Disable */
15690 #define USBD_INTEN_ENDEPIN1_Enabled (1UL) /*!< Enable */
15691 
15692 /* Bit 2 : Enable or disable interrupt for ENDEPIN[0] event */
15693 #define USBD_INTEN_ENDEPIN0_Pos (2UL) /*!< Position of ENDEPIN0 field. */
15694 #define USBD_INTEN_ENDEPIN0_Msk (0x1UL << USBD_INTEN_ENDEPIN0_Pos) /*!< Bit mask of ENDEPIN0 field. */
15695 #define USBD_INTEN_ENDEPIN0_Disabled (0UL) /*!< Disable */
15696 #define USBD_INTEN_ENDEPIN0_Enabled (1UL) /*!< Enable */
15697 
15698 /* Bit 1 : Enable or disable interrupt for STARTED event */
15699 #define USBD_INTEN_STARTED_Pos (1UL) /*!< Position of STARTED field. */
15700 #define USBD_INTEN_STARTED_Msk (0x1UL << USBD_INTEN_STARTED_Pos) /*!< Bit mask of STARTED field. */
15701 #define USBD_INTEN_STARTED_Disabled (0UL) /*!< Disable */
15702 #define USBD_INTEN_STARTED_Enabled (1UL) /*!< Enable */
15703 
15704 /* Bit 0 : Enable or disable interrupt for USBRESET event */
15705 #define USBD_INTEN_USBRESET_Pos (0UL) /*!< Position of USBRESET field. */
15706 #define USBD_INTEN_USBRESET_Msk (0x1UL << USBD_INTEN_USBRESET_Pos) /*!< Bit mask of USBRESET field. */
15707 #define USBD_INTEN_USBRESET_Disabled (0UL) /*!< Disable */
15708 #define USBD_INTEN_USBRESET_Enabled (1UL) /*!< Enable */
15709 
15710 /* Register: USBD_INTENSET */
15711 /* Description: Enable interrupt */
15712 
15713 /* Bit 24 : Write '1' to enable interrupt for EPDATA event */
15714 #define USBD_INTENSET_EPDATA_Pos (24UL) /*!< Position of EPDATA field. */
15715 #define USBD_INTENSET_EPDATA_Msk (0x1UL << USBD_INTENSET_EPDATA_Pos) /*!< Bit mask of EPDATA field. */
15716 #define USBD_INTENSET_EPDATA_Disabled (0UL) /*!< Read: Disabled */
15717 #define USBD_INTENSET_EPDATA_Enabled (1UL) /*!< Read: Enabled */
15718 #define USBD_INTENSET_EPDATA_Set (1UL) /*!< Enable */
15719 
15720 /* Bit 23 : Write '1' to enable interrupt for EP0SETUP event */
15721 #define USBD_INTENSET_EP0SETUP_Pos (23UL) /*!< Position of EP0SETUP field. */
15722 #define USBD_INTENSET_EP0SETUP_Msk (0x1UL << USBD_INTENSET_EP0SETUP_Pos) /*!< Bit mask of EP0SETUP field. */
15723 #define USBD_INTENSET_EP0SETUP_Disabled (0UL) /*!< Read: Disabled */
15724 #define USBD_INTENSET_EP0SETUP_Enabled (1UL) /*!< Read: Enabled */
15725 #define USBD_INTENSET_EP0SETUP_Set (1UL) /*!< Enable */
15726 
15727 /* Bit 22 : Write '1' to enable interrupt for USBEVENT event */
15728 #define USBD_INTENSET_USBEVENT_Pos (22UL) /*!< Position of USBEVENT field. */
15729 #define USBD_INTENSET_USBEVENT_Msk (0x1UL << USBD_INTENSET_USBEVENT_Pos) /*!< Bit mask of USBEVENT field. */
15730 #define USBD_INTENSET_USBEVENT_Disabled (0UL) /*!< Read: Disabled */
15731 #define USBD_INTENSET_USBEVENT_Enabled (1UL) /*!< Read: Enabled */
15732 #define USBD_INTENSET_USBEVENT_Set (1UL) /*!< Enable */
15733 
15734 /* Bit 21 : Write '1' to enable interrupt for SOF event */
15735 #define USBD_INTENSET_SOF_Pos (21UL) /*!< Position of SOF field. */
15736 #define USBD_INTENSET_SOF_Msk (0x1UL << USBD_INTENSET_SOF_Pos) /*!< Bit mask of SOF field. */
15737 #define USBD_INTENSET_SOF_Disabled (0UL) /*!< Read: Disabled */
15738 #define USBD_INTENSET_SOF_Enabled (1UL) /*!< Read: Enabled */
15739 #define USBD_INTENSET_SOF_Set (1UL) /*!< Enable */
15740 
15741 /* Bit 20 : Write '1' to enable interrupt for ENDISOOUT event */
15742 #define USBD_INTENSET_ENDISOOUT_Pos (20UL) /*!< Position of ENDISOOUT field. */
15743 #define USBD_INTENSET_ENDISOOUT_Msk (0x1UL << USBD_INTENSET_ENDISOOUT_Pos) /*!< Bit mask of ENDISOOUT field. */
15744 #define USBD_INTENSET_ENDISOOUT_Disabled (0UL) /*!< Read: Disabled */
15745 #define USBD_INTENSET_ENDISOOUT_Enabled (1UL) /*!< Read: Enabled */
15746 #define USBD_INTENSET_ENDISOOUT_Set (1UL) /*!< Enable */
15747 
15748 /* Bit 19 : Write '1' to enable interrupt for ENDEPOUT[7] event */
15749 #define USBD_INTENSET_ENDEPOUT7_Pos (19UL) /*!< Position of ENDEPOUT7 field. */
15750 #define USBD_INTENSET_ENDEPOUT7_Msk (0x1UL << USBD_INTENSET_ENDEPOUT7_Pos) /*!< Bit mask of ENDEPOUT7 field. */
15751 #define USBD_INTENSET_ENDEPOUT7_Disabled (0UL) /*!< Read: Disabled */
15752 #define USBD_INTENSET_ENDEPOUT7_Enabled (1UL) /*!< Read: Enabled */
15753 #define USBD_INTENSET_ENDEPOUT7_Set (1UL) /*!< Enable */
15754 
15755 /* Bit 18 : Write '1' to enable interrupt for ENDEPOUT[6] event */
15756 #define USBD_INTENSET_ENDEPOUT6_Pos (18UL) /*!< Position of ENDEPOUT6 field. */
15757 #define USBD_INTENSET_ENDEPOUT6_Msk (0x1UL << USBD_INTENSET_ENDEPOUT6_Pos) /*!< Bit mask of ENDEPOUT6 field. */
15758 #define USBD_INTENSET_ENDEPOUT6_Disabled (0UL) /*!< Read: Disabled */
15759 #define USBD_INTENSET_ENDEPOUT6_Enabled (1UL) /*!< Read: Enabled */
15760 #define USBD_INTENSET_ENDEPOUT6_Set (1UL) /*!< Enable */
15761 
15762 /* Bit 17 : Write '1' to enable interrupt for ENDEPOUT[5] event */
15763 #define USBD_INTENSET_ENDEPOUT5_Pos (17UL) /*!< Position of ENDEPOUT5 field. */
15764 #define USBD_INTENSET_ENDEPOUT5_Msk (0x1UL << USBD_INTENSET_ENDEPOUT5_Pos) /*!< Bit mask of ENDEPOUT5 field. */
15765 #define USBD_INTENSET_ENDEPOUT5_Disabled (0UL) /*!< Read: Disabled */
15766 #define USBD_INTENSET_ENDEPOUT5_Enabled (1UL) /*!< Read: Enabled */
15767 #define USBD_INTENSET_ENDEPOUT5_Set (1UL) /*!< Enable */
15768 
15769 /* Bit 16 : Write '1' to enable interrupt for ENDEPOUT[4] event */
15770 #define USBD_INTENSET_ENDEPOUT4_Pos (16UL) /*!< Position of ENDEPOUT4 field. */
15771 #define USBD_INTENSET_ENDEPOUT4_Msk (0x1UL << USBD_INTENSET_ENDEPOUT4_Pos) /*!< Bit mask of ENDEPOUT4 field. */
15772 #define USBD_INTENSET_ENDEPOUT4_Disabled (0UL) /*!< Read: Disabled */
15773 #define USBD_INTENSET_ENDEPOUT4_Enabled (1UL) /*!< Read: Enabled */
15774 #define USBD_INTENSET_ENDEPOUT4_Set (1UL) /*!< Enable */
15775 
15776 /* Bit 15 : Write '1' to enable interrupt for ENDEPOUT[3] event */
15777 #define USBD_INTENSET_ENDEPOUT3_Pos (15UL) /*!< Position of ENDEPOUT3 field. */
15778 #define USBD_INTENSET_ENDEPOUT3_Msk (0x1UL << USBD_INTENSET_ENDEPOUT3_Pos) /*!< Bit mask of ENDEPOUT3 field. */
15779 #define USBD_INTENSET_ENDEPOUT3_Disabled (0UL) /*!< Read: Disabled */
15780 #define USBD_INTENSET_ENDEPOUT3_Enabled (1UL) /*!< Read: Enabled */
15781 #define USBD_INTENSET_ENDEPOUT3_Set (1UL) /*!< Enable */
15782 
15783 /* Bit 14 : Write '1' to enable interrupt for ENDEPOUT[2] event */
15784 #define USBD_INTENSET_ENDEPOUT2_Pos (14UL) /*!< Position of ENDEPOUT2 field. */
15785 #define USBD_INTENSET_ENDEPOUT2_Msk (0x1UL << USBD_INTENSET_ENDEPOUT2_Pos) /*!< Bit mask of ENDEPOUT2 field. */
15786 #define USBD_INTENSET_ENDEPOUT2_Disabled (0UL) /*!< Read: Disabled */
15787 #define USBD_INTENSET_ENDEPOUT2_Enabled (1UL) /*!< Read: Enabled */
15788 #define USBD_INTENSET_ENDEPOUT2_Set (1UL) /*!< Enable */
15789 
15790 /* Bit 13 : Write '1' to enable interrupt for ENDEPOUT[1] event */
15791 #define USBD_INTENSET_ENDEPOUT1_Pos (13UL) /*!< Position of ENDEPOUT1 field. */
15792 #define USBD_INTENSET_ENDEPOUT1_Msk (0x1UL << USBD_INTENSET_ENDEPOUT1_Pos) /*!< Bit mask of ENDEPOUT1 field. */
15793 #define USBD_INTENSET_ENDEPOUT1_Disabled (0UL) /*!< Read: Disabled */
15794 #define USBD_INTENSET_ENDEPOUT1_Enabled (1UL) /*!< Read: Enabled */
15795 #define USBD_INTENSET_ENDEPOUT1_Set (1UL) /*!< Enable */
15796 
15797 /* Bit 12 : Write '1' to enable interrupt for ENDEPOUT[0] event */
15798 #define USBD_INTENSET_ENDEPOUT0_Pos (12UL) /*!< Position of ENDEPOUT0 field. */
15799 #define USBD_INTENSET_ENDEPOUT0_Msk (0x1UL << USBD_INTENSET_ENDEPOUT0_Pos) /*!< Bit mask of ENDEPOUT0 field. */
15800 #define USBD_INTENSET_ENDEPOUT0_Disabled (0UL) /*!< Read: Disabled */
15801 #define USBD_INTENSET_ENDEPOUT0_Enabled (1UL) /*!< Read: Enabled */
15802 #define USBD_INTENSET_ENDEPOUT0_Set (1UL) /*!< Enable */
15803 
15804 /* Bit 11 : Write '1' to enable interrupt for ENDISOIN event */
15805 #define USBD_INTENSET_ENDISOIN_Pos (11UL) /*!< Position of ENDISOIN field. */
15806 #define USBD_INTENSET_ENDISOIN_Msk (0x1UL << USBD_INTENSET_ENDISOIN_Pos) /*!< Bit mask of ENDISOIN field. */
15807 #define USBD_INTENSET_ENDISOIN_Disabled (0UL) /*!< Read: Disabled */
15808 #define USBD_INTENSET_ENDISOIN_Enabled (1UL) /*!< Read: Enabled */
15809 #define USBD_INTENSET_ENDISOIN_Set (1UL) /*!< Enable */
15810 
15811 /* Bit 10 : Write '1' to enable interrupt for EP0DATADONE event */
15812 #define USBD_INTENSET_EP0DATADONE_Pos (10UL) /*!< Position of EP0DATADONE field. */
15813 #define USBD_INTENSET_EP0DATADONE_Msk (0x1UL << USBD_INTENSET_EP0DATADONE_Pos) /*!< Bit mask of EP0DATADONE field. */
15814 #define USBD_INTENSET_EP0DATADONE_Disabled (0UL) /*!< Read: Disabled */
15815 #define USBD_INTENSET_EP0DATADONE_Enabled (1UL) /*!< Read: Enabled */
15816 #define USBD_INTENSET_EP0DATADONE_Set (1UL) /*!< Enable */
15817 
15818 /* Bit 9 : Write '1' to enable interrupt for ENDEPIN[7] event */
15819 #define USBD_INTENSET_ENDEPIN7_Pos (9UL) /*!< Position of ENDEPIN7 field. */
15820 #define USBD_INTENSET_ENDEPIN7_Msk (0x1UL << USBD_INTENSET_ENDEPIN7_Pos) /*!< Bit mask of ENDEPIN7 field. */
15821 #define USBD_INTENSET_ENDEPIN7_Disabled (0UL) /*!< Read: Disabled */
15822 #define USBD_INTENSET_ENDEPIN7_Enabled (1UL) /*!< Read: Enabled */
15823 #define USBD_INTENSET_ENDEPIN7_Set (1UL) /*!< Enable */
15824 
15825 /* Bit 8 : Write '1' to enable interrupt for ENDEPIN[6] event */
15826 #define USBD_INTENSET_ENDEPIN6_Pos (8UL) /*!< Position of ENDEPIN6 field. */
15827 #define USBD_INTENSET_ENDEPIN6_Msk (0x1UL << USBD_INTENSET_ENDEPIN6_Pos) /*!< Bit mask of ENDEPIN6 field. */
15828 #define USBD_INTENSET_ENDEPIN6_Disabled (0UL) /*!< Read: Disabled */
15829 #define USBD_INTENSET_ENDEPIN6_Enabled (1UL) /*!< Read: Enabled */
15830 #define USBD_INTENSET_ENDEPIN6_Set (1UL) /*!< Enable */
15831 
15832 /* Bit 7 : Write '1' to enable interrupt for ENDEPIN[5] event */
15833 #define USBD_INTENSET_ENDEPIN5_Pos (7UL) /*!< Position of ENDEPIN5 field. */
15834 #define USBD_INTENSET_ENDEPIN5_Msk (0x1UL << USBD_INTENSET_ENDEPIN5_Pos) /*!< Bit mask of ENDEPIN5 field. */
15835 #define USBD_INTENSET_ENDEPIN5_Disabled (0UL) /*!< Read: Disabled */
15836 #define USBD_INTENSET_ENDEPIN5_Enabled (1UL) /*!< Read: Enabled */
15837 #define USBD_INTENSET_ENDEPIN5_Set (1UL) /*!< Enable */
15838 
15839 /* Bit 6 : Write '1' to enable interrupt for ENDEPIN[4] event */
15840 #define USBD_INTENSET_ENDEPIN4_Pos (6UL) /*!< Position of ENDEPIN4 field. */
15841 #define USBD_INTENSET_ENDEPIN4_Msk (0x1UL << USBD_INTENSET_ENDEPIN4_Pos) /*!< Bit mask of ENDEPIN4 field. */
15842 #define USBD_INTENSET_ENDEPIN4_Disabled (0UL) /*!< Read: Disabled */
15843 #define USBD_INTENSET_ENDEPIN4_Enabled (1UL) /*!< Read: Enabled */
15844 #define USBD_INTENSET_ENDEPIN4_Set (1UL) /*!< Enable */
15845 
15846 /* Bit 5 : Write '1' to enable interrupt for ENDEPIN[3] event */
15847 #define USBD_INTENSET_ENDEPIN3_Pos (5UL) /*!< Position of ENDEPIN3 field. */
15848 #define USBD_INTENSET_ENDEPIN3_Msk (0x1UL << USBD_INTENSET_ENDEPIN3_Pos) /*!< Bit mask of ENDEPIN3 field. */
15849 #define USBD_INTENSET_ENDEPIN3_Disabled (0UL) /*!< Read: Disabled */
15850 #define USBD_INTENSET_ENDEPIN3_Enabled (1UL) /*!< Read: Enabled */
15851 #define USBD_INTENSET_ENDEPIN3_Set (1UL) /*!< Enable */
15852 
15853 /* Bit 4 : Write '1' to enable interrupt for ENDEPIN[2] event */
15854 #define USBD_INTENSET_ENDEPIN2_Pos (4UL) /*!< Position of ENDEPIN2 field. */
15855 #define USBD_INTENSET_ENDEPIN2_Msk (0x1UL << USBD_INTENSET_ENDEPIN2_Pos) /*!< Bit mask of ENDEPIN2 field. */
15856 #define USBD_INTENSET_ENDEPIN2_Disabled (0UL) /*!< Read: Disabled */
15857 #define USBD_INTENSET_ENDEPIN2_Enabled (1UL) /*!< Read: Enabled */
15858 #define USBD_INTENSET_ENDEPIN2_Set (1UL) /*!< Enable */
15859 
15860 /* Bit 3 : Write '1' to enable interrupt for ENDEPIN[1] event */
15861 #define USBD_INTENSET_ENDEPIN1_Pos (3UL) /*!< Position of ENDEPIN1 field. */
15862 #define USBD_INTENSET_ENDEPIN1_Msk (0x1UL << USBD_INTENSET_ENDEPIN1_Pos) /*!< Bit mask of ENDEPIN1 field. */
15863 #define USBD_INTENSET_ENDEPIN1_Disabled (0UL) /*!< Read: Disabled */
15864 #define USBD_INTENSET_ENDEPIN1_Enabled (1UL) /*!< Read: Enabled */
15865 #define USBD_INTENSET_ENDEPIN1_Set (1UL) /*!< Enable */
15866 
15867 /* Bit 2 : Write '1' to enable interrupt for ENDEPIN[0] event */
15868 #define USBD_INTENSET_ENDEPIN0_Pos (2UL) /*!< Position of ENDEPIN0 field. */
15869 #define USBD_INTENSET_ENDEPIN0_Msk (0x1UL << USBD_INTENSET_ENDEPIN0_Pos) /*!< Bit mask of ENDEPIN0 field. */
15870 #define USBD_INTENSET_ENDEPIN0_Disabled (0UL) /*!< Read: Disabled */
15871 #define USBD_INTENSET_ENDEPIN0_Enabled (1UL) /*!< Read: Enabled */
15872 #define USBD_INTENSET_ENDEPIN0_Set (1UL) /*!< Enable */
15873 
15874 /* Bit 1 : Write '1' to enable interrupt for STARTED event */
15875 #define USBD_INTENSET_STARTED_Pos (1UL) /*!< Position of STARTED field. */
15876 #define USBD_INTENSET_STARTED_Msk (0x1UL << USBD_INTENSET_STARTED_Pos) /*!< Bit mask of STARTED field. */
15877 #define USBD_INTENSET_STARTED_Disabled (0UL) /*!< Read: Disabled */
15878 #define USBD_INTENSET_STARTED_Enabled (1UL) /*!< Read: Enabled */
15879 #define USBD_INTENSET_STARTED_Set (1UL) /*!< Enable */
15880 
15881 /* Bit 0 : Write '1' to enable interrupt for USBRESET event */
15882 #define USBD_INTENSET_USBRESET_Pos (0UL) /*!< Position of USBRESET field. */
15883 #define USBD_INTENSET_USBRESET_Msk (0x1UL << USBD_INTENSET_USBRESET_Pos) /*!< Bit mask of USBRESET field. */
15884 #define USBD_INTENSET_USBRESET_Disabled (0UL) /*!< Read: Disabled */
15885 #define USBD_INTENSET_USBRESET_Enabled (1UL) /*!< Read: Enabled */
15886 #define USBD_INTENSET_USBRESET_Set (1UL) /*!< Enable */
15887 
15888 /* Register: USBD_INTENCLR */
15889 /* Description: Disable interrupt */
15890 
15891 /* Bit 24 : Write '1' to disable interrupt for EPDATA event */
15892 #define USBD_INTENCLR_EPDATA_Pos (24UL) /*!< Position of EPDATA field. */
15893 #define USBD_INTENCLR_EPDATA_Msk (0x1UL << USBD_INTENCLR_EPDATA_Pos) /*!< Bit mask of EPDATA field. */
15894 #define USBD_INTENCLR_EPDATA_Disabled (0UL) /*!< Read: Disabled */
15895 #define USBD_INTENCLR_EPDATA_Enabled (1UL) /*!< Read: Enabled */
15896 #define USBD_INTENCLR_EPDATA_Clear (1UL) /*!< Disable */
15897 
15898 /* Bit 23 : Write '1' to disable interrupt for EP0SETUP event */
15899 #define USBD_INTENCLR_EP0SETUP_Pos (23UL) /*!< Position of EP0SETUP field. */
15900 #define USBD_INTENCLR_EP0SETUP_Msk (0x1UL << USBD_INTENCLR_EP0SETUP_Pos) /*!< Bit mask of EP0SETUP field. */
15901 #define USBD_INTENCLR_EP0SETUP_Disabled (0UL) /*!< Read: Disabled */
15902 #define USBD_INTENCLR_EP0SETUP_Enabled (1UL) /*!< Read: Enabled */
15903 #define USBD_INTENCLR_EP0SETUP_Clear (1UL) /*!< Disable */
15904 
15905 /* Bit 22 : Write '1' to disable interrupt for USBEVENT event */
15906 #define USBD_INTENCLR_USBEVENT_Pos (22UL) /*!< Position of USBEVENT field. */
15907 #define USBD_INTENCLR_USBEVENT_Msk (0x1UL << USBD_INTENCLR_USBEVENT_Pos) /*!< Bit mask of USBEVENT field. */
15908 #define USBD_INTENCLR_USBEVENT_Disabled (0UL) /*!< Read: Disabled */
15909 #define USBD_INTENCLR_USBEVENT_Enabled (1UL) /*!< Read: Enabled */
15910 #define USBD_INTENCLR_USBEVENT_Clear (1UL) /*!< Disable */
15911 
15912 /* Bit 21 : Write '1' to disable interrupt for SOF event */
15913 #define USBD_INTENCLR_SOF_Pos (21UL) /*!< Position of SOF field. */
15914 #define USBD_INTENCLR_SOF_Msk (0x1UL << USBD_INTENCLR_SOF_Pos) /*!< Bit mask of SOF field. */
15915 #define USBD_INTENCLR_SOF_Disabled (0UL) /*!< Read: Disabled */
15916 #define USBD_INTENCLR_SOF_Enabled (1UL) /*!< Read: Enabled */
15917 #define USBD_INTENCLR_SOF_Clear (1UL) /*!< Disable */
15918 
15919 /* Bit 20 : Write '1' to disable interrupt for ENDISOOUT event */
15920 #define USBD_INTENCLR_ENDISOOUT_Pos (20UL) /*!< Position of ENDISOOUT field. */
15921 #define USBD_INTENCLR_ENDISOOUT_Msk (0x1UL << USBD_INTENCLR_ENDISOOUT_Pos) /*!< Bit mask of ENDISOOUT field. */
15922 #define USBD_INTENCLR_ENDISOOUT_Disabled (0UL) /*!< Read: Disabled */
15923 #define USBD_INTENCLR_ENDISOOUT_Enabled (1UL) /*!< Read: Enabled */
15924 #define USBD_INTENCLR_ENDISOOUT_Clear (1UL) /*!< Disable */
15925 
15926 /* Bit 19 : Write '1' to disable interrupt for ENDEPOUT[7] event */
15927 #define USBD_INTENCLR_ENDEPOUT7_Pos (19UL) /*!< Position of ENDEPOUT7 field. */
15928 #define USBD_INTENCLR_ENDEPOUT7_Msk (0x1UL << USBD_INTENCLR_ENDEPOUT7_Pos) /*!< Bit mask of ENDEPOUT7 field. */
15929 #define USBD_INTENCLR_ENDEPOUT7_Disabled (0UL) /*!< Read: Disabled */
15930 #define USBD_INTENCLR_ENDEPOUT7_Enabled (1UL) /*!< Read: Enabled */
15931 #define USBD_INTENCLR_ENDEPOUT7_Clear (1UL) /*!< Disable */
15932 
15933 /* Bit 18 : Write '1' to disable interrupt for ENDEPOUT[6] event */
15934 #define USBD_INTENCLR_ENDEPOUT6_Pos (18UL) /*!< Position of ENDEPOUT6 field. */
15935 #define USBD_INTENCLR_ENDEPOUT6_Msk (0x1UL << USBD_INTENCLR_ENDEPOUT6_Pos) /*!< Bit mask of ENDEPOUT6 field. */
15936 #define USBD_INTENCLR_ENDEPOUT6_Disabled (0UL) /*!< Read: Disabled */
15937 #define USBD_INTENCLR_ENDEPOUT6_Enabled (1UL) /*!< Read: Enabled */
15938 #define USBD_INTENCLR_ENDEPOUT6_Clear (1UL) /*!< Disable */
15939 
15940 /* Bit 17 : Write '1' to disable interrupt for ENDEPOUT[5] event */
15941 #define USBD_INTENCLR_ENDEPOUT5_Pos (17UL) /*!< Position of ENDEPOUT5 field. */
15942 #define USBD_INTENCLR_ENDEPOUT5_Msk (0x1UL << USBD_INTENCLR_ENDEPOUT5_Pos) /*!< Bit mask of ENDEPOUT5 field. */
15943 #define USBD_INTENCLR_ENDEPOUT5_Disabled (0UL) /*!< Read: Disabled */
15944 #define USBD_INTENCLR_ENDEPOUT5_Enabled (1UL) /*!< Read: Enabled */
15945 #define USBD_INTENCLR_ENDEPOUT5_Clear (1UL) /*!< Disable */
15946 
15947 /* Bit 16 : Write '1' to disable interrupt for ENDEPOUT[4] event */
15948 #define USBD_INTENCLR_ENDEPOUT4_Pos (16UL) /*!< Position of ENDEPOUT4 field. */
15949 #define USBD_INTENCLR_ENDEPOUT4_Msk (0x1UL << USBD_INTENCLR_ENDEPOUT4_Pos) /*!< Bit mask of ENDEPOUT4 field. */
15950 #define USBD_INTENCLR_ENDEPOUT4_Disabled (0UL) /*!< Read: Disabled */
15951 #define USBD_INTENCLR_ENDEPOUT4_Enabled (1UL) /*!< Read: Enabled */
15952 #define USBD_INTENCLR_ENDEPOUT4_Clear (1UL) /*!< Disable */
15953 
15954 /* Bit 15 : Write '1' to disable interrupt for ENDEPOUT[3] event */
15955 #define USBD_INTENCLR_ENDEPOUT3_Pos (15UL) /*!< Position of ENDEPOUT3 field. */
15956 #define USBD_INTENCLR_ENDEPOUT3_Msk (0x1UL << USBD_INTENCLR_ENDEPOUT3_Pos) /*!< Bit mask of ENDEPOUT3 field. */
15957 #define USBD_INTENCLR_ENDEPOUT3_Disabled (0UL) /*!< Read: Disabled */
15958 #define USBD_INTENCLR_ENDEPOUT3_Enabled (1UL) /*!< Read: Enabled */
15959 #define USBD_INTENCLR_ENDEPOUT3_Clear (1UL) /*!< Disable */
15960 
15961 /* Bit 14 : Write '1' to disable interrupt for ENDEPOUT[2] event */
15962 #define USBD_INTENCLR_ENDEPOUT2_Pos (14UL) /*!< Position of ENDEPOUT2 field. */
15963 #define USBD_INTENCLR_ENDEPOUT2_Msk (0x1UL << USBD_INTENCLR_ENDEPOUT2_Pos) /*!< Bit mask of ENDEPOUT2 field. */
15964 #define USBD_INTENCLR_ENDEPOUT2_Disabled (0UL) /*!< Read: Disabled */
15965 #define USBD_INTENCLR_ENDEPOUT2_Enabled (1UL) /*!< Read: Enabled */
15966 #define USBD_INTENCLR_ENDEPOUT2_Clear (1UL) /*!< Disable */
15967 
15968 /* Bit 13 : Write '1' to disable interrupt for ENDEPOUT[1] event */
15969 #define USBD_INTENCLR_ENDEPOUT1_Pos (13UL) /*!< Position of ENDEPOUT1 field. */
15970 #define USBD_INTENCLR_ENDEPOUT1_Msk (0x1UL << USBD_INTENCLR_ENDEPOUT1_Pos) /*!< Bit mask of ENDEPOUT1 field. */
15971 #define USBD_INTENCLR_ENDEPOUT1_Disabled (0UL) /*!< Read: Disabled */
15972 #define USBD_INTENCLR_ENDEPOUT1_Enabled (1UL) /*!< Read: Enabled */
15973 #define USBD_INTENCLR_ENDEPOUT1_Clear (1UL) /*!< Disable */
15974 
15975 /* Bit 12 : Write '1' to disable interrupt for ENDEPOUT[0] event */
15976 #define USBD_INTENCLR_ENDEPOUT0_Pos (12UL) /*!< Position of ENDEPOUT0 field. */
15977 #define USBD_INTENCLR_ENDEPOUT0_Msk (0x1UL << USBD_INTENCLR_ENDEPOUT0_Pos) /*!< Bit mask of ENDEPOUT0 field. */
15978 #define USBD_INTENCLR_ENDEPOUT0_Disabled (0UL) /*!< Read: Disabled */
15979 #define USBD_INTENCLR_ENDEPOUT0_Enabled (1UL) /*!< Read: Enabled */
15980 #define USBD_INTENCLR_ENDEPOUT0_Clear (1UL) /*!< Disable */
15981 
15982 /* Bit 11 : Write '1' to disable interrupt for ENDISOIN event */
15983 #define USBD_INTENCLR_ENDISOIN_Pos (11UL) /*!< Position of ENDISOIN field. */
15984 #define USBD_INTENCLR_ENDISOIN_Msk (0x1UL << USBD_INTENCLR_ENDISOIN_Pos) /*!< Bit mask of ENDISOIN field. */
15985 #define USBD_INTENCLR_ENDISOIN_Disabled (0UL) /*!< Read: Disabled */
15986 #define USBD_INTENCLR_ENDISOIN_Enabled (1UL) /*!< Read: Enabled */
15987 #define USBD_INTENCLR_ENDISOIN_Clear (1UL) /*!< Disable */
15988 
15989 /* Bit 10 : Write '1' to disable interrupt for EP0DATADONE event */
15990 #define USBD_INTENCLR_EP0DATADONE_Pos (10UL) /*!< Position of EP0DATADONE field. */
15991 #define USBD_INTENCLR_EP0DATADONE_Msk (0x1UL << USBD_INTENCLR_EP0DATADONE_Pos) /*!< Bit mask of EP0DATADONE field. */
15992 #define USBD_INTENCLR_EP0DATADONE_Disabled (0UL) /*!< Read: Disabled */
15993 #define USBD_INTENCLR_EP0DATADONE_Enabled (1UL) /*!< Read: Enabled */
15994 #define USBD_INTENCLR_EP0DATADONE_Clear (1UL) /*!< Disable */
15995 
15996 /* Bit 9 : Write '1' to disable interrupt for ENDEPIN[7] event */
15997 #define USBD_INTENCLR_ENDEPIN7_Pos (9UL) /*!< Position of ENDEPIN7 field. */
15998 #define USBD_INTENCLR_ENDEPIN7_Msk (0x1UL << USBD_INTENCLR_ENDEPIN7_Pos) /*!< Bit mask of ENDEPIN7 field. */
15999 #define USBD_INTENCLR_ENDEPIN7_Disabled (0UL) /*!< Read: Disabled */
16000 #define USBD_INTENCLR_ENDEPIN7_Enabled (1UL) /*!< Read: Enabled */
16001 #define USBD_INTENCLR_ENDEPIN7_Clear (1UL) /*!< Disable */
16002 
16003 /* Bit 8 : Write '1' to disable interrupt for ENDEPIN[6] event */
16004 #define USBD_INTENCLR_ENDEPIN6_Pos (8UL) /*!< Position of ENDEPIN6 field. */
16005 #define USBD_INTENCLR_ENDEPIN6_Msk (0x1UL << USBD_INTENCLR_ENDEPIN6_Pos) /*!< Bit mask of ENDEPIN6 field. */
16006 #define USBD_INTENCLR_ENDEPIN6_Disabled (0UL) /*!< Read: Disabled */
16007 #define USBD_INTENCLR_ENDEPIN6_Enabled (1UL) /*!< Read: Enabled */
16008 #define USBD_INTENCLR_ENDEPIN6_Clear (1UL) /*!< Disable */
16009 
16010 /* Bit 7 : Write '1' to disable interrupt for ENDEPIN[5] event */
16011 #define USBD_INTENCLR_ENDEPIN5_Pos (7UL) /*!< Position of ENDEPIN5 field. */
16012 #define USBD_INTENCLR_ENDEPIN5_Msk (0x1UL << USBD_INTENCLR_ENDEPIN5_Pos) /*!< Bit mask of ENDEPIN5 field. */
16013 #define USBD_INTENCLR_ENDEPIN5_Disabled (0UL) /*!< Read: Disabled */
16014 #define USBD_INTENCLR_ENDEPIN5_Enabled (1UL) /*!< Read: Enabled */
16015 #define USBD_INTENCLR_ENDEPIN5_Clear (1UL) /*!< Disable */
16016 
16017 /* Bit 6 : Write '1' to disable interrupt for ENDEPIN[4] event */
16018 #define USBD_INTENCLR_ENDEPIN4_Pos (6UL) /*!< Position of ENDEPIN4 field. */
16019 #define USBD_INTENCLR_ENDEPIN4_Msk (0x1UL << USBD_INTENCLR_ENDEPIN4_Pos) /*!< Bit mask of ENDEPIN4 field. */
16020 #define USBD_INTENCLR_ENDEPIN4_Disabled (0UL) /*!< Read: Disabled */
16021 #define USBD_INTENCLR_ENDEPIN4_Enabled (1UL) /*!< Read: Enabled */
16022 #define USBD_INTENCLR_ENDEPIN4_Clear (1UL) /*!< Disable */
16023 
16024 /* Bit 5 : Write '1' to disable interrupt for ENDEPIN[3] event */
16025 #define USBD_INTENCLR_ENDEPIN3_Pos (5UL) /*!< Position of ENDEPIN3 field. */
16026 #define USBD_INTENCLR_ENDEPIN3_Msk (0x1UL << USBD_INTENCLR_ENDEPIN3_Pos) /*!< Bit mask of ENDEPIN3 field. */
16027 #define USBD_INTENCLR_ENDEPIN3_Disabled (0UL) /*!< Read: Disabled */
16028 #define USBD_INTENCLR_ENDEPIN3_Enabled (1UL) /*!< Read: Enabled */
16029 #define USBD_INTENCLR_ENDEPIN3_Clear (1UL) /*!< Disable */
16030 
16031 /* Bit 4 : Write '1' to disable interrupt for ENDEPIN[2] event */
16032 #define USBD_INTENCLR_ENDEPIN2_Pos (4UL) /*!< Position of ENDEPIN2 field. */
16033 #define USBD_INTENCLR_ENDEPIN2_Msk (0x1UL << USBD_INTENCLR_ENDEPIN2_Pos) /*!< Bit mask of ENDEPIN2 field. */
16034 #define USBD_INTENCLR_ENDEPIN2_Disabled (0UL) /*!< Read: Disabled */
16035 #define USBD_INTENCLR_ENDEPIN2_Enabled (1UL) /*!< Read: Enabled */
16036 #define USBD_INTENCLR_ENDEPIN2_Clear (1UL) /*!< Disable */
16037 
16038 /* Bit 3 : Write '1' to disable interrupt for ENDEPIN[1] event */
16039 #define USBD_INTENCLR_ENDEPIN1_Pos (3UL) /*!< Position of ENDEPIN1 field. */
16040 #define USBD_INTENCLR_ENDEPIN1_Msk (0x1UL << USBD_INTENCLR_ENDEPIN1_Pos) /*!< Bit mask of ENDEPIN1 field. */
16041 #define USBD_INTENCLR_ENDEPIN1_Disabled (0UL) /*!< Read: Disabled */
16042 #define USBD_INTENCLR_ENDEPIN1_Enabled (1UL) /*!< Read: Enabled */
16043 #define USBD_INTENCLR_ENDEPIN1_Clear (1UL) /*!< Disable */
16044 
16045 /* Bit 2 : Write '1' to disable interrupt for ENDEPIN[0] event */
16046 #define USBD_INTENCLR_ENDEPIN0_Pos (2UL) /*!< Position of ENDEPIN0 field. */
16047 #define USBD_INTENCLR_ENDEPIN0_Msk (0x1UL << USBD_INTENCLR_ENDEPIN0_Pos) /*!< Bit mask of ENDEPIN0 field. */
16048 #define USBD_INTENCLR_ENDEPIN0_Disabled (0UL) /*!< Read: Disabled */
16049 #define USBD_INTENCLR_ENDEPIN0_Enabled (1UL) /*!< Read: Enabled */
16050 #define USBD_INTENCLR_ENDEPIN0_Clear (1UL) /*!< Disable */
16051 
16052 /* Bit 1 : Write '1' to disable interrupt for STARTED event */
16053 #define USBD_INTENCLR_STARTED_Pos (1UL) /*!< Position of STARTED field. */
16054 #define USBD_INTENCLR_STARTED_Msk (0x1UL << USBD_INTENCLR_STARTED_Pos) /*!< Bit mask of STARTED field. */
16055 #define USBD_INTENCLR_STARTED_Disabled (0UL) /*!< Read: Disabled */
16056 #define USBD_INTENCLR_STARTED_Enabled (1UL) /*!< Read: Enabled */
16057 #define USBD_INTENCLR_STARTED_Clear (1UL) /*!< Disable */
16058 
16059 /* Bit 0 : Write '1' to disable interrupt for USBRESET event */
16060 #define USBD_INTENCLR_USBRESET_Pos (0UL) /*!< Position of USBRESET field. */
16061 #define USBD_INTENCLR_USBRESET_Msk (0x1UL << USBD_INTENCLR_USBRESET_Pos) /*!< Bit mask of USBRESET field. */
16062 #define USBD_INTENCLR_USBRESET_Disabled (0UL) /*!< Read: Disabled */
16063 #define USBD_INTENCLR_USBRESET_Enabled (1UL) /*!< Read: Enabled */
16064 #define USBD_INTENCLR_USBRESET_Clear (1UL) /*!< Disable */
16065 
16066 /* Register: USBD_EVENTCAUSE */
16067 /* Description: Details on what caused the USBEVENT event */
16068 
16069 /* Bit 11 : USB device is ready for normal operation. Write '1' to clear. */
16070 #define USBD_EVENTCAUSE_READY_Pos (11UL) /*!< Position of READY field. */
16071 #define USBD_EVENTCAUSE_READY_Msk (0x1UL << USBD_EVENTCAUSE_READY_Pos) /*!< Bit mask of READY field. */
16072 #define USBD_EVENTCAUSE_READY_NotDetected (0UL) /*!< USBEVENT was not issued due to USBD peripheral ready */
16073 #define USBD_EVENTCAUSE_READY_Ready (1UL) /*!< USBD peripheral is ready */
16074 
16075 /* Bit 10 : USB MAC has been woken up and operational. Write '1' to clear. */
16076 #define USBD_EVENTCAUSE_USBWUALLOWED_Pos (10UL) /*!< Position of USBWUALLOWED field. */
16077 #define USBD_EVENTCAUSE_USBWUALLOWED_Msk (0x1UL << USBD_EVENTCAUSE_USBWUALLOWED_Pos) /*!< Bit mask of USBWUALLOWED field. */
16078 #define USBD_EVENTCAUSE_USBWUALLOWED_NotAllowed (0UL) /*!< Wake up not allowed */
16079 #define USBD_EVENTCAUSE_USBWUALLOWED_Allowed (1UL) /*!< Wake up allowed */
16080 
16081 /* Bit 9 : Signals that a RESUME condition (K state or activity restart) has been detected on USB lines. Write '1' to clear. */
16082 #define USBD_EVENTCAUSE_RESUME_Pos (9UL) /*!< Position of RESUME field. */
16083 #define USBD_EVENTCAUSE_RESUME_Msk (0x1UL << USBD_EVENTCAUSE_RESUME_Pos) /*!< Bit mask of RESUME field. */
16084 #define USBD_EVENTCAUSE_RESUME_NotDetected (0UL) /*!< Resume not detected */
16085 #define USBD_EVENTCAUSE_RESUME_Detected (1UL) /*!< Resume detected */
16086 
16087 /* Bit 8 : Signals that USB lines have been idle long enough for the device to enter suspend. Write '1' to clear. */
16088 #define USBD_EVENTCAUSE_SUSPEND_Pos (8UL) /*!< Position of SUSPEND field. */
16089 #define USBD_EVENTCAUSE_SUSPEND_Msk (0x1UL << USBD_EVENTCAUSE_SUSPEND_Pos) /*!< Bit mask of SUSPEND field. */
16090 #define USBD_EVENTCAUSE_SUSPEND_NotDetected (0UL) /*!< Suspend not detected */
16091 #define USBD_EVENTCAUSE_SUSPEND_Detected (1UL) /*!< Suspend detected */
16092 
16093 /* Bit 0 : CRC error was detected on isochronous OUT endpoint 8. Write '1' to clear. */
16094 #define USBD_EVENTCAUSE_ISOOUTCRC_Pos (0UL) /*!< Position of ISOOUTCRC field. */
16095 #define USBD_EVENTCAUSE_ISOOUTCRC_Msk (0x1UL << USBD_EVENTCAUSE_ISOOUTCRC_Pos) /*!< Bit mask of ISOOUTCRC field. */
16096 #define USBD_EVENTCAUSE_ISOOUTCRC_NotDetected (0UL) /*!< No error detected */
16097 #define USBD_EVENTCAUSE_ISOOUTCRC_Detected (1UL) /*!< Error detected */
16098 
16099 /* Register: USBD_HALTED_EPIN */
16100 /* Description: Description collection[n]: IN endpoint halted status. Can be used as is as response to a GetStatus() request to endpoint. */
16101 
16102 /* Bits 15..0 : IN endpoint halted status. Can be used as is as response to a GetStatus() request to endpoint. */
16103 #define USBD_HALTED_EPIN_GETSTATUS_Pos (0UL) /*!< Position of GETSTATUS field. */
16104 #define USBD_HALTED_EPIN_GETSTATUS_Msk (0xFFFFUL << USBD_HALTED_EPIN_GETSTATUS_Pos) /*!< Bit mask of GETSTATUS field. */
16105 #define USBD_HALTED_EPIN_GETSTATUS_NotHalted (0UL) /*!< Endpoint is not halted */
16106 #define USBD_HALTED_EPIN_GETSTATUS_Halted (1UL) /*!< Endpoint is halted */
16107 
16108 /* Register: USBD_HALTED_EPOUT */
16109 /* Description: Description collection[n]: OUT endpoint halted status. Can be used as is as response to a GetStatus() request to endpoint. */
16110 
16111 /* Bits 15..0 : OUT endpoint halted status. Can be used as is as response to a GetStatus() request to endpoint. */
16112 #define USBD_HALTED_EPOUT_GETSTATUS_Pos (0UL) /*!< Position of GETSTATUS field. */
16113 #define USBD_HALTED_EPOUT_GETSTATUS_Msk (0xFFFFUL << USBD_HALTED_EPOUT_GETSTATUS_Pos) /*!< Bit mask of GETSTATUS field. */
16114 #define USBD_HALTED_EPOUT_GETSTATUS_NotHalted (0UL) /*!< Endpoint is not halted */
16115 #define USBD_HALTED_EPOUT_GETSTATUS_Halted (1UL) /*!< Endpoint is halted */
16116 
16117 /* Register: USBD_EPSTATUS */
16118 /* Description: Provides information on which endpoint's EasyDMA registers have been captured */
16119 
16120 /* Bit 24 : Captured state of endpoint's EasyDMA registers. Write '1' to clear. */
16121 #define USBD_EPSTATUS_EPOUT8_Pos (24UL) /*!< Position of EPOUT8 field. */
16122 #define USBD_EPSTATUS_EPOUT8_Msk (0x1UL << USBD_EPSTATUS_EPOUT8_Pos) /*!< Bit mask of EPOUT8 field. */
16123 #define USBD_EPSTATUS_EPOUT8_NoData (0UL) /*!< EasyDMA registers have not been captured for this endpoint */
16124 #define USBD_EPSTATUS_EPOUT8_DataDone (1UL) /*!< EasyDMA registers have been captured for this endpoint */
16125 
16126 /* Bit 23 : Captured state of endpoint's EasyDMA registers. Write '1' to clear. */
16127 #define USBD_EPSTATUS_EPOUT7_Pos (23UL) /*!< Position of EPOUT7 field. */
16128 #define USBD_EPSTATUS_EPOUT7_Msk (0x1UL << USBD_EPSTATUS_EPOUT7_Pos) /*!< Bit mask of EPOUT7 field. */
16129 #define USBD_EPSTATUS_EPOUT7_NoData (0UL) /*!< EasyDMA registers have not been captured for this endpoint */
16130 #define USBD_EPSTATUS_EPOUT7_DataDone (1UL) /*!< EasyDMA registers have been captured for this endpoint */
16131 
16132 /* Bit 22 : Captured state of endpoint's EasyDMA registers. Write '1' to clear. */
16133 #define USBD_EPSTATUS_EPOUT6_Pos (22UL) /*!< Position of EPOUT6 field. */
16134 #define USBD_EPSTATUS_EPOUT6_Msk (0x1UL << USBD_EPSTATUS_EPOUT6_Pos) /*!< Bit mask of EPOUT6 field. */
16135 #define USBD_EPSTATUS_EPOUT6_NoData (0UL) /*!< EasyDMA registers have not been captured for this endpoint */
16136 #define USBD_EPSTATUS_EPOUT6_DataDone (1UL) /*!< EasyDMA registers have been captured for this endpoint */
16137 
16138 /* Bit 21 : Captured state of endpoint's EasyDMA registers. Write '1' to clear. */
16139 #define USBD_EPSTATUS_EPOUT5_Pos (21UL) /*!< Position of EPOUT5 field. */
16140 #define USBD_EPSTATUS_EPOUT5_Msk (0x1UL << USBD_EPSTATUS_EPOUT5_Pos) /*!< Bit mask of EPOUT5 field. */
16141 #define USBD_EPSTATUS_EPOUT5_NoData (0UL) /*!< EasyDMA registers have not been captured for this endpoint */
16142 #define USBD_EPSTATUS_EPOUT5_DataDone (1UL) /*!< EasyDMA registers have been captured for this endpoint */
16143 
16144 /* Bit 20 : Captured state of endpoint's EasyDMA registers. Write '1' to clear. */
16145 #define USBD_EPSTATUS_EPOUT4_Pos (20UL) /*!< Position of EPOUT4 field. */
16146 #define USBD_EPSTATUS_EPOUT4_Msk (0x1UL << USBD_EPSTATUS_EPOUT4_Pos) /*!< Bit mask of EPOUT4 field. */
16147 #define USBD_EPSTATUS_EPOUT4_NoData (0UL) /*!< EasyDMA registers have not been captured for this endpoint */
16148 #define USBD_EPSTATUS_EPOUT4_DataDone (1UL) /*!< EasyDMA registers have been captured for this endpoint */
16149 
16150 /* Bit 19 : Captured state of endpoint's EasyDMA registers. Write '1' to clear. */
16151 #define USBD_EPSTATUS_EPOUT3_Pos (19UL) /*!< Position of EPOUT3 field. */
16152 #define USBD_EPSTATUS_EPOUT3_Msk (0x1UL << USBD_EPSTATUS_EPOUT3_Pos) /*!< Bit mask of EPOUT3 field. */
16153 #define USBD_EPSTATUS_EPOUT3_NoData (0UL) /*!< EasyDMA registers have not been captured for this endpoint */
16154 #define USBD_EPSTATUS_EPOUT3_DataDone (1UL) /*!< EasyDMA registers have been captured for this endpoint */
16155 
16156 /* Bit 18 : Captured state of endpoint's EasyDMA registers. Write '1' to clear. */
16157 #define USBD_EPSTATUS_EPOUT2_Pos (18UL) /*!< Position of EPOUT2 field. */
16158 #define USBD_EPSTATUS_EPOUT2_Msk (0x1UL << USBD_EPSTATUS_EPOUT2_Pos) /*!< Bit mask of EPOUT2 field. */
16159 #define USBD_EPSTATUS_EPOUT2_NoData (0UL) /*!< EasyDMA registers have not been captured for this endpoint */
16160 #define USBD_EPSTATUS_EPOUT2_DataDone (1UL) /*!< EasyDMA registers have been captured for this endpoint */
16161 
16162 /* Bit 17 : Captured state of endpoint's EasyDMA registers. Write '1' to clear. */
16163 #define USBD_EPSTATUS_EPOUT1_Pos (17UL) /*!< Position of EPOUT1 field. */
16164 #define USBD_EPSTATUS_EPOUT1_Msk (0x1UL << USBD_EPSTATUS_EPOUT1_Pos) /*!< Bit mask of EPOUT1 field. */
16165 #define USBD_EPSTATUS_EPOUT1_NoData (0UL) /*!< EasyDMA registers have not been captured for this endpoint */
16166 #define USBD_EPSTATUS_EPOUT1_DataDone (1UL) /*!< EasyDMA registers have been captured for this endpoint */
16167 
16168 /* Bit 16 : Captured state of endpoint's EasyDMA registers. Write '1' to clear. */
16169 #define USBD_EPSTATUS_EPOUT0_Pos (16UL) /*!< Position of EPOUT0 field. */
16170 #define USBD_EPSTATUS_EPOUT0_Msk (0x1UL << USBD_EPSTATUS_EPOUT0_Pos) /*!< Bit mask of EPOUT0 field. */
16171 #define USBD_EPSTATUS_EPOUT0_NoData (0UL) /*!< EasyDMA registers have not been captured for this endpoint */
16172 #define USBD_EPSTATUS_EPOUT0_DataDone (1UL) /*!< EasyDMA registers have been captured for this endpoint */
16173 
16174 /* Bit 8 : Captured state of endpoint's EasyDMA registers. Write '1' to clear. */
16175 #define USBD_EPSTATUS_EPIN8_Pos (8UL) /*!< Position of EPIN8 field. */
16176 #define USBD_EPSTATUS_EPIN8_Msk (0x1UL << USBD_EPSTATUS_EPIN8_Pos) /*!< Bit mask of EPIN8 field. */
16177 #define USBD_EPSTATUS_EPIN8_NoData (0UL) /*!< EasyDMA registers have not been captured for this endpoint */
16178 #define USBD_EPSTATUS_EPIN8_DataDone (1UL) /*!< EasyDMA registers have been captured for this endpoint */
16179 
16180 /* Bit 7 : Captured state of endpoint's EasyDMA registers. Write '1' to clear. */
16181 #define USBD_EPSTATUS_EPIN7_Pos (7UL) /*!< Position of EPIN7 field. */
16182 #define USBD_EPSTATUS_EPIN7_Msk (0x1UL << USBD_EPSTATUS_EPIN7_Pos) /*!< Bit mask of EPIN7 field. */
16183 #define USBD_EPSTATUS_EPIN7_NoData (0UL) /*!< EasyDMA registers have not been captured for this endpoint */
16184 #define USBD_EPSTATUS_EPIN7_DataDone (1UL) /*!< EasyDMA registers have been captured for this endpoint */
16185 
16186 /* Bit 6 : Captured state of endpoint's EasyDMA registers. Write '1' to clear. */
16187 #define USBD_EPSTATUS_EPIN6_Pos (6UL) /*!< Position of EPIN6 field. */
16188 #define USBD_EPSTATUS_EPIN6_Msk (0x1UL << USBD_EPSTATUS_EPIN6_Pos) /*!< Bit mask of EPIN6 field. */
16189 #define USBD_EPSTATUS_EPIN6_NoData (0UL) /*!< EasyDMA registers have not been captured for this endpoint */
16190 #define USBD_EPSTATUS_EPIN6_DataDone (1UL) /*!< EasyDMA registers have been captured for this endpoint */
16191 
16192 /* Bit 5 : Captured state of endpoint's EasyDMA registers. Write '1' to clear. */
16193 #define USBD_EPSTATUS_EPIN5_Pos (5UL) /*!< Position of EPIN5 field. */
16194 #define USBD_EPSTATUS_EPIN5_Msk (0x1UL << USBD_EPSTATUS_EPIN5_Pos) /*!< Bit mask of EPIN5 field. */
16195 #define USBD_EPSTATUS_EPIN5_NoData (0UL) /*!< EasyDMA registers have not been captured for this endpoint */
16196 #define USBD_EPSTATUS_EPIN5_DataDone (1UL) /*!< EasyDMA registers have been captured for this endpoint */
16197 
16198 /* Bit 4 : Captured state of endpoint's EasyDMA registers. Write '1' to clear. */
16199 #define USBD_EPSTATUS_EPIN4_Pos (4UL) /*!< Position of EPIN4 field. */
16200 #define USBD_EPSTATUS_EPIN4_Msk (0x1UL << USBD_EPSTATUS_EPIN4_Pos) /*!< Bit mask of EPIN4 field. */
16201 #define USBD_EPSTATUS_EPIN4_NoData (0UL) /*!< EasyDMA registers have not been captured for this endpoint */
16202 #define USBD_EPSTATUS_EPIN4_DataDone (1UL) /*!< EasyDMA registers have been captured for this endpoint */
16203 
16204 /* Bit 3 : Captured state of endpoint's EasyDMA registers. Write '1' to clear. */
16205 #define USBD_EPSTATUS_EPIN3_Pos (3UL) /*!< Position of EPIN3 field. */
16206 #define USBD_EPSTATUS_EPIN3_Msk (0x1UL << USBD_EPSTATUS_EPIN3_Pos) /*!< Bit mask of EPIN3 field. */
16207 #define USBD_EPSTATUS_EPIN3_NoData (0UL) /*!< EasyDMA registers have not been captured for this endpoint */
16208 #define USBD_EPSTATUS_EPIN3_DataDone (1UL) /*!< EasyDMA registers have been captured for this endpoint */
16209 
16210 /* Bit 2 : Captured state of endpoint's EasyDMA registers. Write '1' to clear. */
16211 #define USBD_EPSTATUS_EPIN2_Pos (2UL) /*!< Position of EPIN2 field. */
16212 #define USBD_EPSTATUS_EPIN2_Msk (0x1UL << USBD_EPSTATUS_EPIN2_Pos) /*!< Bit mask of EPIN2 field. */
16213 #define USBD_EPSTATUS_EPIN2_NoData (0UL) /*!< EasyDMA registers have not been captured for this endpoint */
16214 #define USBD_EPSTATUS_EPIN2_DataDone (1UL) /*!< EasyDMA registers have been captured for this endpoint */
16215 
16216 /* Bit 1 : Captured state of endpoint's EasyDMA registers. Write '1' to clear. */
16217 #define USBD_EPSTATUS_EPIN1_Pos (1UL) /*!< Position of EPIN1 field. */
16218 #define USBD_EPSTATUS_EPIN1_Msk (0x1UL << USBD_EPSTATUS_EPIN1_Pos) /*!< Bit mask of EPIN1 field. */
16219 #define USBD_EPSTATUS_EPIN1_NoData (0UL) /*!< EasyDMA registers have not been captured for this endpoint */
16220 #define USBD_EPSTATUS_EPIN1_DataDone (1UL) /*!< EasyDMA registers have been captured for this endpoint */
16221 
16222 /* Bit 0 : Captured state of endpoint's EasyDMA registers. Write '1' to clear. */
16223 #define USBD_EPSTATUS_EPIN0_Pos (0UL) /*!< Position of EPIN0 field. */
16224 #define USBD_EPSTATUS_EPIN0_Msk (0x1UL << USBD_EPSTATUS_EPIN0_Pos) /*!< Bit mask of EPIN0 field. */
16225 #define USBD_EPSTATUS_EPIN0_NoData (0UL) /*!< EasyDMA registers have not been captured for this endpoint */
16226 #define USBD_EPSTATUS_EPIN0_DataDone (1UL) /*!< EasyDMA registers have been captured for this endpoint */
16227 
16228 /* Register: USBD_EPDATASTATUS */
16229 /* Description: Provides information on which endpoint(s) an acknowledged data transfer has occurred (EPDATA event) */
16230 
16231 /* Bit 23 : Acknowledged data transfer on this OUT endpoint. Write '1' to clear. */
16232 #define USBD_EPDATASTATUS_EPOUT7_Pos (23UL) /*!< Position of EPOUT7 field. */
16233 #define USBD_EPDATASTATUS_EPOUT7_Msk (0x1UL << USBD_EPDATASTATUS_EPOUT7_Pos) /*!< Bit mask of EPOUT7 field. */
16234 #define USBD_EPDATASTATUS_EPOUT7_NotStarted (0UL) /*!< No acknowledged data transfer on this endpoint */
16235 #define USBD_EPDATASTATUS_EPOUT7_Started (1UL) /*!< Acknowledged data transfer on this endpoint has occurred */
16236 
16237 /* Bit 22 : Acknowledged data transfer on this OUT endpoint. Write '1' to clear. */
16238 #define USBD_EPDATASTATUS_EPOUT6_Pos (22UL) /*!< Position of EPOUT6 field. */
16239 #define USBD_EPDATASTATUS_EPOUT6_Msk (0x1UL << USBD_EPDATASTATUS_EPOUT6_Pos) /*!< Bit mask of EPOUT6 field. */
16240 #define USBD_EPDATASTATUS_EPOUT6_NotStarted (0UL) /*!< No acknowledged data transfer on this endpoint */
16241 #define USBD_EPDATASTATUS_EPOUT6_Started (1UL) /*!< Acknowledged data transfer on this endpoint has occurred */
16242 
16243 /* Bit 21 : Acknowledged data transfer on this OUT endpoint. Write '1' to clear. */
16244 #define USBD_EPDATASTATUS_EPOUT5_Pos (21UL) /*!< Position of EPOUT5 field. */
16245 #define USBD_EPDATASTATUS_EPOUT5_Msk (0x1UL << USBD_EPDATASTATUS_EPOUT5_Pos) /*!< Bit mask of EPOUT5 field. */
16246 #define USBD_EPDATASTATUS_EPOUT5_NotStarted (0UL) /*!< No acknowledged data transfer on this endpoint */
16247 #define USBD_EPDATASTATUS_EPOUT5_Started (1UL) /*!< Acknowledged data transfer on this endpoint has occurred */
16248 
16249 /* Bit 20 : Acknowledged data transfer on this OUT endpoint. Write '1' to clear. */
16250 #define USBD_EPDATASTATUS_EPOUT4_Pos (20UL) /*!< Position of EPOUT4 field. */
16251 #define USBD_EPDATASTATUS_EPOUT4_Msk (0x1UL << USBD_EPDATASTATUS_EPOUT4_Pos) /*!< Bit mask of EPOUT4 field. */
16252 #define USBD_EPDATASTATUS_EPOUT4_NotStarted (0UL) /*!< No acknowledged data transfer on this endpoint */
16253 #define USBD_EPDATASTATUS_EPOUT4_Started (1UL) /*!< Acknowledged data transfer on this endpoint has occurred */
16254 
16255 /* Bit 19 : Acknowledged data transfer on this OUT endpoint. Write '1' to clear. */
16256 #define USBD_EPDATASTATUS_EPOUT3_Pos (19UL) /*!< Position of EPOUT3 field. */
16257 #define USBD_EPDATASTATUS_EPOUT3_Msk (0x1UL << USBD_EPDATASTATUS_EPOUT3_Pos) /*!< Bit mask of EPOUT3 field. */
16258 #define USBD_EPDATASTATUS_EPOUT3_NotStarted (0UL) /*!< No acknowledged data transfer on this endpoint */
16259 #define USBD_EPDATASTATUS_EPOUT3_Started (1UL) /*!< Acknowledged data transfer on this endpoint has occurred */
16260 
16261 /* Bit 18 : Acknowledged data transfer on this OUT endpoint. Write '1' to clear. */
16262 #define USBD_EPDATASTATUS_EPOUT2_Pos (18UL) /*!< Position of EPOUT2 field. */
16263 #define USBD_EPDATASTATUS_EPOUT2_Msk (0x1UL << USBD_EPDATASTATUS_EPOUT2_Pos) /*!< Bit mask of EPOUT2 field. */
16264 #define USBD_EPDATASTATUS_EPOUT2_NotStarted (0UL) /*!< No acknowledged data transfer on this endpoint */
16265 #define USBD_EPDATASTATUS_EPOUT2_Started (1UL) /*!< Acknowledged data transfer on this endpoint has occurred */
16266 
16267 /* Bit 17 : Acknowledged data transfer on this OUT endpoint. Write '1' to clear. */
16268 #define USBD_EPDATASTATUS_EPOUT1_Pos (17UL) /*!< Position of EPOUT1 field. */
16269 #define USBD_EPDATASTATUS_EPOUT1_Msk (0x1UL << USBD_EPDATASTATUS_EPOUT1_Pos) /*!< Bit mask of EPOUT1 field. */
16270 #define USBD_EPDATASTATUS_EPOUT1_NotStarted (0UL) /*!< No acknowledged data transfer on this endpoint */
16271 #define USBD_EPDATASTATUS_EPOUT1_Started (1UL) /*!< Acknowledged data transfer on this endpoint has occurred */
16272 
16273 /* Bit 7 : Acknowledged data transfer on this IN endpoint. Write '1' to clear. */
16274 #define USBD_EPDATASTATUS_EPIN7_Pos (7UL) /*!< Position of EPIN7 field. */
16275 #define USBD_EPDATASTATUS_EPIN7_Msk (0x1UL << USBD_EPDATASTATUS_EPIN7_Pos) /*!< Bit mask of EPIN7 field. */
16276 #define USBD_EPDATASTATUS_EPIN7_NotDone (0UL) /*!< No acknowledged data transfer on this endpoint */
16277 #define USBD_EPDATASTATUS_EPIN7_DataDone (1UL) /*!< Acknowledged data transfer on this endpoint has occurred */
16278 
16279 /* Bit 6 : Acknowledged data transfer on this IN endpoint. Write '1' to clear. */
16280 #define USBD_EPDATASTATUS_EPIN6_Pos (6UL) /*!< Position of EPIN6 field. */
16281 #define USBD_EPDATASTATUS_EPIN6_Msk (0x1UL << USBD_EPDATASTATUS_EPIN6_Pos) /*!< Bit mask of EPIN6 field. */
16282 #define USBD_EPDATASTATUS_EPIN6_NotDone (0UL) /*!< No acknowledged data transfer on this endpoint */
16283 #define USBD_EPDATASTATUS_EPIN6_DataDone (1UL) /*!< Acknowledged data transfer on this endpoint has occurred */
16284 
16285 /* Bit 5 : Acknowledged data transfer on this IN endpoint. Write '1' to clear. */
16286 #define USBD_EPDATASTATUS_EPIN5_Pos (5UL) /*!< Position of EPIN5 field. */
16287 #define USBD_EPDATASTATUS_EPIN5_Msk (0x1UL << USBD_EPDATASTATUS_EPIN5_Pos) /*!< Bit mask of EPIN5 field. */
16288 #define USBD_EPDATASTATUS_EPIN5_NotDone (0UL) /*!< No acknowledged data transfer on this endpoint */
16289 #define USBD_EPDATASTATUS_EPIN5_DataDone (1UL) /*!< Acknowledged data transfer on this endpoint has occurred */
16290 
16291 /* Bit 4 : Acknowledged data transfer on this IN endpoint. Write '1' to clear. */
16292 #define USBD_EPDATASTATUS_EPIN4_Pos (4UL) /*!< Position of EPIN4 field. */
16293 #define USBD_EPDATASTATUS_EPIN4_Msk (0x1UL << USBD_EPDATASTATUS_EPIN4_Pos) /*!< Bit mask of EPIN4 field. */
16294 #define USBD_EPDATASTATUS_EPIN4_NotDone (0UL) /*!< No acknowledged data transfer on this endpoint */
16295 #define USBD_EPDATASTATUS_EPIN4_DataDone (1UL) /*!< Acknowledged data transfer on this endpoint has occurred */
16296 
16297 /* Bit 3 : Acknowledged data transfer on this IN endpoint. Write '1' to clear. */
16298 #define USBD_EPDATASTATUS_EPIN3_Pos (3UL) /*!< Position of EPIN3 field. */
16299 #define USBD_EPDATASTATUS_EPIN3_Msk (0x1UL << USBD_EPDATASTATUS_EPIN3_Pos) /*!< Bit mask of EPIN3 field. */
16300 #define USBD_EPDATASTATUS_EPIN3_NotDone (0UL) /*!< No acknowledged data transfer on this endpoint */
16301 #define USBD_EPDATASTATUS_EPIN3_DataDone (1UL) /*!< Acknowledged data transfer on this endpoint has occurred */
16302 
16303 /* Bit 2 : Acknowledged data transfer on this IN endpoint. Write '1' to clear. */
16304 #define USBD_EPDATASTATUS_EPIN2_Pos (2UL) /*!< Position of EPIN2 field. */
16305 #define USBD_EPDATASTATUS_EPIN2_Msk (0x1UL << USBD_EPDATASTATUS_EPIN2_Pos) /*!< Bit mask of EPIN2 field. */
16306 #define USBD_EPDATASTATUS_EPIN2_NotDone (0UL) /*!< No acknowledged data transfer on this endpoint */
16307 #define USBD_EPDATASTATUS_EPIN2_DataDone (1UL) /*!< Acknowledged data transfer on this endpoint has occurred */
16308 
16309 /* Bit 1 : Acknowledged data transfer on this IN endpoint. Write '1' to clear. */
16310 #define USBD_EPDATASTATUS_EPIN1_Pos (1UL) /*!< Position of EPIN1 field. */
16311 #define USBD_EPDATASTATUS_EPIN1_Msk (0x1UL << USBD_EPDATASTATUS_EPIN1_Pos) /*!< Bit mask of EPIN1 field. */
16312 #define USBD_EPDATASTATUS_EPIN1_NotDone (0UL) /*!< No acknowledged data transfer on this endpoint */
16313 #define USBD_EPDATASTATUS_EPIN1_DataDone (1UL) /*!< Acknowledged data transfer on this endpoint has occurred */
16314 
16315 /* Register: USBD_USBADDR */
16316 /* Description: Device USB address */
16317 
16318 /* Bits 6..0 : Device USB address */
16319 #define USBD_USBADDR_ADDR_Pos (0UL) /*!< Position of ADDR field. */
16320 #define USBD_USBADDR_ADDR_Msk (0x7FUL << USBD_USBADDR_ADDR_Pos) /*!< Bit mask of ADDR field. */
16321 
16322 /* Register: USBD_BMREQUESTTYPE */
16323 /* Description: SETUP data, byte 0, bmRequestType */
16324 
16325 /* Bit 7 : Data transfer direction */
16326 #define USBD_BMREQUESTTYPE_DIRECTION_Pos (7UL) /*!< Position of DIRECTION field. */
16327 #define USBD_BMREQUESTTYPE_DIRECTION_Msk (0x1UL << USBD_BMREQUESTTYPE_DIRECTION_Pos) /*!< Bit mask of DIRECTION field. */
16328 #define USBD_BMREQUESTTYPE_DIRECTION_HostToDevice (0UL) /*!< Host-to-device */
16329 #define USBD_BMREQUESTTYPE_DIRECTION_DeviceToHost (1UL) /*!< Device-to-host */
16330 
16331 /* Bits 6..5 : Data transfer type */
16332 #define USBD_BMREQUESTTYPE_TYPE_Pos (5UL) /*!< Position of TYPE field. */
16333 #define USBD_BMREQUESTTYPE_TYPE_Msk (0x3UL << USBD_BMREQUESTTYPE_TYPE_Pos) /*!< Bit mask of TYPE field. */
16334 #define USBD_BMREQUESTTYPE_TYPE_Standard (0UL) /*!< Standard */
16335 #define USBD_BMREQUESTTYPE_TYPE_Class (1UL) /*!< Class */
16336 #define USBD_BMREQUESTTYPE_TYPE_Vendor (2UL) /*!< Vendor */
16337 
16338 /* Bits 4..0 : Data transfer type */
16339 #define USBD_BMREQUESTTYPE_RECIPIENT_Pos (0UL) /*!< Position of RECIPIENT field. */
16340 #define USBD_BMREQUESTTYPE_RECIPIENT_Msk (0x1FUL << USBD_BMREQUESTTYPE_RECIPIENT_Pos) /*!< Bit mask of RECIPIENT field. */
16341 #define USBD_BMREQUESTTYPE_RECIPIENT_Device (0UL) /*!< Device */
16342 #define USBD_BMREQUESTTYPE_RECIPIENT_Interface (1UL) /*!< Interface */
16343 #define USBD_BMREQUESTTYPE_RECIPIENT_Endpoint (2UL) /*!< Endpoint */
16344 #define USBD_BMREQUESTTYPE_RECIPIENT_Other (3UL) /*!< Other */
16345 
16346 /* Register: USBD_BREQUEST */
16347 /* Description: SETUP data, byte 1, bRequest */
16348 
16349 /* Bits 7..0 : SETUP data, byte 1, bRequest. Values provided for standard requests only, user must implement class and vendor values. */
16350 #define USBD_BREQUEST_BREQUEST_Pos (0UL) /*!< Position of BREQUEST field. */
16351 #define USBD_BREQUEST_BREQUEST_Msk (0xFFUL << USBD_BREQUEST_BREQUEST_Pos) /*!< Bit mask of BREQUEST field. */
16352 #define USBD_BREQUEST_BREQUEST_STD_GET_STATUS (0UL) /*!< Standard request GET_STATUS */
16353 #define USBD_BREQUEST_BREQUEST_STD_CLEAR_FEATURE (1UL) /*!< Standard request CLEAR_FEATURE */
16354 #define USBD_BREQUEST_BREQUEST_STD_SET_FEATURE (3UL) /*!< Standard request SET_FEATURE */
16355 #define USBD_BREQUEST_BREQUEST_STD_SET_ADDRESS (5UL) /*!< Standard request SET_ADDRESS */
16356 #define USBD_BREQUEST_BREQUEST_STD_GET_DESCRIPTOR (6UL) /*!< Standard request GET_DESCRIPTOR */
16357 #define USBD_BREQUEST_BREQUEST_STD_SET_DESCRIPTOR (7UL) /*!< Standard request SET_DESCRIPTOR */
16358 #define USBD_BREQUEST_BREQUEST_STD_GET_CONFIGURATION (8UL) /*!< Standard request GET_CONFIGURATION */
16359 #define USBD_BREQUEST_BREQUEST_STD_SET_CONFIGURATION (9UL) /*!< Standard request SET_CONFIGURATION */
16360 #define USBD_BREQUEST_BREQUEST_STD_GET_INTERFACE (10UL) /*!< Standard request GET_INTERFACE */
16361 #define USBD_BREQUEST_BREQUEST_STD_SET_INTERFACE (11UL) /*!< Standard request SET_INTERFACE */
16362 #define USBD_BREQUEST_BREQUEST_STD_SYNCH_FRAME (12UL) /*!< Standard request SYNCH_FRAME */
16363 
16364 /* Register: USBD_WVALUEL */
16365 /* Description: SETUP data, byte 2, LSB of wValue */
16366 
16367 /* Bits 7..0 : SETUP data, byte 2, LSB of wValue */
16368 #define USBD_WVALUEL_WVALUEL_Pos (0UL) /*!< Position of WVALUEL field. */
16369 #define USBD_WVALUEL_WVALUEL_Msk (0xFFUL << USBD_WVALUEL_WVALUEL_Pos) /*!< Bit mask of WVALUEL field. */
16370 
16371 /* Register: USBD_WVALUEH */
16372 /* Description: SETUP data, byte 3, MSB of wValue */
16373 
16374 /* Bits 7..0 : SETUP data, byte 3, MSB of wValue */
16375 #define USBD_WVALUEH_WVALUEH_Pos (0UL) /*!< Position of WVALUEH field. */
16376 #define USBD_WVALUEH_WVALUEH_Msk (0xFFUL << USBD_WVALUEH_WVALUEH_Pos) /*!< Bit mask of WVALUEH field. */
16377 
16378 /* Register: USBD_WINDEXL */
16379 /* Description: SETUP data, byte 4, LSB of wIndex */
16380 
16381 /* Bits 7..0 : SETUP data, byte 4, LSB of wIndex */
16382 #define USBD_WINDEXL_WINDEXL_Pos (0UL) /*!< Position of WINDEXL field. */
16383 #define USBD_WINDEXL_WINDEXL_Msk (0xFFUL << USBD_WINDEXL_WINDEXL_Pos) /*!< Bit mask of WINDEXL field. */
16384 
16385 /* Register: USBD_WINDEXH */
16386 /* Description: SETUP data, byte 5, MSB of wIndex */
16387 
16388 /* Bits 7..0 : SETUP data, byte 5, MSB of wIndex */
16389 #define USBD_WINDEXH_WINDEXH_Pos (0UL) /*!< Position of WINDEXH field. */
16390 #define USBD_WINDEXH_WINDEXH_Msk (0xFFUL << USBD_WINDEXH_WINDEXH_Pos) /*!< Bit mask of WINDEXH field. */
16391 
16392 /* Register: USBD_WLENGTHL */
16393 /* Description: SETUP data, byte 6, LSB of wLength */
16394 
16395 /* Bits 7..0 : SETUP data, byte 6, LSB of wLength */
16396 #define USBD_WLENGTHL_WLENGTHL_Pos (0UL) /*!< Position of WLENGTHL field. */
16397 #define USBD_WLENGTHL_WLENGTHL_Msk (0xFFUL << USBD_WLENGTHL_WLENGTHL_Pos) /*!< Bit mask of WLENGTHL field. */
16398 
16399 /* Register: USBD_WLENGTHH */
16400 /* Description: SETUP data, byte 7, MSB of wLength */
16401 
16402 /* Bits 7..0 : SETUP data, byte 7, MSB of wLength */
16403 #define USBD_WLENGTHH_WLENGTHH_Pos (0UL) /*!< Position of WLENGTHH field. */
16404 #define USBD_WLENGTHH_WLENGTHH_Msk (0xFFUL << USBD_WLENGTHH_WLENGTHH_Pos) /*!< Bit mask of WLENGTHH field. */
16405 
16406 /* Register: USBD_SIZE_EPOUT */
16407 /* Description: Description collection[n]: Number of bytes received last in the data stage of this OUT endpoint */
16408 
16409 /* Bits 6..0 : Number of bytes received last in the data stage of this OUT endpoint */
16410 #define USBD_SIZE_EPOUT_SIZE_Pos (0UL) /*!< Position of SIZE field. */
16411 #define USBD_SIZE_EPOUT_SIZE_Msk (0x7FUL << USBD_SIZE_EPOUT_SIZE_Pos) /*!< Bit mask of SIZE field. */
16412 
16413 /* Register: USBD_SIZE_ISOOUT */
16414 /* Description: Number of bytes received last on this ISO OUT data endpoint */
16415 
16416 /* Bit 16 : Zero-length data packet received */
16417 #define USBD_SIZE_ISOOUT_ZERO_Pos (16UL) /*!< Position of ZERO field. */
16418 #define USBD_SIZE_ISOOUT_ZERO_Msk (0x1UL << USBD_SIZE_ISOOUT_ZERO_Pos) /*!< Bit mask of ZERO field. */
16419 #define USBD_SIZE_ISOOUT_ZERO_Normal (0UL) /*!< No zero-length data received, use value in SIZE */
16420 #define USBD_SIZE_ISOOUT_ZERO_ZeroData (1UL) /*!< Zero-length data received, ignore value in SIZE */
16421 
16422 /* Bits 9..0 : Number of bytes received last on this ISO OUT data endpoint */
16423 #define USBD_SIZE_ISOOUT_SIZE_Pos (0UL) /*!< Position of SIZE field. */
16424 #define USBD_SIZE_ISOOUT_SIZE_Msk (0x3FFUL << USBD_SIZE_ISOOUT_SIZE_Pos) /*!< Bit mask of SIZE field. */
16425 
16426 /* Register: USBD_ENABLE */
16427 /* Description: Enable USB */
16428 
16429 /* Bit 0 : Enable USB */
16430 #define USBD_ENABLE_ENABLE_Pos (0UL) /*!< Position of ENABLE field. */
16431 #define USBD_ENABLE_ENABLE_Msk (0x1UL << USBD_ENABLE_ENABLE_Pos) /*!< Bit mask of ENABLE field. */
16432 #define USBD_ENABLE_ENABLE_Disabled (0UL) /*!< USB peripheral is disabled */
16433 #define USBD_ENABLE_ENABLE_Enabled (1UL) /*!< USB peripheral is enabled */
16434 
16435 /* Register: USBD_USBPULLUP */
16436 /* Description: Control of the USB pull-up */
16437 
16438 /* Bit 0 : Control of the USB pull-up on the D+ line */
16439 #define USBD_USBPULLUP_CONNECT_Pos (0UL) /*!< Position of CONNECT field. */
16440 #define USBD_USBPULLUP_CONNECT_Msk (0x1UL << USBD_USBPULLUP_CONNECT_Pos) /*!< Bit mask of CONNECT field. */
16441 #define USBD_USBPULLUP_CONNECT_Disabled (0UL) /*!< Pull-up is disconnected */
16442 #define USBD_USBPULLUP_CONNECT_Enabled (1UL) /*!< Pull-up is connected to D+ */
16443 
16444 /* Register: USBD_DPDMVALUE */
16445 /* Description: State D+ and D- lines will be forced into by the DPDMDRIVE task. The DPDMNODRIVE task reverts the control of the lines to MAC IP (no forcing). */
16446 
16447 /* Bits 4..0 : State D+ and D- lines will be forced into by the DPDMDRIVE task */
16448 #define USBD_DPDMVALUE_STATE_Pos (0UL) /*!< Position of STATE field. */
16449 #define USBD_DPDMVALUE_STATE_Msk (0x1FUL << USBD_DPDMVALUE_STATE_Pos) /*!< Bit mask of STATE field. */
16450 #define USBD_DPDMVALUE_STATE_Resume (1UL) /*!< D+ forced low, D- forced high (K state) for a timing preset in hardware (50 us or 5 ms, depending on bus state) */
16451 #define USBD_DPDMVALUE_STATE_J (2UL) /*!< D+ forced high, D- forced low (J state) */
16452 #define USBD_DPDMVALUE_STATE_K (4UL) /*!< D+ forced low, D- forced high (K state) */
16453 
16454 /* Register: USBD_DTOGGLE */
16455 /* Description: Data toggle control and status */
16456 
16457 /* Bits 9..8 : Data toggle value */
16458 #define USBD_DTOGGLE_VALUE_Pos (8UL) /*!< Position of VALUE field. */
16459 #define USBD_DTOGGLE_VALUE_Msk (0x3UL << USBD_DTOGGLE_VALUE_Pos) /*!< Bit mask of VALUE field. */
16460 #define USBD_DTOGGLE_VALUE_Nop (0UL) /*!< No action on data toggle when writing the register with this value */
16461 #define USBD_DTOGGLE_VALUE_Data0 (1UL) /*!< Data toggle is DATA0 on endpoint set by EP and IO */
16462 #define USBD_DTOGGLE_VALUE_Data1 (2UL) /*!< Data toggle is DATA1 on endpoint set by EP and IO */
16463 
16464 /* Bit 7 : Selects IN or OUT endpoint */
16465 #define USBD_DTOGGLE_IO_Pos (7UL) /*!< Position of IO field. */
16466 #define USBD_DTOGGLE_IO_Msk (0x1UL << USBD_DTOGGLE_IO_Pos) /*!< Bit mask of IO field. */
16467 #define USBD_DTOGGLE_IO_Out (0UL) /*!< Selects OUT endpoint */
16468 #define USBD_DTOGGLE_IO_In (1UL) /*!< Selects IN endpoint */
16469 
16470 /* Bits 2..0 : Select bulk endpoint number */
16471 #define USBD_DTOGGLE_EP_Pos (0UL) /*!< Position of EP field. */
16472 #define USBD_DTOGGLE_EP_Msk (0x7UL << USBD_DTOGGLE_EP_Pos) /*!< Bit mask of EP field. */
16473 
16474 /* Register: USBD_EPINEN */
16475 /* Description: Endpoint IN enable */
16476 
16477 /* Bit 8 : Enable ISO IN endpoint */
16478 #define USBD_EPINEN_ISOIN_Pos (8UL) /*!< Position of ISOIN field. */
16479 #define USBD_EPINEN_ISOIN_Msk (0x1UL << USBD_EPINEN_ISOIN_Pos) /*!< Bit mask of ISOIN field. */
16480 #define USBD_EPINEN_ISOIN_Disable (0UL) /*!< Disable ISO IN endpoint 8 */
16481 #define USBD_EPINEN_ISOIN_Enable (1UL) /*!< Enable ISO IN endpoint 8 */
16482 
16483 /* Bit 7 : Enable IN endpoint 7 */
16484 #define USBD_EPINEN_IN7_Pos (7UL) /*!< Position of IN7 field. */
16485 #define USBD_EPINEN_IN7_Msk (0x1UL << USBD_EPINEN_IN7_Pos) /*!< Bit mask of IN7 field. */
16486 #define USBD_EPINEN_IN7_Disable (0UL) /*!< Disable endpoint IN 7 (no response to IN tokens) */
16487 #define USBD_EPINEN_IN7_Enable (1UL) /*!< Enable endpoint IN 7 (response to IN tokens) */
16488 
16489 /* Bit 6 : Enable IN endpoint 6 */
16490 #define USBD_EPINEN_IN6_Pos (6UL) /*!< Position of IN6 field. */
16491 #define USBD_EPINEN_IN6_Msk (0x1UL << USBD_EPINEN_IN6_Pos) /*!< Bit mask of IN6 field. */
16492 #define USBD_EPINEN_IN6_Disable (0UL) /*!< Disable endpoint IN 6 (no response to IN tokens) */
16493 #define USBD_EPINEN_IN6_Enable (1UL) /*!< Enable endpoint IN 6 (response to IN tokens) */
16494 
16495 /* Bit 5 : Enable IN endpoint 5 */
16496 #define USBD_EPINEN_IN5_Pos (5UL) /*!< Position of IN5 field. */
16497 #define USBD_EPINEN_IN5_Msk (0x1UL << USBD_EPINEN_IN5_Pos) /*!< Bit mask of IN5 field. */
16498 #define USBD_EPINEN_IN5_Disable (0UL) /*!< Disable endpoint IN 5 (no response to IN tokens) */
16499 #define USBD_EPINEN_IN5_Enable (1UL) /*!< Enable endpoint IN 5 (response to IN tokens) */
16500 
16501 /* Bit 4 : Enable IN endpoint 4 */
16502 #define USBD_EPINEN_IN4_Pos (4UL) /*!< Position of IN4 field. */
16503 #define USBD_EPINEN_IN4_Msk (0x1UL << USBD_EPINEN_IN4_Pos) /*!< Bit mask of IN4 field. */
16504 #define USBD_EPINEN_IN4_Disable (0UL) /*!< Disable endpoint IN 4 (no response to IN tokens) */
16505 #define USBD_EPINEN_IN4_Enable (1UL) /*!< Enable endpoint IN 4 (response to IN tokens) */
16506 
16507 /* Bit 3 : Enable IN endpoint 3 */
16508 #define USBD_EPINEN_IN3_Pos (3UL) /*!< Position of IN3 field. */
16509 #define USBD_EPINEN_IN3_Msk (0x1UL << USBD_EPINEN_IN3_Pos) /*!< Bit mask of IN3 field. */
16510 #define USBD_EPINEN_IN3_Disable (0UL) /*!< Disable endpoint IN 3 (no response to IN tokens) */
16511 #define USBD_EPINEN_IN3_Enable (1UL) /*!< Enable endpoint IN 3 (response to IN tokens) */
16512 
16513 /* Bit 2 : Enable IN endpoint 2 */
16514 #define USBD_EPINEN_IN2_Pos (2UL) /*!< Position of IN2 field. */
16515 #define USBD_EPINEN_IN2_Msk (0x1UL << USBD_EPINEN_IN2_Pos) /*!< Bit mask of IN2 field. */
16516 #define USBD_EPINEN_IN2_Disable (0UL) /*!< Disable endpoint IN 2 (no response to IN tokens) */
16517 #define USBD_EPINEN_IN2_Enable (1UL) /*!< Enable endpoint IN 2 (response to IN tokens) */
16518 
16519 /* Bit 1 : Enable IN endpoint 1 */
16520 #define USBD_EPINEN_IN1_Pos (1UL) /*!< Position of IN1 field. */
16521 #define USBD_EPINEN_IN1_Msk (0x1UL << USBD_EPINEN_IN1_Pos) /*!< Bit mask of IN1 field. */
16522 #define USBD_EPINEN_IN1_Disable (0UL) /*!< Disable endpoint IN 1 (no response to IN tokens) */
16523 #define USBD_EPINEN_IN1_Enable (1UL) /*!< Enable endpoint IN 1 (response to IN tokens) */
16524 
16525 /* Bit 0 : Enable IN endpoint 0 */
16526 #define USBD_EPINEN_IN0_Pos (0UL) /*!< Position of IN0 field. */
16527 #define USBD_EPINEN_IN0_Msk (0x1UL << USBD_EPINEN_IN0_Pos) /*!< Bit mask of IN0 field. */
16528 #define USBD_EPINEN_IN0_Disable (0UL) /*!< Disable endpoint IN 0 (no response to IN tokens) */
16529 #define USBD_EPINEN_IN0_Enable (1UL) /*!< Enable endpoint IN 0 (response to IN tokens) */
16530 
16531 /* Register: USBD_EPOUTEN */
16532 /* Description: Endpoint OUT enable */
16533 
16534 /* Bit 8 : Enable ISO OUT endpoint 8 */
16535 #define USBD_EPOUTEN_ISOOUT_Pos (8UL) /*!< Position of ISOOUT field. */
16536 #define USBD_EPOUTEN_ISOOUT_Msk (0x1UL << USBD_EPOUTEN_ISOOUT_Pos) /*!< Bit mask of ISOOUT field. */
16537 #define USBD_EPOUTEN_ISOOUT_Disable (0UL) /*!< Disable ISO OUT endpoint 8 */
16538 #define USBD_EPOUTEN_ISOOUT_Enable (1UL) /*!< Enable ISO OUT endpoint 8 */
16539 
16540 /* Bit 7 : Enable OUT endpoint 7 */
16541 #define USBD_EPOUTEN_OUT7_Pos (7UL) /*!< Position of OUT7 field. */
16542 #define USBD_EPOUTEN_OUT7_Msk (0x1UL << USBD_EPOUTEN_OUT7_Pos) /*!< Bit mask of OUT7 field. */
16543 #define USBD_EPOUTEN_OUT7_Disable (0UL) /*!< Disable endpoint OUT 7 (no response to OUT tokens) */
16544 #define USBD_EPOUTEN_OUT7_Enable (1UL) /*!< Enable endpoint OUT 7 (response to OUT tokens) */
16545 
16546 /* Bit 6 : Enable OUT endpoint 6 */
16547 #define USBD_EPOUTEN_OUT6_Pos (6UL) /*!< Position of OUT6 field. */
16548 #define USBD_EPOUTEN_OUT6_Msk (0x1UL << USBD_EPOUTEN_OUT6_Pos) /*!< Bit mask of OUT6 field. */
16549 #define USBD_EPOUTEN_OUT6_Disable (0UL) /*!< Disable endpoint OUT 6 (no response to OUT tokens) */
16550 #define USBD_EPOUTEN_OUT6_Enable (1UL) /*!< Enable endpoint OUT 6 (response to OUT tokens) */
16551 
16552 /* Bit 5 : Enable OUT endpoint 5 */
16553 #define USBD_EPOUTEN_OUT5_Pos (5UL) /*!< Position of OUT5 field. */
16554 #define USBD_EPOUTEN_OUT5_Msk (0x1UL << USBD_EPOUTEN_OUT5_Pos) /*!< Bit mask of OUT5 field. */
16555 #define USBD_EPOUTEN_OUT5_Disable (0UL) /*!< Disable endpoint OUT 5 (no response to OUT tokens) */
16556 #define USBD_EPOUTEN_OUT5_Enable (1UL) /*!< Enable endpoint OUT 5 (response to OUT tokens) */
16557 
16558 /* Bit 4 : Enable OUT endpoint 4 */
16559 #define USBD_EPOUTEN_OUT4_Pos (4UL) /*!< Position of OUT4 field. */
16560 #define USBD_EPOUTEN_OUT4_Msk (0x1UL << USBD_EPOUTEN_OUT4_Pos) /*!< Bit mask of OUT4 field. */
16561 #define USBD_EPOUTEN_OUT4_Disable (0UL) /*!< Disable endpoint OUT 4 (no response to OUT tokens) */
16562 #define USBD_EPOUTEN_OUT4_Enable (1UL) /*!< Enable endpoint OUT 4 (response to OUT tokens) */
16563 
16564 /* Bit 3 : Enable OUT endpoint 3 */
16565 #define USBD_EPOUTEN_OUT3_Pos (3UL) /*!< Position of OUT3 field. */
16566 #define USBD_EPOUTEN_OUT3_Msk (0x1UL << USBD_EPOUTEN_OUT3_Pos) /*!< Bit mask of OUT3 field. */
16567 #define USBD_EPOUTEN_OUT3_Disable (0UL) /*!< Disable endpoint OUT 3 (no response to OUT tokens) */
16568 #define USBD_EPOUTEN_OUT3_Enable (1UL) /*!< Enable endpoint OUT 3 (response to OUT tokens) */
16569 
16570 /* Bit 2 : Enable OUT endpoint 2 */
16571 #define USBD_EPOUTEN_OUT2_Pos (2UL) /*!< Position of OUT2 field. */
16572 #define USBD_EPOUTEN_OUT2_Msk (0x1UL << USBD_EPOUTEN_OUT2_Pos) /*!< Bit mask of OUT2 field. */
16573 #define USBD_EPOUTEN_OUT2_Disable (0UL) /*!< Disable endpoint OUT 2 (no response to OUT tokens) */
16574 #define USBD_EPOUTEN_OUT2_Enable (1UL) /*!< Enable endpoint OUT 2 (response to OUT tokens) */
16575 
16576 /* Bit 1 : Enable OUT endpoint 1 */
16577 #define USBD_EPOUTEN_OUT1_Pos (1UL) /*!< Position of OUT1 field. */
16578 #define USBD_EPOUTEN_OUT1_Msk (0x1UL << USBD_EPOUTEN_OUT1_Pos) /*!< Bit mask of OUT1 field. */
16579 #define USBD_EPOUTEN_OUT1_Disable (0UL) /*!< Disable endpoint OUT 1 (no response to OUT tokens) */
16580 #define USBD_EPOUTEN_OUT1_Enable (1UL) /*!< Enable endpoint OUT 1 (response to OUT tokens) */
16581 
16582 /* Bit 0 : Enable OUT endpoint 0 */
16583 #define USBD_EPOUTEN_OUT0_Pos (0UL) /*!< Position of OUT0 field. */
16584 #define USBD_EPOUTEN_OUT0_Msk (0x1UL << USBD_EPOUTEN_OUT0_Pos) /*!< Bit mask of OUT0 field. */
16585 #define USBD_EPOUTEN_OUT0_Disable (0UL) /*!< Disable endpoint OUT 0 (no response to OUT tokens) */
16586 #define USBD_EPOUTEN_OUT0_Enable (1UL) /*!< Enable endpoint OUT 0 (response to OUT tokens) */
16587 
16588 /* Register: USBD_EPSTALL */
16589 /* Description: STALL endpoints */
16590 
16591 /* Bit 8 : Stall selected endpoint */
16592 #define USBD_EPSTALL_STALL_Pos (8UL) /*!< Position of STALL field. */
16593 #define USBD_EPSTALL_STALL_Msk (0x1UL << USBD_EPSTALL_STALL_Pos) /*!< Bit mask of STALL field. */
16594 #define USBD_EPSTALL_STALL_UnStall (0UL) /*!< Don't stall selected endpoint */
16595 #define USBD_EPSTALL_STALL_Stall (1UL) /*!< Stall selected endpoint */
16596 
16597 /* Bit 7 : Selects IN or OUT endpoint */
16598 #define USBD_EPSTALL_IO_Pos (7UL) /*!< Position of IO field. */
16599 #define USBD_EPSTALL_IO_Msk (0x1UL << USBD_EPSTALL_IO_Pos) /*!< Bit mask of IO field. */
16600 #define USBD_EPSTALL_IO_Out (0UL) /*!< Selects OUT endpoint */
16601 #define USBD_EPSTALL_IO_In (1UL) /*!< Selects IN endpoint */
16602 
16603 /* Bits 2..0 : Select endpoint number */
16604 #define USBD_EPSTALL_EP_Pos (0UL) /*!< Position of EP field. */
16605 #define USBD_EPSTALL_EP_Msk (0x7UL << USBD_EPSTALL_EP_Pos) /*!< Bit mask of EP field. */
16606 
16607 /* Register: USBD_ISOSPLIT */
16608 /* Description: Controls the split of ISO buffers */
16609 
16610 /* Bits 15..0 : Controls the split of ISO buffers */
16611 #define USBD_ISOSPLIT_SPLIT_Pos (0UL) /*!< Position of SPLIT field. */
16612 #define USBD_ISOSPLIT_SPLIT_Msk (0xFFFFUL << USBD_ISOSPLIT_SPLIT_Pos) /*!< Bit mask of SPLIT field. */
16613 #define USBD_ISOSPLIT_SPLIT_OneDir (0x0000UL) /*!< Full buffer dedicated to either iso IN or OUT */
16614 #define USBD_ISOSPLIT_SPLIT_HalfIN (0x0080UL) /*!< Lower half for IN, upper half for OUT */
16615 
16616 /* Register: USBD_FRAMECNTR */
16617 /* Description: Returns the current value of the start of frame counter */
16618 
16619 /* Bits 10..0 : Returns the current value of the start of frame counter */
16620 #define USBD_FRAMECNTR_FRAMECNTR_Pos (0UL) /*!< Position of FRAMECNTR field. */
16621 #define USBD_FRAMECNTR_FRAMECNTR_Msk (0x7FFUL << USBD_FRAMECNTR_FRAMECNTR_Pos) /*!< Bit mask of FRAMECNTR field. */
16622 
16623 /* Register: USBD_LOWPOWER */
16624 /* Description: Controls USBD peripheral low power mode during USB suspend */
16625 
16626 /* Bit 0 : Controls USBD peripheral low-power mode during USB suspend */
16627 #define USBD_LOWPOWER_LOWPOWER_Pos (0UL) /*!< Position of LOWPOWER field. */
16628 #define USBD_LOWPOWER_LOWPOWER_Msk (0x1UL << USBD_LOWPOWER_LOWPOWER_Pos) /*!< Bit mask of LOWPOWER field. */
16629 #define USBD_LOWPOWER_LOWPOWER_ForceNormal (0UL) /*!< Software must write this value to exit low power mode and before performing a remote wake-up */
16630 #define USBD_LOWPOWER_LOWPOWER_LowPower (1UL) /*!< Software must write this value to enter low power mode after DMA and software have finished interacting with the USB peripheral */
16631 
16632 /* Register: USBD_ISOINCONFIG */
16633 /* Description: Controls the response of the ISO IN endpoint to an IN token when no data is ready to be sent */
16634 
16635 /* Bit 0 : Controls the response of the ISO IN endpoint to an IN token when no data is ready to be sent */
16636 #define USBD_ISOINCONFIG_RESPONSE_Pos (0UL) /*!< Position of RESPONSE field. */
16637 #define USBD_ISOINCONFIG_RESPONSE_Msk (0x1UL << USBD_ISOINCONFIG_RESPONSE_Pos) /*!< Bit mask of RESPONSE field. */
16638 #define USBD_ISOINCONFIG_RESPONSE_NoResp (0UL) /*!< Endpoint does not respond in that case */
16639 #define USBD_ISOINCONFIG_RESPONSE_ZeroData (1UL) /*!< Endpoint responds with a zero-length data packet in that case */
16640 
16641 /* Register: USBD_EPIN_PTR */
16642 /* Description: Description cluster[n]: Data pointer */
16643 
16644 /* Bits 31..0 : Data pointer. Accepts any address in Data RAM. */
16645 #define USBD_EPIN_PTR_PTR_Pos (0UL) /*!< Position of PTR field. */
16646 #define USBD_EPIN_PTR_PTR_Msk (0xFFFFFFFFUL << USBD_EPIN_PTR_PTR_Pos) /*!< Bit mask of PTR field. */
16647 
16648 /* Register: USBD_EPIN_MAXCNT */
16649 /* Description: Description cluster[n]: Maximum number of bytes to transfer */
16650 
16651 /* Bits 6..0 : Maximum number of bytes to transfer */
16652 #define USBD_EPIN_MAXCNT_MAXCNT_Pos (0UL) /*!< Position of MAXCNT field. */
16653 #define USBD_EPIN_MAXCNT_MAXCNT_Msk (0x7FUL << USBD_EPIN_MAXCNT_MAXCNT_Pos) /*!< Bit mask of MAXCNT field. */
16654 
16655 /* Register: USBD_EPIN_AMOUNT */
16656 /* Description: Description cluster[n]: Number of bytes transferred in the last transaction */
16657 
16658 /* Bits 6..0 : Number of bytes transferred in the last transaction */
16659 #define USBD_EPIN_AMOUNT_AMOUNT_Pos (0UL) /*!< Position of AMOUNT field. */
16660 #define USBD_EPIN_AMOUNT_AMOUNT_Msk (0x7FUL << USBD_EPIN_AMOUNT_AMOUNT_Pos) /*!< Bit mask of AMOUNT field. */
16661 
16662 /* Register: USBD_ISOIN_PTR */
16663 /* Description: Data pointer */
16664 
16665 /* Bits 31..0 : Data pointer. Accepts any address in Data RAM. */
16666 #define USBD_ISOIN_PTR_PTR_Pos (0UL) /*!< Position of PTR field. */
16667 #define USBD_ISOIN_PTR_PTR_Msk (0xFFFFFFFFUL << USBD_ISOIN_PTR_PTR_Pos) /*!< Bit mask of PTR field. */
16668 
16669 /* Register: USBD_ISOIN_MAXCNT */
16670 /* Description: Maximum number of bytes to transfer */
16671 
16672 /* Bits 9..0 : Maximum number of bytes to transfer */
16673 #define USBD_ISOIN_MAXCNT_MAXCNT_Pos (0UL) /*!< Position of MAXCNT field. */
16674 #define USBD_ISOIN_MAXCNT_MAXCNT_Msk (0x3FFUL << USBD_ISOIN_MAXCNT_MAXCNT_Pos) /*!< Bit mask of MAXCNT field. */
16675 
16676 /* Register: USBD_ISOIN_AMOUNT */
16677 /* Description: Number of bytes transferred in the last transaction */
16678 
16679 /* Bits 9..0 : Number of bytes transferred in the last transaction */
16680 #define USBD_ISOIN_AMOUNT_AMOUNT_Pos (0UL) /*!< Position of AMOUNT field. */
16681 #define USBD_ISOIN_AMOUNT_AMOUNT_Msk (0x3FFUL << USBD_ISOIN_AMOUNT_AMOUNT_Pos) /*!< Bit mask of AMOUNT field. */
16682 
16683 /* Register: USBD_EPOUT_PTR */
16684 /* Description: Description cluster[n]: Data pointer */
16685 
16686 /* Bits 31..0 : Data pointer. Accepts any address in Data RAM. */
16687 #define USBD_EPOUT_PTR_PTR_Pos (0UL) /*!< Position of PTR field. */
16688 #define USBD_EPOUT_PTR_PTR_Msk (0xFFFFFFFFUL << USBD_EPOUT_PTR_PTR_Pos) /*!< Bit mask of PTR field. */
16689 
16690 /* Register: USBD_EPOUT_MAXCNT */
16691 /* Description: Description cluster[n]: Maximum number of bytes to transfer */
16692 
16693 /* Bits 6..0 : Maximum number of bytes to transfer */
16694 #define USBD_EPOUT_MAXCNT_MAXCNT_Pos (0UL) /*!< Position of MAXCNT field. */
16695 #define USBD_EPOUT_MAXCNT_MAXCNT_Msk (0x7FUL << USBD_EPOUT_MAXCNT_MAXCNT_Pos) /*!< Bit mask of MAXCNT field. */
16696 
16697 /* Register: USBD_EPOUT_AMOUNT */
16698 /* Description: Description cluster[n]: Number of bytes transferred in the last transaction */
16699 
16700 /* Bits 6..0 : Number of bytes transferred in the last transaction */
16701 #define USBD_EPOUT_AMOUNT_AMOUNT_Pos (0UL) /*!< Position of AMOUNT field. */
16702 #define USBD_EPOUT_AMOUNT_AMOUNT_Msk (0x7FUL << USBD_EPOUT_AMOUNT_AMOUNT_Pos) /*!< Bit mask of AMOUNT field. */
16703 
16704 /* Register: USBD_ISOOUT_PTR */
16705 /* Description: Data pointer */
16706 
16707 /* Bits 31..0 : Data pointer. Accepts any address in Data RAM. */
16708 #define USBD_ISOOUT_PTR_PTR_Pos (0UL) /*!< Position of PTR field. */
16709 #define USBD_ISOOUT_PTR_PTR_Msk (0xFFFFFFFFUL << USBD_ISOOUT_PTR_PTR_Pos) /*!< Bit mask of PTR field. */
16710 
16711 /* Register: USBD_ISOOUT_MAXCNT */
16712 /* Description: Maximum number of bytes to transfer */
16713 
16714 /* Bits 9..0 : Maximum number of bytes to transfer */
16715 #define USBD_ISOOUT_MAXCNT_MAXCNT_Pos (0UL) /*!< Position of MAXCNT field. */
16716 #define USBD_ISOOUT_MAXCNT_MAXCNT_Msk (0x3FFUL << USBD_ISOOUT_MAXCNT_MAXCNT_Pos) /*!< Bit mask of MAXCNT field. */
16717 
16718 /* Register: USBD_ISOOUT_AMOUNT */
16719 /* Description: Number of bytes transferred in the last transaction */
16720 
16721 /* Bits 9..0 : Number of bytes transferred in the last transaction */
16722 #define USBD_ISOOUT_AMOUNT_AMOUNT_Pos (0UL) /*!< Position of AMOUNT field. */
16723 #define USBD_ISOOUT_AMOUNT_AMOUNT_Msk (0x3FFUL << USBD_ISOOUT_AMOUNT_AMOUNT_Pos) /*!< Bit mask of AMOUNT field. */
16724 
16725 
16726 /* Peripheral: WDT */
16727 /* Description: Watchdog Timer */
16728 
16729 /* Register: WDT_TASKS_START */
16730 /* Description: Start the watchdog */
16731 
16732 /* Bit 0 :   */
16733 #define WDT_TASKS_START_TASKS_START_Pos (0UL) /*!< Position of TASKS_START field. */
16734 #define WDT_TASKS_START_TASKS_START_Msk (0x1UL << WDT_TASKS_START_TASKS_START_Pos) /*!< Bit mask of TASKS_START field. */
16735 
16736 /* Register: WDT_EVENTS_TIMEOUT */
16737 /* Description: Watchdog timeout */
16738 
16739 /* Bit 0 :   */
16740 #define WDT_EVENTS_TIMEOUT_EVENTS_TIMEOUT_Pos (0UL) /*!< Position of EVENTS_TIMEOUT field. */
16741 #define WDT_EVENTS_TIMEOUT_EVENTS_TIMEOUT_Msk (0x1UL << WDT_EVENTS_TIMEOUT_EVENTS_TIMEOUT_Pos) /*!< Bit mask of EVENTS_TIMEOUT field. */
16742 
16743 /* Register: WDT_INTENSET */
16744 /* Description: Enable interrupt */
16745 
16746 /* Bit 0 : Write '1' to enable interrupt for TIMEOUT event */
16747 #define WDT_INTENSET_TIMEOUT_Pos (0UL) /*!< Position of TIMEOUT field. */
16748 #define WDT_INTENSET_TIMEOUT_Msk (0x1UL << WDT_INTENSET_TIMEOUT_Pos) /*!< Bit mask of TIMEOUT field. */
16749 #define WDT_INTENSET_TIMEOUT_Disabled (0UL) /*!< Read: Disabled */
16750 #define WDT_INTENSET_TIMEOUT_Enabled (1UL) /*!< Read: Enabled */
16751 #define WDT_INTENSET_TIMEOUT_Set (1UL) /*!< Enable */
16752 
16753 /* Register: WDT_INTENCLR */
16754 /* Description: Disable interrupt */
16755 
16756 /* Bit 0 : Write '1' to disable interrupt for TIMEOUT event */
16757 #define WDT_INTENCLR_TIMEOUT_Pos (0UL) /*!< Position of TIMEOUT field. */
16758 #define WDT_INTENCLR_TIMEOUT_Msk (0x1UL << WDT_INTENCLR_TIMEOUT_Pos) /*!< Bit mask of TIMEOUT field. */
16759 #define WDT_INTENCLR_TIMEOUT_Disabled (0UL) /*!< Read: Disabled */
16760 #define WDT_INTENCLR_TIMEOUT_Enabled (1UL) /*!< Read: Enabled */
16761 #define WDT_INTENCLR_TIMEOUT_Clear (1UL) /*!< Disable */
16762 
16763 /* Register: WDT_RUNSTATUS */
16764 /* Description: Run status */
16765 
16766 /* Bit 0 : Indicates whether or not the watchdog is running */
16767 #define WDT_RUNSTATUS_RUNSTATUS_Pos (0UL) /*!< Position of RUNSTATUS field. */
16768 #define WDT_RUNSTATUS_RUNSTATUS_Msk (0x1UL << WDT_RUNSTATUS_RUNSTATUS_Pos) /*!< Bit mask of RUNSTATUS field. */
16769 #define WDT_RUNSTATUS_RUNSTATUS_NotRunning (0UL) /*!< Watchdog not running */
16770 #define WDT_RUNSTATUS_RUNSTATUS_Running (1UL) /*!< Watchdog is running */
16771 
16772 /* Register: WDT_REQSTATUS */
16773 /* Description: Request status */
16774 
16775 /* Bit 7 : Request status for RR[7] register */
16776 #define WDT_REQSTATUS_RR7_Pos (7UL) /*!< Position of RR7 field. */
16777 #define WDT_REQSTATUS_RR7_Msk (0x1UL << WDT_REQSTATUS_RR7_Pos) /*!< Bit mask of RR7 field. */
16778 #define WDT_REQSTATUS_RR7_DisabledOrRequested (0UL) /*!< RR[7] register is not enabled, or are already requesting reload */
16779 #define WDT_REQSTATUS_RR7_EnabledAndUnrequested (1UL) /*!< RR[7] register is enabled, and are not yet requesting reload */
16780 
16781 /* Bit 6 : Request status for RR[6] register */
16782 #define WDT_REQSTATUS_RR6_Pos (6UL) /*!< Position of RR6 field. */
16783 #define WDT_REQSTATUS_RR6_Msk (0x1UL << WDT_REQSTATUS_RR6_Pos) /*!< Bit mask of RR6 field. */
16784 #define WDT_REQSTATUS_RR6_DisabledOrRequested (0UL) /*!< RR[6] register is not enabled, or are already requesting reload */
16785 #define WDT_REQSTATUS_RR6_EnabledAndUnrequested (1UL) /*!< RR[6] register is enabled, and are not yet requesting reload */
16786 
16787 /* Bit 5 : Request status for RR[5] register */
16788 #define WDT_REQSTATUS_RR5_Pos (5UL) /*!< Position of RR5 field. */
16789 #define WDT_REQSTATUS_RR5_Msk (0x1UL << WDT_REQSTATUS_RR5_Pos) /*!< Bit mask of RR5 field. */
16790 #define WDT_REQSTATUS_RR5_DisabledOrRequested (0UL) /*!< RR[5] register is not enabled, or are already requesting reload */
16791 #define WDT_REQSTATUS_RR5_EnabledAndUnrequested (1UL) /*!< RR[5] register is enabled, and are not yet requesting reload */
16792 
16793 /* Bit 4 : Request status for RR[4] register */
16794 #define WDT_REQSTATUS_RR4_Pos (4UL) /*!< Position of RR4 field. */
16795 #define WDT_REQSTATUS_RR4_Msk (0x1UL << WDT_REQSTATUS_RR4_Pos) /*!< Bit mask of RR4 field. */
16796 #define WDT_REQSTATUS_RR4_DisabledOrRequested (0UL) /*!< RR[4] register is not enabled, or are already requesting reload */
16797 #define WDT_REQSTATUS_RR4_EnabledAndUnrequested (1UL) /*!< RR[4] register is enabled, and are not yet requesting reload */
16798 
16799 /* Bit 3 : Request status for RR[3] register */
16800 #define WDT_REQSTATUS_RR3_Pos (3UL) /*!< Position of RR3 field. */
16801 #define WDT_REQSTATUS_RR3_Msk (0x1UL << WDT_REQSTATUS_RR3_Pos) /*!< Bit mask of RR3 field. */
16802 #define WDT_REQSTATUS_RR3_DisabledOrRequested (0UL) /*!< RR[3] register is not enabled, or are already requesting reload */
16803 #define WDT_REQSTATUS_RR3_EnabledAndUnrequested (1UL) /*!< RR[3] register is enabled, and are not yet requesting reload */
16804 
16805 /* Bit 2 : Request status for RR[2] register */
16806 #define WDT_REQSTATUS_RR2_Pos (2UL) /*!< Position of RR2 field. */
16807 #define WDT_REQSTATUS_RR2_Msk (0x1UL << WDT_REQSTATUS_RR2_Pos) /*!< Bit mask of RR2 field. */
16808 #define WDT_REQSTATUS_RR2_DisabledOrRequested (0UL) /*!< RR[2] register is not enabled, or are already requesting reload */
16809 #define WDT_REQSTATUS_RR2_EnabledAndUnrequested (1UL) /*!< RR[2] register is enabled, and are not yet requesting reload */
16810 
16811 /* Bit 1 : Request status for RR[1] register */
16812 #define WDT_REQSTATUS_RR1_Pos (1UL) /*!< Position of RR1 field. */
16813 #define WDT_REQSTATUS_RR1_Msk (0x1UL << WDT_REQSTATUS_RR1_Pos) /*!< Bit mask of RR1 field. */
16814 #define WDT_REQSTATUS_RR1_DisabledOrRequested (0UL) /*!< RR[1] register is not enabled, or are already requesting reload */
16815 #define WDT_REQSTATUS_RR1_EnabledAndUnrequested (1UL) /*!< RR[1] register is enabled, and are not yet requesting reload */
16816 
16817 /* Bit 0 : Request status for RR[0] register */
16818 #define WDT_REQSTATUS_RR0_Pos (0UL) /*!< Position of RR0 field. */
16819 #define WDT_REQSTATUS_RR0_Msk (0x1UL << WDT_REQSTATUS_RR0_Pos) /*!< Bit mask of RR0 field. */
16820 #define WDT_REQSTATUS_RR0_DisabledOrRequested (0UL) /*!< RR[0] register is not enabled, or are already requesting reload */
16821 #define WDT_REQSTATUS_RR0_EnabledAndUnrequested (1UL) /*!< RR[0] register is enabled, and are not yet requesting reload */
16822 
16823 /* Register: WDT_CRV */
16824 /* Description: Counter reload value */
16825 
16826 /* Bits 31..0 : Counter reload value in number of cycles of the 32.768 kHz clock */
16827 #define WDT_CRV_CRV_Pos (0UL) /*!< Position of CRV field. */
16828 #define WDT_CRV_CRV_Msk (0xFFFFFFFFUL << WDT_CRV_CRV_Pos) /*!< Bit mask of CRV field. */
16829 
16830 /* Register: WDT_RREN */
16831 /* Description: Enable register for reload request registers */
16832 
16833 /* Bit 7 : Enable or disable RR[7] register */
16834 #define WDT_RREN_RR7_Pos (7UL) /*!< Position of RR7 field. */
16835 #define WDT_RREN_RR7_Msk (0x1UL << WDT_RREN_RR7_Pos) /*!< Bit mask of RR7 field. */
16836 #define WDT_RREN_RR7_Disabled (0UL) /*!< Disable RR[7] register */
16837 #define WDT_RREN_RR7_Enabled (1UL) /*!< Enable RR[7] register */
16838 
16839 /* Bit 6 : Enable or disable RR[6] register */
16840 #define WDT_RREN_RR6_Pos (6UL) /*!< Position of RR6 field. */
16841 #define WDT_RREN_RR6_Msk (0x1UL << WDT_RREN_RR6_Pos) /*!< Bit mask of RR6 field. */
16842 #define WDT_RREN_RR6_Disabled (0UL) /*!< Disable RR[6] register */
16843 #define WDT_RREN_RR6_Enabled (1UL) /*!< Enable RR[6] register */
16844 
16845 /* Bit 5 : Enable or disable RR[5] register */
16846 #define WDT_RREN_RR5_Pos (5UL) /*!< Position of RR5 field. */
16847 #define WDT_RREN_RR5_Msk (0x1UL << WDT_RREN_RR5_Pos) /*!< Bit mask of RR5 field. */
16848 #define WDT_RREN_RR5_Disabled (0UL) /*!< Disable RR[5] register */
16849 #define WDT_RREN_RR5_Enabled (1UL) /*!< Enable RR[5] register */
16850 
16851 /* Bit 4 : Enable or disable RR[4] register */
16852 #define WDT_RREN_RR4_Pos (4UL) /*!< Position of RR4 field. */
16853 #define WDT_RREN_RR4_Msk (0x1UL << WDT_RREN_RR4_Pos) /*!< Bit mask of RR4 field. */
16854 #define WDT_RREN_RR4_Disabled (0UL) /*!< Disable RR[4] register */
16855 #define WDT_RREN_RR4_Enabled (1UL) /*!< Enable RR[4] register */
16856 
16857 /* Bit 3 : Enable or disable RR[3] register */
16858 #define WDT_RREN_RR3_Pos (3UL) /*!< Position of RR3 field. */
16859 #define WDT_RREN_RR3_Msk (0x1UL << WDT_RREN_RR3_Pos) /*!< Bit mask of RR3 field. */
16860 #define WDT_RREN_RR3_Disabled (0UL) /*!< Disable RR[3] register */
16861 #define WDT_RREN_RR3_Enabled (1UL) /*!< Enable RR[3] register */
16862 
16863 /* Bit 2 : Enable or disable RR[2] register */
16864 #define WDT_RREN_RR2_Pos (2UL) /*!< Position of RR2 field. */
16865 #define WDT_RREN_RR2_Msk (0x1UL << WDT_RREN_RR2_Pos) /*!< Bit mask of RR2 field. */
16866 #define WDT_RREN_RR2_Disabled (0UL) /*!< Disable RR[2] register */
16867 #define WDT_RREN_RR2_Enabled (1UL) /*!< Enable RR[2] register */
16868 
16869 /* Bit 1 : Enable or disable RR[1] register */
16870 #define WDT_RREN_RR1_Pos (1UL) /*!< Position of RR1 field. */
16871 #define WDT_RREN_RR1_Msk (0x1UL << WDT_RREN_RR1_Pos) /*!< Bit mask of RR1 field. */
16872 #define WDT_RREN_RR1_Disabled (0UL) /*!< Disable RR[1] register */
16873 #define WDT_RREN_RR1_Enabled (1UL) /*!< Enable RR[1] register */
16874 
16875 /* Bit 0 : Enable or disable RR[0] register */
16876 #define WDT_RREN_RR0_Pos (0UL) /*!< Position of RR0 field. */
16877 #define WDT_RREN_RR0_Msk (0x1UL << WDT_RREN_RR0_Pos) /*!< Bit mask of RR0 field. */
16878 #define WDT_RREN_RR0_Disabled (0UL) /*!< Disable RR[0] register */
16879 #define WDT_RREN_RR0_Enabled (1UL) /*!< Enable RR[0] register */
16880 
16881 /* Register: WDT_CONFIG */
16882 /* Description: Configuration register */
16883 
16884 /* Bit 3 : Configure the watchdog to either be paused, or kept running, while the CPU is halted by the debugger */
16885 #define WDT_CONFIG_HALT_Pos (3UL) /*!< Position of HALT field. */
16886 #define WDT_CONFIG_HALT_Msk (0x1UL << WDT_CONFIG_HALT_Pos) /*!< Bit mask of HALT field. */
16887 #define WDT_CONFIG_HALT_Pause (0UL) /*!< Pause watchdog while the CPU is halted by the debugger */
16888 #define WDT_CONFIG_HALT_Run (1UL) /*!< Keep the watchdog running while the CPU is halted by the debugger */
16889 
16890 /* Bit 0 : Configure the watchdog to either be paused, or kept running, while the CPU is sleeping */
16891 #define WDT_CONFIG_SLEEP_Pos (0UL) /*!< Position of SLEEP field. */
16892 #define WDT_CONFIG_SLEEP_Msk (0x1UL << WDT_CONFIG_SLEEP_Pos) /*!< Bit mask of SLEEP field. */
16893 #define WDT_CONFIG_SLEEP_Pause (0UL) /*!< Pause watchdog while the CPU is sleeping */
16894 #define WDT_CONFIG_SLEEP_Run (1UL) /*!< Keep the watchdog running while the CPU is sleeping */
16895 
16896 /* Register: WDT_RR */
16897 /* Description: Description collection[n]: Reload request n */
16898 
16899 /* Bits 31..0 : Reload request register */
16900 #define WDT_RR_RR_Pos (0UL) /*!< Position of RR field. */
16901 #define WDT_RR_RR_Msk (0xFFFFFFFFUL << WDT_RR_RR_Pos) /*!< Bit mask of RR field. */
16902 #define WDT_RR_RR_Reload (0x6E524635UL) /*!< Value to request a reload of the watchdog timer */
16903 
16904 
16905 /*lint --flb "Leave library region" */
16906 #endif
16907