Struct d1_pac::tve_top::tve_dac_cfg3::R
source · pub struct R(/* private fields */);
Expand description
Register tve_dac_cfg3
reader
Implementations§
source§impl R
impl R
sourcepub fn force_data_en(&self) -> FORCE_DATA_EN_R
pub fn force_data_en(&self) -> FORCE_DATA_EN_R
Bit 0
sourcepub fn force_data_set(&self) -> FORCE_DATA_SET_R
pub fn force_data_set(&self) -> FORCE_DATA_SET_R
Bits 16:25 - Force DAC input data
Methods from Deref<Target = R<TVE_DAC_CFG3_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