Enum HltFsmSt
#[repr(u8)]pub enum HltFsmSt {
_00 = 0,
_01 = 1,
_11 = 3,
_10 = 2,
}Expand description
AXBS Halt State Machine Status
Value on reset: 0
Variants§
_00 = 0
0: Waiting for request
_01 = 1
1: Waiting for platform idle
_11 = 3
3: Platform stalled
_10 = 2
2: Unused state
Trait Implementations§
impl Copy for HltFsmSt
impl Eq for HltFsmSt
impl IsEnum for HltFsmSt
impl StructuralPartialEq for HltFsmSt
Auto Trait Implementations§
impl Freeze for HltFsmSt
impl RefUnwindSafe for HltFsmSt
impl Send for HltFsmSt
impl Sync for HltFsmSt
impl Unpin for HltFsmSt
impl UnwindSafe for HltFsmSt
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