Struct zinc_hal_lpc11xx::ioregs::GPIO0_ris [] [src]

pub struct GPIO0_ris {
    // some fields omitted
}

Register RIS: Raw interrupt status register for port n

Methods

impl GPIO0_ris

fn get(&self) -> GPIO0_ris_Get

Fetch the value of the RIS register.

fn rawst0(&self) -> bool

Get value of RAWST0 field.

fn rawst1(&self) -> bool

Get value of RAWST1 field.

fn rawst2(&self) -> bool

Get value of RAWST2 field.

fn rawst3(&self) -> bool

Get value of RAWST3 field.

fn rawst4(&self) -> bool

Get value of RAWST4 field.

fn rawst5(&self) -> bool

Get value of RAWST5 field.

fn rawst6(&self) -> bool

Get value of RAWST6 field.

fn rawst7(&self) -> bool

Get value of RAWST7 field.

fn rawst8(&self) -> bool

Get value of RAWST8 field.

fn rawst9(&self) -> bool

Get value of RAWST9 field.

fn rawst10(&self) -> bool

Get value of RAWST10 field.

fn rawst11(&self) -> bool

Get value of RAWST11 field.

Trait Implementations

impl Copy for GPIO0_ris

Derived Implementations

impl Clone for GPIO0_ris

fn clone(&self) -> GPIO0_ris

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