[][src]Struct s32k144::pdb0::sc::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 ldok(&self) -> LDOKR
[src]

Bit 0 - Load OK

pub fn cont(&self) -> CONTR
[src]

Bit 1 - Continuous Mode Enable

pub fn mult(&self) -> MULTR
[src]

Bits 2:3 - Multiplication Factor Select for Prescaler

pub fn pdbie(&self) -> PDBIER
[src]

Bit 5 - PDB Interrupt Enable

pub fn pdbif(&self) -> PDBIFR
[src]

Bit 6 - PDB Interrupt Flag

pub fn pdben(&self) -> PDBENR
[src]

Bit 7 - PDB Enable

pub fn trgsel(&self) -> TRGSELR
[src]

Bits 8:11 - Trigger Input Source Select

pub fn prescaler(&self) -> PRESCALERR
[src]

Bits 12:14 - Prescaler Divider Select

pub fn dmaen(&self) -> DMAENR
[src]

Bit 15 - DMA Enable

pub fn pdbeie(&self) -> PDBEIER
[src]

Bit 17 - PDB Sequence Error Interrupt Enable

pub fn ldmod(&self) -> LDMODR
[src]

Bits 18:19 - Load Mode Select

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]