#[repr(u8)]pub enum ReloadSel {
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 will force the RELOAD signal to logic 0.
Implementations§
Trait Implementations§
Source§impl Ord for ReloadSel
impl Ord for ReloadSel
Source§impl PartialOrd for ReloadSel
impl PartialOrd for ReloadSel
impl Copy for ReloadSel
impl Eq for ReloadSel
impl StructuralPartialEq for ReloadSel
Auto Trait Implementations§
impl Freeze for ReloadSel
impl RefUnwindSafe for ReloadSel
impl Send for ReloadSel
impl Sync for ReloadSel
impl Unpin for ReloadSel
impl UnwindSafe for ReloadSel
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