Struct stm32wlxx_hal::pac::gpioh::ospeedr::W
pub struct W(/* private fields */);
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register OSPEEDR
writer
Implementations§
§impl W
impl W
pub fn ospeedr3(
&mut self
) -> FieldWriterRaw<'_, u32, OSPEEDR_SPEC, u8, OSPEEDR3_A, Safe, 2, 6>
pub fn ospeedr3( &mut self ) -> FieldWriterRaw<'_, u32, OSPEEDR_SPEC, u8, OSPEEDR3_A, Safe, 2, 6>
Bits 6:7 - Port x configuration bits (y = 0..15)
Methods from Deref<Target = W<OSPEEDR_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<OSPEEDR_SPEC>> for W
impl From<W<OSPEEDR_SPEC>> for W
§fn from(writer: W<OSPEEDR_SPEC>) -> W
fn from(writer: W<OSPEEDR_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