pub struct R(_);Expand description
Register GDMA_CONF reader
Implementations§
source§impl R
impl R
sourcepub fn gdma_clk_en(&self) -> GDMA_CLK_EN_R
pub fn gdma_clk_en(&self) -> GDMA_CLK_EN_R
Bit 0 - Set 1 to enable gdma clock
sourcepub fn gdma_rst_en(&self) -> GDMA_RST_EN_R
pub fn gdma_rst_en(&self) -> GDMA_RST_EN_R
Bit 1 - Set 0 to reset gdma module
Methods from Deref<Target = R<GDMA_CONF_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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