Enum stm32wlxx_hal::pac::adc::cr::ADEN_AW
pub enum ADEN_AW {
Enabled = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
ADEN
Value on reset: 0
Variants§
Enabled = 1
1: Enable the ADC
Trait Implementations§
impl Copy for ADEN_AW
impl StructuralPartialEq for ADEN_AW
Auto Trait Implementations§
impl RefUnwindSafe for ADEN_AW
impl Send for ADEN_AW
impl Sync for ADEN_AW
impl Unpin for ADEN_AW
impl UnwindSafe for ADEN_AW
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