Struct stm32f7x6::spi2::sr::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 7 - Busy flag

[src]

Bit 6 - Overrun flag

[src]

Bit 5 - Mode fault

[src]

Bit 4 - CRC error flag

[src]

Bit 3 - Underrun flag

[src]

Bit 2 - Channel side

[src]

Bit 1 - Transmit buffer empty

[src]

Bit 0 - Receive buffer not empty

[src]

Bit 8 - Frame format error

[src]

Bits 9:10 - FIFO reception level

[src]

Bits 11:12 - FIFO Transmission Level

Trait Implementations

Auto Trait Implementations

impl Send for R

impl Sync for R