[−][src]Struct stm32l4x6::exti::ftsr1::W
Value to write to the register
Methods
impl W
[src]
impl W
pub fn reset_value() -> W
[src]
pub fn reset_value() -> W
Reset value of the register
pub unsafe fn bits(&mut self, bits: u32) -> &mut Self
[src]
pub unsafe fn bits(&mut self, bits: u32) -> &mut Self
Writes raw bits to the register
pub fn tr0(&mut self) -> _TR0W
[src]
pub fn tr0(&mut self) -> _TR0W
Bit 0 - Falling trigger event configuration of line 0
pub fn tr1(&mut self) -> _TR1W
[src]
pub fn tr1(&mut self) -> _TR1W
Bit 1 - Falling trigger event configuration of line 1
pub fn tr2(&mut self) -> _TR2W
[src]
pub fn tr2(&mut self) -> _TR2W
Bit 2 - Falling trigger event configuration of line 2
pub fn tr3(&mut self) -> _TR3W
[src]
pub fn tr3(&mut self) -> _TR3W
Bit 3 - Falling trigger event configuration of line 3
pub fn tr4(&mut self) -> _TR4W
[src]
pub fn tr4(&mut self) -> _TR4W
Bit 4 - Falling trigger event configuration of line 4
pub fn tr5(&mut self) -> _TR5W
[src]
pub fn tr5(&mut self) -> _TR5W
Bit 5 - Falling trigger event configuration of line 5
pub fn tr6(&mut self) -> _TR6W
[src]
pub fn tr6(&mut self) -> _TR6W
Bit 6 - Falling trigger event configuration of line 6
pub fn tr7(&mut self) -> _TR7W
[src]
pub fn tr7(&mut self) -> _TR7W
Bit 7 - Falling trigger event configuration of line 7
pub fn tr8(&mut self) -> _TR8W
[src]
pub fn tr8(&mut self) -> _TR8W
Bit 8 - Falling trigger event configuration of line 8
pub fn tr9(&mut self) -> _TR9W
[src]
pub fn tr9(&mut self) -> _TR9W
Bit 9 - Falling trigger event configuration of line 9
pub fn tr10(&mut self) -> _TR10W
[src]
pub fn tr10(&mut self) -> _TR10W
Bit 10 - Falling trigger event configuration of line 10
pub fn tr11(&mut self) -> _TR11W
[src]
pub fn tr11(&mut self) -> _TR11W
Bit 11 - Falling trigger event configuration of line 11
pub fn tr12(&mut self) -> _TR12W
[src]
pub fn tr12(&mut self) -> _TR12W
Bit 12 - Falling trigger event configuration of line 12
pub fn tr13(&mut self) -> _TR13W
[src]
pub fn tr13(&mut self) -> _TR13W
Bit 13 - Falling trigger event configuration of line 13
pub fn tr14(&mut self) -> _TR14W
[src]
pub fn tr14(&mut self) -> _TR14W
Bit 14 - Falling trigger event configuration of line 14
pub fn tr15(&mut self) -> _TR15W
[src]
pub fn tr15(&mut self) -> _TR15W
Bit 15 - Falling trigger event configuration of line 15
pub fn tr16(&mut self) -> _TR16W
[src]
pub fn tr16(&mut self) -> _TR16W
Bit 16 - Falling trigger event configuration of line 16
pub fn tr18(&mut self) -> _TR18W
[src]
pub fn tr18(&mut self) -> _TR18W
Bit 18 - Falling trigger event configuration of line 18
pub fn tr19(&mut self) -> _TR19W
[src]
pub fn tr19(&mut self) -> _TR19W
Bit 19 - Falling trigger event configuration of line 19
pub fn tr20(&mut self) -> _TR20W
[src]
pub fn tr20(&mut self) -> _TR20W
Bit 20 - Falling trigger event configuration of line 20
pub fn tr21(&mut self) -> _TR21W
[src]
pub fn tr21(&mut self) -> _TR21W
Bit 21 - Falling trigger event configuration of line 21
pub fn tr22(&mut self) -> _TR22W
[src]
pub fn tr22(&mut self) -> _TR22W
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