pub struct R { /* private fields */ }
Expand description
Value read from the register
Implementations§
Source§impl R
impl R
Sourcepub fn ceataendc(&self) -> CEATAENDCR
pub fn ceataendc(&self) -> CEATAENDCR
Bit 23 - CEATAEND flag clear bit
Sourcepub fn stbiterrc(&self) -> STBITERRCR
pub fn stbiterrc(&self) -> STBITERRCR
Bit 9 - STBITERR flag clear bit
Sourcepub fn txunderrc(&self) -> TXUNDERRCR
pub fn txunderrc(&self) -> TXUNDERRCR
Bit 4 - TXUNDERR flag clear bit
Sourcepub fn dtimeoutc(&self) -> DTIMEOUTCR
pub fn dtimeoutc(&self) -> DTIMEOUTCR
Bit 3 - DTIMEOUT flag clear bit
Sourcepub fn ctimeoutc(&self) -> CTIMEOUTCR
pub fn ctimeoutc(&self) -> CTIMEOUTCR
Bit 2 - CTIMEOUT flag clear bit
Sourcepub fn dcrcfailc(&self) -> DCRCFAILCR
pub fn dcrcfailc(&self) -> DCRCFAILCR
Bit 1 - DCRCFAIL flag clear bit
Sourcepub fn ccrcfailc(&self) -> CCRCFAILCR
pub fn ccrcfailc(&self) -> CCRCFAILCR
Bit 0 - CCRCFAIL flag clear bit
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