1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
#[doc = "Configuration register 1 for channel pair"] pub struct PCFG1 { register: ::vcell::VolatileCell<u32>, } #[doc = "Configuration register 1 for channel pair"] pub mod pcfg1; #[doc = "Configuration register 2 for channel pair"] pub struct PCFG2 { register: ::vcell::VolatileCell<u32>, } #[doc = "Configuration register 2 for channel pair"] pub mod pcfg2; #[doc = "Status register for channel pair"] pub struct PSTAT { register: ::vcell::VolatileCell<u32>, } #[doc = "Status register for channel pair"] pub mod pstat;