HoeW

Type Alias HoeW 

pub type HoeW<'a, REG> = BitWriter<'a, REG, Hoe>;
Expand description

Field HOE writer - Halt On Error

Aliased Type§

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

Implementations§

§

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

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

Normal operation

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

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