pub struct R { /* private fields */ }
Expand description
Value read from the register
Implementations§
Source§impl R
impl R
Sourcepub fn reserved26(&self) -> RESERVED26R
pub fn reserved26(&self) -> RESERVED26R
Bits 26:31 - 31:26] Internal. Only to be used through TI provided API.
Sourcepub fn rvf_int(&self) -> RVF_INTR
pub fn rvf_int(&self) -> RVF_INTR
Bit 25 - 25:25] Internal. Only to be used through TI provided API.
Sourcepub fn fsm_done(&self) -> FSM_DONER
pub fn fsm_done(&self) -> FSM_DONER
Bit 24 - 24:24] Internal. Only to be used through TI provided API.
Sourcepub fn err_prf_flg(&self) -> ERR_PRF_FLGR
pub fn err_prf_flg(&self) -> ERR_PRF_FLGR
Bits 0:23 - 23:0] Internal. Only to be used through TI provided API.
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