Struct zinc_hal_lpc11xx::ioregs::SYSCON_pioporcap1 [] [src]

pub struct SYSCON_pioporcap1 {
    // some fields omitted
}

Register PIOPORCAP1: POR captured PIO status 1

Methods

impl SYSCON_pioporcap1

fn get(&self) -> SYSCON_pioporcap1_Get

Fetch the value of the PIOPORCAP1 register.

fn cappio2_8(&self) -> bool

Get value of CAPPIO2_8 field.

fn cappio2_9(&self) -> bool

Get value of CAPPIO2_9 field.

fn cappio2_10(&self) -> bool

Get value of CAPPIO2_10 field.

fn cappio2_11(&self) -> bool

Get value of CAPPIO2_11 field.

fn cappio3_0(&self) -> bool

Get value of CAPPIO3_0 field.

fn cappio3_1(&self) -> bool

Get value of CAPPIO3_1 field.

fn cappio3_2(&self) -> bool

Get value of CAPPIO3_2 field.

fn cappio3_3(&self) -> bool

Get value of CAPPIO3_3 field.

fn cappio3_4(&self) -> bool

Get value of CAPPIO3_4 field.

fn cappio3_5(&self) -> bool

Get value of CAPPIO3_5 field.

Trait Implementations

impl Copy for SYSCON_pioporcap1

Derived Implementations

impl Clone for SYSCON_pioporcap1

fn clone(&self) -> SYSCON_pioporcap1

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