Struct stm32f103xx::spi1::sr::R[][src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

Value of the register as raw bits

Bit 7 - Busy flag

Bit 6 - Overrun flag

Bit 5 - Mode fault

Bit 4 - CRC error flag

Bit 3 - Underrun flag

Bit 2 - Channel side

Bit 1 - Transmit buffer empty

Bit 0 - Receive buffer not empty

Auto Trait Implementations

impl Send for R

impl Sync for R