[][src]Struct s32k144::can0::ctrl1::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 propseg(&self) -> PROPSEGR
[src]

Bits 0:2 - Propagation Segment

pub fn lom(&self) -> LOMR
[src]

Bit 3 - Listen-Only Mode

pub fn lbuf(&self) -> LBUFR
[src]

Bit 4 - Lowest Buffer Transmitted First

pub fn tsyn(&self) -> TSYNR
[src]

Bit 5 - Timer Sync

pub fn boffrec(&self) -> BOFFRECR
[src]

Bit 6 - Bus Off Recovery

pub fn smp(&self) -> SMPR
[src]

Bit 7 - CAN Bit Sampling

pub fn rwrnmsk(&self) -> RWRNMSKR
[src]

Bit 10 - Rx Warning Interrupt Mask

pub fn twrnmsk(&self) -> TWRNMSKR
[src]

Bit 11 - Tx Warning Interrupt Mask

pub fn lpb(&self) -> LPBR
[src]

Bit 12 - Loop Back Mode

pub fn clksrc(&self) -> CLKSRCR
[src]

Bit 13 - CAN Engine Clock Source

pub fn errmsk(&self) -> ERRMSKR
[src]

Bit 14 - Error Interrupt Mask

pub fn boffmsk(&self) -> BOFFMSKR
[src]

Bit 15 - Bus Off Interrupt Mask

pub fn pseg2(&self) -> PSEG2R
[src]

Bits 16:18 - Phase Segment 2

pub fn pseg1(&self) -> PSEG1R
[src]

Bits 19:21 - Phase Segment 1

pub fn rjw(&self) -> RJWR
[src]

Bits 22:23 - Resync Jump Width

pub fn presdiv(&self) -> PRESDIVR
[src]

Bits 24:31 - Prescaler Division Factor

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]