Struct stm32f30x_memory_map::spi::SrR
[−]
[src]
pub struct SrR { /* fields omitted */ }
Methods
impl SrR
[src]
fn rxne(&self) -> bool
Bit 0 - Receive buffer not empty
fn txe(&self) -> bool
Bit 1 - Transmit buffer empty
fn chside(&self) -> bool
Bit 2 - Channel side
fn udr(&self) -> bool
Bit 3 - Underrun flag
fn crcerr(&self) -> bool
Bit 4 - CRC error flag
fn modf(&self) -> bool
Bit 5 - Mode fault
fn ovr(&self) -> bool
Bit 6 - Overrun flag
fn bsy(&self) -> bool
Bit 7 - Busy flag
fn tifrfe(&self) -> bool
Bit 8 - TI frame format error
fn frlvl(&self) -> u8
Bits 9:10 - FIFO reception level
fn ftlvl(&self) -> u8
Bits 11:12 - FIFO transmission level
Trait Implementations
impl Clone for SrR
[src]
fn clone(&self) -> SrR
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more