#[repr(u8)]
pub enum REF_A {
_1V25,
_2V5,
VDD,
_5V,
EXTSINGLE,
_2XEXTDIFF,
_2XVDD,
CONF,
}
Expand description
Scan Sequence Reference Selection
Value on reset: 0
Variants
_1V25
0: VFS = 1.25V with internal VBGR reference
_2V5
1: VFS = 2.5V with internal VBGR reference
VDD
2: VFS = AVDD with AVDD as reference source
_5V
3: VFS = 5V with internal VBGR reference
EXTSINGLE
4: Single ended external reference
_2XEXTDIFF
5: Differential external reference, 2x
_2XVDD
6: VFS=2xAVDD with AVDD as the reference source
CONF
7: Use SCANCTRLX to configure reference
Trait Implementations
impl Copy for REF_A
impl StructuralPartialEq for REF_A
Auto Trait Implementations
impl RefUnwindSafe for REF_A
impl Send for REF_A
impl Sync for REF_A
impl Unpin for REF_A
impl UnwindSafe for REF_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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