pub struct W(_);
Expand description
Register ICR
writer
Implementations§
source§impl W
impl W
sourcepub fn line_isc(&mut self) -> BitWriterRaw<'_, u32, ICR_SPEC, bool, BitM, 4>
pub fn line_isc(&mut self) -> BitWriterRaw<'_, u32, ICR_SPEC, bool, BitM, 4>
Bit 4 - line interrupt status clear
sourcepub fn vsync_isc(&mut self) -> BitWriterRaw<'_, u32, ICR_SPEC, bool, BitM, 3>
pub fn vsync_isc(&mut self) -> BitWriterRaw<'_, u32, ICR_SPEC, bool, BitM, 3>
Bit 3 - Vertical synch interrupt status clear
sourcepub fn err_isc(&mut self) -> BitWriterRaw<'_, u32, ICR_SPEC, bool, BitM, 2>
pub fn err_isc(&mut self) -> BitWriterRaw<'_, u32, ICR_SPEC, bool, BitM, 2>
Bit 2 - Synchronization error interrupt status clear
sourcepub fn ovr_isc(&mut self) -> BitWriterRaw<'_, u32, ICR_SPEC, bool, BitM, 1>
pub fn ovr_isc(&mut self) -> BitWriterRaw<'_, u32, ICR_SPEC, bool, BitM, 1>
Bit 1 - Overrun interrupt status clear
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.