pub struct W(/* private fields */);Expand description
Register ICR writer
Implementations§
Source§impl W
impl W
Sourcepub fn ceataendc(&mut self) -> CEATAENDC_W<'_>
pub fn ceataendc(&mut self) -> CEATAENDC_W<'_>
Bit 23 - CEATAEND flag clear bit
Sourcepub fn dbckendc(&mut self) -> DBCKENDC_W<'_>
pub fn dbckendc(&mut self) -> DBCKENDC_W<'_>
Bit 10 - DBCKEND flag clear bit
Sourcepub fn stbiterrc(&mut self) -> STBITERRC_W<'_>
pub fn stbiterrc(&mut self) -> STBITERRC_W<'_>
Bit 9 - STBITERR flag clear bit
Sourcepub fn dataendc(&mut self) -> DATAENDC_W<'_>
pub fn dataendc(&mut self) -> DATAENDC_W<'_>
Bit 8 - DATAEND flag clear bit
Sourcepub fn cmdsentc(&mut self) -> CMDSENTC_W<'_>
pub fn cmdsentc(&mut self) -> CMDSENTC_W<'_>
Bit 7 - CMDSENT flag clear bit
Sourcepub fn cmdrendc(&mut self) -> CMDRENDC_W<'_>
pub fn cmdrendc(&mut self) -> CMDRENDC_W<'_>
Bit 6 - CMDREND flag clear bit
Sourcepub fn rxoverrc(&mut self) -> RXOVERRC_W<'_>
pub fn rxoverrc(&mut self) -> RXOVERRC_W<'_>
Bit 5 - RXOVERR flag clear bit
Sourcepub fn txunderrc(&mut self) -> TXUNDERRC_W<'_>
pub fn txunderrc(&mut self) -> TXUNDERRC_W<'_>
Bit 4 - TXUNDERR flag clear bit
Sourcepub fn dtimeoutc(&mut self) -> DTIMEOUTC_W<'_>
pub fn dtimeoutc(&mut self) -> DTIMEOUTC_W<'_>
Bit 3 - DTIMEOUT flag clear bit
Sourcepub fn ctimeoutc(&mut self) -> CTIMEOUTC_W<'_>
pub fn ctimeoutc(&mut self) -> CTIMEOUTC_W<'_>
Bit 2 - CTIMEOUT flag clear bit
Sourcepub fn dcrcfailc(&mut self) -> DCRCFAILC_W<'_>
pub fn dcrcfailc(&mut self) -> DCRCFAILC_W<'_>
Bit 1 - DCRCFAIL flag clear bit
Sourcepub fn ccrcfailc(&mut self) -> CCRCFAILC_W<'_>
pub fn ccrcfailc(&mut self) -> CCRCFAILC_W<'_>
Bit 0 - CCRCFAIL flag clear bit
Methods from Deref<Target = W<ICR_SPEC>>§
Sourcepub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Trait Implementations§
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