1#[doc = r"Register block"]
2#[repr(C)]
3pub struct RegisterBlock {
4 #[doc = "0x00 - CTRL register"]
5 pub ctrl: CTRL,
6 #[doc = "0x04 - DATA register"]
7 pub data: DATA,
8 #[doc = "0x08 - STAT register"]
9 pub stat: STAT,
10 #[doc = "0x0c - IE register"]
11 pub ie: IE,
12 #[doc = "0x10 - IF register"]
13 pub if_: IF,
14 #[doc = "0x14 - I2SCR register"]
15 pub i2scr: I2SCR,
16 #[doc = "0x18 - I2SPR register"]
17 pub i2spr: I2SPR,
18}
19#[doc = "CTRL (rw) register accessor: an alias for `Reg<CTRL_SPEC>`"]
20pub type CTRL = crate::Reg<ctrl::CTRL_SPEC>;
21#[doc = "CTRL register"]
22pub mod ctrl;
23#[doc = "DATA (rw) register accessor: an alias for `Reg<DATA_SPEC>`"]
24pub type DATA = crate::Reg<data::DATA_SPEC>;
25#[doc = "DATA register"]
26pub mod data;
27#[doc = "STAT (rw) register accessor: an alias for `Reg<STAT_SPEC>`"]
28pub type STAT = crate::Reg<stat::STAT_SPEC>;
29#[doc = "STAT register"]
30pub mod stat;
31#[doc = "IE (rw) register accessor: an alias for `Reg<IE_SPEC>`"]
32pub type IE = crate::Reg<ie::IE_SPEC>;
33#[doc = "IE register"]
34pub mod ie;
35#[doc = "IF (rw) register accessor: an alias for `Reg<IF_SPEC>`"]
36pub type IF = crate::Reg<if_::IF_SPEC>;
37#[doc = "IF register"]
38pub mod if_;
39#[doc = "I2SCR (rw) register accessor: an alias for `Reg<I2SCR_SPEC>`"]
40pub type I2SCR = crate::Reg<i2scr::I2SCR_SPEC>;
41#[doc = "I2SCR register"]
42pub mod i2scr;
43#[doc = "I2SPR (rw) register accessor: an alias for `Reg<I2SPR_SPEC>`"]
44pub type I2SPR = crate::Reg<i2spr::I2SPR_SPEC>;
45#[doc = "I2SPR register"]
46pub mod i2spr;