pub enum RTREQ_A {
OK,
REQUIRED,
}
Expand description
Re-Tuning Request
Value on reset: 0
Variants
OK
0: Fixed or well-tuned sampling clock
REQUIRED
1: Sampling clock needs re-tuning
Trait Implementations
impl Copy for RTREQ_A
impl StructuralPartialEq for RTREQ_A
Auto Trait Implementations
impl RefUnwindSafe for RTREQ_A
impl Send for RTREQ_A
impl Sync for RTREQ_A
impl Unpin for RTREQ_A
impl UnwindSafe for RTREQ_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more