Struct zinc_hal_lpc11xx::ioregs::GPIO0_ibe [] [src]

pub struct GPIO0_ibe {
    // some fields omitted
}

Register IBE: Interrupt both edges register for port n

Methods

impl GPIO0_ibe

fn get(&self) -> GPIO0_ibe_Get

Fetch the value of the IBE register.

fn ibe0(&self) -> bool

Get value of IBE0 field.

fn ibe1(&self) -> bool

Get value of IBE1 field.

fn ibe2(&self) -> bool

Get value of IBE2 field.

fn ibe3(&self) -> bool

Get value of IBE3 field.

fn ibe4(&self) -> bool

Get value of IBE4 field.

fn ibe5(&self) -> bool

Get value of IBE5 field.

fn ibe6(&self) -> bool

Get value of IBE6 field.

fn ibe7(&self) -> bool

Get value of IBE7 field.

fn ibe8(&self) -> bool

Get value of IBE8 field.

fn ibe9(&self) -> bool

Get value of IBE9 field.

fn ibe10(&self) -> bool

Get value of IBE10 field.

fn ibe11(&self) -> bool

Get value of IBE11 field.

fn ignoring_state(&self) -> GPIO0_ibe_Update

Create new updater that ignores current value of the IBE register.

fn set_ibe0<'a>(&'a mut self, new_value: bool) -> GPIO0_ibe_Update<'a>

Set value of IBE0 field.

fn set_ibe1<'a>(&'a mut self, new_value: bool) -> GPIO0_ibe_Update<'a>

Set value of IBE1 field.

fn set_ibe2<'a>(&'a mut self, new_value: bool) -> GPIO0_ibe_Update<'a>

Set value of IBE2 field.

fn set_ibe3<'a>(&'a mut self, new_value: bool) -> GPIO0_ibe_Update<'a>

Set value of IBE3 field.

fn set_ibe4<'a>(&'a mut self, new_value: bool) -> GPIO0_ibe_Update<'a>

Set value of IBE4 field.

fn set_ibe5<'a>(&'a mut self, new_value: bool) -> GPIO0_ibe_Update<'a>

Set value of IBE5 field.

fn set_ibe6<'a>(&'a mut self, new_value: bool) -> GPIO0_ibe_Update<'a>

Set value of IBE6 field.

fn set_ibe7<'a>(&'a mut self, new_value: bool) -> GPIO0_ibe_Update<'a>

Set value of IBE7 field.

fn set_ibe8<'a>(&'a mut self, new_value: bool) -> GPIO0_ibe_Update<'a>

Set value of IBE8 field.

fn set_ibe9<'a>(&'a mut self, new_value: bool) -> GPIO0_ibe_Update<'a>

Set value of IBE9 field.

fn set_ibe10<'a>(&'a mut self, new_value: bool) -> GPIO0_ibe_Update<'a>

Set value of IBE10 field.

fn set_ibe11<'a>(&'a mut self, new_value: bool) -> GPIO0_ibe_Update<'a>

Set value of IBE11 field.

Trait Implementations

impl Copy for GPIO0_ibe

Derived Implementations

impl Clone for GPIO0_ibe

fn clone(&self) -> GPIO0_ibe

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