Struct d1_pac::ledc::ledc_wait_time0_ctrl::R
source · pub struct R(/* private fields */);
Expand description
Register ledc_wait_time0_ctrl
reader
Implementations§
source§impl R
impl R
sourcepub fn total_wait_time0(&self) -> TOTAL_WAIT_TIME0_R
pub fn total_wait_time0(&self) -> TOTAL_WAIT_TIME0_R
Bits 0:7
sourcepub fn wait_tim0_en(&self) -> WAIT_TIM0_EN_R
pub fn wait_tim0_en(&self) -> WAIT_TIM0_EN_R
Bit 8
Methods from Deref<Target = R<LEDC_WAIT_TIME0_CTRL_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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