#[doc = r"Register block"] #[repr(C)] pub struct RegisterBlock { #[doc = "0x00 - Control Register"] pub trng_cr: crate::Reg, _reserved1: [u8; 0x0c], #[doc = "0x10 - Interrupt Enable Register"] pub trng_ier: crate::Reg, #[doc = "0x14 - Interrupt Disable Register"] pub trng_idr: crate::Reg, #[doc = "0x18 - Interrupt Mask Register"] pub trng_imr: crate::Reg, #[doc = "0x1c - Interrupt Status Register"] pub trng_isr: crate::Reg, _reserved5: [u8; 0x30], #[doc = "0x50 - Output Data Register"] pub trng_odata: crate::Reg, _reserved6: [u8; 0xa8], #[doc = "0xfc - Version Register"] pub trng_version: crate::Reg, } #[doc = "TRNG_CR register accessor: an alias for `Reg`"] pub type TRNG_CR = crate::Reg; #[doc = "Control Register"] pub mod trng_cr; #[doc = "TRNG_IER register accessor: an alias for `Reg`"] pub type TRNG_IER = crate::Reg; #[doc = "Interrupt Enable Register"] pub mod trng_ier; #[doc = "TRNG_IDR register accessor: an alias for `Reg`"] pub type TRNG_IDR = crate::Reg; #[doc = "Interrupt Disable Register"] pub mod trng_idr; #[doc = "TRNG_IMR register accessor: an alias for `Reg`"] pub type TRNG_IMR = crate::Reg; #[doc = "Interrupt Mask Register"] pub mod trng_imr; #[doc = "TRNG_ISR register accessor: an alias for `Reg`"] pub type TRNG_ISR = crate::Reg; #[doc = "Interrupt Status Register"] pub mod trng_isr; #[doc = "TRNG_ODATA register accessor: an alias for `Reg`"] pub type TRNG_ODATA = crate::Reg; #[doc = "Output Data Register"] pub mod trng_odata; #[doc = "TRNG_VERSION register accessor: an alias for `Reg`"] pub type TRNG_VERSION = crate::Reg; #[doc = "Version Register"] pub mod trng_version;