pub struct R(_);Expand description
Register DAC_CONF reader
Implementations§
source§impl R
 
impl R
sourcepub fn dac_clk_div(&self) -> DAC_CLK_DIV_R
 
pub fn dac_clk_div(&self) -> DAC_CLK_DIV_R
Bits 0:7 - Controls the division factor of the rising clock of the programming voltage.
sourcepub fn dac_clk_pad_sel(&self) -> DAC_CLK_PAD_SEL_R
 
pub fn dac_clk_pad_sel(&self) -> DAC_CLK_PAD_SEL_R
Bit 8 - Don’t care.
Methods from Deref<Target = R<DAC_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