pub enum BCEN_A {
DISABLE,
ENABLE,
}
Expand description
Block Count Enable
Value on reset: 0
Variants
DISABLE
0: Disable
ENABLE
1: Enable
Trait Implementations
impl Copy for BCEN_A
impl StructuralPartialEq for BCEN_A
Auto Trait Implementations
impl RefUnwindSafe for BCEN_A
impl Send for BCEN_A
impl Sync for BCEN_A
impl Unpin for BCEN_A
impl UnwindSafe for BCEN_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