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