#[repr(u8)]pub enum Rdive {
RDIVE_0 = 0,
RDIVE_1 = 1,
}Variants§
RDIVE_0 = 0
The resistor is not enabled even when either NCHEN or PCHEN is set to1 but the actual input is in the range of 0 - 1.8v.
RDIVE_1 = 1
The resistor is enabled because the inputs are above 1.8v.
Implementations§
Trait Implementations§
Source§impl Ord for Rdive
impl Ord for Rdive
Source§impl PartialOrd for Rdive
impl PartialOrd for Rdive
impl Copy for Rdive
impl Eq for Rdive
impl StructuralPartialEq for Rdive
Auto Trait Implementations§
impl Freeze for Rdive
impl RefUnwindSafe for Rdive
impl Send for Rdive
impl Sync for Rdive
impl Unpin for Rdive
impl UnwindSafe for Rdive
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