Struct d1_pac::ledc::ledc_int_sts::W
source · pub struct W(/* private fields */);
Expand description
Register ledc_int_sts
writer
Implementations§
source§impl W
impl W
sourcepub fn lec_trans_finish_int(&mut self) -> LEC_TRANS_FINISH_INT_W<'_, 0>
pub fn lec_trans_finish_int(&mut self) -> LEC_TRANS_FINISH_INT_W<'_, 0>
Bit 0
sourcepub fn fifo_cpureq_int(&mut self) -> FIFO_CPUREQ_INT_W<'_, 1>
pub fn fifo_cpureq_int(&mut self) -> FIFO_CPUREQ_INT_W<'_, 1>
Bit 1
sourcepub fn waitdata_timeout_int(&mut self) -> WAITDATA_TIMEOUT_INT_W<'_, 3>
pub fn waitdata_timeout_int(&mut self) -> WAITDATA_TIMEOUT_INT_W<'_, 3>
Bit 3
sourcepub fn fifo_overflow_int(&mut self) -> FIFO_OVERFLOW_INT_W<'_, 4>
pub fn fifo_overflow_int(&mut self) -> FIFO_OVERFLOW_INT_W<'_, 4>
Bit 4
Methods from Deref<Target = W<LEDC_INT_STS_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