#[repr(u8)]pub enum JtagSwRst {
JTAG_SW_RST_0 = 0,
JTAG_SW_RST_1 = 1,
}Variants§
JTAG_SW_RST_0 = 0
Reset is not a result of the mentioned case.
JTAG_SW_RST_1 = 1
Reset is a result of the mentioned case.
Implementations§
Trait Implementations§
Source§impl Ord for JtagSwRst
impl Ord for JtagSwRst
Source§impl PartialOrd for JtagSwRst
impl PartialOrd for JtagSwRst
impl Copy for JtagSwRst
impl Eq for JtagSwRst
impl StructuralPartialEq for JtagSwRst
Auto Trait Implementations§
impl Freeze for JtagSwRst
impl RefUnwindSafe for JtagSwRst
impl Send for JtagSwRst
impl Sync for JtagSwRst
impl Unpin for JtagSwRst
impl UnwindSafe for JtagSwRst
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