Type Alias R

Source
pub type R = R<INT_ST_SPEC>;
Expand description

Register INT_ST reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn in_done(&self) -> IN_DONE_R

Bit 0 - This is the masked interrupt bit for IN_DONE interrupt when IN_DONE is enabled.

Source

pub fn in_suc_eof(&self) -> IN_SUC_EOF_R

Bit 1 - This is the masked interrupt bit for IN_SUC_EOF interrupt when IN_SUC_EOF is enabled.

Source

pub fn out_done(&self) -> OUT_DONE_R

Bit 2 - This is the masked interrupt bit for OUT_DONE interrupt when OUT_DONE is enabled.

Source

pub fn out_eof(&self) -> OUT_EOF_R

Bit 3 - This is the masked interrupt bit for OUT_EOF interrupt when OUT_EOF is enabled.

Source

pub fn in_dscr_err(&self) -> IN_DSCR_ERR_R

Bit 4 - This is the masked interrupt bit for IN_DSCR_ERR interrupt when IN_DSCR_ERR is enabled.

Source

pub fn out_dscr_err(&self) -> OUT_DSCR_ERR_R

Bit 5 - This is the masked interrupt bit for OUT_DSCR_ERR interrupt when OUT_DSCR_ERR is enabled.

Source

pub fn in_dscr_empty(&self) -> IN_DSCR_EMPTY_R

Bit 6 - This is the masked interrupt bit for IN_DSCR_EMPTY interrupt when IN_DSCR_EMPTY is enabled.

Source

pub fn out_total_eof(&self) -> OUT_TOTAL_EOF_R

Bit 7 - This is the masked interrupt bit for OUT_TOTAL_EOF interrupt when OUT_TOTAL_EOF is enabled.