CcieR

Type Alias CcieR 

pub type CcieR = BitReader<Ccie>;
Expand description

Field CCIE reader - Command Complete Interrupt Enable

Aliased Type§

pub struct CcieR { /* private fields */ }

Implementations§

§

impl CcieR

pub const fn variant(&self) -> Ccie

Get enumerated values variant

pub fn is_0(&self) -> bool

Command complete interrupt disabled

pub fn is_1(&self) -> bool

Command complete interrupt enabled. An interrupt request is generated whenever the FSTAT[CCIF] flag is set.