Struct zinc_hal_lpc11xx::ioregs::GPIO0_mis_Get [] [src]

pub struct GPIO0_mis_Get {
    // some fields omitted
}

MIS: Masked interrupt status register for port n

Methods

impl GPIO0_mis_Get

fn new(reg: &GPIO0_mis) -> GPIO0_mis_Get

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

fn raw(&self) -> u32

Get the raw value of the register.

fn mask0(&self) -> bool

Get value of MASK0 field: Selects interrupt on pin x to be masked (x = 0 to 11). 0 = No interrupt or interrupt masked on pin PIOn_x. 1 = Interrupt on PIOn_x.

fn mask1(&self) -> bool

Get value of MASK1 field: Selects interrupt on pin x to be masked (x = 0 to 11). 0 = No interrupt or interrupt masked on pin PIOn_x. 1 = Interrupt on PIOn_x.

fn mask2(&self) -> bool

Get value of MASK2 field: Selects interrupt on pin x to be masked (x = 0 to 11). 0 = No interrupt or interrupt masked on pin PIOn_x. 1 = Interrupt on PIOn_x.

fn mask3(&self) -> bool

Get value of MASK3 field: Selects interrupt on pin x to be masked (x = 0 to 11). 0 = No interrupt or interrupt masked on pin PIOn_x. 1 = Interrupt on PIOn_x.

fn mask4(&self) -> bool

Get value of MASK4 field: Selects interrupt on pin x to be masked (x = 0 to 11). 0 = No interrupt or interrupt masked on pin PIOn_x. 1 = Interrupt on PIOn_x.

fn mask5(&self) -> bool

Get value of MASK5 field: Selects interrupt on pin x to be masked (x = 0 to 11). 0 = No interrupt or interrupt masked on pin PIOn_x. 1 = Interrupt on PIOn_x.

fn mask6(&self) -> bool

Get value of MASK6 field: Selects interrupt on pin x to be masked (x = 0 to 11). 0 = No interrupt or interrupt masked on pin PIOn_x. 1 = Interrupt on PIOn_x.

fn mask7(&self) -> bool

Get value of MASK7 field: Selects interrupt on pin x to be masked (x = 0 to 11). 0 = No interrupt or interrupt masked on pin PIOn_x. 1 = Interrupt on PIOn_x.

fn mask8(&self) -> bool

Get value of MASK8 field: Selects interrupt on pin x to be masked (x = 0 to 11). 0 = No interrupt or interrupt masked on pin PIOn_x. 1 = Interrupt on PIOn_x.

fn mask9(&self) -> bool

Get value of MASK9 field: Selects interrupt on pin x to be masked (x = 0 to 11). 0 = No interrupt or interrupt masked on pin PIOn_x. 1 = Interrupt on PIOn_x.

fn mask10(&self) -> bool

Get value of MASK10 field: Selects interrupt on pin x to be masked (x = 0 to 11). 0 = No interrupt or interrupt masked on pin PIOn_x. 1 = Interrupt on PIOn_x.

fn mask11(&self) -> bool

Get value of MASK11 field: Selects interrupt on pin x to be masked (x = 0 to 11). 0 = No interrupt or interrupt masked on pin PIOn_x. 1 = Interrupt on PIOn_x.

Trait Implementations

impl Copy for GPIO0_mis_Get

Derived Implementations

impl Clone for GPIO0_mis_Get

fn clone(&self) -> GPIO0_mis_Get

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