Enum stm32wlxx_hal::pac::rcc::extcfgr::SHDHPREF_A
pub enum SHDHPREF_A {
NotApplied = 0,
Applied = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
HCLK3 shared prescaler flag (AHB3, Flash, and SRAM2)
Value on reset: 1
Variants§
NotApplied = 0
0: HCLK3 prescaler value not yet applied
Applied = 1
1: HCLK3 prescaler value applied
Trait Implementations§
§impl Clone for SHDHPREF_A
impl Clone for SHDHPREF_A
§fn clone(&self) -> SHDHPREF_A
fn clone(&self) -> SHDHPREF_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 SHDHPREF_A
impl Debug for SHDHPREF_A
§impl PartialEq for SHDHPREF_A
impl PartialEq for SHDHPREF_A
§fn eq(&self, other: &SHDHPREF_A) -> bool
fn eq(&self, other: &SHDHPREF_A) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SHDHPREF_A
impl StructuralPartialEq for SHDHPREF_A
Auto Trait Implementations§
impl RefUnwindSafe for SHDHPREF_A
impl Send for SHDHPREF_A
impl Sync for SHDHPREF_A
impl Unpin for SHDHPREF_A
impl UnwindSafe for SHDHPREF_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