#[doc = r"Register block"]
#[repr(C)]
pub struct RegisterBlock {
#[doc = "0x00 - Interrupt Enable 1"]
pub ie1: IE1,
#[doc = "0x01 - Interrupt Enable 2"]
pub ie2: IE2,
#[doc = "0x02 - Interrupt Flag 1"]
pub ifg1: IFG1,
#[doc = "0x03 - Interrupt Flag 2"]
pub ifg2: IFG2,
_reserved4: [u8; 0x02],
#[doc = "0x06 - USCI 1 Interrupt Enable"]
pub uc1ie: UC1IE,
#[doc = "0x07 - ISCI 1 Interrupt Flags"]
pub uc1ifg: UC1IFG,
}
#[doc = "IE1 (rw) register accessor: an alias for `Reg<IE1_SPEC>`"]
pub type IE1 = crate::Reg<ie1::IE1_SPEC>;
#[doc = "Interrupt Enable 1"]
pub mod ie1;
#[doc = "IE2 (rw) register accessor: an alias for `Reg<IE2_SPEC>`"]
pub type IE2 = crate::Reg<ie2::IE2_SPEC>;
#[doc = "Interrupt Enable 2"]
pub mod ie2;
#[doc = "IFG1 (rw) register accessor: an alias for `Reg<IFG1_SPEC>`"]
pub type IFG1 = crate::Reg<ifg1::IFG1_SPEC>;
#[doc = "Interrupt Flag 1"]
pub mod ifg1;
#[doc = "IFG2 (rw) register accessor: an alias for `Reg<IFG2_SPEC>`"]
pub type IFG2 = crate::Reg<ifg2::IFG2_SPEC>;
#[doc = "Interrupt Flag 2"]
pub mod ifg2;
#[doc = "UC1IE (rw) register accessor: an alias for `Reg<UC1IE_SPEC>`"]
pub type UC1IE = crate::Reg<uc1ie::UC1IE_SPEC>;
#[doc = "USCI 1 Interrupt Enable"]
pub mod uc1ie;
#[doc = "UC1IFG (rw) register accessor: an alias for `Reg<UC1IFG_SPEC>`"]
pub type UC1IFG = crate::Reg<uc1ifg::UC1IFG_SPEC>;
#[doc = "ISCI 1 Interrupt Flags"]
pub mod uc1ifg;