1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
#[doc = r"Register block"]
#[repr(C)]
pub struct RegisterBlock {
    _reserved_0_uca1ctlw: [u8; 2usize],
    #[doc = "0x02 - eUSCI_Ax Control Word Register 1"]
    pub uca1ctlw1: UCA1CTLW1,
    _reserved2: [u8; 2usize],
    _reserved_2_uca1: [u8; 2usize],
    #[doc = "0x08 - eUSCI_Ax Modulation Control Word Register"]
    pub uca1mctlw: UCA1MCTLW,
    _reserved_4_uca1: [u8; 2usize],
    _reserved_5_uca1: [u8; 2usize],
    _reserved_6_uca1: [u8; 2usize],
    #[doc = "0x10 - eUSCI_Ax Auto Baud Rate Control Register"]
    pub uca1abctl: UCA1ABCTL,
    #[doc = "0x12 - eUSCI_Ax IrDA Control Word Register"]
    pub uca1irctl: UCA1IRCTL,
    _reserved9: [u8; 6usize],
    _reserved_9_uca1: [u8; 2usize],
    _reserved_10_uca1: [u8; 2usize],
    _reserved_11_uca1: [u8; 2usize],
}
impl RegisterBlock {
    #[doc = "0x00 - eUSCI_Ax Control Word Register 0"]
    #[inline(always)]
    pub fn uca1ctlw0_spi(&self) -> &UCA1CTLW0_SPI {
        unsafe { &*(((self as *const Self) as *const u8).add(0usize) as *const UCA1CTLW0_SPI) }
    }
    #[doc = "0x00 - eUSCI_Ax Control Word Register 0"]
    #[inline(always)]
    pub fn uca1ctlw0_spi_mut(&self) -> &mut UCA1CTLW0_SPI {
        unsafe { &mut *(((self as *const Self) as *mut u8).add(0usize) as *mut UCA1CTLW0_SPI) }
    }
    #[doc = "0x00 - eUSCI_Ax Control Word Register 0"]
    #[inline(always)]
    pub fn uca1ctlw0(&self) -> &UCA1CTLW0 {
        unsafe { &*(((self as *const Self) as *const u8).add(0usize) as *const UCA1CTLW0) }
    }
    #[doc = "0x00 - eUSCI_Ax Control Word Register 0"]
    #[inline(always)]
    pub fn uca1ctlw0_mut(&self) -> &mut UCA1CTLW0 {
        unsafe { &mut *(((self as *const Self) as *mut u8).add(0usize) as *mut UCA1CTLW0) }
    }
    #[doc = "0x06 - eUSCI_Ax Bit Rate Control Register 1"]
    #[inline(always)]
    pub fn uca1brw_spi(&self) -> &UCA1BRW_SPI {
        unsafe { &*(((self as *const Self) as *const u8).add(6usize) as *const UCA1BRW_SPI) }
    }
    #[doc = "0x06 - eUSCI_Ax Bit Rate Control Register 1"]
    #[inline(always)]
    pub fn uca1brw_spi_mut(&self) -> &mut UCA1BRW_SPI {
        unsafe { &mut *(((self as *const Self) as *mut u8).add(6usize) as *mut UCA1BRW_SPI) }
    }
    #[doc = "0x06 - eUSCI_Ax Baud Rate Control Word Register"]
    #[inline(always)]
    pub fn uca1brw(&self) -> &UCA1BRW {
        unsafe { &*(((self as *const Self) as *const u8).add(6usize) as *const UCA1BRW) }
    }
    #[doc = "0x06 - eUSCI_Ax Baud Rate Control Word Register"]
    #[inline(always)]
    pub fn uca1brw_mut(&self) -> &mut UCA1BRW {
        unsafe { &mut *(((self as *const Self) as *mut u8).add(6usize) as *mut UCA1BRW) }
    }
    #[doc = "0x0a - UCA1STATW_SPI"]
    #[inline(always)]
    pub fn uca1statw_spi(&self) -> &UCA1STATW_SPI {
        unsafe { &*(((self as *const Self) as *const u8).add(10usize) as *const UCA1STATW_SPI) }
    }
    #[doc = "0x0a - UCA1STATW_SPI"]
    #[inline(always)]
    pub fn uca1statw_spi_mut(&self) -> &mut UCA1STATW_SPI {
        unsafe { &mut *(((self as *const Self) as *mut u8).add(10usize) as *mut UCA1STATW_SPI) }
    }
    #[doc = "0x0a - eUSCI_Ax Status Register"]
    #[inline(always)]
    pub fn uca1statw(&self) -> &UCA1STATW {
        unsafe { &*(((self as *const Self) as *const u8).add(10usize) as *const UCA1STATW) }
    }
    #[doc = "0x0a - eUSCI_Ax Status Register"]
    #[inline(always)]
    pub fn uca1statw_mut(&self) -> &mut UCA1STATW {
        unsafe { &mut *(((self as *const Self) as *mut u8).add(10usize) as *mut UCA1STATW) }
    }
    #[doc = "0x0c - eUSCI_Ax Receive Buffer Register"]
    #[inline(always)]
    pub fn uca1rxbuf_spi(&self) -> &UCA1RXBUF_SPI {
        unsafe { &*(((self as *const Self) as *const u8).add(12usize) as *const UCA1RXBUF_SPI) }
    }
    #[doc = "0x0c - eUSCI_Ax Receive Buffer Register"]
    #[inline(always)]
    pub fn uca1rxbuf_spi_mut(&self) -> &mut UCA1RXBUF_SPI {
        unsafe { &mut *(((self as *const Self) as *mut u8).add(12usize) as *mut UCA1RXBUF_SPI) }
    }
    #[doc = "0x0c - eUSCI_Ax Receive Buffer Register"]
    #[inline(always)]
    pub fn uca1rxbuf(&self) -> &UCA1RXBUF {
        unsafe { &*(((self as *const Self) as *const u8).add(12usize) as *const UCA1RXBUF) }
    }
    #[doc = "0x0c - eUSCI_Ax Receive Buffer Register"]
    #[inline(always)]
    pub fn uca1rxbuf_mut(&self) -> &mut UCA1RXBUF {
        unsafe { &mut *(((self as *const Self) as *mut u8).add(12usize) as *mut UCA1RXBUF) }
    }
    #[doc = "0x0e - eUSCI_Ax Transmit Buffer Register"]
    #[inline(always)]
    pub fn uca1txbuf_spi(&self) -> &UCA1TXBUF_SPI {
        unsafe { &*(((self as *const Self) as *const u8).add(14usize) as *const UCA1TXBUF_SPI) }
    }
    #[doc = "0x0e - eUSCI_Ax Transmit Buffer Register"]
    #[inline(always)]
    pub fn uca1txbuf_spi_mut(&self) -> &mut UCA1TXBUF_SPI {
        unsafe { &mut *(((self as *const Self) as *mut u8).add(14usize) as *mut UCA1TXBUF_SPI) }
    }
    #[doc = "0x0e - eUSCI_Ax Transmit Buffer Register"]
    #[inline(always)]
    pub fn uca1txbuf(&self) -> &UCA1TXBUF {
        unsafe { &*(((self as *const Self) as *const u8).add(14usize) as *const UCA1TXBUF) }
    }
    #[doc = "0x0e - eUSCI_Ax Transmit Buffer Register"]
    #[inline(always)]
    pub fn uca1txbuf_mut(&self) -> &mut UCA1TXBUF {
        unsafe { &mut *(((self as *const Self) as *mut u8).add(14usize) as *mut UCA1TXBUF) }
    }
    #[doc = "0x1a - eUSCI_Ax Interrupt Enable Register"]
    #[inline(always)]
    pub fn uca1ie_spi(&self) -> &UCA1IE_SPI {
        unsafe { &*(((self as *const Self) as *const u8).add(26usize) as *const UCA1IE_SPI) }
    }
    #[doc = "0x1a - eUSCI_Ax Interrupt Enable Register"]
    #[inline(always)]
    pub fn uca1ie_spi_mut(&self) -> &mut UCA1IE_SPI {
        unsafe { &mut *(((self as *const Self) as *mut u8).add(26usize) as *mut UCA1IE_SPI) }
    }
    #[doc = "0x1a - eUSCI_Ax Interrupt Enable Register"]
    #[inline(always)]
    pub fn uca1ie(&self) -> &UCA1IE {
        unsafe { &*(((self as *const Self) as *const u8).add(26usize) as *const UCA1IE) }
    }
    #[doc = "0x1a - eUSCI_Ax Interrupt Enable Register"]
    #[inline(always)]
    pub fn uca1ie_mut(&self) -> &mut UCA1IE {
        unsafe { &mut *(((self as *const Self) as *mut u8).add(26usize) as *mut UCA1IE) }
    }
    #[doc = "0x1c - eUSCI_Ax Interrupt Flag Register"]
    #[inline(always)]
    pub fn uca1ifg_spi(&self) -> &UCA1IFG_SPI {
        unsafe { &*(((self as *const Self) as *const u8).add(28usize) as *const UCA1IFG_SPI) }
    }
    #[doc = "0x1c - eUSCI_Ax Interrupt Flag Register"]
    #[inline(always)]
    pub fn uca1ifg_spi_mut(&self) -> &mut UCA1IFG_SPI {
        unsafe { &mut *(((self as *const Self) as *mut u8).add(28usize) as *mut UCA1IFG_SPI) }
    }
    #[doc = "0x1c - eUSCI_Ax Interrupt Flag Register"]
    #[inline(always)]
    pub fn uca1ifg(&self) -> &UCA1IFG {
        unsafe { &*(((self as *const Self) as *const u8).add(28usize) as *const UCA1IFG) }
    }
    #[doc = "0x1c - eUSCI_Ax Interrupt Flag Register"]
    #[inline(always)]
    pub fn uca1ifg_mut(&self) -> &mut UCA1IFG {
        unsafe { &mut *(((self as *const Self) as *mut u8).add(28usize) as *mut UCA1IFG) }
    }
    #[doc = "0x1e - eUSCI_Ax Interrupt Vector Register"]
    #[inline(always)]
    pub fn uca1iv_spi(&self) -> &UCA1IV_SPI {
        unsafe { &*(((self as *const Self) as *const u8).add(30usize) as *const UCA1IV_SPI) }
    }
    #[doc = "0x1e - eUSCI_Ax Interrupt Vector Register"]
    #[inline(always)]
    pub fn uca1iv_spi_mut(&self) -> &mut UCA1IV_SPI {
        unsafe { &mut *(((self as *const Self) as *mut u8).add(30usize) as *mut UCA1IV_SPI) }
    }
    #[doc = "0x1e - eUSCI_Ax Interrupt Vector Register"]
    #[inline(always)]
    pub fn uca1iv(&self) -> &UCA1IV {
        unsafe { &*(((self as *const Self) as *const u8).add(30usize) as *const UCA1IV) }
    }
    #[doc = "0x1e - eUSCI_Ax Interrupt Vector Register"]
    #[inline(always)]
    pub fn uca1iv_mut(&self) -> &mut UCA1IV {
        unsafe { &mut *(((self as *const Self) as *mut u8).add(30usize) as *mut UCA1IV) }
    }
}
#[doc = "eUSCI_Ax Control Word Register 0\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [uca1ctlw0](uca1ctlw0) module"]
pub type UCA1CTLW0 = crate::Reg<u16, _UCA1CTLW0>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _UCA1CTLW0;
#[doc = "`read()` method returns [uca1ctlw0::R](uca1ctlw0::R) reader structure"]
impl crate::Readable for UCA1CTLW0 {}
#[doc = "`write(|w| ..)` method takes [uca1ctlw0::W](uca1ctlw0::W) writer structure"]
impl crate::Writable for UCA1CTLW0 {}
#[doc = "eUSCI_Ax Control Word Register 0"]
pub mod uca1ctlw0;
#[doc = "eUSCI_Ax Control Word Register 0\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [uca1ctlw0_spi](uca1ctlw0_spi) module"]
pub type UCA1CTLW0_SPI = crate::Reg<u16, _UCA1CTLW0_SPI>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _UCA1CTLW0_SPI;
#[doc = "`read()` method returns [uca1ctlw0_spi::R](uca1ctlw0_spi::R) reader structure"]
impl crate::Readable for UCA1CTLW0_SPI {}
#[doc = "`write(|w| ..)` method takes [uca1ctlw0_spi::W](uca1ctlw0_spi::W) writer structure"]
impl crate::Writable for UCA1CTLW0_SPI {}
#[doc = "eUSCI_Ax Control Word Register 0"]
pub mod uca1ctlw0_spi;
#[doc = "eUSCI_Ax Control Word Register 1\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [uca1ctlw1](uca1ctlw1) module"]
pub type UCA1CTLW1 = crate::Reg<u16, _UCA1CTLW1>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _UCA1CTLW1;
#[doc = "`read()` method returns [uca1ctlw1::R](uca1ctlw1::R) reader structure"]
impl crate::Readable for UCA1CTLW1 {}
#[doc = "`write(|w| ..)` method takes [uca1ctlw1::W](uca1ctlw1::W) writer structure"]
impl crate::Writable for UCA1CTLW1 {}
#[doc = "eUSCI_Ax Control Word Register 1"]
pub mod uca1ctlw1;
#[doc = "eUSCI_Ax Baud Rate Control Word Register\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [uca1brw](uca1brw) module"]
pub type UCA1BRW = crate::Reg<u16, _UCA1BRW>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _UCA1BRW;
#[doc = "`read()` method returns [uca1brw::R](uca1brw::R) reader structure"]
impl crate::Readable for UCA1BRW {}
#[doc = "`write(|w| ..)` method takes [uca1brw::W](uca1brw::W) writer structure"]
impl crate::Writable for UCA1BRW {}
#[doc = "eUSCI_Ax Baud Rate Control Word Register"]
pub mod uca1brw;
#[doc = "eUSCI_Ax Bit Rate Control Register 1\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [uca1brw_spi](uca1brw_spi) module"]
pub type UCA1BRW_SPI = crate::Reg<u16, _UCA1BRW_SPI>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _UCA1BRW_SPI;
#[doc = "`read()` method returns [uca1brw_spi::R](uca1brw_spi::R) reader structure"]
impl crate::Readable for UCA1BRW_SPI {}
#[doc = "`write(|w| ..)` method takes [uca1brw_spi::W](uca1brw_spi::W) writer structure"]
impl crate::Writable for UCA1BRW_SPI {}
#[doc = "eUSCI_Ax Bit Rate Control Register 1"]
pub mod uca1brw_spi;
#[doc = "eUSCI_Ax Modulation Control Word Register\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [uca1mctlw](uca1mctlw) module"]
pub type UCA1MCTLW = crate::Reg<u16, _UCA1MCTLW>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _UCA1MCTLW;
#[doc = "`read()` method returns [uca1mctlw::R](uca1mctlw::R) reader structure"]
impl crate::Readable for UCA1MCTLW {}
#[doc = "`write(|w| ..)` method takes [uca1mctlw::W](uca1mctlw::W) writer structure"]
impl crate::Writable for UCA1MCTLW {}
#[doc = "eUSCI_Ax Modulation Control Word Register"]
pub mod uca1mctlw;
#[doc = "eUSCI_Ax Status Register\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [uca1statw](uca1statw) module"]
pub type UCA1STATW = crate::Reg<u16, _UCA1STATW>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _UCA1STATW;
#[doc = "`read()` method returns [uca1statw::R](uca1statw::R) reader structure"]
impl crate::Readable for UCA1STATW {}
#[doc = "`write(|w| ..)` method takes [uca1statw::W](uca1statw::W) writer structure"]
impl crate::Writable for UCA1STATW {}
#[doc = "eUSCI_Ax Status Register"]
pub mod uca1statw;
#[doc = "UCA1STATW_SPI\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [uca1statw_spi](uca1statw_spi) module"]
pub type UCA1STATW_SPI = crate::Reg<u16, _UCA1STATW_SPI>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _UCA1STATW_SPI;
#[doc = "`read()` method returns [uca1statw_spi::R](uca1statw_spi::R) reader structure"]
impl crate::Readable for UCA1STATW_SPI {}
#[doc = "`write(|w| ..)` method takes [uca1statw_spi::W](uca1statw_spi::W) writer structure"]
impl crate::Writable for UCA1STATW_SPI {}
#[doc = "UCA1STATW_SPI"]
pub mod uca1statw_spi;
#[doc = "eUSCI_Ax Receive Buffer Register\n\nThis register you can [`read`](crate::generic::Reg::read). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [uca1rxbuf](uca1rxbuf) module"]
pub type UCA1RXBUF = crate::Reg<u16, _UCA1RXBUF>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _UCA1RXBUF;
#[doc = "`read()` method returns [uca1rxbuf::R](uca1rxbuf::R) reader structure"]
impl crate::Readable for UCA1RXBUF {}
#[doc = "eUSCI_Ax Receive Buffer Register"]
pub mod uca1rxbuf;
#[doc = "eUSCI_Ax Receive Buffer Register\n\nThis register you can [`read`](crate::generic::Reg::read). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [uca1rxbuf_spi](uca1rxbuf_spi) module"]
pub type UCA1RXBUF_SPI = crate::Reg<u16, _UCA1RXBUF_SPI>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _UCA1RXBUF_SPI;
#[doc = "`read()` method returns [uca1rxbuf_spi::R](uca1rxbuf_spi::R) reader structure"]
impl crate::Readable for UCA1RXBUF_SPI {}
#[doc = "eUSCI_Ax Receive Buffer Register"]
pub mod uca1rxbuf_spi;
#[doc = "eUSCI_Ax Transmit Buffer Register\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [uca1txbuf](uca1txbuf) module"]
pub type UCA1TXBUF = crate::Reg<u16, _UCA1TXBUF>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _UCA1TXBUF;
#[doc = "`read()` method returns [uca1txbuf::R](uca1txbuf::R) reader structure"]
impl crate::Readable for UCA1TXBUF {}
#[doc = "`write(|w| ..)` method takes [uca1txbuf::W](uca1txbuf::W) writer structure"]
impl crate::Writable for UCA1TXBUF {}
#[doc = "eUSCI_Ax Transmit Buffer Register"]
pub mod uca1txbuf;
#[doc = "eUSCI_Ax Transmit Buffer Register\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [uca1txbuf_spi](uca1txbuf_spi) module"]
pub type UCA1TXBUF_SPI = crate::Reg<u16, _UCA1TXBUF_SPI>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _UCA1TXBUF_SPI;
#[doc = "`read()` method returns [uca1txbuf_spi::R](uca1txbuf_spi::R) reader structure"]
impl crate::Readable for UCA1TXBUF_SPI {}
#[doc = "`write(|w| ..)` method takes [uca1txbuf_spi::W](uca1txbuf_spi::W) writer structure"]
impl crate::Writable for UCA1TXBUF_SPI {}
#[doc = "eUSCI_Ax Transmit Buffer Register"]
pub mod uca1txbuf_spi;
#[doc = "eUSCI_Ax Auto Baud Rate Control Register\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [uca1abctl](uca1abctl) module"]
pub type UCA1ABCTL = crate::Reg<u16, _UCA1ABCTL>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _UCA1ABCTL;
#[doc = "`read()` method returns [uca1abctl::R](uca1abctl::R) reader structure"]
impl crate::Readable for UCA1ABCTL {}
#[doc = "`write(|w| ..)` method takes [uca1abctl::W](uca1abctl::W) writer structure"]
impl crate::Writable for UCA1ABCTL {}
#[doc = "eUSCI_Ax Auto Baud Rate Control Register"]
pub mod uca1abctl;
#[doc = "eUSCI_Ax IrDA Control Word Register\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [uca1irctl](uca1irctl) module"]
pub type UCA1IRCTL = crate::Reg<u16, _UCA1IRCTL>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _UCA1IRCTL;
#[doc = "`read()` method returns [uca1irctl::R](uca1irctl::R) reader structure"]
impl crate::Readable for UCA1IRCTL {}
#[doc = "`write(|w| ..)` method takes [uca1irctl::W](uca1irctl::W) writer structure"]
impl crate::Writable for UCA1IRCTL {}
#[doc = "eUSCI_Ax IrDA Control Word Register"]
pub mod uca1irctl;
#[doc = "eUSCI_Ax Interrupt Enable Register\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [uca1ie](uca1ie) module"]
pub type UCA1IE = crate::Reg<u16, _UCA1IE>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _UCA1IE;
#[doc = "`read()` method returns [uca1ie::R](uca1ie::R) reader structure"]
impl crate::Readable for UCA1IE {}
#[doc = "`write(|w| ..)` method takes [uca1ie::W](uca1ie::W) writer structure"]
impl crate::Writable for UCA1IE {}
#[doc = "eUSCI_Ax Interrupt Enable Register"]
pub mod uca1ie;
#[doc = "eUSCI_Ax Interrupt Enable Register\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [uca1ie_spi](uca1ie_spi) module"]
pub type UCA1IE_SPI = crate::Reg<u16, _UCA1IE_SPI>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _UCA1IE_SPI;
#[doc = "`read()` method returns [uca1ie_spi::R](uca1ie_spi::R) reader structure"]
impl crate::Readable for UCA1IE_SPI {}
#[doc = "`write(|w| ..)` method takes [uca1ie_spi::W](uca1ie_spi::W) writer structure"]
impl crate::Writable for UCA1IE_SPI {}
#[doc = "eUSCI_Ax Interrupt Enable Register"]
pub mod uca1ie_spi;
#[doc = "eUSCI_Ax Interrupt Flag Register\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [uca1ifg](uca1ifg) module"]
pub type UCA1IFG = crate::Reg<u16, _UCA1IFG>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _UCA1IFG;
#[doc = "`read()` method returns [uca1ifg::R](uca1ifg::R) reader structure"]
impl crate::Readable for UCA1IFG {}
#[doc = "`write(|w| ..)` method takes [uca1ifg::W](uca1ifg::W) writer structure"]
impl crate::Writable for UCA1IFG {}
#[doc = "eUSCI_Ax Interrupt Flag Register"]
pub mod uca1ifg;
#[doc = "eUSCI_Ax Interrupt Flag Register\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [uca1ifg_spi](uca1ifg_spi) module"]
pub type UCA1IFG_SPI = crate::Reg<u16, _UCA1IFG_SPI>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _UCA1IFG_SPI;
#[doc = "`read()` method returns [uca1ifg_spi::R](uca1ifg_spi::R) reader structure"]
impl crate::Readable for UCA1IFG_SPI {}
#[doc = "`write(|w| ..)` method takes [uca1ifg_spi::W](uca1ifg_spi::W) writer structure"]
impl crate::Writable for UCA1IFG_SPI {}
#[doc = "eUSCI_Ax Interrupt Flag Register"]
pub mod uca1ifg_spi;
#[doc = "eUSCI_Ax Interrupt Vector Register\n\nThis register you can [`read`](crate::generic::Reg::read). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [uca1iv](uca1iv) module"]
pub type UCA1IV = crate::Reg<u16, _UCA1IV>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _UCA1IV;
#[doc = "`read()` method returns [uca1iv::R](uca1iv::R) reader structure"]
impl crate::Readable for UCA1IV {}
#[doc = "eUSCI_Ax Interrupt Vector Register"]
pub mod uca1iv;
#[doc = "eUSCI_Ax Interrupt Vector Register\n\nThis register you can [`read`](crate::generic::Reg::read). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [uca1iv_spi](uca1iv_spi) module"]
pub type UCA1IV_SPI = crate::Reg<u16, _UCA1IV_SPI>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _UCA1IV_SPI;
#[doc = "`read()` method returns [uca1iv_spi::R](uca1iv_spi::R) reader structure"]
impl crate::Readable for UCA1IV_SPI {}
#[doc = "eUSCI_Ax Interrupt Vector Register"]
pub mod uca1iv_spi;