Struct zinc_hal_lpc11xx::ioregs::IOCON_iocon_ct32b0_cap0_loc_Get [] [src]

pub struct IOCON_iocon_ct32b0_cap0_loc_Get {
    // some fields omitted
}

IOCON_CT32B0_CAP0_LOC: CT32B0_CAP0 pin location select register

Methods

impl IOCON_iocon_ct32b0_cap0_loc_Get

fn new(reg: &IOCON_iocon_ct32b0_cap0_loc) -> IOCON_iocon_ct32b0_cap0_loc_Get

Create a getter reflecting the current value of the given register.

fn raw(&self) -> u32

Get the raw value of the register.

fn ct32b0_cap0loc(&self) -> IOCON_iocon_ct32b0_cap0_loc_ct32b0_cap0loc

Get value of CT32B0_CAP0LOC field: Selects pin location for the CT32B0_CAP0 function.

Trait Implementations

impl Copy for IOCON_iocon_ct32b0_cap0_loc_Get

Derived Implementations

impl Clone for IOCON_iocon_ct32b0_cap0_loc_Get

fn clone(&self) -> IOCON_iocon_ct32b0_cap0_loc_Get

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