Struct stm32wlxx_hal::pac::exti::ftsr2::R
pub struct R(/* private fields */);
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register FTSR2
reader
Implementations§
§impl R
impl R
pub fn ft34(&self) -> BitReaderRaw<FT34_A>
pub fn ft34(&self) -> BitReaderRaw<FT34_A>
Bit 2 - Falling trigger event configuration bit of Configurable Event input
pub fn ft40(&self) -> BitReaderRaw<FT34_A>
pub fn ft40(&self) -> BitReaderRaw<FT34_A>
Bit 8 - Falling trigger event configuration bit of Configurable Event input
Methods from Deref<Target = R<FTSR2_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<FTSR2_SPEC>> for R
impl From<R<FTSR2_SPEC>> for R
§fn from(reader: R<FTSR2_SPEC>) -> R
fn from(reader: R<FTSR2_SPEC>) -> R
Converts to this type from the input type.
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more