Struct stm32wlxx_hal::pac::tim1::tisel::W
pub struct W(/* private fields */);
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register TISEL
writer
Implementations§
§impl W
impl W
pub fn ti4sel(
&mut self
) -> FieldWriterRaw<'_, u32, TISEL_SPEC, u8, TI1SEL_A, Unsafe, 4, 24>
pub fn ti4sel( &mut self ) -> FieldWriterRaw<'_, u32, TISEL_SPEC, u8, TI1SEL_A, Unsafe, 4, 24>
Bits 24:27 - selects TI4[0] to TI4[15] input
pub fn ti3sel(
&mut self
) -> FieldWriterRaw<'_, u32, TISEL_SPEC, u8, TI1SEL_A, Unsafe, 4, 16>
pub fn ti3sel( &mut self ) -> FieldWriterRaw<'_, u32, TISEL_SPEC, u8, TI1SEL_A, Unsafe, 4, 16>
Bits 16:19 - selects TI3[0] to TI3[15] input
pub fn ti2sel(
&mut self
) -> FieldWriterRaw<'_, u32, TISEL_SPEC, u8, TI1SEL_A, Unsafe, 4, 8>
pub fn ti2sel( &mut self ) -> FieldWriterRaw<'_, u32, TISEL_SPEC, u8, TI1SEL_A, Unsafe, 4, 8>
Bits 8:11 - selects TI2[0] to TI2[15] input
pub fn ti1sel(
&mut self
) -> FieldWriterRaw<'_, u32, TISEL_SPEC, u8, TI1SEL_A, Unsafe, 4, 0>
pub fn ti1sel( &mut self ) -> FieldWriterRaw<'_, u32, TISEL_SPEC, u8, TI1SEL_A, Unsafe, 4, 0>
Bits 0:3 - selects TI1[0] to TI1[15] input
Methods from Deref<Target = W<TISEL_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<TISEL_SPEC>> for W
impl From<W<TISEL_SPEC>> for W
§fn from(writer: W<TISEL_SPEC>) -> W
fn from(writer: W<TISEL_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