Struct zinc_hal_lpc11xx::ioregs::SYSCON_startaprp0_Get [] [src]

pub struct SYSCON_startaprp0_Get {
    // some fields omitted
}

STARTAPRP0: Start logic edge control register 0

Methods

impl SYSCON_startaprp0_Get

fn new(reg: &SYSCON_startaprp0) -> SYSCON_startaprp0_Get

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

fn raw(&self) -> u32

Get the raw value of the register.

fn aprpio0_0(&self) -> bool

Get value of APRPIO0_0 field: Edge select for start logic input PIO0_n: PIO0_11 to PIO0_0 0 = Falling edge 1 = Rising edge

fn aprpio0_1(&self) -> bool

Get value of APRPIO0_1 field: Edge select for start logic input PIO0_n: PIO0_11 to PIO0_0 0 = Falling edge 1 = Rising edge

fn aprpio0_2(&self) -> bool

Get value of APRPIO0_2 field: Edge select for start logic input PIO0_n: PIO0_11 to PIO0_0 0 = Falling edge 1 = Rising edge

fn aprpio0_3(&self) -> bool

Get value of APRPIO0_3 field: Edge select for start logic input PIO0_n: PIO0_11 to PIO0_0 0 = Falling edge 1 = Rising edge

fn aprpio0_4(&self) -> bool

Get value of APRPIO0_4 field: Edge select for start logic input PIO0_n: PIO0_11 to PIO0_0 0 = Falling edge 1 = Rising edge

fn aprpio0_5(&self) -> bool

Get value of APRPIO0_5 field: Edge select for start logic input PIO0_n: PIO0_11 to PIO0_0 0 = Falling edge 1 = Rising edge

fn aprpio0_6(&self) -> bool

Get value of APRPIO0_6 field: Edge select for start logic input PIO0_n: PIO0_11 to PIO0_0 0 = Falling edge 1 = Rising edge

fn aprpio0_7(&self) -> bool

Get value of APRPIO0_7 field: Edge select for start logic input PIO0_n: PIO0_11 to PIO0_0 0 = Falling edge 1 = Rising edge

fn aprpio0_8(&self) -> bool

Get value of APRPIO0_8 field: Edge select for start logic input PIO0_n: PIO0_11 to PIO0_0 0 = Falling edge 1 = Rising edge

fn aprpio0_9(&self) -> bool

Get value of APRPIO0_9 field: Edge select for start logic input PIO0_n: PIO0_11 to PIO0_0 0 = Falling edge 1 = Rising edge

fn aprpio0_10(&self) -> bool

Get value of APRPIO0_10 field: Edge select for start logic input PIO0_n: PIO0_11 to PIO0_0 0 = Falling edge 1 = Rising edge

fn aprpio0_11(&self) -> bool

Get value of APRPIO0_11 field: Edge select for start logic input PIO0_n: PIO0_11 to PIO0_0 0 = Falling edge 1 = Rising edge

fn aprpio1_0(&self) -> bool

Get value of APRPIO1_0 field: Edge select for start logic input PIO1_0 0 = Falling edge 1 = Rising edge

Trait Implementations

impl Copy for SYSCON_startaprp0_Get

Derived Implementations

impl Clone for SYSCON_startaprp0_Get

fn clone(&self) -> SYSCON_startaprp0_Get

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