[][src]Struct stm32g0::stm32g0x1::exti::rtsr1::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 tr0(&mut self) -> _TR0W[src]

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

pub fn tr1(&mut self) -> _TR1W[src]

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

pub fn tr2(&mut self) -> _TR2W[src]

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

pub fn tr3(&mut self) -> _TR3W[src]

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

pub fn tr4(&mut self) -> _TR4W[src]

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

pub fn tr5(&mut self) -> _TR5W[src]

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

pub fn tr6(&mut self) -> _TR6W[src]

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

pub fn tr7(&mut self) -> _TR7W[src]

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

pub fn tr8(&mut self) -> _TR8W[src]

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

pub fn tr9(&mut self) -> _TR9W[src]

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

pub fn tr10(&mut self) -> _TR10W[src]

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

pub fn tr11(&mut self) -> _TR11W[src]

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

pub fn tr12(&mut self) -> _TR12W[src]

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

pub fn tr13(&mut self) -> _TR13W[src]

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

pub fn tr14(&mut self) -> _TR14W[src]

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

pub fn tr15(&mut self) -> _TR15W[src]

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

pub fn tr16(&mut self) -> _TR16W[src]

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

pub fn tr17(&mut self) -> _TR17W[src]

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

pub fn tr18(&mut self) -> _TR18W[src]

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