Struct d1_pac::tve_top::tve_dac_test::R
source · pub struct R(/* private fields */);
Expand description
Register tve_dac_test
reader
Implementations§
source§impl R
impl R
sourcepub fn dac_test_enable(&self) -> DAC_TEST_ENABLE_R
pub fn dac_test_enable(&self) -> DAC_TEST_ENABLE_R
Bit 0
sourcepub fn dac_test_sel(&self) -> DAC_TEST_SEL_R
pub fn dac_test_sel(&self) -> DAC_TEST_SEL_R
Bits 4:5
sourcepub fn dac_test_length(&self) -> DAC_TEST_LENGTH_R
pub fn dac_test_length(&self) -> DAC_TEST_LENGTH_R
Bits 16:25 - DAC TEST DATA LENGTH
Methods from Deref<Target = R<TVE_DAC_TEST_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