Struct zinc_hal_lpc11xx::ioregs::SYSCON_pioporcap0_Get [] [src]

pub struct SYSCON_pioporcap0_Get {
    // some fields omitted
}

PIOPORCAP0: POR captured PIO status 0

Methods

impl SYSCON_pioporcap0_Get

fn new(reg: &SYSCON_pioporcap0) -> SYSCON_pioporcap0_Get

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

fn raw(&self) -> u32

Get the raw value of the register.

fn cappio0_n(&self) -> u32

Get value of CAPPIO0_n field: Raw reset status input PIO0_n: PIO0_11 to PIO0_0

fn cappio1_n(&self) -> u32

Get value of CAPPIO1_n field: Raw reset status input PIO1_n: PIO1_11 to PIO1_0

fn cappio2_n(&self) -> u32

Get value of CAPPIO2_n field: Raw reset status input PIO2_n: PIO2_7 to PIO2_0

Trait Implementations

impl Copy for SYSCON_pioporcap0_Get

Derived Implementations

impl Clone for SYSCON_pioporcap0_Get

fn clone(&self) -> SYSCON_pioporcap0_Get

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