Enum stm32wlxx_hal::pac::lptim1::ier::EXTTRIGIE_A
pub enum EXTTRIGIE_A {
Disabled = 0,
Enabled = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
External trigger valid edge Interrupt Enable
Value on reset: 0
Variants§
Trait Implementations§
§impl Clone for EXTTRIGIE_A
impl Clone for EXTTRIGIE_A
§fn clone(&self) -> EXTTRIGIE_A
fn clone(&self) -> EXTTRIGIE_A
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for EXTTRIGIE_A
impl Debug for EXTTRIGIE_A
§impl PartialEq for EXTTRIGIE_A
impl PartialEq for EXTTRIGIE_A
§fn eq(&self, other: &EXTTRIGIE_A) -> bool
fn eq(&self, other: &EXTTRIGIE_A) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for EXTTRIGIE_A
impl StructuralPartialEq for EXTTRIGIE_A
Auto Trait Implementations§
impl RefUnwindSafe for EXTTRIGIE_A
impl Send for EXTTRIGIE_A
impl Sync for EXTTRIGIE_A
impl Unpin for EXTTRIGIE_A
impl UnwindSafe for EXTTRIGIE_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