pub enum ReloadSel {
Local = 0,
Master = 1,
}Expand description
Reload Source Select
Value on reset: 0
Variants§
Local = 0
0: The local RELOAD signal is used to reload registers.
Master = 1
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.
Trait Implementations§
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 UnsafeUnpin 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