Enum stm32wlxx_hal::pac::lptim2::icr::EXTTRIGCF_AW
pub enum EXTTRIGCF_AW {
Clear = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
External trigger valid edge Clear Flag
Value on reset: 0
Variants§
Clear = 1
1: External trigger valid edge Clear Flag
Trait Implementations§
§impl Clone for EXTTRIGCF_AW
impl Clone for EXTTRIGCF_AW
§fn clone(&self) -> EXTTRIGCF_AW
fn clone(&self) -> EXTTRIGCF_AW
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 EXTTRIGCF_AW
impl Debug for EXTTRIGCF_AW
§impl PartialEq for EXTTRIGCF_AW
impl PartialEq for EXTTRIGCF_AW
§fn eq(&self, other: &EXTTRIGCF_AW) -> bool
fn eq(&self, other: &EXTTRIGCF_AW) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for EXTTRIGCF_AW
impl StructuralPartialEq for EXTTRIGCF_AW
Auto Trait Implementations§
impl RefUnwindSafe for EXTTRIGCF_AW
impl Send for EXTTRIGCF_AW
impl Sync for EXTTRIGCF_AW
impl Unpin for EXTTRIGCF_AW
impl UnwindSafe for EXTTRIGCF_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