lpc546xx-pac 0.2.1

Device support crates for LPC546XX-PAC devices
#[doc = r"Register block"]
#[repr(C)]
pub struct RegisterBlock {
    #[doc = "0x00 - EEPROM command register"]
    pub cmd: crate::Reg<cmd::CMD_SPEC>,
    _reserved1: [u8; 0x04],
    #[doc = "0x08 - EEPROM read wait state register"]
    pub rwstate: crate::Reg<rwstate::RWSTATE_SPEC>,
    #[doc = "0x0c - EEPROM auto programming register"]
    pub autoprog: crate::Reg<autoprog::AUTOPROG_SPEC>,
    #[doc = "0x10 - EEPROM wait state register"]
    pub wstate: crate::Reg<wstate::WSTATE_SPEC>,
    #[doc = "0x14 - EEPROM clock divider register"]
    pub clkdiv: crate::Reg<clkdiv::CLKDIV_SPEC>,
    #[doc = "0x18 - EEPROM power-down register"]
    pub pwrdwn: crate::Reg<pwrdwn::PWRDWN_SPEC>,
    _reserved6: [u8; 0x0fbc],
    #[doc = "0xfd8 - EEPROM interrupt enable clear"]
    pub intenclr: crate::Reg<intenclr::INTENCLR_SPEC>,
    #[doc = "0xfdc - EEPROM interrupt enable set"]
    pub intenset: crate::Reg<intenset::INTENSET_SPEC>,
    #[doc = "0xfe0 - EEPROM interrupt status"]
    pub intstat: crate::Reg<intstat::INTSTAT_SPEC>,
    #[doc = "0xfe4 - EEPROM interrupt enable"]
    pub inten: crate::Reg<inten::INTEN_SPEC>,
    #[doc = "0xfe8 - EEPROM interrupt status clear"]
    pub intstatclr: crate::Reg<intstatclr::INTSTATCLR_SPEC>,
    #[doc = "0xfec - EEPROM interrupt status set"]
    pub intstatset: crate::Reg<intstatset::INTSTATSET_SPEC>,
}
#[doc = "CMD register accessor: an alias for `Reg<CMD_SPEC>`"]
pub type CMD = crate::Reg<cmd::CMD_SPEC>;
#[doc = "EEPROM command register"]
pub mod cmd;
#[doc = "RWSTATE register accessor: an alias for `Reg<RWSTATE_SPEC>`"]
pub type RWSTATE = crate::Reg<rwstate::RWSTATE_SPEC>;
#[doc = "EEPROM read wait state register"]
pub mod rwstate;
#[doc = "AUTOPROG register accessor: an alias for `Reg<AUTOPROG_SPEC>`"]
pub type AUTOPROG = crate::Reg<autoprog::AUTOPROG_SPEC>;
#[doc = "EEPROM auto programming register"]
pub mod autoprog;
#[doc = "WSTATE register accessor: an alias for `Reg<WSTATE_SPEC>`"]
pub type WSTATE = crate::Reg<wstate::WSTATE_SPEC>;
#[doc = "EEPROM wait state register"]
pub mod wstate;
#[doc = "CLKDIV register accessor: an alias for `Reg<CLKDIV_SPEC>`"]
pub type CLKDIV = crate::Reg<clkdiv::CLKDIV_SPEC>;
#[doc = "EEPROM clock divider register"]
pub mod clkdiv;
#[doc = "PWRDWN register accessor: an alias for `Reg<PWRDWN_SPEC>`"]
pub type PWRDWN = crate::Reg<pwrdwn::PWRDWN_SPEC>;
#[doc = "EEPROM power-down register"]
pub mod pwrdwn;
#[doc = "INTENCLR register accessor: an alias for `Reg<INTENCLR_SPEC>`"]
pub type INTENCLR = crate::Reg<intenclr::INTENCLR_SPEC>;
#[doc = "EEPROM interrupt enable clear"]
pub mod intenclr;
#[doc = "INTENSET register accessor: an alias for `Reg<INTENSET_SPEC>`"]
pub type INTENSET = crate::Reg<intenset::INTENSET_SPEC>;
#[doc = "EEPROM interrupt enable set"]
pub mod intenset;
#[doc = "INTSTAT register accessor: an alias for `Reg<INTSTAT_SPEC>`"]
pub type INTSTAT = crate::Reg<intstat::INTSTAT_SPEC>;
#[doc = "EEPROM interrupt status"]
pub mod intstat;
#[doc = "INTEN register accessor: an alias for `Reg<INTEN_SPEC>`"]
pub type INTEN = crate::Reg<inten::INTEN_SPEC>;
#[doc = "EEPROM interrupt enable"]
pub mod inten;
#[doc = "INTSTATCLR register accessor: an alias for `Reg<INTSTATCLR_SPEC>`"]
pub type INTSTATCLR = crate::Reg<intstatclr::INTSTATCLR_SPEC>;
#[doc = "EEPROM interrupt status clear"]
pub mod intstatclr;
#[doc = "INTSTATSET register accessor: an alias for `Reg<INTSTATSET_SPEC>`"]
pub type INTSTATSET = crate::Reg<intstatset::INTSTATSET_SPEC>;
#[doc = "EEPROM interrupt status set"]
pub mod intstatset;