Enum Ejtag
pub enum Ejtag {
_0 = 0,
_1 = 1,
}Expand description
Existence of SRS[JTAG] status indication feature
Value on reset: 1
Variants§
Trait Implementations§
impl Copy for Ejtag
impl Eq for Ejtag
impl StructuralPartialEq for Ejtag
Auto Trait Implementations§
impl Freeze for Ejtag
impl RefUnwindSafe for Ejtag
impl Send for Ejtag
impl Sync for Ejtag
impl Unpin for Ejtag
impl UnwindSafe for Ejtag
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