Struct stm32wlxx_hal::pac::exti::rtsr2::W
pub struct W(/* private fields */);
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register RTSR2
writer
Implementations§
§impl W
impl W
pub fn rt34(&mut self) -> BitWriterRaw<'_, u32, RTSR2_SPEC, RT34_A, BitM, 2>
pub fn rt34(&mut self) -> BitWriterRaw<'_, u32, RTSR2_SPEC, RT34_A, BitM, 2>
Bit 2 - Rising trigger event configuration bit of Configurable Event input
pub fn rt40(&mut self) -> BitWriterRaw<'_, u32, RTSR2_SPEC, RT34_A, BitM, 8>
pub fn rt40(&mut self) -> BitWriterRaw<'_, u32, RTSR2_SPEC, RT34_A, BitM, 8>
Bit 8 - Rising trigger event configuration bit of Configurable Event input
pub fn rt41(&mut self) -> BitWriterRaw<'_, u32, RTSR2_SPEC, RT34_A, BitM, 9>
pub fn rt41(&mut self) -> BitWriterRaw<'_, u32, RTSR2_SPEC, RT34_A, BitM, 9>
Bit 9 - Rising trigger event configuration bit of Configurable Event input
pub fn rt45(&mut self) -> BitWriterRaw<'_, u32, RTSR2_SPEC, RT34_A, BitM, 13>
pub fn rt45(&mut self) -> BitWriterRaw<'_, u32, RTSR2_SPEC, RT34_A, BitM, 13>
Bit 13 - Rising trigger event configuration bit of Configurable Event input
Methods from Deref<Target = W<RTSR2_SPEC>>§
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Trait Implementations§
§impl From<W<RTSR2_SPEC>> for W
impl From<W<RTSR2_SPEC>> for W
§fn from(writer: W<RTSR2_SPEC>) -> W
fn from(writer: W<RTSR2_SPEC>) -> W
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