Struct esp32s3::gpio_sd::sigmadelta::R
source · pub struct R(_);
Expand description
Register SIGMADELTA%s
reader
Implementations§
source§impl R
impl R
sourcepub fn sd_in(&self) -> SD_IN_R
pub fn sd_in(&self) -> SD_IN_R
Bits 0:7 - This field is used to configure the duty cycle of sigma delta modulation output.
sourcepub fn sd_prescale(&self) -> SD_PRESCALE_R
pub fn sd_prescale(&self) -> SD_PRESCALE_R
Bits 8:15 - This field is used to set a divider value to divide APB clock.
Methods from Deref<Target = R<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