[][src]Struct stm32g0::stm32g0x0::exti::swier1::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 swier0(&self) -> SWIER0R[src]

Bit 0 - Rising trigger event configuration bit of Configurable Event input

pub fn swier1(&self) -> SWIER1R[src]

Bit 1 - Rising trigger event configuration bit of Configurable Event input

pub fn swier2(&self) -> SWIER2R[src]

Bit 2 - Rising trigger event configuration bit of Configurable Event input

pub fn swier3(&self) -> SWIER3R[src]

Bit 3 - Rising trigger event configuration bit of Configurable Event input

pub fn swier4(&self) -> SWIER4R[src]

Bit 4 - Rising trigger event configuration bit of Configurable Event input

pub fn swier5(&self) -> SWIER5R[src]

Bit 5 - Rising trigger event configuration bit of Configurable Event input

pub fn swier6(&self) -> SWIER6R[src]

Bit 6 - Rising trigger event configuration bit of Configurable Event input

pub fn swier7(&self) -> SWIER7R[src]

Bit 7 - Rising trigger event configuration bit of Configurable Event input

pub fn swier8(&self) -> SWIER8R[src]

Bit 8 - Rising trigger event configuration bit of Configurable Event input

pub fn swier9(&self) -> SWIER9R[src]

Bit 9 - Rising trigger event configuration bit of Configurable Event input

pub fn swier10(&self) -> SWIER10R[src]

Bit 10 - Rising trigger event configuration bit of Configurable Event input

pub fn swier11(&self) -> SWIER11R[src]

Bit 11 - Rising trigger event configuration bit of Configurable Event input

pub fn swier12(&self) -> SWIER12R[src]

Bit 12 - Rising trigger event configuration bit of Configurable Event input

pub fn swier13(&self) -> SWIER13R[src]

Bit 13 - Rising trigger event configuration bit of Configurable Event input

pub fn swier14(&self) -> SWIER14R[src]

Bit 14 - Rising trigger event configuration bit of Configurable Event input

pub fn swier15(&self) -> SWIER15R[src]

Bit 15 - Rising trigger event configuration bit of Configurable Event input

pub fn swier16(&self) -> SWIER16R[src]

Bit 16 - Rising trigger event configuration bit of Configurable Event input

pub fn swier17(&self) -> SWIER17R[src]

Bit 17 - Rising trigger event configuration bit of Configurable Event input

pub fn swier18(&self) -> SWIER18R[src]

Bit 18 - Rising trigger event configuration bit of Configurable 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, 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