pub enum U0IntCtrlApb {
None = 0,
Reset = 1,
}
Expand description
Reset selector: u0_int_ctrl_apb
Value on reset: 1
Variants§
Trait Implementations§
source§impl Clone for U0IntCtrlApb
impl Clone for U0IntCtrlApb
source§fn clone(&self) -> U0IntCtrlApb
fn clone(&self) -> U0IntCtrlApb
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 U0IntCtrlApb
impl Debug for U0IntCtrlApb
source§impl From<U0IntCtrlApb> for bool
impl From<U0IntCtrlApb> for bool
source§fn from(variant: U0IntCtrlApb) -> Self
fn from(variant: U0IntCtrlApb) -> Self
Converts to this type from the input type.
source§impl PartialEq for U0IntCtrlApb
impl PartialEq for U0IntCtrlApb
impl Copy for U0IntCtrlApb
impl Eq for U0IntCtrlApb
impl StructuralPartialEq for U0IntCtrlApb
Auto Trait Implementations§
impl Freeze for U0IntCtrlApb
impl RefUnwindSafe for U0IntCtrlApb
impl Send for U0IntCtrlApb
impl Sync for U0IntCtrlApb
impl Unpin for U0IntCtrlApb
impl UnwindSafe for U0IntCtrlApb
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)