pub enum SYSCFGEN {
Disabled = 0,
Enabled = 1,
}
Expand description
SYSCFG clock enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for SYSCFGEN
impl Eq for SYSCFGEN
impl StructuralPartialEq for SYSCFGEN
Auto Trait Implementations§
impl Freeze for SYSCFGEN
impl RefUnwindSafe for SYSCFGEN
impl Send for SYSCFGEN
impl Sync for SYSCFGEN
impl Unpin for SYSCFGEN
impl UnwindSafe for SYSCFGEN
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