Enum stm32wlxx_hal::pac::adc::ier::EOSMPIE_A
pub enum EOSMPIE_A {
Disabled = 0,
Enabled = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
EOSMPIE
Value on reset: 0
Variants§
Disabled = 0
0: EOSMP interrupt disabled
Enabled = 1
1: EOSMP interrupt enabled. An interrupt is generated when the EOSMP bit is set.
Trait Implementations§
impl Copy for EOSMPIE_A
impl StructuralPartialEq for EOSMPIE_A
Auto Trait Implementations§
impl RefUnwindSafe for EOSMPIE_A
impl Send for EOSMPIE_A
impl Sync for EOSMPIE_A
impl Unpin for EOSMPIE_A
impl UnwindSafe for EOSMPIE_A
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