Struct esp32c3::gpio_sd::sigmadelta::W
source · pub struct W(_);
Expand description
Register SIGMADELTA%s
writer
Implementations§
source§impl 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§
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