Enum Hoe
pub enum Hoe {
_0 = 0,
_1 = 1,
}Expand description
Halt On Error
Value on reset: 0
Variants§
_0 = 0
0: Normal operation
_1 = 1
1: Any error causes the HALT bit to set. Subsequently, all service requests are ignored until the HALT bit is cleared.
Trait Implementations§
impl Copy for Hoe
impl Eq for Hoe
impl StructuralPartialEq for Hoe
Auto Trait Implementations§
impl Freeze for Hoe
impl RefUnwindSafe for Hoe
impl Send for Hoe
impl Sync for Hoe
impl Unpin for Hoe
impl UnwindSafe for Hoe
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more