Struct zinc_hal_lpc11xx::ioregs::IOCON_iocon_ssel1_loc [] [src]

pub struct IOCON_iocon_ssel1_loc {
    // some fields omitted
}

Register IOCON_SSEL1_LOC: SSEL1 pin location select register

Methods

impl IOCON_iocon_ssel1_loc

fn get(&self) -> IOCON_iocon_ssel1_loc_Get

Fetch the value of the IOCON_SSEL1_LOC register.

fn ssel1loc(&self) -> IOCON_iocon_ssel1_loc_ssel1loc

Get value of SSEL1LOC field.

fn ignoring_state(&self) -> IOCON_iocon_ssel1_loc_Update

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

fn set_ssel1loc<'a>(&'a mut self, new_value: IOCON_iocon_ssel1_loc_ssel1loc) -> IOCON_iocon_ssel1_loc_Update<'a>

Set value of SSEL1LOC field.

Trait Implementations

impl Copy for IOCON_iocon_ssel1_loc

Derived Implementations

impl Clone for IOCON_iocon_ssel1_loc

fn clone(&self) -> IOCON_iocon_ssel1_loc

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