Struct zinc_hal_lpc11xx::ioregs::IOCON_iocon_swdio_pio1_3
[−]
[src]
pub struct IOCON_iocon_swdio_pio1_3 { // some fields omitted }
Register IOCON_SWDIO_PIO1_3
: I/O configuration for pin SWDIO/PIO1_3/AD4/CT32B1_MAT2
Methods
impl IOCON_iocon_swdio_pio1_3
fn get(&self) -> IOCON_iocon_swdio_pio1_3_Get
Fetch the value of the IOCON_SWDIO_PIO1_3
register.
fn func(&self) -> IOCON_iocon_swdio_pio1_3_func
Get value of FUNC
field.
fn mode(&self) -> IOCON_iocon_swdio_pio1_3_mode
Get value of MODE
field.
fn hys(&self) -> IOCON_iocon_swdio_pio1_3_hys
Get value of HYS
field.
fn admode(&self) -> IOCON_iocon_swdio_pio1_3_admode
Get value of ADMODE
field.
fn od(&self) -> IOCON_iocon_swdio_pio1_3_od
Get value of OD
field.
fn ignoring_state(&self) -> IOCON_iocon_swdio_pio1_3_Update
Create new updater that ignores current value of the IOCON_SWDIO_PIO1_3
register.
fn set_func<'a>(&'a mut self, new_value: IOCON_iocon_swdio_pio1_3_func) -> IOCON_iocon_swdio_pio1_3_Update<'a>
Set value of FUNC
field.
fn set_mode<'a>(&'a mut self, new_value: IOCON_iocon_swdio_pio1_3_mode) -> IOCON_iocon_swdio_pio1_3_Update<'a>
Set value of MODE
field.
fn set_hys<'a>(&'a mut self, new_value: IOCON_iocon_swdio_pio1_3_hys) -> IOCON_iocon_swdio_pio1_3_Update<'a>
Set value of HYS
field.
fn set_admode<'a>(&'a mut self, new_value: IOCON_iocon_swdio_pio1_3_admode) -> IOCON_iocon_swdio_pio1_3_Update<'a>
Set value of ADMODE
field.
fn set_od<'a>(&'a mut self, new_value: IOCON_iocon_swdio_pio1_3_od) -> IOCON_iocon_swdio_pio1_3_Update<'a>
Set value of OD
field.