pub struct W(_);Expand description
Register CCR writer
Implementations
sourceimpl W
impl W
sourcepub fn clr_eop(&mut self) -> BitWriterRaw<'_, u32, CCR_SPEC, bool, BitM, 16>
pub fn clr_eop(&mut self) -> BitWriterRaw<'_, u32, CCR_SPEC, bool, BitM, 16>
Bit 16 - Bank 1 EOP1 flag clear bit
sourcepub fn clr_wrperr(&mut self) -> BitWriterRaw<'_, u32, CCR_SPEC, bool, BitM, 17>
pub fn clr_wrperr(&mut self) -> BitWriterRaw<'_, u32, CCR_SPEC, bool, BitM, 17>
Bit 17 - Bank 1 WRPERR1 flag clear bit
sourcepub fn clr_pgserr(&mut self) -> BitWriterRaw<'_, u32, CCR_SPEC, bool, BitM, 18>
pub fn clr_pgserr(&mut self) -> BitWriterRaw<'_, u32, CCR_SPEC, bool, BitM, 18>
Bit 18 - Bank 1 PGSERR1 flag clear bi
sourcepub fn clr_strberr(&mut self) -> BitWriterRaw<'_, u32, CCR_SPEC, bool, BitM, 19>
pub fn clr_strberr(&mut self) -> BitWriterRaw<'_, u32, CCR_SPEC, bool, BitM, 19>
Bit 19 - Bank 1 STRBERR1 flag clear bit
sourcepub fn clr_incerr(&mut self) -> BitWriterRaw<'_, u32, CCR_SPEC, bool, BitM, 21>
pub fn clr_incerr(&mut self) -> BitWriterRaw<'_, u32, CCR_SPEC, bool, BitM, 21>
Bit 21 - Bank 1 INCERR1 flag clear bit
sourcepub fn clr_operr(&mut self) -> BitWriterRaw<'_, u32, CCR_SPEC, bool, BitM, 22>
pub fn clr_operr(&mut self) -> BitWriterRaw<'_, u32, CCR_SPEC, bool, BitM, 22>
Bit 22 - Bank 1 OPERR1 flag clear bit
sourcepub fn clr_rdperr(&mut self) -> BitWriterRaw<'_, u32, CCR_SPEC, bool, BitM, 23>
pub fn clr_rdperr(&mut self) -> BitWriterRaw<'_, u32, CCR_SPEC, bool, BitM, 23>
Bit 23 - Bank 1 RDPERR1 flag clear bit
sourcepub fn clr_rdserr(&mut self) -> BitWriterRaw<'_, u32, CCR_SPEC, bool, BitM, 24>
pub fn clr_rdserr(&mut self) -> BitWriterRaw<'_, u32, CCR_SPEC, bool, BitM, 24>
Bit 24 - Bank 1 RDSERR1 flag clear bit
sourcepub fn clr_sneccerr(
&mut self
) -> BitWriterRaw<'_, u32, CCR_SPEC, bool, BitM, 25>
pub fn clr_sneccerr(
&mut self
) -> BitWriterRaw<'_, u32, CCR_SPEC, bool, BitM, 25>
Bit 25 - Bank 1 SNECCERR1 flag clear bit
sourcepub fn clr_dbeccerr(
&mut self
) -> BitWriterRaw<'_, u32, CCR_SPEC, bool, BitM, 26>
pub fn clr_dbeccerr(
&mut self
) -> BitWriterRaw<'_, u32, CCR_SPEC, bool, BitM, 26>
Bit 26 - Bank 1 DBECCERR1 flag clear bit
sourcepub fn clr_crcend(&mut self) -> BitWriterRaw<'_, u32, CCR_SPEC, bool, BitM, 27>
pub fn clr_crcend(&mut self) -> BitWriterRaw<'_, u32, CCR_SPEC, bool, BitM, 27>
Bit 27 - Bank 1 CRCEND1 flag clear bit
Methods from Deref<Target = W<CCR_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
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more