[][src]Struct sam3x8e::can1::imr::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 mb0(&self) -> MB0R[src]

Bit 0 - Mailbox 0 Interrupt Mask

pub fn mb1(&self) -> MB1R[src]

Bit 1 - Mailbox 1 Interrupt Mask

pub fn mb2(&self) -> MB2R[src]

Bit 2 - Mailbox 2 Interrupt Mask

pub fn mb3(&self) -> MB3R[src]

Bit 3 - Mailbox 3 Interrupt Mask

pub fn mb4(&self) -> MB4R[src]

Bit 4 - Mailbox 4 Interrupt Mask

pub fn mb5(&self) -> MB5R[src]

Bit 5 - Mailbox 5 Interrupt Mask

pub fn mb6(&self) -> MB6R[src]

Bit 6 - Mailbox 6 Interrupt Mask

pub fn mb7(&self) -> MB7R[src]

Bit 7 - Mailbox 7 Interrupt Mask

pub fn erra(&self) -> ERRAR[src]

Bit 16 - Error Active Mode Interrupt Mask

pub fn warn(&self) -> WARNR[src]

Bit 17 - Warning Limit Interrupt Mask

pub fn errp(&self) -> ERRPR[src]

Bit 18 - Error Passive Mode Interrupt Mask

pub fn boff(&self) -> BOFFR[src]

Bit 19 - Bus Off Mode Interrupt Mask

pub fn sleep(&self) -> SLEEPR[src]

Bit 20 - Sleep Interrupt Mask

pub fn wakeup(&self) -> WAKEUPR[src]

Bit 21 - Wakeup Interrupt Mask

pub fn tovf(&self) -> TOVFR[src]

Bit 22 - Timer Overflow Interrupt Mask

pub fn tstp(&self) -> TSTPR[src]

Bit 23 - Timestamp Interrupt Mask

pub fn cerr(&self) -> CERRR[src]

Bit 24 - CRC Error Interrupt Mask

pub fn serr(&self) -> SERRR[src]

Bit 25 - Stuffing Error Interrupt Mask

pub fn aerr(&self) -> AERRR[src]

Bit 26 - Acknowledgment Error Interrupt Mask

pub fn ferr(&self) -> FERRR[src]

Bit 27 - Form Error Interrupt Mask

pub fn berr(&self) -> BERRR[src]

Bit 28 - Bit Error Interrupt Mask

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T[src]

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

type Error = !

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

The type returned in the event of a conversion error.

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]