Struct d1_pac::ledc::led_t01_timing_ctrl::R
source · pub struct R(/* private fields */);
Expand description
Register led_t01_timing_ctrl
reader
Implementations§
source§impl R
impl R
sourcepub fn t0l_time(&self) -> T0L_TIME_R
pub fn t0l_time(&self) -> T0L_TIME_R
Bits 0:5
sourcepub fn t0h_time(&self) -> T0H_TIME_R
pub fn t0h_time(&self) -> T0H_TIME_R
Bits 6:10
sourcepub fn t1l_time(&self) -> T1L_TIME_R
pub fn t1l_time(&self) -> T1L_TIME_R
Bits 16:20
sourcepub fn t1h_time(&self) -> T1H_TIME_R
pub fn t1h_time(&self) -> T1H_TIME_R
Bits 21:26
Methods from Deref<Target = R<LED_T01_TIMING_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