pub struct R(/* private fields */);Expand description
Register dfe_ctrl_16 reader
Implementations§
Source§impl R
impl R
Sourcepub fn rf_tbb_ind_gc0(&self) -> RF_TBB_IND_GC0_R
pub fn rf_tbb_ind_gc0(&self) -> RF_TBB_IND_GC0_R
Bits 0:2
Sourcepub fn rf_tbb_ind_gc1(&self) -> RF_TBB_IND_GC1_R
pub fn rf_tbb_ind_gc1(&self) -> RF_TBB_IND_GC1_R
Bits 4:6
Sourcepub fn rf_tbb_ind_gc2(&self) -> RF_TBB_IND_GC2_R
pub fn rf_tbb_ind_gc2(&self) -> RF_TBB_IND_GC2_R
Bits 8:10
Sourcepub fn rf_tbb_ind_gc3(&self) -> RF_TBB_IND_GC3_R
pub fn rf_tbb_ind_gc3(&self) -> RF_TBB_IND_GC3_R
Bits 12:14
Sourcepub fn rf_tbb_ind_gc4(&self) -> RF_TBB_IND_GC4_R
pub fn rf_tbb_ind_gc4(&self) -> RF_TBB_IND_GC4_R
Bits 16:18
Sourcepub fn rf_tbb_ind_gc5(&self) -> RF_TBB_IND_GC5_R
pub fn rf_tbb_ind_gc5(&self) -> RF_TBB_IND_GC5_R
Bits 20:22
Sourcepub fn rf_tbb_ind_gc6(&self) -> RF_TBB_IND_GC6_R
pub fn rf_tbb_ind_gc6(&self) -> RF_TBB_IND_GC6_R
Bits 24:26
Sourcepub fn rf_tbb_ind_gc7(&self) -> RF_TBB_IND_GC7_R
pub fn rf_tbb_ind_gc7(&self) -> RF_TBB_IND_GC7_R
Bits 28:30
Methods from Deref<Target = R<DFE_CTRL_16_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