Enum Hsmen
pub enum Hsmen {
_0 = 0,
_1 = 1,
}Expand description
High Speed Mode Enable
Value on reset: 0
Variants§
_0 = 0
0: Disables detection of Hs-mode master code.
_1 = 1
1: Enables detection of Hs-mode master code.
Trait Implementations§
impl Copy for Hsmen
impl Eq for Hsmen
impl StructuralPartialEq for Hsmen
Auto Trait Implementations§
impl Freeze for Hsmen
impl RefUnwindSafe for Hsmen
impl Send for Hsmen
impl Sync for Hsmen
impl Unpin for Hsmen
impl UnwindSafe for Hsmen
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