Enum Cgc
pub enum Cgc {
_0 = 0,
_1 = 1,
}Expand description
Clock Gate Control
Value on reset: 1
Variants§
_0 = 0
0: Clock disabled
_1 = 1
1: Clock enabled. The current clock selection and divider options are locked.
Trait Implementations§
impl Copy for Cgc
impl Eq for Cgc
impl StructuralPartialEq for Cgc
Auto Trait Implementations§
impl Freeze for Cgc
impl RefUnwindSafe for Cgc
impl Send for Cgc
impl Sync for Cgc
impl Unpin for Cgc
impl UnwindSafe for Cgc
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