[][src]Struct stm32f3::stm32f303::exti::ftsr1::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 tr0(&self) -> TR0R[src]

Bit 0 - Falling trigger event configuration of line 0

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

Bit 1 - Falling trigger event configuration of line 1

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

Bit 2 - Falling trigger event configuration of line 2

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

Bit 3 - Falling trigger event configuration of line 3

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

Bit 4 - Falling trigger event configuration of line 4

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

Bit 5 - Falling trigger event configuration of line 5

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

Bit 6 - Falling trigger event configuration of line 6

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

Bit 7 - Falling trigger event configuration of line 7

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

Bit 8 - Falling trigger event configuration of line 8

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

Bit 9 - Falling trigger event configuration of line 9

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

Bit 10 - Falling trigger event configuration of line 10

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

Bit 11 - Falling trigger event configuration of line 11

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

Bit 12 - Falling trigger event configuration of line 12

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

Bit 13 - Falling trigger event configuration of line 13

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

Bit 14 - Falling trigger event configuration of line 14

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

Bit 15 - Falling trigger event configuration of line 15

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

Bit 16 - Falling trigger event configuration of line 16

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

Bit 17 - Falling trigger event configuration of line 17

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

Bit 18 - Falling trigger event configuration of line 18

pub fn tr19(&self) -> TR19R[src]

Bit 19 - Falling trigger event configuration of line 19

pub fn tr20(&self) -> TR20R[src]

Bit 20 - Falling trigger event configuration of line 20

pub fn tr21(&self) -> TR21R[src]

Bit 21 - Falling trigger event configuration of line 21

pub fn tr22(&self) -> TR22R[src]

Bit 22 - Falling trigger event configuration of line 22

pub fn tr29(&self) -> TR29R[src]

Bit 29 - Falling trigger event configuration of line 29

pub fn tr30(&self) -> TR30R[src]

Bit 30 - Falling trigger event configuration of line 30.

pub fn tr31(&self) -> TR31R[src]

Bit 31 - Falling trigger event configuration of line 31

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