[][src]Struct s32k144::rcm::srie::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

pub fn bits(&self) -> u32
[src]

Value of the register as raw bits

pub fn delay(&self) -> DELAYR
[src]

Bits 0:1 - Reset Delay Time

pub fn loc(&self) -> LOCR
[src]

Bit 2 - Loss-of-Clock Interrupt

pub fn lol(&self) -> LOLR
[src]

Bit 3 - Loss-of-Lock Interrupt

pub fn wdog(&self) -> WDOGR
[src]

Bit 5 - Watchdog Interrupt

pub fn pin(&self) -> PINR
[src]

Bit 6 - External Reset Pin Interrupt

pub fn gie(&self) -> GIER
[src]

Bit 7 - Global Interrupt Enable

pub fn jtag(&self) -> JTAGR
[src]

Bit 8 - JTAG generated reset

pub fn lockup(&self) -> LOCKUPR
[src]

Bit 9 - Core Lockup Interrupt

pub fn sw(&self) -> SWR
[src]

Bit 10 - Software Interrupt

pub fn mdm_ap(&self) -> MDM_APR
[src]

Bit 11 - MDM-AP System Reset Request

pub fn sackerr(&self) -> SACKERRR
[src]

Bit 13 - Stop Acknowledge Error Interrupt

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> From for T
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]