Struct d1_pac::tve_top::tve_dac_cfg0::R
source · pub struct R(/* private fields */);
Expand description
Register tve_dac_cfg0
reader
Implementations§
source§impl R
impl R
sourcepub fn bias_ref_int_en(&self) -> BIAS_REF_INT_EN_R
pub fn bias_ref_int_en(&self) -> BIAS_REF_INT_EN_R
Bit 4 - (A_EN_RESREF)
sourcepub fn bias_int_sel(&self) -> BIAS_INT_SEL_R
pub fn bias_int_sel(&self) -> BIAS_INT_SEL_R
Bit 8 - (A_SEL_BIAS_RES)
sourcepub fn bias_ext_sel(&self) -> BIAS_EXT_SEL_R
pub fn bias_ext_sel(&self) -> BIAS_EXT_SEL_R
Bit 9 - (A_SEL_BIAS_ADDA)
sourcepub fn low_bias(&self) -> LOW_BIAS_R
pub fn low_bias(&self) -> LOW_BIAS_R
Bits 12:15 - 500 uA to 4 mA
sourcepub fn dac_clock_invert(&self) -> DAC_CLOCK_INVERT_R
pub fn dac_clock_invert(&self) -> DAC_CLOCK_INVERT_R
Bit 31
Methods from Deref<Target = R<TVE_DAC_CFG0_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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