pub enum ACR {
B0x0 = 0,
B0x1 = 1,
}
Expand description
Automatic clock lane control This bit enables the automatic mechanism to stop providing clock in the clock lane when time allows.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for ACR
impl Eq for ACR
impl StructuralPartialEq for ACR
Auto Trait Implementations§
impl Freeze for ACR
impl RefUnwindSafe for ACR
impl Send for ACR
impl Sync for ACR
impl Unpin for ACR
impl UnwindSafe for ACR
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