Enum Sjtag
pub enum Sjtag {
_0 = 0,
_1 = 1,
}Expand description
Sticky JTAG generated reset
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Sjtag
impl Eq for Sjtag
impl StructuralPartialEq for Sjtag
Auto Trait Implementations§
impl Freeze for Sjtag
impl RefUnwindSafe for Sjtag
impl Send for Sjtag
impl Sync for Sjtag
impl Unpin for Sjtag
impl UnwindSafe for Sjtag
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