#[repr(u8)]pub enum Usb1ChrgDetectTogBgrIbias {
BGR_IBIAS_0 = 0,
BGR_IBIAS_1 = 1,
}Variants§
BGR_IBIAS_0 = 0
Bias current is derived from the USB PHY internal current generator.
BGR_IBIAS_1 = 1
Bias current is derived from the reference generator of the bandgap.
Implementations§
Trait Implementations§
Source§impl Clone for Usb1ChrgDetectTogBgrIbias
impl Clone for Usb1ChrgDetectTogBgrIbias
Source§fn clone(&self) -> Usb1ChrgDetectTogBgrIbias
fn clone(&self) -> Usb1ChrgDetectTogBgrIbias
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Usb1ChrgDetectTogBgrIbias
impl Debug for Usb1ChrgDetectTogBgrIbias
Source§impl From<Usb1ChrgDetectTogBgrIbias> for u8
impl From<Usb1ChrgDetectTogBgrIbias> for u8
Source§fn from(val: Usb1ChrgDetectTogBgrIbias) -> u8
fn from(val: Usb1ChrgDetectTogBgrIbias) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Usb1ChrgDetectTogBgrIbias
impl From<u8> for Usb1ChrgDetectTogBgrIbias
Source§fn from(val: u8) -> Usb1ChrgDetectTogBgrIbias
fn from(val: u8) -> Usb1ChrgDetectTogBgrIbias
Converts to this type from the input type.
Source§impl Ord for Usb1ChrgDetectTogBgrIbias
impl Ord for Usb1ChrgDetectTogBgrIbias
Source§fn cmp(&self, other: &Usb1ChrgDetectTogBgrIbias) -> Ordering
fn cmp(&self, other: &Usb1ChrgDetectTogBgrIbias) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for Usb1ChrgDetectTogBgrIbias
impl PartialOrd for Usb1ChrgDetectTogBgrIbias
impl Copy for Usb1ChrgDetectTogBgrIbias
impl Eq for Usb1ChrgDetectTogBgrIbias
impl StructuralPartialEq for Usb1ChrgDetectTogBgrIbias
Auto Trait Implementations§
impl Freeze for Usb1ChrgDetectTogBgrIbias
impl RefUnwindSafe for Usb1ChrgDetectTogBgrIbias
impl Send for Usb1ChrgDetectTogBgrIbias
impl Sync for Usb1ChrgDetectTogBgrIbias
impl Unpin for Usb1ChrgDetectTogBgrIbias
impl UnwindSafe for Usb1ChrgDetectTogBgrIbias
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