IrmqW

Type Alias IrmqW 

pub type IrmqW<'a, REG> = BitWriter<'a, REG, Irmq>;
Expand description

Field IRMQ writer - Individual Rx Masking And Queue Enable

Aliased Type§

pub struct IrmqW<'a, REG> { /* private fields */ }

Implementations§

§

impl<'a, REG> IrmqW<'a, REG>
where REG: Writable + RegisterSpec,

pub fn _0(self) -> &'a mut W<REG>

Individual Rx masking and queue feature are disabled. For backward compatibility with legacy applications, the reading of C/S word locks the MB even if it is EMPTY.

pub fn _1(self) -> &'a mut W<REG>

Individual Rx masking and queue feature are enabled.