pub struct R(/* private fields */);Expand description
Register dfe_ctrl_17 reader
Implementations§
Source§impl R
impl R
Sourcepub fn rf_tbb_ind_gc8(&self) -> RF_TBB_IND_GC8_R
pub fn rf_tbb_ind_gc8(&self) -> RF_TBB_IND_GC8_R
Bits 0:2
Sourcepub fn rf_tbb_ind_gc9(&self) -> RF_TBB_IND_GC9_R
pub fn rf_tbb_ind_gc9(&self) -> RF_TBB_IND_GC9_R
Bits 4:6
Sourcepub fn rf_tbb_ind_gc10(&self) -> RF_TBB_IND_GC10_R
pub fn rf_tbb_ind_gc10(&self) -> RF_TBB_IND_GC10_R
Bits 8:10
Sourcepub fn rf_tbb_ind_gc11(&self) -> RF_TBB_IND_GC11_R
pub fn rf_tbb_ind_gc11(&self) -> RF_TBB_IND_GC11_R
Bits 12:14
Sourcepub fn rf_tbb_ind_gc12(&self) -> RF_TBB_IND_GC12_R
pub fn rf_tbb_ind_gc12(&self) -> RF_TBB_IND_GC12_R
Bits 16:18
Sourcepub fn rf_tbb_ind_gc13(&self) -> RF_TBB_IND_GC13_R
pub fn rf_tbb_ind_gc13(&self) -> RF_TBB_IND_GC13_R
Bits 20:22
Sourcepub fn rf_tbb_ind_gc14(&self) -> RF_TBB_IND_GC14_R
pub fn rf_tbb_ind_gc14(&self) -> RF_TBB_IND_GC14_R
Bits 24:26
Sourcepub fn rf_tbb_ind_gc15(&self) -> RF_TBB_IND_GC15_R
pub fn rf_tbb_ind_gc15(&self) -> RF_TBB_IND_GC15_R
Bits 28:30
Methods from Deref<Target = R<DFE_CTRL_17_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