Struct zinc_hal_lpc11xx::ioregs::GPIO0_ibe_Update [] [src]

pub struct GPIO0_ibe_Update<'a> {
    // some fields omitted
}

Updater for IBE register.

Methods

impl<'a> GPIO0_ibe_Update<'a>

fn new(reg: &'a GPIO0_ibe) -> GPIO0_ibe_Update<'a>

Create a new updater.

fn new_ignoring_state(reg: &'a GPIO0_ibe) -> GPIO0_ibe_Update<'a>

Create a new updater that ignores current state.

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

Set value of IBE0 field.

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

Set value of IBE1 field.

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

Set value of IBE2 field.

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

Set value of IBE3 field.

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

Set value of IBE4 field.

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

Set value of IBE5 field.

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

Set value of IBE6 field.

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

Set value of IBE7 field.

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

Set value of IBE8 field.

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

Set value of IBE9 field.

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

Set value of IBE10 field.

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

Set value of IBE11 field.

fn done(self)

Commit changes to register.

Trait Implementations

impl<'a> Drop for GPIO0_ibe_Update<'a>

This performs the register update.

fn drop(&mut self)