[]Struct nucleo_f042k6::stm32::exti::rtsr::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R

pub fn bits(&self) -> u32

Value of the register as raw bits

pub fn tr0(&self) -> TR0R

Bit 0 - Rising trigger event configuration of line 0

pub fn tr1(&self) -> TR1R

Bit 1 - Rising trigger event configuration of line 1

pub fn tr2(&self) -> TR2R

Bit 2 - Rising trigger event configuration of line 2

pub fn tr3(&self) -> TR3R

Bit 3 - Rising trigger event configuration of line 3

pub fn tr4(&self) -> TR4R

Bit 4 - Rising trigger event configuration of line 4

pub fn tr5(&self) -> TR5R

Bit 5 - Rising trigger event configuration of line 5

pub fn tr6(&self) -> TR6R

Bit 6 - Rising trigger event configuration of line 6

pub fn tr7(&self) -> TR7R

Bit 7 - Rising trigger event configuration of line 7

pub fn tr8(&self) -> TR8R

Bit 8 - Rising trigger event configuration of line 8

pub fn tr9(&self) -> TR9R

Bit 9 - Rising trigger event configuration of line 9

pub fn tr10(&self) -> TR10R

Bit 10 - Rising trigger event configuration of line 10

pub fn tr11(&self) -> TR11R

Bit 11 - Rising trigger event configuration of line 11

pub fn tr12(&self) -> TR12R

Bit 12 - Rising trigger event configuration of line 12

pub fn tr13(&self) -> TR13R

Bit 13 - Rising trigger event configuration of line 13

pub fn tr14(&self) -> TR14R

Bit 14 - Rising trigger event configuration of line 14

pub fn tr15(&self) -> TR15R

Bit 15 - Rising trigger event configuration of line 15

pub fn tr16(&self) -> TR16R

Bit 16 - Rising trigger event configuration of line 16

pub fn tr17(&self) -> TR17R

Bit 17 - Rising trigger event configuration of line 17

pub fn tr19(&self) -> TR19R

Bit 19 - Rising trigger event configuration of line 19

Auto Trait Implementations

impl Unpin for R

impl Sync for R

impl Send 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