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