#[repr(u8)]
pub enum HALT_A {
DISABLE,
HW,
SW,
NR,
}
Expand description
Fault A Halt Mode
Value on reset: 0
Variants
DISABLE
0: Halt action disabled
HW
1: Hardware halt action
SW
2: Software halt action
NR
3: Non-recoverable fault
Trait Implementations
impl Copy for HALT_A
impl StructuralPartialEq for HALT_A
Auto Trait Implementations
impl RefUnwindSafe for HALT_A
impl Send for HALT_A
impl Sync for HALT_A
impl Unpin for HALT_A
impl UnwindSafe for HALT_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more