Struct stm32wlxx_hal::pac::crc::cr::W
pub struct W(/* private fields */);
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register CR
writer
Implementations§
§impl W
impl W
pub fn rev_out(&mut self) -> BitWriterRaw<'_, u32, CR_SPEC, REV_OUT_A, BitM, 7>
pub fn rev_out(&mut self) -> BitWriterRaw<'_, u32, CR_SPEC, REV_OUT_A, BitM, 7>
Bit 7 - Reverse output data
pub fn rev_in(
&mut self
) -> FieldWriterRaw<'_, u32, CR_SPEC, u8, REV_IN_A, Safe, 2, 5>
pub fn rev_in( &mut self ) -> FieldWriterRaw<'_, u32, CR_SPEC, u8, REV_IN_A, Safe, 2, 5>
Bits 5:6 - Reverse input data
pub fn polysize(
&mut self
) -> FieldWriterRaw<'_, u32, CR_SPEC, u8, POLYSIZE_A, Safe, 2, 3>
pub fn polysize( &mut self ) -> FieldWriterRaw<'_, u32, CR_SPEC, u8, POLYSIZE_A, Safe, 2, 3>
Bits 3:4 - Polynomial size
Methods from Deref<Target = W<CR_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§
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