HoeR

Type Alias HoeR 

pub type HoeR = BitReader<Hoe>;
Expand description

Field HOE reader - Halt On Error

Aliased Type§

pub struct HoeR { /* private fields */ }

Implementations§

§

impl HoeR

pub const fn variant(&self) -> Hoe

Get enumerated values variant

pub fn is_0(&self) -> bool

Normal operation

pub fn is_1(&self) -> bool

Any error causes the HALT bit to set. Subsequently, all service requests are ignored until the HALT bit is cleared.