stm32l4x2_pac/dfsdm/
ch.rs1#[doc = "channel configuration y register"]
2pub struct CFGR1 {
3 register: ::vcell::VolatileCell<u32>,
4}
5#[doc = "channel configuration y register"]
6pub mod cfgr1;
7#[doc = "channel configuration y register"]
8pub struct CFGR2 {
9 register: ::vcell::VolatileCell<u32>,
10}
11#[doc = "channel configuration y register"]
12pub mod cfgr2;
13#[doc = "analog watchdog and short-circuit detector register"]
14pub struct AWSCDR {
15 register: ::vcell::VolatileCell<u32>,
16}
17#[doc = "analog watchdog and short-circuit detector register"]
18pub mod awscdr;
19#[doc = "channel watchdog filter data register"]
20pub struct WDATR {
21 register: ::vcell::VolatileCell<u32>,
22}
23#[doc = "channel watchdog filter data register"]
24pub mod wdatr;
25#[doc = "channel data input register"]
26pub struct DATINR {
27 register: ::vcell::VolatileCell<u32>,
28}
29#[doc = "channel data input register"]
30pub mod datinr;