Type Alias W

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

Register INTFLAG writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

Source§

impl W

Source

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

Bit 0 - Result 0 Underrun

Source

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

Bit 1 - Result 1 Underrun

Source

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

Bit 2 - Data Buffer 0 Empty

Source

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

Bit 3 - Data Buffer 1 Empty

Source

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

Bit 4 - Result 0 Ready

Source

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

Bit 5 - Result 1 Ready

Source

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

Bit 6 - Result 0 Overrun

Source

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

Bit 7 - Result 1 Overrun