Struct zinc_hal_lpc11xx::ioregs::SYSCON_pdawakecfg_Get [] [src]

pub struct SYSCON_pdawakecfg_Get {
    // some fields omitted
}

PDAWAKECFG: Power-down states after wake-up from Deep-sleep mode

Methods

impl SYSCON_pdawakecfg_Get

fn new(reg: &SYSCON_pdawakecfg) -> SYSCON_pdawakecfg_Get

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

fn raw(&self) -> u32

Get the raw value of the register.

fn ircout_pd(&self) -> SYSCON_pdawakecfg_ircout_pd

Get value of IRCOUT_PD field: IRC oscillator output wake-up configuration

fn irc_pd(&self) -> SYSCON_pdawakecfg_irc_pd

Get value of IRC_PD field: IRC oscillator power-down wake-up configuration

fn flash_pd(&self) -> SYSCON_pdawakecfg_flash_pd

Get value of FLASH_PD field: Flash wake-up configuration

fn bod_pd(&self) -> SYSCON_pdawakecfg_bod_pd

Get value of BOD_PD field: BOD wake-up configuration

fn adc_pd(&self) -> SYSCON_pdawakecfg_adc_pd

Get value of ADC_PD field: ADC wake-up configuration

fn sysosc_pd(&self) -> SYSCON_pdawakecfg_sysosc_pd

Get value of SYSOSC_PD field: System oscillator wake-up configuration

fn wdtosc_pd(&self) -> SYSCON_pdawakecfg_wdtosc_pd

Get value of WDTOSC_PD field: Watchdog oscillator wake-up configuration

fn syspll_pd(&self) -> SYSCON_pdawakecfg_syspll_pd

Get value of SYSPLL_PD field: System PLL wake-up configuration

fn notused0(&self) -> bool

Get value of NOTUSED0 field: Reserved. Always write this bit as 1.

fn notused1(&self) -> bool

Get value of NOTUSED1 field: Reserved. Always write this bit as 0.

fn notused2(&self) -> bool

Get value of NOTUSED2 field: Reserved. Always write this bit as 1.

fn notused3(&self) -> bool

Get value of NOTUSED3 field: Reserved. Always write this bit as 1.

fn notused4(&self) -> bool

Get value of NOTUSED4 field: Reserved. Always write this bit as 0.

fn notused5(&self) -> u32

Get value of NOTUSED5 field: Reserved. Always write these bits as 111.

Trait Implementations

impl Copy for SYSCON_pdawakecfg_Get

Derived Implementations

impl Clone for SYSCON_pdawakecfg_Get

fn clone(&self) -> SYSCON_pdawakecfg_Get

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