pub struct W(_);
Expand description
Register CCR
writer
Implementations
sourceimpl W
impl W
sourcepub fn f_s(&mut self) -> BitWriterRaw<'_, u32, CCR_SPEC, F_S_A, BitM, 15>
pub fn f_s(&mut self) -> BitWriterRaw<'_, u32, CCR_SPEC, F_S_A, BitM, 15>
Bit 15 - I2C master mode selection
sourcepub fn duty(&mut self) -> BitWriterRaw<'_, u32, CCR_SPEC, DUTY_A, BitM, 14>
pub fn duty(&mut self) -> BitWriterRaw<'_, u32, CCR_SPEC, DUTY_A, BitM, 14>
Bit 14 - Fast mode duty cycle
Methods from Deref<Target = W<CCR_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