stm32u5/stm32u585/lpuart1/
rqr.rs1pub type W = crate::W<RQRrs>;
3pub type SBKRQ_W<'a, REG> = crate::BitWriter<'a, REG>;
5pub type MMRQ_W<'a, REG> = crate::BitWriter<'a, REG>;
7pub type RXFRQ_W<'a, REG> = crate::BitWriter<'a, REG>;
9pub type TXFRQ_W<'a, REG> = crate::BitWriter<'a, REG>;
11impl core::fmt::Debug for crate::generic::Reg<RQRrs> {
12 fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result {
13 write!(f, "(not readable)")
14 }
15}
16impl W {
17 #[inline(always)]
19 pub fn sbkrq(&mut self) -> SBKRQ_W<RQRrs> {
20 SBKRQ_W::new(self, 1)
21 }
22 #[inline(always)]
24 pub fn mmrq(&mut self) -> MMRQ_W<RQRrs> {
25 MMRQ_W::new(self, 2)
26 }
27 #[inline(always)]
29 pub fn rxfrq(&mut self) -> RXFRQ_W<RQRrs> {
30 RXFRQ_W::new(self, 3)
31 }
32 #[inline(always)]
34 pub fn txfrq(&mut self) -> TXFRQ_W<RQRrs> {
35 TXFRQ_W::new(self, 4)
36 }
37}
38pub struct RQRrs;
44impl crate::RegisterSpec for RQRrs {
45 type Ux = u32;
46}
47impl crate::Writable for RQRrs {
49 type Safety = crate::Unsafe;
50}
51impl crate::Resettable for RQRrs {}