pub enum TSDR50_A {
NO,
YES,
}
Expand description
Use Tuning for SDR50
Value on reset: 0
Variants
NO
0: SDR50 does not require tuning
YES
1: SDR50 requires tuning
Trait Implementations
impl Copy for TSDR50_A
impl StructuralPartialEq for TSDR50_A
Auto Trait Implementations
impl RefUnwindSafe for TSDR50_A
impl Send for TSDR50_A
impl Sync for TSDR50_A
impl Unpin for TSDR50_A
impl UnwindSafe for TSDR50_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