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