Struct zinc_hal_lpc11xx::ioregs::SYSCON_pioporcap0 [] [src]

pub struct SYSCON_pioporcap0 {
    // some fields omitted
}

Register PIOPORCAP0: POR captured PIO status 0

Methods

impl SYSCON_pioporcap0

fn get(&self) -> SYSCON_pioporcap0_Get

Fetch the value of the PIOPORCAP0 register.

fn cappio0_n(&self) -> u32

Get value of CAPPIO0_n field.

fn cappio1_n(&self) -> u32

Get value of CAPPIO1_n field.

fn cappio2_n(&self) -> u32

Get value of CAPPIO2_n field.

Trait Implementations

impl Copy for SYSCON_pioporcap0

Derived Implementations

impl Clone for SYSCON_pioporcap0

fn clone(&self) -> SYSCON_pioporcap0

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