Struct zinc_hal_lpc11xx::ioregs::GPIO0_is_Update
[−]
[src]
pub struct GPIO0_is_Update<'a> { // some fields omitted }
Updater for IS
register.
Methods
impl<'a> GPIO0_is_Update<'a>
fn new(reg: &'a GPIO0_is) -> GPIO0_is_Update<'a>
Create a new updater.
fn new_ignoring_state(reg: &'a GPIO0_is) -> GPIO0_is_Update<'a>
Create a new updater that ignores current state.
fn set_isense0<'b>(&'b mut self, new_value: bool) -> &'b mut GPIO0_is_Update<'a>
Set value of ISENSE0
field.
fn set_isense1<'b>(&'b mut self, new_value: bool) -> &'b mut GPIO0_is_Update<'a>
Set value of ISENSE1
field.
fn set_isense2<'b>(&'b mut self, new_value: bool) -> &'b mut GPIO0_is_Update<'a>
Set value of ISENSE2
field.
fn set_isense3<'b>(&'b mut self, new_value: bool) -> &'b mut GPIO0_is_Update<'a>
Set value of ISENSE3
field.
fn set_isense4<'b>(&'b mut self, new_value: bool) -> &'b mut GPIO0_is_Update<'a>
Set value of ISENSE4
field.
fn set_isense5<'b>(&'b mut self, new_value: bool) -> &'b mut GPIO0_is_Update<'a>
Set value of ISENSE5
field.
fn set_isense6<'b>(&'b mut self, new_value: bool) -> &'b mut GPIO0_is_Update<'a>
Set value of ISENSE6
field.
fn set_isense7<'b>(&'b mut self, new_value: bool) -> &'b mut GPIO0_is_Update<'a>
Set value of ISENSE7
field.
fn set_isense8<'b>(&'b mut self, new_value: bool) -> &'b mut GPIO0_is_Update<'a>
Set value of ISENSE8
field.
fn set_isense9<'b>(&'b mut self, new_value: bool) -> &'b mut GPIO0_is_Update<'a>
Set value of ISENSE9
field.
fn set_isense10<'b>(&'b mut self, new_value: bool) -> &'b mut GPIO0_is_Update<'a>
Set value of ISENSE10
field.
fn set_isense11<'b>(&'b mut self, new_value: bool) -> &'b mut GPIO0_is_Update<'a>
Set value of ISENSE11
field.
fn done(self)
Commit changes to register.
Trait Implementations
impl<'a> Drop for GPIO0_is_Update<'a>
This performs the register update.