[][src]Struct sam3x8e::can1::idr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn mb0(&mut self) -> _MB0W[src]

Bit 0 - Mailbox 0 Interrupt Disable

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

Bit 1 - Mailbox 1 Interrupt Disable

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

Bit 2 - Mailbox 2 Interrupt Disable

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

Bit 3 - Mailbox 3 Interrupt Disable

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

Bit 4 - Mailbox 4 Interrupt Disable

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

Bit 5 - Mailbox 5 Interrupt Disable

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

Bit 6 - Mailbox 6 Interrupt Disable

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

Bit 7 - Mailbox 7 Interrupt Disable

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

Bit 16 - Error Active Mode Interrupt Disable

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

Bit 17 - Warning Limit Interrupt Disable

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

Bit 18 - Error Passive Mode Interrupt Disable

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

Bit 19 - Bus Off Mode Interrupt Disable

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

Bit 20 - Sleep Interrupt Disable

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

Bit 21 - Wakeup Interrupt Disable

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

Bit 22 - Timer Overflow Interrupt

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

Bit 23 - TimeStamp Interrupt Disable

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

Bit 24 - CRC Error Interrupt Disable

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

Bit 25 - Stuffing Error Interrupt Disable

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

Bit 26 - Acknowledgment Error Interrupt Disable

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

Bit 27 - Form Error Interrupt Disable

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

Bit 28 - Bit Error Interrupt Disable

Auto Trait Implementations

impl Send for W

impl Sync for W

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]