IrmqR

Type Alias IrmqR 

pub type IrmqR = BitReader<Irmq>;
Expand description

Field IRMQ reader - Individual Rx Masking And Queue Enable

Aliased Type§

pub struct IrmqR { /* private fields */ }

Implementations§

§

impl IrmqR

pub const fn variant(&self) -> Irmq

Get enumerated values variant

pub fn is_0(&self) -> bool

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 is_1(&self) -> bool

Individual Rx masking and queue feature are enabled.