#[repr(u8)]
pub enum SPDCONF_A {
FS,
LS,
HS,
HSTM,
}
Expand description
Speed Configuration
Value on reset: 0
Variants
FS
0: FS : Full Speed
LS
1: LS : Low Speed
HS
2: HS : High Speed capable
HSTM
3: HSTM: High Speed Test Mode (force high-speed mode for test mode)
Trait Implementations
impl Copy for SPDCONF_A
impl StructuralPartialEq for SPDCONF_A
Auto Trait Implementations
impl RefUnwindSafe for SPDCONF_A
impl Send for SPDCONF_A
impl Sync for SPDCONF_A
impl Unpin for SPDCONF_A
impl UnwindSafe for SPDCONF_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more