Struct d1_pac::tve_top::tve_dac_cfg0::W
source · pub struct W(/* private fields */);
Expand description
Register tve_dac_cfg0
writer
Implementations§
source§impl W
impl W
sourcepub fn bias_ref_int_en(&mut self) -> BIAS_REF_INT_EN_W<'_, 4>
pub fn bias_ref_int_en(&mut self) -> BIAS_REF_INT_EN_W<'_, 4>
Bit 4 - (A_EN_RESREF)
sourcepub fn bias_int_sel(&mut self) -> BIAS_INT_SEL_W<'_, 8>
pub fn bias_int_sel(&mut self) -> BIAS_INT_SEL_W<'_, 8>
Bit 8 - (A_SEL_BIAS_RES)
sourcepub fn bias_ext_sel(&mut self) -> BIAS_EXT_SEL_W<'_, 9>
pub fn bias_ext_sel(&mut self) -> BIAS_EXT_SEL_W<'_, 9>
Bit 9 - (A_SEL_BIAS_ADDA)
sourcepub fn low_bias(&mut self) -> LOW_BIAS_W<'_, 12>
pub fn low_bias(&mut self) -> LOW_BIAS_W<'_, 12>
Bits 12:15 - 500 uA to 4 mA
sourcepub fn dac_clock_invert(&mut self) -> DAC_CLOCK_INVERT_W<'_, 31>
pub fn dac_clock_invert(&mut self) -> DAC_CLOCK_INVERT_W<'_, 31>
Bit 31
Methods from Deref<Target = W<TVE_DAC_CFG0_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