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