Struct stm32f30x_memory_map::spi::SrR [] [src]

pub struct SrR { /* fields omitted */ }

Methods

impl SrR
[src]

Bit 0 - Receive buffer not empty

Bit 1 - Transmit buffer empty

Bit 2 - Channel side

Bit 3 - Underrun flag

Bit 4 - CRC error flag

Bit 5 - Mode fault

Bit 6 - Overrun flag

Bit 7 - Busy flag

Bit 8 - TI frame format error

Bits 9:10 - FIFO reception level

Bits 11:12 - FIFO transmission level

Trait Implementations

impl Clone for SrR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SrR
[src]