#[repr(u8)]pub enum RESP_A {
BYPASS = 0,
PULLDOWN = 1,
PULLUP = 2,
VDD1_2 = 3,
}
Expand description
Positive channel resistor control
Value on reset: 0
Variants§
BYPASS = 0
0: Bypass resistor ladder
PULLDOWN = 1
1: Pull-down to GND
PULLUP = 2
2: Pull-up to VDD
VDD1_2 = 3
3: Set input at VDD/2
Trait Implementations§
impl Copy for RESP_A
impl StructuralPartialEq for RESP_A
Auto Trait Implementations§
impl Freeze for RESP_A
impl RefUnwindSafe for RESP_A
impl Send for RESP_A
impl Sync for RESP_A
impl Unpin for RESP_A
impl UnwindSafe for RESP_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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)