#[repr(u8)]pub enum Sm3ctrl2ReloadSel {
LOCAL = 0,
MASTER = 1,
}Variants§
LOCAL = 0
The local RELOAD signal is used to reload registers.
MASTER = 1
The master RELOAD signal (from submodule 0) is used to reload registers. This setting should not be used in submodule 0 as it forces the RELOAD signal to logic 0.
Implementations§
Trait Implementations§
Source§impl Clone for Sm3ctrl2ReloadSel
impl Clone for Sm3ctrl2ReloadSel
Source§fn clone(&self) -> Sm3ctrl2ReloadSel
fn clone(&self) -> Sm3ctrl2ReloadSel
Returns a duplicate 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 Sm3ctrl2ReloadSel
impl Debug for Sm3ctrl2ReloadSel
Source§impl From<Sm3ctrl2ReloadSel> for u8
impl From<Sm3ctrl2ReloadSel> for u8
Source§fn from(val: Sm3ctrl2ReloadSel) -> u8
fn from(val: Sm3ctrl2ReloadSel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Sm3ctrl2ReloadSel
impl From<u8> for Sm3ctrl2ReloadSel
Source§fn from(val: u8) -> Sm3ctrl2ReloadSel
fn from(val: u8) -> Sm3ctrl2ReloadSel
Converts to this type from the input type.
Source§impl Ord for Sm3ctrl2ReloadSel
impl Ord for Sm3ctrl2ReloadSel
Source§fn cmp(&self, other: &Sm3ctrl2ReloadSel) -> Ordering
fn cmp(&self, other: &Sm3ctrl2ReloadSel) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Sm3ctrl2ReloadSel
impl PartialEq for Sm3ctrl2ReloadSel
Source§impl PartialOrd for Sm3ctrl2ReloadSel
impl PartialOrd for Sm3ctrl2ReloadSel
impl Copy for Sm3ctrl2ReloadSel
impl Eq for Sm3ctrl2ReloadSel
impl StructuralPartialEq for Sm3ctrl2ReloadSel
Auto Trait Implementations§
impl Freeze for Sm3ctrl2ReloadSel
impl RefUnwindSafe for Sm3ctrl2ReloadSel
impl Send for Sm3ctrl2ReloadSel
impl Sync for Sm3ctrl2ReloadSel
impl Unpin for Sm3ctrl2ReloadSel
impl UnwindSafe for Sm3ctrl2ReloadSel
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