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