Struct d1_pac::ledc::ledc_int_sts::R
source · pub struct R(/* private fields */);
Expand description
Register ledc_int_sts
reader
Implementations§
source§impl R
impl R
sourcepub fn lec_trans_finish_int(&self) -> LEC_TRANS_FINISH_INT_R
pub fn lec_trans_finish_int(&self) -> LEC_TRANS_FINISH_INT_R
Bit 0
sourcepub fn fifo_cpureq_int(&self) -> FIFO_CPUREQ_INT_R
pub fn fifo_cpureq_int(&self) -> FIFO_CPUREQ_INT_R
Bit 1
sourcepub fn waitdata_timeout_int(&self) -> WAITDATA_TIMEOUT_INT_R
pub fn waitdata_timeout_int(&self) -> WAITDATA_TIMEOUT_INT_R
Bit 3
sourcepub fn fifo_overflow_int(&self) -> FIFO_OVERFLOW_INT_R
pub fn fifo_overflow_int(&self) -> FIFO_OVERFLOW_INT_R
Bit 4
sourcepub fn fifo_wlw(&self) -> FIFO_WLW_R
pub fn fifo_wlw(&self) -> FIFO_WLW_R
Bits 10:15
sourcepub fn fifo_full(&self) -> FIFO_FULL_R
pub fn fifo_full(&self) -> FIFO_FULL_R
Bit 16
sourcepub fn fifo_empty(&self) -> FIFO_EMPTY_R
pub fn fifo_empty(&self) -> FIFO_EMPTY_R
Bit 17
Methods from Deref<Target = R<LEDC_INT_STS_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