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