pub struct R(_);
Expand description
Register DS_CONF
reader
Implementations§
source§impl R
impl R
sourcepub fn ds_clk_en(&self) -> DS_CLK_EN_R
pub fn ds_clk_en(&self) -> DS_CLK_EN_R
Bit 0 - Set 1 to enable ds clock
sourcepub fn ds_rst_en(&self) -> DS_RST_EN_R
pub fn ds_rst_en(&self) -> DS_RST_EN_R
Bit 1 - Set 0 to reset ds module
sourcepub fn ds_ready(&self) -> DS_READY_R
pub fn ds_ready(&self) -> DS_READY_R
Bit 2 - Query this field after reset ds module
Methods from Deref<Target = R<DS_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