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