Struct zinc_hal_lpc11xx::ioregs::SYSCON_starterp0_Get [] [src]

pub struct SYSCON_starterp0_Get {
    // some fields omitted
}

STARTERP0: Start logic signal enable register 0

Methods

impl SYSCON_starterp0_Get

fn new(reg: &SYSCON_starterp0) -> SYSCON_starterp0_Get

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

fn raw(&self) -> u32

Get the raw value of the register.

fn erpio0_0(&self) -> bool

Get value of ERPIO0_0 field: Enable start signal for start logic input PIO0_n: PIO0_11 to PIO0_0 0 = Disabled 1 = Enabled

fn erpio0_1(&self) -> bool

Get value of ERPIO0_1 field: Enable start signal for start logic input PIO0_n: PIO0_11 to PIO0_0 0 = Disabled 1 = Enabled

fn erpio0_2(&self) -> bool

Get value of ERPIO0_2 field: Enable start signal for start logic input PIO0_n: PIO0_11 to PIO0_0 0 = Disabled 1 = Enabled

fn erpio0_3(&self) -> bool

Get value of ERPIO0_3 field: Enable start signal for start logic input PIO0_n: PIO0_11 to PIO0_0 0 = Disabled 1 = Enabled

fn erpio0_4(&self) -> bool

Get value of ERPIO0_4 field: Enable start signal for start logic input PIO0_n: PIO0_11 to PIO0_0 0 = Disabled 1 = Enabled

fn erpio0_5(&self) -> bool

Get value of ERPIO0_5 field: Enable start signal for start logic input PIO0_n: PIO0_11 to PIO0_0 0 = Disabled 1 = Enabled

fn erpio0_6(&self) -> bool

Get value of ERPIO0_6 field: Enable start signal for start logic input PIO0_n: PIO0_11 to PIO0_0 0 = Disabled 1 = Enabled

fn erpio0_7(&self) -> bool

Get value of ERPIO0_7 field: Enable start signal for start logic input PIO0_n: PIO0_11 to PIO0_0 0 = Disabled 1 = Enabled

fn erpio0_8(&self) -> bool

Get value of ERPIO0_8 field: Enable start signal for start logic input PIO0_n: PIO0_11 to PIO0_0 0 = Disabled 1 = Enabled

fn erpio0_9(&self) -> bool

Get value of ERPIO0_9 field: Enable start signal for start logic input PIO0_n: PIO0_11 to PIO0_0 0 = Disabled 1 = Enabled

fn erpio0_10(&self) -> bool

Get value of ERPIO0_10 field: Enable start signal for start logic input PIO0_n: PIO0_11 to PIO0_0 0 = Disabled 1 = Enabled

fn erpio0_11(&self) -> bool

Get value of ERPIO0_11 field: Enable start signal for start logic input PIO0_n: PIO0_11 to PIO0_0 0 = Disabled 1 = Enabled

fn erpio1_0(&self) -> bool

Get value of ERPIO1_0 field: Enable start signal for start logic input PIO1_0 0 = Disabled 1 = Enabled

Trait Implementations

impl Copy for SYSCON_starterp0_Get

Derived Implementations

impl Clone for SYSCON_starterp0_Get

fn clone(&self) -> SYSCON_starterp0_Get

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