pub enum USBSRCR {
_0,
_1,
}Expand description
Possible values of the field USBSRC
Variants§
_0
External bypass clock (USB_CLKIN).
_1
MCGFLLCLK , or MCGPLLCLK , or IRC48M clock as selected by SOPT2[PLLFLLSEL], and then divided by the USB fractional divider as configured by SIM_CLKDIV2[USBFRAC, USBDIV].
Implementations§
Source§impl USBSRCR
impl USBSRCR
Sourcepub fn bit_is_clear(&self) -> bool
pub fn bit_is_clear(&self) -> bool
Returns true if the bit is clear (0)
Sourcepub fn bit_is_set(&self) -> bool
pub fn bit_is_set(&self) -> bool
Returns true if the bit is set (1)
Trait Implementations§
impl Copy for USBSRCR
impl StructuralPartialEq for USBSRCR
Auto Trait Implementations§
impl Freeze for USBSRCR
impl RefUnwindSafe for USBSRCR
impl Send for USBSRCR
impl Sync for USBSRCR
impl Unpin for USBSRCR
impl UnwindSafe for USBSRCR
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