Struct d1_pac::ledc::led_t01_timing_ctrl::W
source · pub struct W(/* private fields */);
Expand description
Register led_t01_timing_ctrl
writer
Implementations§
source§impl W
impl W
sourcepub fn t0l_time(&mut self) -> T0L_TIME_W<'_, 0>
pub fn t0l_time(&mut self) -> T0L_TIME_W<'_, 0>
Bits 0:5
sourcepub fn t0h_time(&mut self) -> T0H_TIME_W<'_, 6>
pub fn t0h_time(&mut self) -> T0H_TIME_W<'_, 6>
Bits 6:10
sourcepub fn t1l_time(&mut self) -> T1L_TIME_W<'_, 16>
pub fn t1l_time(&mut self) -> T1L_TIME_W<'_, 16>
Bits 16:20
sourcepub fn t1h_time(&mut self) -> T1H_TIME_W<'_, 21>
pub fn t1h_time(&mut self) -> T1H_TIME_W<'_, 21>
Bits 21:26
Methods from Deref<Target = W<LED_T01_TIMING_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