mimxrt595s 0.5.0

Peripheral access crate (PAC) for NXP i.MX RT595S microcontrollers
Documentation
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 module ID"]
    pub pselid: PSELID,
    #[doc = "0xffc - Peripheral Identification"]
    pub pid: PID,
}
#[doc = "PSELID (rw) register accessor: an alias for `Reg<PSELID_SPEC>`"]
pub type PSELID = crate::Reg<pselid::PSELID_SPEC>;
#[doc = "Peripheral Select and Flexcomm module ID"]
pub mod pselid;
#[doc = "PID (r) register accessor: an alias for `Reg<PID_SPEC>`"]
pub type PID = crate::Reg<pid::PID_SPEC>;
#[doc = "Peripheral Identification"]
pub mod pid;