Struct zinc_hal_lpc11xx::ioregs::SPI0_ris [] [src]

pub struct SPI0_ris {
    // some fields omitted
}

Register RIS: Raw Interrupt Status Register

Methods

impl SPI0_ris

fn get(&self) -> SPI0_ris_Get

Fetch the value of the RIS register.

fn rorris(&self) -> bool

Get value of RORRIS field.

fn rtris(&self) -> bool

Get value of RTRIS field.

fn rxris(&self) -> bool

Get value of RXRIS field.

fn txris(&self) -> bool

Get value of TXRIS field.

Trait Implementations

impl Copy for SPI0_ris

Derived Implementations

impl Clone for SPI0_ris

fn clone(&self) -> SPI0_ris

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