#[repr(u8)]pub enum CDTTIM_A {
_000 = 0,
_001 = 1,
_010 = 2,
_011 = 3,
_100 = 4,
_111 = 7,
}Expand description
Clock to Data Turnaround Time (TSCO)
Value on reset: 0
Variants§
_000 = 0
0: 8 ns or less (default value)
_001 = 1
1: 9 ns or less
_010 = 2
2: 10 ns or less
_011 = 3
3: 11 ns or less
_100 = 4
4: 12 ns or less
_111 = 7
7: TSCO is more than 12 ns, and is reported by private agreement.
Trait Implementations§
impl Copy for CDTTIM_A
impl Eq for CDTTIM_A
impl StructuralPartialEq for CDTTIM_A
Auto Trait Implementations§
impl Freeze for CDTTIM_A
impl RefUnwindSafe for CDTTIM_A
impl Send for CDTTIM_A
impl Sync for CDTTIM_A
impl Unpin for CDTTIM_A
impl UnsafeUnpin for CDTTIM_A
impl UnwindSafe for CDTTIM_A
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