pub struct W(_);Expand description
Register HLCR writer
Implementations
sourceimpl W
impl W
sourcepub fn wzl(&mut self) -> BitWriterRaw<'_, u32, HLCR_SPEC, bool, BitM, 1>
pub fn wzl(&mut self) -> BitWriterRaw<'_, u32, HLCR_SPEC, bool, BitM, 1>
Bit 1 - Write zero latency
sourcepub fn tacc(
&mut self
) -> FieldWriterRaw<'_, u32, HLCR_SPEC, u8, u8, Unsafe, 8, 8>
pub fn tacc(
&mut self
) -> FieldWriterRaw<'_, u32, HLCR_SPEC, u8, u8, Unsafe, 8, 8>
Bits 8:15 - Access time
Methods from Deref<Target = W<HLCR_SPEC>>
sourcepub 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more