Type Alias W

Source
pub type W = W<IntenclrSpec>;
Expand description

Register INTENCLR writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

Source§

impl W

Source

pub fn underrun0(&mut self) -> Underrun0W<'_, IntenclrSpec>

Bit 0 - Underrun 0 Interrupt Enable

Source

pub fn underrun1(&mut self) -> Underrun1W<'_, IntenclrSpec>

Bit 1 - Underrun 1 Interrupt Enable

Source

pub fn empty0(&mut self) -> Empty0W<'_, IntenclrSpec>

Bit 2 - Data Buffer 0 Empty Interrupt Enable

Source

pub fn empty1(&mut self) -> Empty1W<'_, IntenclrSpec>

Bit 3 - Data Buffer 1 Empty Interrupt Enable

Source

pub fn resrdy0(&mut self) -> Resrdy0W<'_, IntenclrSpec>

Bit 4 - Result 0 Ready Interrupt Enable

Source

pub fn resrdy1(&mut self) -> Resrdy1W<'_, IntenclrSpec>

Bit 5 - Result 1 Ready Interrupt Enable

Source

pub fn overrun0(&mut self) -> Overrun0W<'_, IntenclrSpec>

Bit 6 - Overrun 0 Interrupt Enable

Source

pub fn overrun1(&mut self) -> Overrun1W<'_, IntenclrSpec>

Bit 7 - Overrun 1 Interrupt Enable