[][src]Struct stm32g0::stm32g0x0::exti::emr1::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn em0(&mut self) -> _EM0W[src]

Bit 0 - CPU wakeup with event mask on event input

pub fn em1(&mut self) -> _EM1W[src]

Bit 1 - CPU wakeup with event mask on event input

pub fn em2(&mut self) -> _EM2W[src]

Bit 2 - CPU wakeup with event mask on event input

pub fn em3(&mut self) -> _EM3W[src]

Bit 3 - CPU wakeup with event mask on event input

pub fn em4(&mut self) -> _EM4W[src]

Bit 4 - CPU wakeup with event mask on event input

pub fn em5(&mut self) -> _EM5W[src]

Bit 5 - CPU wakeup with event mask on event input

pub fn em6(&mut self) -> _EM6W[src]

Bit 6 - CPU wakeup with event mask on event input

pub fn em7(&mut self) -> _EM7W[src]

Bit 7 - CPU wakeup with event mask on event input

pub fn em8(&mut self) -> _EM8W[src]

Bit 8 - CPU wakeup with event mask on event input

pub fn em9(&mut self) -> _EM9W[src]

Bit 9 - CPU wakeup with event mask on event input

pub fn em10(&mut self) -> _EM10W[src]

Bit 10 - CPU wakeup with event mask on event input

pub fn em11(&mut self) -> _EM11W[src]

Bit 11 - CPU wakeup with event mask on event input

pub fn em12(&mut self) -> _EM12W[src]

Bit 12 - CPU wakeup with event mask on event input

pub fn em13(&mut self) -> _EM13W[src]

Bit 13 - CPU wakeup with event mask on event input

pub fn em14(&mut self) -> _EM14W[src]

Bit 14 - CPU wakeup with event mask on event input

pub fn em15(&mut self) -> _EM15W[src]

Bit 15 - CPU wakeup with event mask on event input

pub fn em16(&mut self) -> _EM16W[src]

Bit 16 - CPU wakeup with event mask on event input

pub fn em17(&mut self) -> _EM17W[src]

Bit 17 - CPU wakeup with event mask on event input

pub fn em18(&mut self) -> _EM18W[src]

Bit 18 - CPU wakeup with event mask on event input

pub fn em19(&mut self) -> _EM19W[src]

Bit 19 - CPU wakeup with event mask on event input

pub fn em21(&mut self) -> _EM21W[src]

Bit 21 - CPU wakeup with event mask on event input

pub fn em23(&mut self) -> _EM23W[src]

Bit 23 - CPU wakeup with event mask on event input

pub fn em25(&mut self) -> _EM25W[src]

Bit 25 - CPU wakeup with event mask on event input

pub fn em26(&mut self) -> _EM26W[src]

Bit 26 - CPU wakeup with event mask on event input

pub fn em27(&mut self) -> _EM27W[src]

Bit 27 - CPU wakeup with event mask on event input

pub fn em28(&mut self) -> _EM28W[src]

Bit 28 - CPU wakeup with event mask on event input

pub fn em29(&mut self) -> _EM29W[src]

Bit 29 - CPU wakeup with event mask on event input

pub fn em30(&mut self) -> _EM30W[src]

Bit 30 - CPU wakeup with event mask on event input

pub fn em31(&mut self) -> _EM31W[src]

Bit 31 - CPU wakeup with event mask on event input

Auto Trait Implementations

impl Send for W

impl Sync for W

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