[]Struct nucleo_f042k6::pwr::csr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W

pub fn reset_value() -> W

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut W

Writes raw bits to the register

pub fn ewup1(&mut self) -> _EWUP1W

Bit 8 - Enable WKUP pin 1

pub fn ewup2(&mut self) -> _EWUP2W

Bit 9 - Enable WKUP pin 2

pub fn ewup3(&mut self) -> _EWUP3W

Bit 10 - Enable WKUP pin 3

pub fn ewup4(&mut self) -> _EWUP4W

Bit 11 - Enable WKUP pin 4

pub fn ewup5(&mut self) -> _EWUP5W

Bit 12 - Enable WKUP pin 5

pub fn ewup6(&mut self) -> _EWUP6W

Bit 13 - Enable WKUP pin 6

pub fn ewup7(&mut self) -> _EWUP7W

Bit 14 - Enable WKUP pin 7

pub fn ewup8(&mut self) -> _EWUP8W

Bit 15 - Enable WKUP pin 8

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> From for T
[src]

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

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