Struct d1_pac::ledc::ledc_int_ctrl::W
source · pub struct W(/* private fields */);
Expand description
Register ledc_int_ctrl
writer
Implementations§
source§impl W
impl W
sourcepub fn led_trans_finish_int_en(&mut self) -> LED_TRANS_FINISH_INT_EN_W<'_, 0>
pub fn led_trans_finish_int_en(&mut self) -> LED_TRANS_FINISH_INT_EN_W<'_, 0>
Bit 0
sourcepub fn fifo_cpureq_int_en(&mut self) -> FIFO_CPUREQ_INT_EN_W<'_, 1>
pub fn fifo_cpureq_int_en(&mut self) -> FIFO_CPUREQ_INT_EN_W<'_, 1>
Bit 1
sourcepub fn waitdata_timeout_int_en(&mut self) -> WAITDATA_TIMEOUT_INT_EN_W<'_, 3>
pub fn waitdata_timeout_int_en(&mut self) -> WAITDATA_TIMEOUT_INT_EN_W<'_, 3>
Bit 3
sourcepub fn fifo_overflow_int_en(&mut self) -> FIFO_OVERFLOW_INT_EN_W<'_, 4>
pub fn fifo_overflow_int_en(&mut self) -> FIFO_OVERFLOW_INT_EN_W<'_, 4>
Bit 4
sourcepub fn global_int_en(&mut self) -> GLOBAL_INT_EN_W<'_, 5>
pub fn global_int_en(&mut self) -> GLOBAL_INT_EN_W<'_, 5>
Bit 5
Methods from Deref<Target = W<LEDC_INT_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