[][src]Struct stm32g0::stm32g0x1::exti::emr1::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

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

Bit 0 - CPU wakeup with event mask on event input

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

Bit 1 - CPU wakeup with event mask on event input

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

Bit 2 - CPU wakeup with event mask on event input

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

Bit 3 - CPU wakeup with event mask on event input

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

Bit 4 - CPU wakeup with event mask on event input

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

Bit 5 - CPU wakeup with event mask on event input

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

Bit 6 - CPU wakeup with event mask on event input

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

Bit 7 - CPU wakeup with event mask on event input

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

Bit 8 - CPU wakeup with event mask on event input

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

Bit 9 - CPU wakeup with event mask on event input

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

Bit 10 - CPU wakeup with event mask on event input

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

Bit 11 - CPU wakeup with event mask on event input

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

Bit 12 - CPU wakeup with event mask on event input

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

Bit 13 - CPU wakeup with event mask on event input

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

Bit 14 - CPU wakeup with event mask on event input

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

Bit 15 - CPU wakeup with event mask on event input

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

Bit 16 - CPU wakeup with event mask on event input

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

Bit 17 - CPU wakeup with event mask on event input

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

Bit 18 - CPU wakeup with event mask on event input

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

Bit 19 - CPU wakeup with event mask on event input

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

Bit 21 - CPU wakeup with event mask on event input

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

Bit 23 - CPU wakeup with event mask on event input

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

Bit 25 - CPU wakeup with event mask on event input

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

Bit 26 - CPU wakeup with event mask on event input

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

Bit 27 - CPU wakeup with event mask on event input

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

Bit 28 - CPU wakeup with event mask on event input

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

Bit 29 - CPU wakeup with event mask on event input

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

Bit 30 - CPU wakeup with event mask on event input

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

Bit 31 - CPU wakeup with event mask on event input

Auto Trait Implementations

impl Send for R

impl Sync for R

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> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<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