pub struct R(/* private fields */);Expand description
Register tbb reader
Implementations§
Source§impl R
impl R
Sourcepub fn tbb_bm_sf(&self) -> TBB_BM_SF_R
pub fn tbb_bm_sf(&self) -> TBB_BM_SF_R
Bits 0:1
Sourcepub fn tbb_bm_cg(&self) -> TBB_BM_CG_R
pub fn tbb_bm_cg(&self) -> TBB_BM_CG_R
Bits 4:5
Sourcepub fn tbb_cflt(&self) -> TBB_CFLT_R
pub fn tbb_cflt(&self) -> TBB_CFLT_R
Bits 12:13
Sourcepub fn tbb_iq_bias_short(&self) -> TBB_IQ_BIAS_SHORT_R
pub fn tbb_iq_bias_short(&self) -> TBB_IQ_BIAS_SHORT_R
Bit 14
Sourcepub fn tbb_atest_out_en(&self) -> TBB_ATEST_OUT_EN_R
pub fn tbb_atest_out_en(&self) -> TBB_ATEST_OUT_EN_R
Bit 15
Sourcepub fn tbb_tosdac_q(&self) -> TBB_TOSDAC_Q_R
pub fn tbb_tosdac_q(&self) -> TBB_TOSDAC_Q_R
Bits 16:21
Sourcepub fn tbb_tosdac_i(&self) -> TBB_TOSDAC_I_R
pub fn tbb_tosdac_i(&self) -> TBB_TOSDAC_I_R
Bits 24:29
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