#[repr(u8)]pub enum SMB_A {
LOW = 0,
MEDIUM = 1,
HIGHEST = 2,
DISABLE = 3,
}Expand description
Source Biasing voltage.
Value on reset: 1
Variants§
LOW = 0
0: Low leakage.
MEDIUM = 1
1: Medium leakage.
HIGHEST = 2
2: Highest leakage.
DISABLE = 3
3: Disable.
Trait Implementations§
impl Copy for SMB_A
impl Eq for SMB_A
impl StructuralPartialEq for SMB_A
Auto Trait Implementations§
impl Freeze for SMB_A
impl RefUnwindSafe for SMB_A
impl Send for SMB_A
impl Sync for SMB_A
impl Unpin for SMB_A
impl UnsafeUnpin for SMB_A
impl UnwindSafe for SMB_A
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