stm32wb_pac/usart1/
icr.rs1#[doc = "Writer for register ICR"]
2pub type W = crate::W<u32, super::ICR>;
3#[doc = "Register ICR `reset()`'s with value 0"]
4impl crate::ResetValue for super::ICR {
5 type Type = u32;
6 #[inline(always)]
7 fn reset_value() -> Self::Type {
8 0
9 }
10}
11#[doc = "Write proxy for field `WUCF`"]
12pub struct WUCF_W<'a> {
13 w: &'a mut W,
14}
15impl<'a> WUCF_W<'a> {
16 #[doc = r"Sets the field bit"]
17 #[inline(always)]
18 pub fn set_bit(self) -> &'a mut W {
19 self.bit(true)
20 }
21 #[doc = r"Clears the field bit"]
22 #[inline(always)]
23 pub fn clear_bit(self) -> &'a mut W {
24 self.bit(false)
25 }
26 #[doc = r"Writes raw bits to the field"]
27 #[inline(always)]
28 pub fn bit(self, value: bool) -> &'a mut W {
29 self.w.bits = (self.w.bits & !(0x01 << 20)) | (((value as u32) & 0x01) << 20);
30 self.w
31 }
32}
33#[doc = "Write proxy for field `CMCF`"]
34pub struct CMCF_W<'a> {
35 w: &'a mut W,
36}
37impl<'a> CMCF_W<'a> {
38 #[doc = r"Sets the field bit"]
39 #[inline(always)]
40 pub fn set_bit(self) -> &'a mut W {
41 self.bit(true)
42 }
43 #[doc = r"Clears the field bit"]
44 #[inline(always)]
45 pub fn clear_bit(self) -> &'a mut W {
46 self.bit(false)
47 }
48 #[doc = r"Writes raw bits to the field"]
49 #[inline(always)]
50 pub fn bit(self, value: bool) -> &'a mut W {
51 self.w.bits = (self.w.bits & !(0x01 << 17)) | (((value as u32) & 0x01) << 17);
52 self.w
53 }
54}
55#[doc = "Write proxy for field `UDRCF`"]
56pub struct UDRCF_W<'a> {
57 w: &'a mut W,
58}
59impl<'a> UDRCF_W<'a> {
60 #[doc = r"Sets the field bit"]
61 #[inline(always)]
62 pub fn set_bit(self) -> &'a mut W {
63 self.bit(true)
64 }
65 #[doc = r"Clears the field bit"]
66 #[inline(always)]
67 pub fn clear_bit(self) -> &'a mut W {
68 self.bit(false)
69 }
70 #[doc = r"Writes raw bits to the field"]
71 #[inline(always)]
72 pub fn bit(self, value: bool) -> &'a mut W {
73 self.w.bits = (self.w.bits & !(0x01 << 13)) | (((value as u32) & 0x01) << 13);
74 self.w
75 }
76}
77#[doc = "Write proxy for field `EOBCF`"]
78pub struct EOBCF_W<'a> {
79 w: &'a mut W,
80}
81impl<'a> EOBCF_W<'a> {
82 #[doc = r"Sets the field bit"]
83 #[inline(always)]
84 pub fn set_bit(self) -> &'a mut W {
85 self.bit(true)
86 }
87 #[doc = r"Clears the field bit"]
88 #[inline(always)]
89 pub fn clear_bit(self) -> &'a mut W {
90 self.bit(false)
91 }
92 #[doc = r"Writes raw bits to the field"]
93 #[inline(always)]
94 pub fn bit(self, value: bool) -> &'a mut W {
95 self.w.bits = (self.w.bits & !(0x01 << 12)) | (((value as u32) & 0x01) << 12);
96 self.w
97 }
98}
99#[doc = "Write proxy for field `RTOCF`"]
100pub struct RTOCF_W<'a> {
101 w: &'a mut W,
102}
103impl<'a> RTOCF_W<'a> {
104 #[doc = r"Sets the field bit"]
105 #[inline(always)]
106 pub fn set_bit(self) -> &'a mut W {
107 self.bit(true)
108 }
109 #[doc = r"Clears the field bit"]
110 #[inline(always)]
111 pub fn clear_bit(self) -> &'a mut W {
112 self.bit(false)
113 }
114 #[doc = r"Writes raw bits to the field"]
115 #[inline(always)]
116 pub fn bit(self, value: bool) -> &'a mut W {
117 self.w.bits = (self.w.bits & !(0x01 << 11)) | (((value as u32) & 0x01) << 11);
118 self.w
119 }
120}
121#[doc = "Write proxy for field `CTSCF`"]
122pub struct CTSCF_W<'a> {
123 w: &'a mut W,
124}
125impl<'a> CTSCF_W<'a> {
126 #[doc = r"Sets the field bit"]
127 #[inline(always)]
128 pub fn set_bit(self) -> &'a mut W {
129 self.bit(true)
130 }
131 #[doc = r"Clears the field bit"]
132 #[inline(always)]
133 pub fn clear_bit(self) -> &'a mut W {
134 self.bit(false)
135 }
136 #[doc = r"Writes raw bits to the field"]
137 #[inline(always)]
138 pub fn bit(self, value: bool) -> &'a mut W {
139 self.w.bits = (self.w.bits & !(0x01 << 9)) | (((value as u32) & 0x01) << 9);
140 self.w
141 }
142}
143#[doc = "Write proxy for field `LBDCF`"]
144pub struct LBDCF_W<'a> {
145 w: &'a mut W,
146}
147impl<'a> LBDCF_W<'a> {
148 #[doc = r"Sets the field bit"]
149 #[inline(always)]
150 pub fn set_bit(self) -> &'a mut W {
151 self.bit(true)
152 }
153 #[doc = r"Clears the field bit"]
154 #[inline(always)]
155 pub fn clear_bit(self) -> &'a mut W {
156 self.bit(false)
157 }
158 #[doc = r"Writes raw bits to the field"]
159 #[inline(always)]
160 pub fn bit(self, value: bool) -> &'a mut W {
161 self.w.bits = (self.w.bits & !(0x01 << 8)) | (((value as u32) & 0x01) << 8);
162 self.w
163 }
164}
165#[doc = "Write proxy for field `TCBGTCF`"]
166pub struct TCBGTCF_W<'a> {
167 w: &'a mut W,
168}
169impl<'a> TCBGTCF_W<'a> {
170 #[doc = r"Sets the field bit"]
171 #[inline(always)]
172 pub fn set_bit(self) -> &'a mut W {
173 self.bit(true)
174 }
175 #[doc = r"Clears the field bit"]
176 #[inline(always)]
177 pub fn clear_bit(self) -> &'a mut W {
178 self.bit(false)
179 }
180 #[doc = r"Writes raw bits to the field"]
181 #[inline(always)]
182 pub fn bit(self, value: bool) -> &'a mut W {
183 self.w.bits = (self.w.bits & !(0x01 << 7)) | (((value as u32) & 0x01) << 7);
184 self.w
185 }
186}
187#[doc = "Write proxy for field `TCCF`"]
188pub struct TCCF_W<'a> {
189 w: &'a mut W,
190}
191impl<'a> TCCF_W<'a> {
192 #[doc = r"Sets the field bit"]
193 #[inline(always)]
194 pub fn set_bit(self) -> &'a mut W {
195 self.bit(true)
196 }
197 #[doc = r"Clears the field bit"]
198 #[inline(always)]
199 pub fn clear_bit(self) -> &'a mut W {
200 self.bit(false)
201 }
202 #[doc = r"Writes raw bits to the field"]
203 #[inline(always)]
204 pub fn bit(self, value: bool) -> &'a mut W {
205 self.w.bits = (self.w.bits & !(0x01 << 6)) | (((value as u32) & 0x01) << 6);
206 self.w
207 }
208}
209#[doc = "Write proxy for field `TXFECF`"]
210pub struct TXFECF_W<'a> {
211 w: &'a mut W,
212}
213impl<'a> TXFECF_W<'a> {
214 #[doc = r"Sets the field bit"]
215 #[inline(always)]
216 pub fn set_bit(self) -> &'a mut W {
217 self.bit(true)
218 }
219 #[doc = r"Clears the field bit"]
220 #[inline(always)]
221 pub fn clear_bit(self) -> &'a mut W {
222 self.bit(false)
223 }
224 #[doc = r"Writes raw bits to the field"]
225 #[inline(always)]
226 pub fn bit(self, value: bool) -> &'a mut W {
227 self.w.bits = (self.w.bits & !(0x01 << 5)) | (((value as u32) & 0x01) << 5);
228 self.w
229 }
230}
231#[doc = "Write proxy for field `IDLECF`"]
232pub struct IDLECF_W<'a> {
233 w: &'a mut W,
234}
235impl<'a> IDLECF_W<'a> {
236 #[doc = r"Sets the field bit"]
237 #[inline(always)]
238 pub fn set_bit(self) -> &'a mut W {
239 self.bit(true)
240 }
241 #[doc = r"Clears the field bit"]
242 #[inline(always)]
243 pub fn clear_bit(self) -> &'a mut W {
244 self.bit(false)
245 }
246 #[doc = r"Writes raw bits to the field"]
247 #[inline(always)]
248 pub fn bit(self, value: bool) -> &'a mut W {
249 self.w.bits = (self.w.bits & !(0x01 << 4)) | (((value as u32) & 0x01) << 4);
250 self.w
251 }
252}
253#[doc = "Write proxy for field `ORECF`"]
254pub struct ORECF_W<'a> {
255 w: &'a mut W,
256}
257impl<'a> ORECF_W<'a> {
258 #[doc = r"Sets the field bit"]
259 #[inline(always)]
260 pub fn set_bit(self) -> &'a mut W {
261 self.bit(true)
262 }
263 #[doc = r"Clears the field bit"]
264 #[inline(always)]
265 pub fn clear_bit(self) -> &'a mut W {
266 self.bit(false)
267 }
268 #[doc = r"Writes raw bits to the field"]
269 #[inline(always)]
270 pub fn bit(self, value: bool) -> &'a mut W {
271 self.w.bits = (self.w.bits & !(0x01 << 3)) | (((value as u32) & 0x01) << 3);
272 self.w
273 }
274}
275#[doc = "Write proxy for field `NCF`"]
276pub struct NCF_W<'a> {
277 w: &'a mut W,
278}
279impl<'a> NCF_W<'a> {
280 #[doc = r"Sets the field bit"]
281 #[inline(always)]
282 pub fn set_bit(self) -> &'a mut W {
283 self.bit(true)
284 }
285 #[doc = r"Clears the field bit"]
286 #[inline(always)]
287 pub fn clear_bit(self) -> &'a mut W {
288 self.bit(false)
289 }
290 #[doc = r"Writes raw bits to the field"]
291 #[inline(always)]
292 pub fn bit(self, value: bool) -> &'a mut W {
293 self.w.bits = (self.w.bits & !(0x01 << 2)) | (((value as u32) & 0x01) << 2);
294 self.w
295 }
296}
297#[doc = "Write proxy for field `FECF`"]
298pub struct FECF_W<'a> {
299 w: &'a mut W,
300}
301impl<'a> FECF_W<'a> {
302 #[doc = r"Sets the field bit"]
303 #[inline(always)]
304 pub fn set_bit(self) -> &'a mut W {
305 self.bit(true)
306 }
307 #[doc = r"Clears the field bit"]
308 #[inline(always)]
309 pub fn clear_bit(self) -> &'a mut W {
310 self.bit(false)
311 }
312 #[doc = r"Writes raw bits to the field"]
313 #[inline(always)]
314 pub fn bit(self, value: bool) -> &'a mut W {
315 self.w.bits = (self.w.bits & !(0x01 << 1)) | (((value as u32) & 0x01) << 1);
316 self.w
317 }
318}
319#[doc = "Write proxy for field `PECF`"]
320pub struct PECF_W<'a> {
321 w: &'a mut W,
322}
323impl<'a> PECF_W<'a> {
324 #[doc = r"Sets the field bit"]
325 #[inline(always)]
326 pub fn set_bit(self) -> &'a mut W {
327 self.bit(true)
328 }
329 #[doc = r"Clears the field bit"]
330 #[inline(always)]
331 pub fn clear_bit(self) -> &'a mut W {
332 self.bit(false)
333 }
334 #[doc = r"Writes raw bits to the field"]
335 #[inline(always)]
336 pub fn bit(self, value: bool) -> &'a mut W {
337 self.w.bits = (self.w.bits & !0x01) | ((value as u32) & 0x01);
338 self.w
339 }
340}
341impl W {
342 #[doc = "Bit 20 - Wakeup from Stop mode clear flag"]
343 #[inline(always)]
344 pub fn wucf(&mut self) -> WUCF_W {
345 WUCF_W { w: self }
346 }
347 #[doc = "Bit 17 - Character match clear flag"]
348 #[inline(always)]
349 pub fn cmcf(&mut self) -> CMCF_W {
350 CMCF_W { w: self }
351 }
352 #[doc = "Bit 13 - SPI slave underrun clear flag"]
353 #[inline(always)]
354 pub fn udrcf(&mut self) -> UDRCF_W {
355 UDRCF_W { w: self }
356 }
357 #[doc = "Bit 12 - End of block clear flag"]
358 #[inline(always)]
359 pub fn eobcf(&mut self) -> EOBCF_W {
360 EOBCF_W { w: self }
361 }
362 #[doc = "Bit 11 - Receiver timeout clear flag"]
363 #[inline(always)]
364 pub fn rtocf(&mut self) -> RTOCF_W {
365 RTOCF_W { w: self }
366 }
367 #[doc = "Bit 9 - CTS clear flag"]
368 #[inline(always)]
369 pub fn ctscf(&mut self) -> CTSCF_W {
370 CTSCF_W { w: self }
371 }
372 #[doc = "Bit 8 - LIN break detection clear flag"]
373 #[inline(always)]
374 pub fn lbdcf(&mut self) -> LBDCF_W {
375 LBDCF_W { w: self }
376 }
377 #[doc = "Bit 7 - Transmission complete before Guard time clear flag"]
378 #[inline(always)]
379 pub fn tcbgtcf(&mut self) -> TCBGTCF_W {
380 TCBGTCF_W { w: self }
381 }
382 #[doc = "Bit 6 - Transmission complete clear flag"]
383 #[inline(always)]
384 pub fn tccf(&mut self) -> TCCF_W {
385 TCCF_W { w: self }
386 }
387 #[doc = "Bit 5 - TXFIFO empty clear flag"]
388 #[inline(always)]
389 pub fn txfecf(&mut self) -> TXFECF_W {
390 TXFECF_W { w: self }
391 }
392 #[doc = "Bit 4 - Idle line detected clear flag"]
393 #[inline(always)]
394 pub fn idlecf(&mut self) -> IDLECF_W {
395 IDLECF_W { w: self }
396 }
397 #[doc = "Bit 3 - Overrun error clear flag"]
398 #[inline(always)]
399 pub fn orecf(&mut self) -> ORECF_W {
400 ORECF_W { w: self }
401 }
402 #[doc = "Bit 2 - Noise detected clear flag"]
403 #[inline(always)]
404 pub fn ncf(&mut self) -> NCF_W {
405 NCF_W { w: self }
406 }
407 #[doc = "Bit 1 - Framing error clear flag"]
408 #[inline(always)]
409 pub fn fecf(&mut self) -> FECF_W {
410 FECF_W { w: self }
411 }
412 #[doc = "Bit 0 - Parity error clear flag"]
413 #[inline(always)]
414 pub fn pecf(&mut self) -> PECF_W {
415 PECF_W { w: self }
416 }
417}