Struct zinc_hal_lpc11xx::ioregs::SPI0_sr [] [src]

pub struct SPI0_sr {
    // some fields omitted
}

Register SR: Status Register

Methods

impl SPI0_sr

fn get(&self) -> SPI0_sr_Get

Fetch the value of the SR register.

fn tfe(&self) -> bool

Get value of TFE field.

fn tnf(&self) -> bool

Get value of TNF field.

fn rne(&self) -> bool

Get value of RNE field.

fn rff(&self) -> bool

Get value of RFF field.

fn bsy(&self) -> bool

Get value of BSY field.

Trait Implementations

impl Copy for SPI0_sr

Derived Implementations

impl Clone for SPI0_sr

fn clone(&self) -> SPI0_sr

fn clone_from(&mut self, source: &Self)