Enum stm32wlxx_hal::pac::rcc::cicr::LSECSSC_AW
pub enum LSECSSC_AW {
Clear = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
LSE Clock security system interrupt clear
Value on reset: 0
Variants§
Clear = 1
1: Clear interrupt flag
Trait Implementations§
§impl Clone for LSECSSC_AW
impl Clone for LSECSSC_AW
§fn clone(&self) -> LSECSSC_AW
fn clone(&self) -> LSECSSC_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 LSECSSC_AW
impl Debug for LSECSSC_AW
§impl PartialEq for LSECSSC_AW
impl PartialEq for LSECSSC_AW
§fn eq(&self, other: &LSECSSC_AW) -> bool
fn eq(&self, other: &LSECSSC_AW) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for LSECSSC_AW
impl StructuralPartialEq for LSECSSC_AW
Auto Trait Implementations§
impl RefUnwindSafe for LSECSSC_AW
impl Send for LSECSSC_AW
impl Sync for LSECSSC_AW
impl Unpin for LSECSSC_AW
impl UnwindSafe for LSECSSC_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