Struct zinc_hal_lpc11xx::ioregs::SYSCON_startsrp0 [] [src]

pub struct SYSCON_startsrp0 {
    // some fields omitted
}

Register STARTSRP0: Start logic status register 0

Methods

impl SYSCON_startsrp0

fn get(&self) -> SYSCON_startsrp0_Get

Fetch the value of the STARTSRP0 register.

fn srpio0_0(&self) -> bool

Get value of SRPIO0_0 field.

fn srpio0_1(&self) -> bool

Get value of SRPIO0_1 field.

fn srpio0_2(&self) -> bool

Get value of SRPIO0_2 field.

fn srpio0_3(&self) -> bool

Get value of SRPIO0_3 field.

fn srpio0_4(&self) -> bool

Get value of SRPIO0_4 field.

fn srpio0_5(&self) -> bool

Get value of SRPIO0_5 field.

fn srpio0_6(&self) -> bool

Get value of SRPIO0_6 field.

fn srpio0_7(&self) -> bool

Get value of SRPIO0_7 field.

fn srpio0_8(&self) -> bool

Get value of SRPIO0_8 field.

fn srpio0_9(&self) -> bool

Get value of SRPIO0_9 field.

fn srpio0_10(&self) -> bool

Get value of SRPIO0_10 field.

fn srpio0_11(&self) -> bool

Get value of SRPIO0_11 field.

fn srpio1_0(&self) -> bool

Get value of SRPIO1_0 field.

Trait Implementations

impl Copy for SYSCON_startsrp0

Derived Implementations

impl Clone for SYSCON_startsrp0

fn clone(&self) -> SYSCON_startsrp0

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