Enum Cgceim
pub enum Cgceim {
_0 = 0,
_1 = 1,
}Expand description
EIM Clock Gating Control
Value on reset: 1
Variants§
Trait Implementations§
impl Copy for Cgceim
impl Eq for Cgceim
impl StructuralPartialEq for Cgceim
Auto Trait Implementations§
impl Freeze for Cgceim
impl RefUnwindSafe for Cgceim
impl Send for Cgceim
impl Sync for Cgceim
impl Unpin for Cgceim
impl UnwindSafe for Cgceim
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