[][src]Type Definition stm32f1::stm32f100::spi1::sr::R

type R = R<u32, SR>;

Reader of register SR

Methods

impl R[src]

pub fn bsy(&self) -> BSY_R[src]

Bit 7 - Busy flag

pub fn ovr(&self) -> OVR_R[src]

Bit 6 - Overrun flag

pub fn modf(&self) -> MODF_R[src]

Bit 5 - Mode fault

pub fn crcerr(&self) -> CRCERR_R[src]

Bit 4 - CRC error flag

pub fn txe(&self) -> TXE_R[src]

Bit 1 - Transmit buffer empty

pub fn rxne(&self) -> RXNE_R[src]

Bit 0 - Receive buffer not empty