pub enum Sysresetreqselect {
Value0 = 0,
Value1 = 1,
}
Expand description
System Reset Request
Value on reset: 0
Variants§
Value0 = 0
0: No system reset request
Value1 = 1
1: Asserts a signal to the outer system that requests a reset
Trait Implementations§
Source§impl Clone for Sysresetreqselect
impl Clone for Sysresetreqselect
Source§fn clone(&self) -> Sysresetreqselect
fn clone(&self) -> Sysresetreqselect
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Sysresetreqselect
impl Debug for Sysresetreqselect
Source§impl From<Sysresetreqselect> for bool
impl From<Sysresetreqselect> for bool
Source§fn from(variant: Sysresetreqselect) -> Self
fn from(variant: Sysresetreqselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Sysresetreqselect
impl PartialEq for Sysresetreqselect
impl Copy for Sysresetreqselect
impl Eq for Sysresetreqselect
impl StructuralPartialEq for Sysresetreqselect
Auto Trait Implementations§
impl Freeze for Sysresetreqselect
impl RefUnwindSafe for Sysresetreqselect
impl Send for Sysresetreqselect
impl Sync for Sysresetreqselect
impl Unpin for Sysresetreqselect
impl UnwindSafe for Sysresetreqselect
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