pub struct W { /* private fields */ }
Expand description
Value to write to the register
Implementations§
Source§impl W
impl W
Sourcepub fn reset_value() -> W
pub fn reset_value() -> W
Reset value of the register
Sourcepub fn ceataendc(&mut self) -> _CEATAENDCW<'_>
pub fn ceataendc(&mut self) -> _CEATAENDCW<'_>
Bit 23 - CEATAEND flag clear bit
Sourcepub fn dbckendc(&mut self) -> _DBCKENDCW<'_>
pub fn dbckendc(&mut self) -> _DBCKENDCW<'_>
Bit 10 - DBCKEND flag clear bit
Sourcepub fn stbiterrc(&mut self) -> _STBITERRCW<'_>
pub fn stbiterrc(&mut self) -> _STBITERRCW<'_>
Bit 9 - STBITERR flag clear bit
Sourcepub fn dataendc(&mut self) -> _DATAENDCW<'_>
pub fn dataendc(&mut self) -> _DATAENDCW<'_>
Bit 8 - DATAEND flag clear bit
Sourcepub fn cmdsentc(&mut self) -> _CMDSENTCW<'_>
pub fn cmdsentc(&mut self) -> _CMDSENTCW<'_>
Bit 7 - CMDSENT flag clear bit
Sourcepub fn cmdrendc(&mut self) -> _CMDRENDCW<'_>
pub fn cmdrendc(&mut self) -> _CMDRENDCW<'_>
Bit 6 - CMDREND flag clear bit
Sourcepub fn rxoverrc(&mut self) -> _RXOVERRCW<'_>
pub fn rxoverrc(&mut self) -> _RXOVERRCW<'_>
Bit 5 - RXOVERR flag clear bit
Sourcepub fn txunderrc(&mut self) -> _TXUNDERRCW<'_>
pub fn txunderrc(&mut self) -> _TXUNDERRCW<'_>
Bit 4 - TXUNDERR flag clear bit
Sourcepub fn dtimeoutc(&mut self) -> _DTIMEOUTCW<'_>
pub fn dtimeoutc(&mut self) -> _DTIMEOUTCW<'_>
Bit 3 - DTIMEOUT flag clear bit
Sourcepub fn ctimeoutc(&mut self) -> _CTIMEOUTCW<'_>
pub fn ctimeoutc(&mut self) -> _CTIMEOUTCW<'_>
Bit 2 - CTIMEOUT flag clear bit
Sourcepub fn dcrcfailc(&mut self) -> _DCRCFAILCW<'_>
pub fn dcrcfailc(&mut self) -> _DCRCFAILCW<'_>
Bit 1 - DCRCFAIL flag clear bit
Sourcepub fn ccrcfailc(&mut self) -> _CCRCFAILCW<'_>
pub fn ccrcfailc(&mut self) -> _CCRCFAILCW<'_>
Bit 0 - CCRCFAIL flag clear bit
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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