1 2 3 4 5 6 7 8 9 10
#[doc = r"Register block"] #[repr(C)] pub struct RegisterBlock { #[doc = "0x00 - <TBD>"] pub lockbit: crate::Reg<lockbit::LOCKBIT_SPEC>, } #[doc = "LOCKBIT register accessor: an alias for `Reg<LOCKBIT_SPEC>`"] pub type LOCKBIT = crate::Reg<lockbit::LOCKBIT_SPEC>; #[doc = "<TBD>"] pub mod lockbit;