Enum stm32f4xx_hal::pac::adc_common::ccr::VBATE_A
source · [−]pub enum VBATE_A {
Disabled,
Enabled,
}
Expand description
VBAT enable
Value on reset: 0
Variants
Disabled
0: V_BAT channel disabled
Enabled
1: V_BAT channel enabled
Trait Implementations
impl Copy for VBATE_A
impl StructuralPartialEq for VBATE_A
Auto Trait Implementations
impl RefUnwindSafe for VBATE_A
impl Send for VBATE_A
impl Sync for VBATE_A
impl Unpin for VBATE_A
impl UnwindSafe for VBATE_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