#[repr(u32)]pub enum ResetManagerSwResets {
SpiDevice = 0,
SpiHost0 = 1,
SpiHost1 = 2,
Usb = 3,
UsbAon = 4,
I2c0 = 5,
I2c1 = 6,
I2c2 = 7,
}
Expand description
Reset Manager Software Controlled Resets
Variants§
Trait Implementations§
Source§impl Clone for ResetManagerSwResets
impl Clone for ResetManagerSwResets
Source§fn clone(&self) -> ResetManagerSwResets
fn clone(&self) -> ResetManagerSwResets
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 PartialEq for ResetManagerSwResets
impl PartialEq for ResetManagerSwResets
impl Copy for ResetManagerSwResets
impl Eq for ResetManagerSwResets
impl StructuralPartialEq for ResetManagerSwResets
Auto Trait Implementations§
impl Freeze for ResetManagerSwResets
impl RefUnwindSafe for ResetManagerSwResets
impl Send for ResetManagerSwResets
impl Sync for ResetManagerSwResets
impl Unpin for ResetManagerSwResets
impl UnwindSafe for ResetManagerSwResets
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