[][src]Struct sam3x8e::can0::mmr7::_MOTW

pub struct _MOTW<'a> { /* fields omitted */ }

Proxy

Methods

impl<'a> _MOTW<'a>[src]

pub fn variant(self, variant: MOTW) -> &'a mut W[src]

Writes variant to the field

pub fn mb_disabled(self) -> &'a mut W[src]

Mailbox is disabled. This prevents receiving or transmitting any messages with this mailbox.

pub fn mb_rx(self) -> &'a mut W[src]

Reception Mailbox. Mailbox is configured for reception. If a message is received while the mailbox data register is full, it is discarded.

pub fn mb_rx_overwrite(self) -> &'a mut W[src]

Reception mailbox with overwrite. Mailbox is configured for reception. If a message is received while the mailbox is full, it overwrites the previous message.

pub fn mb_tx(self) -> &'a mut W[src]

Transmit mailbox. Mailbox is configured for transmission.

pub fn mb_consumer(self) -> &'a mut W[src]

Consumer Mailbox. Mailbox is configured in reception but behaves as a Transmit Mailbox, i.e., it sends a remote frame and waits for an answer.

pub fn mb_producer(self) -> &'a mut W[src]

Producer Mailbox. Mailbox is configured in transmission but also behaves like a reception mailbox, i.e., it waits to receive a Remote Frame before sending its contents.

pub unsafe fn bits(self, value: u8) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _MOTW<'a>

impl<'a> Sync for _MOTW<'a>

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]