[][src]Struct gd32vf103_pac::spi0::stat::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u16[src]

Value of the register as raw bits

pub fn ferr(&self) -> FERRR[src]

Bit 8 - Format error

pub fn trans(&self) -> TRANSR[src]

Bit 7 - Transmitting On-going Bit

pub fn rxorerr(&self) -> RXORERRR[src]

Bit 6 - Reception Overrun Error Bit

pub fn conferr(&self) -> CONFERRR[src]

Bit 5 - SPI Configuration error

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

Bit 4 - SPI CRC Error Bit

pub fn txurerr(&self) -> TXURERRR[src]

Bit 3 - Transmission underrun error bit

pub fn i2sch(&self) -> I2SCHR[src]

Bit 2 - I2S channel side

pub fn tbe(&self) -> TBER[src]

Bit 1 - Transmit Buffer Empty

pub fn rbne(&self) -> RBNER[src]

Bit 0 - Receive Buffer Not Empty

Auto Trait Implementations

impl Unpin for R

impl Send for R

impl Sync for R

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]