#[repr(u8)]pub enum Sm1ctrl2ReloadSel {
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 Sm1ctrl2ReloadSel
impl Clone for Sm1ctrl2ReloadSel
Source§fn clone(&self) -> Sm1ctrl2ReloadSel
fn clone(&self) -> Sm1ctrl2ReloadSel
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 Sm1ctrl2ReloadSel
impl Debug for Sm1ctrl2ReloadSel
Source§impl From<Sm1ctrl2ReloadSel> for u8
impl From<Sm1ctrl2ReloadSel> for u8
Source§fn from(val: Sm1ctrl2ReloadSel) -> u8
fn from(val: Sm1ctrl2ReloadSel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Sm1ctrl2ReloadSel
impl From<u8> for Sm1ctrl2ReloadSel
Source§fn from(val: u8) -> Sm1ctrl2ReloadSel
fn from(val: u8) -> Sm1ctrl2ReloadSel
Converts to this type from the input type.
Source§impl Ord for Sm1ctrl2ReloadSel
impl Ord for Sm1ctrl2ReloadSel
Source§fn cmp(&self, other: &Sm1ctrl2ReloadSel) -> Ordering
fn cmp(&self, other: &Sm1ctrl2ReloadSel) -> 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 Sm1ctrl2ReloadSel
impl PartialEq for Sm1ctrl2ReloadSel
Source§impl PartialOrd for Sm1ctrl2ReloadSel
impl PartialOrd for Sm1ctrl2ReloadSel
impl Copy for Sm1ctrl2ReloadSel
impl Eq for Sm1ctrl2ReloadSel
impl StructuralPartialEq for Sm1ctrl2ReloadSel
Auto Trait Implementations§
impl Freeze for Sm1ctrl2ReloadSel
impl RefUnwindSafe for Sm1ctrl2ReloadSel
impl Send for Sm1ctrl2ReloadSel
impl Sync for Sm1ctrl2ReloadSel
impl Unpin for Sm1ctrl2ReloadSel
impl UnwindSafe for Sm1ctrl2ReloadSel
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