Type Definition atsam4e8c_pac::can0::mmr7::MOT_W

source ·
pub type MOT_W<'a, const O: u8> = FieldWriter<'a, u32, MMR7_SPEC, u8, MOT_A, 3, O>;
Expand description

Field MOT writer - Mailbox Object Type

Implementations§

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

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

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

Transmit mailbox. Mailbox is configured for transmission.

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.

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.