#[repr(u8)]pub enum Usb1ChrgDetectBgrIbias {
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 Usb1ChrgDetectBgrIbias
impl Clone for Usb1ChrgDetectBgrIbias
Source§fn clone(&self) -> Usb1ChrgDetectBgrIbias
fn clone(&self) -> Usb1ChrgDetectBgrIbias
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 Usb1ChrgDetectBgrIbias
impl Debug for Usb1ChrgDetectBgrIbias
Source§impl From<Usb1ChrgDetectBgrIbias> for u8
impl From<Usb1ChrgDetectBgrIbias> for u8
Source§fn from(val: Usb1ChrgDetectBgrIbias) -> u8
fn from(val: Usb1ChrgDetectBgrIbias) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Usb1ChrgDetectBgrIbias
impl From<u8> for Usb1ChrgDetectBgrIbias
Source§fn from(val: u8) -> Usb1ChrgDetectBgrIbias
fn from(val: u8) -> Usb1ChrgDetectBgrIbias
Converts to this type from the input type.
Source§impl Ord for Usb1ChrgDetectBgrIbias
impl Ord for Usb1ChrgDetectBgrIbias
Source§fn cmp(&self, other: &Usb1ChrgDetectBgrIbias) -> Ordering
fn cmp(&self, other: &Usb1ChrgDetectBgrIbias) -> 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 PartialEq for Usb1ChrgDetectBgrIbias
impl PartialEq for Usb1ChrgDetectBgrIbias
Source§impl PartialOrd for Usb1ChrgDetectBgrIbias
impl PartialOrd for Usb1ChrgDetectBgrIbias
impl Copy for Usb1ChrgDetectBgrIbias
impl Eq for Usb1ChrgDetectBgrIbias
impl StructuralPartialEq for Usb1ChrgDetectBgrIbias
Auto Trait Implementations§
impl Freeze for Usb1ChrgDetectBgrIbias
impl RefUnwindSafe for Usb1ChrgDetectBgrIbias
impl Send for Usb1ChrgDetectBgrIbias
impl Sync for Usb1ChrgDetectBgrIbias
impl Unpin for Usb1ChrgDetectBgrIbias
impl UnwindSafe for Usb1ChrgDetectBgrIbias
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