#[repr(u8)]pub enum CAS {
Clocks1 = 1,
Clocks2 = 2,
Clocks3 = 3,
}
Expand description
CAS latency
Value on reset: 1
Variants§
Trait Implementations§
impl Copy for CAS
impl Eq for CAS
impl IsEnum for CAS
impl StructuralPartialEq for CAS
Auto Trait Implementations§
impl Freeze for CAS
impl RefUnwindSafe for CAS
impl Send for CAS
impl Sync for CAS
impl Unpin for CAS
impl UnwindSafe for CAS
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