Struct d1_pac::ledc::ledc_dma_ctrl::R
source · pub struct R(/* private fields */);
Expand description
Register ledc_dma_ctrl
reader
Implementations§
source§impl R
impl R
sourcepub fn ledc_fifo_trig_level(&self) -> LEDC_FIFO_TRIG_LEVEL_R
pub fn ledc_fifo_trig_level(&self) -> LEDC_FIFO_TRIG_LEVEL_R
Bits 0:4
sourcepub fn ledc_dma_en(&self) -> LEDC_DMA_EN_R
pub fn ledc_dma_en(&self) -> LEDC_DMA_EN_R
Bit 5
Methods from Deref<Target = R<LEDC_DMA_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