Skip to main content

EmipR

Type Alias EmipR 

Source
pub type EmipR = BitReader<Emip>;
Expand description

Field EMIP reader - Enables/disables the position counter to be initialized by Index Event Edge Mark

Aliased Type§

pub struct EmipR { /* private fields */ }

Implementations§

Source§

impl EmipR

Source

pub const fn variant(&self) -> Emip

Get enumerated values variant

Source

pub fn is_emip0(&self) -> bool

disables the position counter to be initialized by Index Event Edge Mark

Source

pub fn is_emip1(&self) -> bool

enables the position counter to be initialized by Index Event Edge Mark.