#[doc = r"Register block"] #[repr(C)] pub struct RegisterBlock { #[doc = "0x00 - Clock Generation Module Control Register 0"] pub ctrl0: crate::Reg, #[doc = "0x04 - Clock Generation Module Status Register"] pub stat: crate::Reg, #[doc = "0x08 - Clock Generation Module Control Register 1"] pub ctrl1: crate::Reg, } #[doc = "CTRL0 register accessor: an alias for `Reg`"] pub type CTRL0 = crate::Reg; #[doc = "Clock Generation Module Control Register 0"] pub mod ctrl0; #[doc = "STAT register accessor: an alias for `Reg`"] pub type STAT = crate::Reg; #[doc = "Clock Generation Module Status Register"] pub mod stat; #[doc = "CTRL1 register accessor: an alias for `Reg`"] pub type CTRL1 = crate::Reg; #[doc = "Clock Generation Module Control Register 1"] pub mod ctrl1;