#[repr(u8)]pub enum Misc0ClrClkgateCtrl {
ALLOW_AUTO_GATE = 0,
NO_AUTO_GATE = 1,
}Variants§
ALLOW_AUTO_GATE = 0
Allow the logic to automatically gate the clock when the XTAL is powered down.
NO_AUTO_GATE = 1
Prevent the logic from ever gating off the clock.
Implementations§
Trait Implementations§
Source§impl Clone for Misc0ClrClkgateCtrl
impl Clone for Misc0ClrClkgateCtrl
Source§fn clone(&self) -> Misc0ClrClkgateCtrl
fn clone(&self) -> Misc0ClrClkgateCtrl
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 Misc0ClrClkgateCtrl
impl Debug for Misc0ClrClkgateCtrl
Source§impl From<Misc0ClrClkgateCtrl> for u8
impl From<Misc0ClrClkgateCtrl> for u8
Source§fn from(val: Misc0ClrClkgateCtrl) -> u8
fn from(val: Misc0ClrClkgateCtrl) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Misc0ClrClkgateCtrl
impl From<u8> for Misc0ClrClkgateCtrl
Source§fn from(val: u8) -> Misc0ClrClkgateCtrl
fn from(val: u8) -> Misc0ClrClkgateCtrl
Converts to this type from the input type.
Source§impl Ord for Misc0ClrClkgateCtrl
impl Ord for Misc0ClrClkgateCtrl
Source§fn cmp(&self, other: &Misc0ClrClkgateCtrl) -> Ordering
fn cmp(&self, other: &Misc0ClrClkgateCtrl) -> 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 Misc0ClrClkgateCtrl
impl PartialEq for Misc0ClrClkgateCtrl
Source§impl PartialOrd for Misc0ClrClkgateCtrl
impl PartialOrd for Misc0ClrClkgateCtrl
impl Copy for Misc0ClrClkgateCtrl
impl Eq for Misc0ClrClkgateCtrl
impl StructuralPartialEq for Misc0ClrClkgateCtrl
Auto Trait Implementations§
impl Freeze for Misc0ClrClkgateCtrl
impl RefUnwindSafe for Misc0ClrClkgateCtrl
impl Send for Misc0ClrClkgateCtrl
impl Sync for Misc0ClrClkgateCtrl
impl Unpin for Misc0ClrClkgateCtrl
impl UnwindSafe for Misc0ClrClkgateCtrl
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