bl808_pac/
timer.rs

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