#[repr(u8)]pub enum JtagRstB {
JTAG_RST_B_0 = 0,
JTAG_RST_B_1 = 1,
}Variants§
JTAG_RST_B_0 = 0
Reset is not a result of HIGH-Z reset from JTAG.
JTAG_RST_B_1 = 1
Reset is a result of HIGH-Z reset from JTAG.
Implementations§
Trait Implementations§
Source§impl Ord for JtagRstB
impl Ord for JtagRstB
Source§impl PartialOrd for JtagRstB
impl PartialOrd for JtagRstB
impl Copy for JtagRstB
impl Eq for JtagRstB
impl StructuralPartialEq for JtagRstB
Auto Trait Implementations§
impl Freeze for JtagRstB
impl RefUnwindSafe for JtagRstB
impl Send for JtagRstB
impl Sync for JtagRstB
impl Unpin for JtagRstB
impl UnwindSafe for JtagRstB
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