#[doc = r"Register block"] #[repr(C)] pub struct RegisterBlock { #[doc = "0x00 - Control and Status Register"] pub csr: crate::Reg, #[doc = "0x04 - Reload Value Register"] pub rvr: crate::Reg, #[doc = "0x08 - Current Value Register"] pub cvr: crate::Reg, #[doc = "0x0c - Calibration Value Register"] pub calib: crate::Reg, } #[doc = "CSR register accessor: an alias for `Reg`"] pub type CSR = crate::Reg; #[doc = "Control and Status Register"] pub mod csr; #[doc = "RVR register accessor: an alias for `Reg`"] pub type RVR = crate::Reg; #[doc = "Reload Value Register"] pub mod rvr; #[doc = "CVR register accessor: an alias for `Reg`"] pub type CVR = crate::Reg; #[doc = "Current Value Register"] pub mod cvr; #[doc = "CALIB register accessor: an alias for `Reg`"] pub type CALIB = crate::Reg; #[doc = "Calibration Value Register"] pub mod calib;