Struct atsam4lc4c::spi::imr::R [] [src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

[src]

Value of the register as raw bits

[src]

Bit 0 - Receive Data Register Full Interrupt Mask

[src]

Bit 1 - Transmit Data Register Empty Interrupt Mask

[src]

Bit 2 - Mode Fault Error Interrupt Mask

[src]

Bit 3 - Overrun Error Interrupt Mask

[src]

Bit 4 - End of Receive Buffer Interrupt Mask

[src]

Bit 5 - End of Transmit Buffer Interrupt Mask

[src]

Bit 6 - Receive Buffer Full Interrupt Mask

[src]

Bit 7 - Transmit Buffer Empty Interrupt Mask

[src]

Bit 8 - NSS Rising Interrupt Mask

[src]

Bit 9 - Transmission Registers Empty Mask

[src]

Bit 10 - Underrun Error Interrupt Mask

Trait Implementations

Auto Trait Implementations

impl Send for R

impl Sync for R