pub enum BLKGE_A {
MASKED,
ENABLED,
}
Expand description
Block Gap Event Signal Enable
Value on reset: 0
Variants
MASKED
0: Masked
ENABLED
1: Enabled
Trait Implementations
impl Copy for BLKGE_A
impl StructuralPartialEq for BLKGE_A
Auto Trait Implementations
impl RefUnwindSafe for BLKGE_A
impl Send for BLKGE_A
impl Sync for BLKGE_A
impl Unpin for BLKGE_A
impl UnwindSafe for BLKGE_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more