Enum Ftmen
pub enum Ftmen {
_0 = 0,
_1 = 1,
}Expand description
FTM Enable
Value on reset: 0
Variants§
_0 = 0
0: TPM compatibility. Free running counter and synchronization compatible with TPM.
_1 = 1
1: Free running counter and synchronization are different from TPM behavior.
Trait Implementations§
impl Copy for Ftmen
impl Eq for Ftmen
impl StructuralPartialEq for Ftmen
Auto Trait Implementations§
impl Freeze for Ftmen
impl RefUnwindSafe for Ftmen
impl Send for Ftmen
impl Sync for Ftmen
impl Unpin for Ftmen
impl UnwindSafe for Ftmen
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