pub struct W(_);
Expand description
Register SIGMADELTA%s
writer
Implementations
sourceimpl W
impl W
sourcepub fn sd0_in(&mut self) -> SD0_IN_W<'_, 0>
pub fn sd0_in(&mut self) -> SD0_IN_W<'_, 0>
Bits 0:7 - This field is used to configure the duty cycle of sigma delta modulation output.
sourcepub fn sd0_prescale(&mut self) -> SD0_PRESCALE_W<'_, 8>
pub fn sd0_prescale(&mut self) -> SD0_PRESCALE_W<'_, 8>
Bits 8:15 - This field is used to set a divider value to divide APB clock.
Methods from Deref<Target = W<SIGMADELTA_SPEC>>
Trait Implementations
sourceimpl From<W<SIGMADELTA_SPEC>> for W
impl From<W<SIGMADELTA_SPEC>> for W
sourcefn from(writer: W<SIGMADELTA_SPEC>) -> Self
fn from(writer: W<SIGMADELTA_SPEC>) -> Self
Converts to this type from the input type.
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