Struct stm32wlxx_hal::pac::flash::pcrop1ber::W
pub struct W(/* private fields */);
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register PCROP1BER
writer
Implementations§
§impl W
impl W
pub fn pcrop1b_end(
&mut self
) -> FieldWriterRaw<'_, u32, PCROP1BER_SPEC, u8, u8, Safe, 8, 0>
pub fn pcrop1b_end( &mut self ) -> FieldWriterRaw<'_, u32, PCROP1BER_SPEC, u8, u8, Safe, 8, 0>
Bits 0:7 - PCROP1B area end offset
Methods from Deref<Target = W<PCROP1BER_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<PCROP1BER_SPEC>> for W
impl From<W<PCROP1BER_SPEC>> for W
§fn from(writer: W<PCROP1BER_SPEC>) -> W
fn from(writer: W<PCROP1BER_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