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