Enum Swrst
pub enum Swrst {
_0 = 0,
_1 = 1,
}Expand description
Software Reset
Value on reset: 0
Variants§
_0 = 0
0: Software reset is disabled
_1 = 1
1: Software reset is enabled, all FlexIO registers except the Control Register are reset.
Trait Implementations§
impl Copy for Swrst
impl Eq for Swrst
impl StructuralPartialEq for Swrst
Auto Trait Implementations§
impl Freeze for Swrst
impl RefUnwindSafe for Swrst
impl Send for Swrst
impl Sync for Swrst
impl Unpin for Swrst
impl UnwindSafe for Swrst
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