Struct zinc_hal_lpc11xx::ioregs::GPIO0_ie_Get
[−]
[src]
pub struct GPIO0_ie_Get { // some fields omitted }
IE
: Interrupt mask register for port n
Methods
impl GPIO0_ie_Get
fn new(reg: &GPIO0_ie) -> GPIO0_ie_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 = Interrupt on pin PIOn_x is masked. 1 = Interrupt on pin PIOn_x is not masked.
fn mask1(&self) -> bool
Get value of MASK1
field: Selects interrupt on pin x to be masked (x = 0 to 11). 0 = Interrupt on pin PIOn_x is masked. 1 = Interrupt on pin PIOn_x is not masked.
fn mask2(&self) -> bool
Get value of MASK2
field: Selects interrupt on pin x to be masked (x = 0 to 11). 0 = Interrupt on pin PIOn_x is masked. 1 = Interrupt on pin PIOn_x is not masked.
fn mask3(&self) -> bool
Get value of MASK3
field: Selects interrupt on pin x to be masked (x = 0 to 11). 0 = Interrupt on pin PIOn_x is masked. 1 = Interrupt on pin PIOn_x is not masked.
fn mask4(&self) -> bool
Get value of MASK4
field: Selects interrupt on pin x to be masked (x = 0 to 11). 0 = Interrupt on pin PIOn_x is masked. 1 = Interrupt on pin PIOn_x is not masked.
fn mask5(&self) -> bool
Get value of MASK5
field: Selects interrupt on pin x to be masked (x = 0 to 11). 0 = Interrupt on pin PIOn_x is masked. 1 = Interrupt on pin PIOn_x is not masked.
fn mask6(&self) -> bool
Get value of MASK6
field: Selects interrupt on pin x to be masked (x = 0 to 11). 0 = Interrupt on pin PIOn_x is masked. 1 = Interrupt on pin PIOn_x is not masked.
fn mask7(&self) -> bool
Get value of MASK7
field: Selects interrupt on pin x to be masked (x = 0 to 11). 0 = Interrupt on pin PIOn_x is masked. 1 = Interrupt on pin PIOn_x is not masked.
fn mask8(&self) -> bool
Get value of MASK8
field: Selects interrupt on pin x to be masked (x = 0 to 11). 0 = Interrupt on pin PIOn_x is masked. 1 = Interrupt on pin PIOn_x is not masked.
fn mask9(&self) -> bool
Get value of MASK9
field: Selects interrupt on pin x to be masked (x = 0 to 11). 0 = Interrupt on pin PIOn_x is masked. 1 = Interrupt on pin PIOn_x is not masked.
fn mask10(&self) -> bool
Get value of MASK10
field: Selects interrupt on pin x to be masked (x = 0 to 11). 0 = Interrupt on pin PIOn_x is masked. 1 = Interrupt on pin PIOn_x is not masked.
fn mask11(&self) -> bool
Get value of MASK11
field: Selects interrupt on pin x to be masked (x = 0 to 11). 0 = Interrupt on pin PIOn_x is masked. 1 = Interrupt on pin PIOn_x is not masked.