Struct zinc_hal_lpc11xx::ioregs::GPIO0_ris_Get [] [src]

pub struct GPIO0_ris_Get {
    // some fields omitted
}

RIS: Raw interrupt status register for port n

Methods

impl GPIO0_ris_Get

fn new(reg: &GPIO0_ris) -> GPIO0_ris_Get

Create a getter reflecting the current value of the given register.

fn raw(&self) -> u32

Get the raw value of the register.

fn rawst0(&self) -> bool

Get value of RAWST0 field: Raw interrupt status (x = 0 to 11). 0 = No interrupt on pin PIOn_x. 1 = Interrupt requirements met on PIOn_x.

fn rawst1(&self) -> bool

Get value of RAWST1 field: Raw interrupt status (x = 0 to 11). 0 = No interrupt on pin PIOn_x. 1 = Interrupt requirements met on PIOn_x.

fn rawst2(&self) -> bool

Get value of RAWST2 field: Raw interrupt status (x = 0 to 11). 0 = No interrupt on pin PIOn_x. 1 = Interrupt requirements met on PIOn_x.

fn rawst3(&self) -> bool

Get value of RAWST3 field: Raw interrupt status (x = 0 to 11). 0 = No interrupt on pin PIOn_x. 1 = Interrupt requirements met on PIOn_x.

fn rawst4(&self) -> bool

Get value of RAWST4 field: Raw interrupt status (x = 0 to 11). 0 = No interrupt on pin PIOn_x. 1 = Interrupt requirements met on PIOn_x.

fn rawst5(&self) -> bool

Get value of RAWST5 field: Raw interrupt status (x = 0 to 11). 0 = No interrupt on pin PIOn_x. 1 = Interrupt requirements met on PIOn_x.

fn rawst6(&self) -> bool

Get value of RAWST6 field: Raw interrupt status (x = 0 to 11). 0 = No interrupt on pin PIOn_x. 1 = Interrupt requirements met on PIOn_x.

fn rawst7(&self) -> bool

Get value of RAWST7 field: Raw interrupt status (x = 0 to 11). 0 = No interrupt on pin PIOn_x. 1 = Interrupt requirements met on PIOn_x.

fn rawst8(&self) -> bool

Get value of RAWST8 field: Raw interrupt status (x = 0 to 11). 0 = No interrupt on pin PIOn_x. 1 = Interrupt requirements met on PIOn_x.

fn rawst9(&self) -> bool

Get value of RAWST9 field: Raw interrupt status (x = 0 to 11). 0 = No interrupt on pin PIOn_x. 1 = Interrupt requirements met on PIOn_x.

fn rawst10(&self) -> bool

Get value of RAWST10 field: Raw interrupt status (x = 0 to 11). 0 = No interrupt on pin PIOn_x. 1 = Interrupt requirements met on PIOn_x.

fn rawst11(&self) -> bool

Get value of RAWST11 field: Raw interrupt status (x = 0 to 11). 0 = No interrupt on pin PIOn_x. 1 = Interrupt requirements met on PIOn_x.

Trait Implementations

impl Copy for GPIO0_ris_Get

Derived Implementations

impl Clone for GPIO0_ris_Get

fn clone(&self) -> GPIO0_ris_Get

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