Struct zinc_hal_lpc11xx::ioregs::SYSCON_pioporcap1_Get [] [src]

pub struct SYSCON_pioporcap1_Get {
    // some fields omitted
}

PIOPORCAP1: POR captured PIO status 1

Methods

impl SYSCON_pioporcap1_Get

fn new(reg: &SYSCON_pioporcap1) -> SYSCON_pioporcap1_Get

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

fn raw(&self) -> u32

Get the raw value of the register.

fn cappio2_8(&self) -> bool

Get value of CAPPIO2_8 field: Raw reset status input PIO2_8

fn cappio2_9(&self) -> bool

Get value of CAPPIO2_9 field: Raw reset status input PIO2_9

fn cappio2_10(&self) -> bool

Get value of CAPPIO2_10 field: Raw reset status input PIO2_10

fn cappio2_11(&self) -> bool

Get value of CAPPIO2_11 field: Raw reset status input PIO2_11

fn cappio3_0(&self) -> bool

Get value of CAPPIO3_0 field: Raw reset status input PIO3_0

fn cappio3_1(&self) -> bool

Get value of CAPPIO3_1 field: Raw reset status input PIO3_1

fn cappio3_2(&self) -> bool

Get value of CAPPIO3_2 field: Raw reset status input PIO3_2

fn cappio3_3(&self) -> bool

Get value of CAPPIO3_3 field: Raw reset status input PIO3_3

fn cappio3_4(&self) -> bool

Get value of CAPPIO3_4 field: Raw reset status input PIO3_4

fn cappio3_5(&self) -> bool

Get value of CAPPIO3_5 field: Raw reset status input PIO3_5

Trait Implementations

impl Copy for SYSCON_pioporcap1_Get

Derived Implementations

impl Clone for SYSCON_pioporcap1_Get

fn clone(&self) -> SYSCON_pioporcap1_Get

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