1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
#[doc = r"Register block"] #[repr(C)] pub struct RegisterBlock { #[doc = "0x00 - Control A"] pub ctrla: crate::Reg<ctrla::CTRLA_SPEC>, #[doc = "0x01 - Control B"] pub ctrlb: crate::Reg<ctrlb::CTRLB_SPEC>, } #[doc = "CTRLA register accessor: an alias for `Reg<CTRLA_SPEC>`"] pub type CTRLA = crate::Reg<ctrla::CTRLA_SPEC>; #[doc = "Control A"] pub mod ctrla; #[doc = "CTRLB register accessor: an alias for `Reg<CTRLB_SPEC>`"] pub type CTRLB = crate::Reg<ctrlb::CTRLB_SPEC>; #[doc = "Control B"] pub mod ctrlb;