#[repr(u8)]pub enum HFSEL {
Disabled = 0,
More80mhz = 1,
More160mhz = 2,
}
Expand description
High frequency interface mode selection
Value on reset: 0
Variants§
Disabled = 0
0: High frequency interface mode disabled
More80mhz = 1
1: High frequency interface mode enabled for AHB clock frequency > 80 MHz
More160mhz = 2
2: High frequency interface mode enabled for AHB clock frequency >160 MHz
Trait Implementations§
impl Copy for HFSEL
impl Eq for HFSEL
impl IsEnum for HFSEL
impl StructuralPartialEq for HFSEL
Auto Trait Implementations§
impl Freeze for HFSEL
impl RefUnwindSafe for HFSEL
impl Send for HFSEL
impl Sync for HFSEL
impl Unpin for HFSEL
impl UnwindSafe for HFSEL
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