1#[doc = r"Register block"]
2#[repr(C)]
3pub struct RegisterBlock {
4 todo: TODO,
5}
6impl RegisterBlock {
7 #[doc = "0x00 - ??"]
8 #[inline(always)]
9 pub const fn todo(&self) -> &TODO {
10 &self.todo
11 }
12}
13#[doc = "todo (rw) register accessor: ??\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`todo::R`]. You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`todo::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@todo`]
14module"]
15pub type TODO = crate::Reg<todo::TODO_SPEC>;
16#[doc = "??"]
17pub mod todo;