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