pub type W = W<IntflagSpec>;
Expand description
Register INTFLAG
writer
Aliased Type§
struct W { /* private fields */ }
Implementations§
Source§impl W
impl W
Sourcepub fn ovf(&mut self) -> OvfW<'_, IntflagSpec>
pub fn ovf(&mut self) -> OvfW<'_, IntflagSpec>
Bit 0 - Overflow
Sourcepub fn trg(&mut self) -> TrgW<'_, IntflagSpec>
pub fn trg(&mut self) -> TrgW<'_, IntflagSpec>
Bit 1 - Retrigger
Sourcepub fn cnt(&mut self) -> CntW<'_, IntflagSpec>
pub fn cnt(&mut self) -> CntW<'_, IntflagSpec>
Bit 2 - Counter
Sourcepub fn err(&mut self) -> ErrW<'_, IntflagSpec>
pub fn err(&mut self) -> ErrW<'_, IntflagSpec>
Bit 3 - Error
Sourcepub fn dfs(&mut self) -> DfsW<'_, IntflagSpec>
pub fn dfs(&mut self) -> DfsW<'_, IntflagSpec>
Bit 11 - Non-Recoverable Debug Fault
Sourcepub fn faulta(&mut self) -> FaultaW<'_, IntflagSpec>
pub fn faulta(&mut self) -> FaultaW<'_, IntflagSpec>
Bit 12 - Recoverable Fault A
Sourcepub fn faultb(&mut self) -> FaultbW<'_, IntflagSpec>
pub fn faultb(&mut self) -> FaultbW<'_, IntflagSpec>
Bit 13 - Recoverable Fault B
Sourcepub fn fault0(&mut self) -> Fault0W<'_, IntflagSpec>
pub fn fault0(&mut self) -> Fault0W<'_, IntflagSpec>
Bit 14 - Non-Recoverable Fault 0
Sourcepub fn fault1(&mut self) -> Fault1W<'_, IntflagSpec>
pub fn fault1(&mut self) -> Fault1W<'_, IntflagSpec>
Bit 15 - Non-Recoverable Fault 1
Sourcepub fn mc0(&mut self) -> Mc0W<'_, IntflagSpec>
pub fn mc0(&mut self) -> Mc0W<'_, IntflagSpec>
Bit 16 - Match or Capture 0
Sourcepub fn mc1(&mut self) -> Mc1W<'_, IntflagSpec>
pub fn mc1(&mut self) -> Mc1W<'_, IntflagSpec>
Bit 17 - Match or Capture 1
Sourcepub fn mc2(&mut self) -> Mc2W<'_, IntflagSpec>
pub fn mc2(&mut self) -> Mc2W<'_, IntflagSpec>
Bit 18 - Match or Capture 2
Sourcepub fn mc3(&mut self) -> Mc3W<'_, IntflagSpec>
pub fn mc3(&mut self) -> Mc3W<'_, IntflagSpec>
Bit 19 - Match or Capture 3