pub enum Valid {
Disabled = 0,
Enabled = 1,
}Expand description
Clock Status Valid
Value on reset: 0
Variants§
Disabled = 0
0: Core clock not gated
Enabled = 1
1: Core clock was gated due to Low-Power mode entry
Trait Implementations§
impl Copy for Valid
impl Eq for Valid
impl StructuralPartialEq for Valid
Auto Trait Implementations§
impl Freeze for Valid
impl RefUnwindSafe for Valid
impl Send for Valid
impl Sync for Valid
impl Unpin for Valid
impl UnwindSafe for Valid
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