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