lpc546xx-pac 0.2.1

Device support crates for LPC546XX-PAC devices
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#[doc = r"Register block"]
#[repr(C)]
pub struct RegisterBlock {
    _reserved0: [u8; 0x0ff8],
    #[doc = "0xff8 - Peripheral Select and Flexcomm ID register."]
    pub pselid: crate::Reg<pselid::PSELID_SPEC>,
    #[doc = "0xffc - Peripheral identification register."]
    pub pid: crate::Reg<pid::PID_SPEC>,
}
#[doc = "PSELID register accessor: an alias for `Reg<PSELID_SPEC>`"]
pub type PSELID = crate::Reg<pselid::PSELID_SPEC>;
#[doc = "Peripheral Select and Flexcomm ID register."]
pub mod pselid;
#[doc = "PID register accessor: an alias for `Reg<PID_SPEC>`"]
pub type PID = crate::Reg<pid::PID_SPEC>;
#[doc = "Peripheral identification register."]
pub mod pid;