pub type W = W<IntflagSpec>;
Expand description
Register INTFLAG
writer
Aliased Type§
struct W { /* private fields */ }
Implementations§
Source§impl W
impl W
Sourcepub fn underrun0(&mut self) -> Underrun0W<'_, IntflagSpec>
pub fn underrun0(&mut self) -> Underrun0W<'_, IntflagSpec>
Bit 0 - Result 0 Underrun
Sourcepub fn underrun1(&mut self) -> Underrun1W<'_, IntflagSpec>
pub fn underrun1(&mut self) -> Underrun1W<'_, IntflagSpec>
Bit 1 - Result 1 Underrun
Sourcepub fn empty0(&mut self) -> Empty0W<'_, IntflagSpec>
pub fn empty0(&mut self) -> Empty0W<'_, IntflagSpec>
Bit 2 - Data Buffer 0 Empty
Sourcepub fn empty1(&mut self) -> Empty1W<'_, IntflagSpec>
pub fn empty1(&mut self) -> Empty1W<'_, IntflagSpec>
Bit 3 - Data Buffer 1 Empty
Sourcepub fn resrdy0(&mut self) -> Resrdy0W<'_, IntflagSpec>
pub fn resrdy0(&mut self) -> Resrdy0W<'_, IntflagSpec>
Bit 4 - Result 0 Ready
Sourcepub fn resrdy1(&mut self) -> Resrdy1W<'_, IntflagSpec>
pub fn resrdy1(&mut self) -> Resrdy1W<'_, IntflagSpec>
Bit 5 - Result 1 Ready
Sourcepub fn overrun0(&mut self) -> Overrun0W<'_, IntflagSpec>
pub fn overrun0(&mut self) -> Overrun0W<'_, IntflagSpec>
Bit 6 - Result 0 Overrun
Sourcepub fn overrun1(&mut self) -> Overrun1W<'_, IntflagSpec>
pub fn overrun1(&mut self) -> Overrun1W<'_, IntflagSpec>
Bit 7 - Result 1 Overrun