Struct d1_pac::tve_top::tve_dac_cfg1::W
source · pub struct W(/* private fields */);
Expand description
Register tve_dac_cfg1
writer
Implementations§
source§impl W
impl W
sourcepub fn ref1_sel(&mut self) -> REF1_SEL_W<'_, 0>
pub fn ref1_sel(&mut self) -> REF1_SEL_W<'_, 0>
Bits 0:3 - (a_refslct1[3:0])
The reference voltage is used for hot plug detect function.
sourcepub fn ref2_sel(&mut self) -> REF2_SEL_W<'_, 4>
pub fn ref2_sel(&mut self) -> REF2_SEL_W<'_, 4>
Bits 4:5 - (a_refslct2[1:0])
sourcepub fn ref_int_sel(&mut self) -> REF_INT_SEL_W<'_, 8>
pub fn ref_int_sel(&mut self) -> REF_INT_SEL_W<'_, 8>
Bit 8 - (A_SEL_DETREF_RES)
sourcepub fn ref_ext_sel(&mut self) -> REF_EXT_SEL_W<'_, 9>
pub fn ref_ext_sel(&mut self) -> REF_EXT_SEL_W<'_, 9>
Bit 9 - (A_SEL_DETREF_LDO)
Methods from Deref<Target = W<TVE_DAC_CFG1_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