s32k142-pac 0.1.0

Device Support Crate for NXP S32K142 Devices
Documentation
#[doc = r"Register block"]
#[repr(C)]
pub struct RegisterBlock {
    #[doc = "0x00 - Low Voltage Detect Status and Control 1 Register"]
    pub lvdsc1: crate::Reg<lvdsc1::LVDSC1_SPEC>,
    #[doc = "0x01 - Low Voltage Detect Status and Control 2 Register"]
    pub lvdsc2: crate::Reg<lvdsc2::LVDSC2_SPEC>,
    #[doc = "0x02 - Regulator Status and Control Register"]
    pub regsc: crate::Reg<regsc::REGSC_SPEC>,
    _reserved3: [u8; 0x01],
    #[doc = "0x04 - Low Power Oscillator Trim Register"]
    pub lpotrim: crate::Reg<lpotrim::LPOTRIM_SPEC>,
}
#[doc = "LVDSC1 register accessor: an alias for `Reg<LVDSC1_SPEC>`"]
pub type LVDSC1 = crate::Reg<lvdsc1::LVDSC1_SPEC>;
#[doc = "Low Voltage Detect Status and Control 1 Register"]
pub mod lvdsc1;
#[doc = "LVDSC2 register accessor: an alias for `Reg<LVDSC2_SPEC>`"]
pub type LVDSC2 = crate::Reg<lvdsc2::LVDSC2_SPEC>;
#[doc = "Low Voltage Detect Status and Control 2 Register"]
pub mod lvdsc2;
#[doc = "REGSC register accessor: an alias for `Reg<REGSC_SPEC>`"]
pub type REGSC = crate::Reg<regsc::REGSC_SPEC>;
#[doc = "Regulator Status and Control Register"]
pub mod regsc;
#[doc = "LPOTRIM register accessor: an alias for `Reg<LPOTRIM_SPEC>`"]
pub type LPOTRIM = crate::Reg<lpotrim::LPOTRIM_SPEC>;
#[doc = "Low Power Oscillator Trim Register"]
pub mod lpotrim;