#[doc = r"Register block"] #[repr(C)] pub struct RegisterBlock { #[doc = "0x00 - Interrupt Enable"] pub sfrie1: SFRIE1, #[doc = "0x02 - Interrupt Flag"] pub sfrifg1: SFRIFG1, #[doc = "0x04 - Reset Pin Control"] pub sfrrpcr: SFRRPCR, } #[doc = "SFRIE1 (rw) register accessor: an alias for `Reg`"] pub type SFRIE1 = crate::Reg; #[doc = "Interrupt Enable"] pub mod sfrie1; #[doc = "SFRIFG1 (rw) register accessor: an alias for `Reg`"] pub type SFRIFG1 = crate::Reg; #[doc = "Interrupt Flag"] pub mod sfrifg1; #[doc = "SFRRPCR (rw) register accessor: an alias for `Reg`"] pub type SFRRPCR = crate::Reg; #[doc = "Reset Pin Control"] pub mod sfrrpcr;