lpc55_pac/
flexcomm0.rs

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