stm32h7 0.16.0

Device support crates for STM32H7 devices
Documentation
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
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
///Register `APB1LENR` reader
pub type R = crate::R<APB1LENRrs>;
///Register `APB1LENR` writer
pub type W = crate::W<APB1LENRrs>;
/**TIM2 peripheral clock enable Set and reset by software.

Value on reset: 0*/
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
pub enum TIM2EN {
    ///0: The selected clock is disabled
    Disabled = 0,
    ///1: The selected clock is enabled
    Enabled = 1,
}
impl From<TIM2EN> for bool {
    #[inline(always)]
    fn from(variant: TIM2EN) -> Self {
        variant as u8 != 0
    }
}
///Field `TIM2EN` reader - TIM2 peripheral clock enable Set and reset by software.
pub type TIM2EN_R = crate::BitReader<TIM2EN>;
impl TIM2EN_R {
    ///Get enumerated values variant
    #[inline(always)]
    pub const fn variant(&self) -> TIM2EN {
        match self.bits {
            false => TIM2EN::Disabled,
            true => TIM2EN::Enabled,
        }
    }
    ///The selected clock is disabled
    #[inline(always)]
    pub fn is_disabled(&self) -> bool {
        *self == TIM2EN::Disabled
    }
    ///The selected clock is enabled
    #[inline(always)]
    pub fn is_enabled(&self) -> bool {
        *self == TIM2EN::Enabled
    }
}
///Field `TIM2EN` writer - TIM2 peripheral clock enable Set and reset by software.
pub type TIM2EN_W<'a, REG> = crate::BitWriter<'a, REG, TIM2EN>;
impl<'a, REG> TIM2EN_W<'a, REG>
where
    REG: crate::Writable + crate::RegisterSpec,
{
    ///The selected clock is disabled
    #[inline(always)]
    pub fn disabled(self) -> &'a mut crate::W<REG> {
        self.variant(TIM2EN::Disabled)
    }
    ///The selected clock is enabled
    #[inline(always)]
    pub fn enabled(self) -> &'a mut crate::W<REG> {
        self.variant(TIM2EN::Enabled)
    }
}
///Field `TIM3EN` reader - TIM3 peripheral clock enable Set and reset by software.
pub use TIM2EN_R as TIM3EN_R;
///Field `TIM4EN` reader - TIM4 peripheral clock enable Set and reset by software.
pub use TIM2EN_R as TIM4EN_R;
///Field `TIM5EN` reader - TIM5 peripheral clock enable Set and reset by software.
pub use TIM2EN_R as TIM5EN_R;
///Field `TIM6EN` reader - TIM6 peripheral clock enable Set and reset by software.
pub use TIM2EN_R as TIM6EN_R;
///Field `TIM7EN` reader - TIM7 peripheral clock enable Set and reset by software.
pub use TIM2EN_R as TIM7EN_R;
///Field `TIM12EN` reader - TIM12 peripheral clock enable Set and reset by software.
pub use TIM2EN_R as TIM12EN_R;
///Field `TIM13EN` reader - TIM13 peripheral clock enable Set and reset by software.
pub use TIM2EN_R as TIM13EN_R;
///Field `TIM14EN` reader - TIM14 peripheral clock enable Set and reset by software.
pub use TIM2EN_R as TIM14EN_R;
///Field `LPTIM1EN` reader - LPTIM1 peripheral clocks enable Set and reset by software. The peripheral clocks of the LPTIM1 are the kernel clock selected by LPTIM1SEL and provided to clk_lpt input, and the rcc_pclk1 bus interface clock.
pub use TIM2EN_R as LPTIM1EN_R;
///Field `WWDGEN` reader - WWDG clock enable Set by software, and reset by hardware when a system reset occurs.
pub use TIM2EN_R as WWDGEN_R;
///Field `SPI2EN` reader - SPI2 peripheral clocks enable Set and reset by software. The peripheral clocks of the SPI2 are the kernel clock selected by I2S123SRC and provided to com_clk input, and the rcc_pclk1 bus interface clock.
pub use TIM2EN_R as SPI2EN_R;
///Field `SPI3EN` reader - SPI3 peripheral clocks enable Set and reset by software. The peripheral clocks of the SPI3 are the kernel clock selected by I2S123SRC and provided to com_clk input, and the rcc_pclk1 bus interface clock.
pub use TIM2EN_R as SPI3EN_R;
///Field `SPDIFRXEN` reader - SPDIFRX peripheral clocks enable Set and reset by software. The peripheral clocks of the SPDIFRX are the kernel clock selected by SPDIFRXSEL and provided to SPDIFRX_CLK input, and the rcc_pclk1 bus interface clock.
pub use TIM2EN_R as SPDIFRXEN_R;
///Field `USART2EN` reader - USART2peripheral clocks enable Set and reset by software. The peripheral clocks of the USART2 are the kernel clock selected by USART234578SEL and provided to UCLK input, and the rcc_pclk1 bus interface clock.
pub use TIM2EN_R as USART2EN_R;
///Field `USART3EN` reader - USART3 peripheral clocks enable Set and reset by software. The peripheral clocks of the USART3 are the kernel clock selected by USART234578SEL and provided to UCLK input, and the rcc_pclk1 bus interface clock.
pub use TIM2EN_R as USART3EN_R;
///Field `UART4EN` reader - UART4 peripheral clocks enable Set and reset by software. The peripheral clocks of the UART4 are the kernel clock selected by USART234578SEL and provided to UCLK input, and the rcc_pclk1 bus interface clock.
pub use TIM2EN_R as UART4EN_R;
///Field `UART5EN` reader - UART5 peripheral clocks enable Set and reset by software.
pub use TIM2EN_R as UART5EN_R;
///Field `I2C1_I3C1EN` reader - I2C1/I3C1 peripheral clocks enable Set and reset by software.
pub use TIM2EN_R as I2C1_I3C1EN_R;
///Field `I2C2EN` reader - I2C2 peripheral clocks enable Set and reset by software.
pub use TIM2EN_R as I2C2EN_R;
///Field `I2C3EN` reader - I2C3 peripheral clocks enable Set and reset by software.
pub use TIM2EN_R as I2C3EN_R;
///Field `HDMICECEN` reader - HDMI-CEC peripheral clock enable Set and reset by software.
pub use TIM2EN_R as HDMICECEN_R;
///Field `UART7EN` reader - UART7 peripheral clocks enable Set and reset by software.
pub use TIM2EN_R as UART7EN_R;
///Field `UART8EN` reader - UART8 peripheral clocks enable Set and reset by software.
pub use TIM2EN_R as UART8EN_R;
///Field `TIM3EN` writer - TIM3 peripheral clock enable Set and reset by software.
pub use TIM2EN_W as TIM3EN_W;
///Field `TIM4EN` writer - TIM4 peripheral clock enable Set and reset by software.
pub use TIM2EN_W as TIM4EN_W;
///Field `TIM5EN` writer - TIM5 peripheral clock enable Set and reset by software.
pub use TIM2EN_W as TIM5EN_W;
///Field `TIM6EN` writer - TIM6 peripheral clock enable Set and reset by software.
pub use TIM2EN_W as TIM6EN_W;
///Field `TIM7EN` writer - TIM7 peripheral clock enable Set and reset by software.
pub use TIM2EN_W as TIM7EN_W;
///Field `TIM12EN` writer - TIM12 peripheral clock enable Set and reset by software.
pub use TIM2EN_W as TIM12EN_W;
///Field `TIM13EN` writer - TIM13 peripheral clock enable Set and reset by software.
pub use TIM2EN_W as TIM13EN_W;
///Field `TIM14EN` writer - TIM14 peripheral clock enable Set and reset by software.
pub use TIM2EN_W as TIM14EN_W;
///Field `LPTIM1EN` writer - LPTIM1 peripheral clocks enable Set and reset by software. The peripheral clocks of the LPTIM1 are the kernel clock selected by LPTIM1SEL and provided to clk_lpt input, and the rcc_pclk1 bus interface clock.
pub use TIM2EN_W as LPTIM1EN_W;
///Field `WWDGEN` writer - WWDG clock enable Set by software, and reset by hardware when a system reset occurs.
pub use TIM2EN_W as WWDGEN_W;
///Field `SPI2EN` writer - SPI2 peripheral clocks enable Set and reset by software. The peripheral clocks of the SPI2 are the kernel clock selected by I2S123SRC and provided to com_clk input, and the rcc_pclk1 bus interface clock.
pub use TIM2EN_W as SPI2EN_W;
///Field `SPI3EN` writer - SPI3 peripheral clocks enable Set and reset by software. The peripheral clocks of the SPI3 are the kernel clock selected by I2S123SRC and provided to com_clk input, and the rcc_pclk1 bus interface clock.
pub use TIM2EN_W as SPI3EN_W;
///Field `SPDIFRXEN` writer - SPDIFRX peripheral clocks enable Set and reset by software. The peripheral clocks of the SPDIFRX are the kernel clock selected by SPDIFRXSEL and provided to SPDIFRX_CLK input, and the rcc_pclk1 bus interface clock.
pub use TIM2EN_W as SPDIFRXEN_W;
///Field `USART2EN` writer - USART2peripheral clocks enable Set and reset by software. The peripheral clocks of the USART2 are the kernel clock selected by USART234578SEL and provided to UCLK input, and the rcc_pclk1 bus interface clock.
pub use TIM2EN_W as USART2EN_W;
///Field `USART3EN` writer - USART3 peripheral clocks enable Set and reset by software. The peripheral clocks of the USART3 are the kernel clock selected by USART234578SEL and provided to UCLK input, and the rcc_pclk1 bus interface clock.
pub use TIM2EN_W as USART3EN_W;
///Field `UART4EN` writer - UART4 peripheral clocks enable Set and reset by software. The peripheral clocks of the UART4 are the kernel clock selected by USART234578SEL and provided to UCLK input, and the rcc_pclk1 bus interface clock.
pub use TIM2EN_W as UART4EN_W;
///Field `UART5EN` writer - UART5 peripheral clocks enable Set and reset by software.
pub use TIM2EN_W as UART5EN_W;
///Field `I2C1_I3C1EN` writer - I2C1/I3C1 peripheral clocks enable Set and reset by software.
pub use TIM2EN_W as I2C1_I3C1EN_W;
///Field `I2C2EN` writer - I2C2 peripheral clocks enable Set and reset by software.
pub use TIM2EN_W as I2C2EN_W;
///Field `I2C3EN` writer - I2C3 peripheral clocks enable Set and reset by software.
pub use TIM2EN_W as I2C3EN_W;
///Field `HDMICECEN` writer - HDMI-CEC peripheral clock enable Set and reset by software.
pub use TIM2EN_W as HDMICECEN_W;
///Field `UART7EN` writer - UART7 peripheral clocks enable Set and reset by software.
pub use TIM2EN_W as UART7EN_W;
///Field `UART8EN` writer - UART8 peripheral clocks enable Set and reset by software.
pub use TIM2EN_W as UART8EN_W;
impl R {
    ///Bit 0 - TIM2 peripheral clock enable Set and reset by software.
    #[inline(always)]
    pub fn tim2en(&self) -> TIM2EN_R {
        TIM2EN_R::new((self.bits & 1) != 0)
    }
    ///Bit 1 - TIM3 peripheral clock enable Set and reset by software.
    #[inline(always)]
    pub fn tim3en(&self) -> TIM3EN_R {
        TIM3EN_R::new(((self.bits >> 1) & 1) != 0)
    }
    ///Bit 2 - TIM4 peripheral clock enable Set and reset by software.
    #[inline(always)]
    pub fn tim4en(&self) -> TIM4EN_R {
        TIM4EN_R::new(((self.bits >> 2) & 1) != 0)
    }
    ///Bit 3 - TIM5 peripheral clock enable Set and reset by software.
    #[inline(always)]
    pub fn tim5en(&self) -> TIM5EN_R {
        TIM5EN_R::new(((self.bits >> 3) & 1) != 0)
    }
    ///Bit 4 - TIM6 peripheral clock enable Set and reset by software.
    #[inline(always)]
    pub fn tim6en(&self) -> TIM6EN_R {
        TIM6EN_R::new(((self.bits >> 4) & 1) != 0)
    }
    ///Bit 5 - TIM7 peripheral clock enable Set and reset by software.
    #[inline(always)]
    pub fn tim7en(&self) -> TIM7EN_R {
        TIM7EN_R::new(((self.bits >> 5) & 1) != 0)
    }
    ///Bit 6 - TIM12 peripheral clock enable Set and reset by software.
    #[inline(always)]
    pub fn tim12en(&self) -> TIM12EN_R {
        TIM12EN_R::new(((self.bits >> 6) & 1) != 0)
    }
    ///Bit 7 - TIM13 peripheral clock enable Set and reset by software.
    #[inline(always)]
    pub fn tim13en(&self) -> TIM13EN_R {
        TIM13EN_R::new(((self.bits >> 7) & 1) != 0)
    }
    ///Bit 8 - TIM14 peripheral clock enable Set and reset by software.
    #[inline(always)]
    pub fn tim14en(&self) -> TIM14EN_R {
        TIM14EN_R::new(((self.bits >> 8) & 1) != 0)
    }
    ///Bit 9 - LPTIM1 peripheral clocks enable Set and reset by software. The peripheral clocks of the LPTIM1 are the kernel clock selected by LPTIM1SEL and provided to clk_lpt input, and the rcc_pclk1 bus interface clock.
    #[inline(always)]
    pub fn lptim1en(&self) -> LPTIM1EN_R {
        LPTIM1EN_R::new(((self.bits >> 9) & 1) != 0)
    }
    ///Bit 11 - WWDG clock enable Set by software, and reset by hardware when a system reset occurs.
    #[inline(always)]
    pub fn wwdgen(&self) -> WWDGEN_R {
        WWDGEN_R::new(((self.bits >> 11) & 1) != 0)
    }
    ///Bit 14 - SPI2 peripheral clocks enable Set and reset by software. The peripheral clocks of the SPI2 are the kernel clock selected by I2S123SRC and provided to com_clk input, and the rcc_pclk1 bus interface clock.
    #[inline(always)]
    pub fn spi2en(&self) -> SPI2EN_R {
        SPI2EN_R::new(((self.bits >> 14) & 1) != 0)
    }
    ///Bit 15 - SPI3 peripheral clocks enable Set and reset by software. The peripheral clocks of the SPI3 are the kernel clock selected by I2S123SRC and provided to com_clk input, and the rcc_pclk1 bus interface clock.
    #[inline(always)]
    pub fn spi3en(&self) -> SPI3EN_R {
        SPI3EN_R::new(((self.bits >> 15) & 1) != 0)
    }
    ///Bit 16 - SPDIFRX peripheral clocks enable Set and reset by software. The peripheral clocks of the SPDIFRX are the kernel clock selected by SPDIFRXSEL and provided to SPDIFRX_CLK input, and the rcc_pclk1 bus interface clock.
    #[inline(always)]
    pub fn spdifrxen(&self) -> SPDIFRXEN_R {
        SPDIFRXEN_R::new(((self.bits >> 16) & 1) != 0)
    }
    ///Bit 17 - USART2peripheral clocks enable Set and reset by software. The peripheral clocks of the USART2 are the kernel clock selected by USART234578SEL and provided to UCLK input, and the rcc_pclk1 bus interface clock.
    #[inline(always)]
    pub fn usart2en(&self) -> USART2EN_R {
        USART2EN_R::new(((self.bits >> 17) & 1) != 0)
    }
    ///Bit 18 - USART3 peripheral clocks enable Set and reset by software. The peripheral clocks of the USART3 are the kernel clock selected by USART234578SEL and provided to UCLK input, and the rcc_pclk1 bus interface clock.
    #[inline(always)]
    pub fn usart3en(&self) -> USART3EN_R {
        USART3EN_R::new(((self.bits >> 18) & 1) != 0)
    }
    ///Bit 19 - UART4 peripheral clocks enable Set and reset by software. The peripheral clocks of the UART4 are the kernel clock selected by USART234578SEL and provided to UCLK input, and the rcc_pclk1 bus interface clock.
    #[inline(always)]
    pub fn uart4en(&self) -> UART4EN_R {
        UART4EN_R::new(((self.bits >> 19) & 1) != 0)
    }
    ///Bit 20 - UART5 peripheral clocks enable Set and reset by software.
    #[inline(always)]
    pub fn uart5en(&self) -> UART5EN_R {
        UART5EN_R::new(((self.bits >> 20) & 1) != 0)
    }
    ///Bit 21 - I2C1/I3C1 peripheral clocks enable Set and reset by software.
    #[inline(always)]
    pub fn i2c1_i3c1en(&self) -> I2C1_I3C1EN_R {
        I2C1_I3C1EN_R::new(((self.bits >> 21) & 1) != 0)
    }
    ///Bit 22 - I2C2 peripheral clocks enable Set and reset by software.
    #[inline(always)]
    pub fn i2c2en(&self) -> I2C2EN_R {
        I2C2EN_R::new(((self.bits >> 22) & 1) != 0)
    }
    ///Bit 23 - I2C3 peripheral clocks enable Set and reset by software.
    #[inline(always)]
    pub fn i2c3en(&self) -> I2C3EN_R {
        I2C3EN_R::new(((self.bits >> 23) & 1) != 0)
    }
    ///Bit 27 - HDMI-CEC peripheral clock enable Set and reset by software.
    #[inline(always)]
    pub fn hdmicecen(&self) -> HDMICECEN_R {
        HDMICECEN_R::new(((self.bits >> 27) & 1) != 0)
    }
    ///Bit 30 - UART7 peripheral clocks enable Set and reset by software.
    #[inline(always)]
    pub fn uart7en(&self) -> UART7EN_R {
        UART7EN_R::new(((self.bits >> 30) & 1) != 0)
    }
    ///Bit 31 - UART8 peripheral clocks enable Set and reset by software.
    #[inline(always)]
    pub fn uart8en(&self) -> UART8EN_R {
        UART8EN_R::new(((self.bits >> 31) & 1) != 0)
    }
}
impl core::fmt::Debug for R {
    fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
        f.debug_struct("APB1LENR")
            .field("tim2en", &self.tim2en())
            .field("tim3en", &self.tim3en())
            .field("tim4en", &self.tim4en())
            .field("tim5en", &self.tim5en())
            .field("tim6en", &self.tim6en())
            .field("tim7en", &self.tim7en())
            .field("tim12en", &self.tim12en())
            .field("tim13en", &self.tim13en())
            .field("tim14en", &self.tim14en())
            .field("lptim1en", &self.lptim1en())
            .field("wwdgen", &self.wwdgen())
            .field("spi2en", &self.spi2en())
            .field("spi3en", &self.spi3en())
            .field("spdifrxen", &self.spdifrxen())
            .field("usart2en", &self.usart2en())
            .field("usart3en", &self.usart3en())
            .field("uart4en", &self.uart4en())
            .field("uart5en", &self.uart5en())
            .field("i2c1_i3c1en", &self.i2c1_i3c1en())
            .field("i2c2en", &self.i2c2en())
            .field("i2c3en", &self.i2c3en())
            .field("hdmicecen", &self.hdmicecen())
            .field("uart7en", &self.uart7en())
            .field("uart8en", &self.uart8en())
            .finish()
    }
}
impl W {
    ///Bit 0 - TIM2 peripheral clock enable Set and reset by software.
    #[inline(always)]
    pub fn tim2en(&mut self) -> TIM2EN_W<APB1LENRrs> {
        TIM2EN_W::new(self, 0)
    }
    ///Bit 1 - TIM3 peripheral clock enable Set and reset by software.
    #[inline(always)]
    pub fn tim3en(&mut self) -> TIM3EN_W<APB1LENRrs> {
        TIM3EN_W::new(self, 1)
    }
    ///Bit 2 - TIM4 peripheral clock enable Set and reset by software.
    #[inline(always)]
    pub fn tim4en(&mut self) -> TIM4EN_W<APB1LENRrs> {
        TIM4EN_W::new(self, 2)
    }
    ///Bit 3 - TIM5 peripheral clock enable Set and reset by software.
    #[inline(always)]
    pub fn tim5en(&mut self) -> TIM5EN_W<APB1LENRrs> {
        TIM5EN_W::new(self, 3)
    }
    ///Bit 4 - TIM6 peripheral clock enable Set and reset by software.
    #[inline(always)]
    pub fn tim6en(&mut self) -> TIM6EN_W<APB1LENRrs> {
        TIM6EN_W::new(self, 4)
    }
    ///Bit 5 - TIM7 peripheral clock enable Set and reset by software.
    #[inline(always)]
    pub fn tim7en(&mut self) -> TIM7EN_W<APB1LENRrs> {
        TIM7EN_W::new(self, 5)
    }
    ///Bit 6 - TIM12 peripheral clock enable Set and reset by software.
    #[inline(always)]
    pub fn tim12en(&mut self) -> TIM12EN_W<APB1LENRrs> {
        TIM12EN_W::new(self, 6)
    }
    ///Bit 7 - TIM13 peripheral clock enable Set and reset by software.
    #[inline(always)]
    pub fn tim13en(&mut self) -> TIM13EN_W<APB1LENRrs> {
        TIM13EN_W::new(self, 7)
    }
    ///Bit 8 - TIM14 peripheral clock enable Set and reset by software.
    #[inline(always)]
    pub fn tim14en(&mut self) -> TIM14EN_W<APB1LENRrs> {
        TIM14EN_W::new(self, 8)
    }
    ///Bit 9 - LPTIM1 peripheral clocks enable Set and reset by software. The peripheral clocks of the LPTIM1 are the kernel clock selected by LPTIM1SEL and provided to clk_lpt input, and the rcc_pclk1 bus interface clock.
    #[inline(always)]
    pub fn lptim1en(&mut self) -> LPTIM1EN_W<APB1LENRrs> {
        LPTIM1EN_W::new(self, 9)
    }
    ///Bit 11 - WWDG clock enable Set by software, and reset by hardware when a system reset occurs.
    #[inline(always)]
    pub fn wwdgen(&mut self) -> WWDGEN_W<APB1LENRrs> {
        WWDGEN_W::new(self, 11)
    }
    ///Bit 14 - SPI2 peripheral clocks enable Set and reset by software. The peripheral clocks of the SPI2 are the kernel clock selected by I2S123SRC and provided to com_clk input, and the rcc_pclk1 bus interface clock.
    #[inline(always)]
    pub fn spi2en(&mut self) -> SPI2EN_W<APB1LENRrs> {
        SPI2EN_W::new(self, 14)
    }
    ///Bit 15 - SPI3 peripheral clocks enable Set and reset by software. The peripheral clocks of the SPI3 are the kernel clock selected by I2S123SRC and provided to com_clk input, and the rcc_pclk1 bus interface clock.
    #[inline(always)]
    pub fn spi3en(&mut self) -> SPI3EN_W<APB1LENRrs> {
        SPI3EN_W::new(self, 15)
    }
    ///Bit 16 - SPDIFRX peripheral clocks enable Set and reset by software. The peripheral clocks of the SPDIFRX are the kernel clock selected by SPDIFRXSEL and provided to SPDIFRX_CLK input, and the rcc_pclk1 bus interface clock.
    #[inline(always)]
    pub fn spdifrxen(&mut self) -> SPDIFRXEN_W<APB1LENRrs> {
        SPDIFRXEN_W::new(self, 16)
    }
    ///Bit 17 - USART2peripheral clocks enable Set and reset by software. The peripheral clocks of the USART2 are the kernel clock selected by USART234578SEL and provided to UCLK input, and the rcc_pclk1 bus interface clock.
    #[inline(always)]
    pub fn usart2en(&mut self) -> USART2EN_W<APB1LENRrs> {
        USART2EN_W::new(self, 17)
    }
    ///Bit 18 - USART3 peripheral clocks enable Set and reset by software. The peripheral clocks of the USART3 are the kernel clock selected by USART234578SEL and provided to UCLK input, and the rcc_pclk1 bus interface clock.
    #[inline(always)]
    pub fn usart3en(&mut self) -> USART3EN_W<APB1LENRrs> {
        USART3EN_W::new(self, 18)
    }
    ///Bit 19 - UART4 peripheral clocks enable Set and reset by software. The peripheral clocks of the UART4 are the kernel clock selected by USART234578SEL and provided to UCLK input, and the rcc_pclk1 bus interface clock.
    #[inline(always)]
    pub fn uart4en(&mut self) -> UART4EN_W<APB1LENRrs> {
        UART4EN_W::new(self, 19)
    }
    ///Bit 20 - UART5 peripheral clocks enable Set and reset by software.
    #[inline(always)]
    pub fn uart5en(&mut self) -> UART5EN_W<APB1LENRrs> {
        UART5EN_W::new(self, 20)
    }
    ///Bit 21 - I2C1/I3C1 peripheral clocks enable Set and reset by software.
    #[inline(always)]
    pub fn i2c1_i3c1en(&mut self) -> I2C1_I3C1EN_W<APB1LENRrs> {
        I2C1_I3C1EN_W::new(self, 21)
    }
    ///Bit 22 - I2C2 peripheral clocks enable Set and reset by software.
    #[inline(always)]
    pub fn i2c2en(&mut self) -> I2C2EN_W<APB1LENRrs> {
        I2C2EN_W::new(self, 22)
    }
    ///Bit 23 - I2C3 peripheral clocks enable Set and reset by software.
    #[inline(always)]
    pub fn i2c3en(&mut self) -> I2C3EN_W<APB1LENRrs> {
        I2C3EN_W::new(self, 23)
    }
    ///Bit 27 - HDMI-CEC peripheral clock enable Set and reset by software.
    #[inline(always)]
    pub fn hdmicecen(&mut self) -> HDMICECEN_W<APB1LENRrs> {
        HDMICECEN_W::new(self, 27)
    }
    ///Bit 30 - UART7 peripheral clocks enable Set and reset by software.
    #[inline(always)]
    pub fn uart7en(&mut self) -> UART7EN_W<APB1LENRrs> {
        UART7EN_W::new(self, 30)
    }
    ///Bit 31 - UART8 peripheral clocks enable Set and reset by software.
    #[inline(always)]
    pub fn uart8en(&mut self) -> UART8EN_W<APB1LENRrs> {
        UART8EN_W::new(self, 31)
    }
}
/**RCC APB1 clock enable register 1

You can [`read`](crate::Reg::read) this register and get [`apb1lenr::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`apb1lenr::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).*/
pub struct APB1LENRrs;
impl crate::RegisterSpec for APB1LENRrs {
    type Ux = u32;
}
///`read()` method returns [`apb1lenr::R`](R) reader structure
impl crate::Readable for APB1LENRrs {}
///`write(|w| ..)` method takes [`apb1lenr::W`](W) writer structure
impl crate::Writable for APB1LENRrs {
    type Safety = crate::Unsafe;
}
///`reset()` method sets APB1LENR to value 0
impl crate::Resettable for APB1LENRrs {}