Struct zinc_hal_lpc11xx::ioregs::SPI0_mis [] [src]

pub struct SPI0_mis {
    // some fields omitted
}

Register MIS: Masked Interrupt Status Register

Methods

impl SPI0_mis

fn get(&self) -> SPI0_mis_Get

Fetch the value of the MIS register.

fn rormis(&self) -> bool

Get value of RORMIS field.

fn rtmis(&self) -> bool

Get value of RTMIS field.

fn rxmis(&self) -> bool

Get value of RXMIS field.

fn txmis(&self) -> bool

Get value of TXMIS field.

Trait Implementations

impl Copy for SPI0_mis

Derived Implementations

impl Clone for SPI0_mis

fn clone(&self) -> SPI0_mis

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