Struct d1_pac::ledc::ledc_dma_ctrl::W
source · pub struct W(/* private fields */);
Expand description
Register ledc_dma_ctrl
writer
Implementations§
source§impl W
impl W
sourcepub fn ledc_fifo_trig_level(&mut self) -> LEDC_FIFO_TRIG_LEVEL_W<'_, 0>
pub fn ledc_fifo_trig_level(&mut self) -> LEDC_FIFO_TRIG_LEVEL_W<'_, 0>
Bits 0:4
sourcepub fn ledc_dma_en(&mut self) -> LEDC_DMA_EN_W<'_, 5>
pub fn ledc_dma_en(&mut self) -> LEDC_DMA_EN_W<'_, 5>
Bit 5
Methods from Deref<Target = W<LEDC_DMA_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