Enum stm32wlxx_hal::pac::rcc::cfgr::HPREF_A
pub enum HPREF_A {
NotApplied = 0,
Applied = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
HCLK1 prescaler flag (CPU1, AHB1, AHB2, and SRAM1)
Value on reset: 1
Variants§
NotApplied = 0
0: HCLK1 prescaler value not yet applied
Applied = 1
1: HCLK1 prescaler value applied
Trait Implementations§
impl Copy for HPREF_A
impl StructuralPartialEq for HPREF_A
Auto Trait Implementations§
impl RefUnwindSafe for HPREF_A
impl Send for HPREF_A
impl Sync for HPREF_A
impl Unpin for HPREF_A
impl UnwindSafe for HPREF_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