pub type W = W<IntenclrSpec>;
Expand description
Register INTENCLR
writer
Aliased Type§
struct W { /* private fields */ }
Implementations§
Source§impl W
impl W
Sourcepub fn resrdy(&mut self) -> ResrdyW<'_, IntenclrSpec>
pub fn resrdy(&mut self) -> ResrdyW<'_, IntenclrSpec>
Bit 0 - Result Ready Interrupt Enable
Sourcepub fn overrun(&mut self) -> OverrunW<'_, IntenclrSpec>
pub fn overrun(&mut self) -> OverrunW<'_, IntenclrSpec>
Bit 1 - Overrun Interrupt Enable
Sourcepub fn winmon(&mut self) -> WinmonW<'_, IntenclrSpec>
pub fn winmon(&mut self) -> WinmonW<'_, IntenclrSpec>
Bit 2 - Window Monitor Interrupt Enable
Sourcepub fn syncrdy(&mut self) -> SyncrdyW<'_, IntenclrSpec>
pub fn syncrdy(&mut self) -> SyncrdyW<'_, IntenclrSpec>
Bit 3 - Synchronization Ready Interrupt Enable