Enum stm32_metapac::rcc::vals::Fmcswp
#[repr(u8)]pub enum Fmcswp {
B_0X0 = 0,
B_0X1 = 1,
B_0X2 = 2,
B_0X3 = 3,
B_0X4 = 4,
B_0X5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}
Variants§
B_0X0 = 0
The switch is in neutral mode and output clock is gated (default after reset).
B_0X1 = 1
The switch is selecting hclk5.
B_0X2 = 2
The switch is selecting pll1_q_ck.
B_0X3 = 3
The switch is selecting pll2_r_ck.
B_0X4 = 4
The switch is selecting hsi_ker_ck.
B_0X5 = 5
The switch is in recovery position (hclk5/4).
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
§impl Ord for Fmcswp
impl Ord for Fmcswp
§impl PartialOrd for Fmcswp
impl PartialOrd for Fmcswp
impl Copy for Fmcswp
impl Eq for Fmcswp
impl StructuralPartialEq for Fmcswp
Auto Trait Implementations§
impl Freeze for Fmcswp
impl RefUnwindSafe for Fmcswp
impl Send for Fmcswp
impl Sync for Fmcswp
impl Unpin for Fmcswp
impl UnwindSafe for Fmcswp
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)