[−][src]Struct stm32l4x6::exti::ftsr1::R
Value read from the register
Methods
impl R
[src]
impl R
pub fn bits(&self) -> u32
[src]
pub fn bits(&self) -> u32
Value of the register as raw bits
pub fn tr0(&self) -> TR0R
[src]
pub fn tr0(&self) -> TR0R
Bit 0 - Falling trigger event configuration of line 0
pub fn tr1(&self) -> TR1R
[src]
pub fn tr1(&self) -> TR1R
Bit 1 - Falling trigger event configuration of line 1
pub fn tr2(&self) -> TR2R
[src]
pub fn tr2(&self) -> TR2R
Bit 2 - Falling trigger event configuration of line 2
pub fn tr3(&self) -> TR3R
[src]
pub fn tr3(&self) -> TR3R
Bit 3 - Falling trigger event configuration of line 3
pub fn tr4(&self) -> TR4R
[src]
pub fn tr4(&self) -> TR4R
Bit 4 - Falling trigger event configuration of line 4
pub fn tr5(&self) -> TR5R
[src]
pub fn tr5(&self) -> TR5R
Bit 5 - Falling trigger event configuration of line 5
pub fn tr6(&self) -> TR6R
[src]
pub fn tr6(&self) -> TR6R
Bit 6 - Falling trigger event configuration of line 6
pub fn tr7(&self) -> TR7R
[src]
pub fn tr7(&self) -> TR7R
Bit 7 - Falling trigger event configuration of line 7
pub fn tr8(&self) -> TR8R
[src]
pub fn tr8(&self) -> TR8R
Bit 8 - Falling trigger event configuration of line 8
pub fn tr9(&self) -> TR9R
[src]
pub fn tr9(&self) -> TR9R
Bit 9 - Falling trigger event configuration of line 9
pub fn tr10(&self) -> TR10R
[src]
pub fn tr10(&self) -> TR10R
Bit 10 - Falling trigger event configuration of line 10
pub fn tr11(&self) -> TR11R
[src]
pub fn tr11(&self) -> TR11R
Bit 11 - Falling trigger event configuration of line 11
pub fn tr12(&self) -> TR12R
[src]
pub fn tr12(&self) -> TR12R
Bit 12 - Falling trigger event configuration of line 12
pub fn tr13(&self) -> TR13R
[src]
pub fn tr13(&self) -> TR13R
Bit 13 - Falling trigger event configuration of line 13
pub fn tr14(&self) -> TR14R
[src]
pub fn tr14(&self) -> TR14R
Bit 14 - Falling trigger event configuration of line 14
pub fn tr15(&self) -> TR15R
[src]
pub fn tr15(&self) -> TR15R
Bit 15 - Falling trigger event configuration of line 15
pub fn tr16(&self) -> TR16R
[src]
pub fn tr16(&self) -> TR16R
Bit 16 - Falling trigger event configuration of line 16
pub fn tr18(&self) -> TR18R
[src]
pub fn tr18(&self) -> TR18R
Bit 18 - Falling trigger event configuration of line 18
pub fn tr19(&self) -> TR19R
[src]
pub fn tr19(&self) -> TR19R
Bit 19 - Falling trigger event configuration of line 19
pub fn tr20(&self) -> TR20R
[src]
pub fn tr20(&self) -> TR20R
Bit 20 - Falling trigger event configuration of line 20
pub fn tr21(&self) -> TR21R
[src]
pub fn tr21(&self) -> TR21R
Bit 21 - Falling trigger event configuration of line 21
pub fn tr22(&self) -> TR22R
[src]
pub fn tr22(&self) -> TR22R
Bit 22 - Falling trigger event configuration of line 22
Auto Trait Implementations
Blanket Implementations
impl<T, U> TryFrom for T where
T: From<U>,
[src]
impl<T, U> TryFrom for T where
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
try_from
)Performs the conversion.
impl<T> From for T
[src]
impl<T> From for T
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
try_from
)Performs the conversion.
impl<T, U> Into for T where
U: From<T>,
[src]
impl<T, U> Into for T where
U: From<T>,
impl<T> Borrow for T where
T: ?Sized,
[src]
impl<T> Borrow for T where
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
impl<T> BorrowMut for T where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> Any for T where
T: 'static + ?Sized,
[src]
impl<T> Any for T where
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
fn get_type_id(&self) -> TypeId
🔬 This is a nightly-only experimental API. (get_type_id
)
this method will likely be replaced by an associated static
Gets the TypeId
of self
. Read more