#[repr(u8)]pub enum HabJde {
JTAG_DBG_DIS = 0,
JTAG_DBG_EN = 1,
}Variants§
JTAG_DBG_DIS = 0
JTAG debugging is not enabled by the HAB (it may still be enabled by other mechanisms).
JTAG_DBG_EN = 1
JTAG debugging is enabled by the HAB (though this signal may be gated off).
Implementations§
Trait Implementations§
Source§impl Ord for HabJde
impl Ord for HabJde
Source§impl PartialOrd for HabJde
impl PartialOrd for HabJde
impl Copy for HabJde
impl Eq for HabJde
impl StructuralPartialEq for HabJde
Auto Trait Implementations§
impl Freeze for HabJde
impl RefUnwindSafe for HabJde
impl Send for HabJde
impl Sync for HabJde
impl Unpin for HabJde
impl UnwindSafe for HabJde
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