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