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