[][src]Struct lpc81x_pac::pmu::pcon::_PMW

pub struct _PMW<'a> { /* fields omitted */ }

Proxy

Methods

impl<'a> _PMW<'a>[src]

pub fn variant(self, variant: PMW) -> &'a mut W[src]

Writes variant to the field

pub fn default_the_part_is(self) -> &'a mut W[src]

Default. The part is in active or sleep mode.

pub fn arm_wfi_will_enter_deep_sleep(self) -> &'a mut W[src]

ARM WFI will enter Deep-sleep mode.

pub fn arm_wfi_will_enter_p(self) -> &'a mut W[src]

ARM WFI will enter Power-down mode.

pub fn arm_wfi_will_enter_deep_power_down(self) -> &'a mut W[src]

ARM WFI will enter Deep-power down mode (ARM Cortex-M0 core powered-down).

pub unsafe fn bits(self, value: u8) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _PMW<'a>

impl<'a> Sync for _PMW<'a>

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self