pub enum ARTEN {
Disabled = 0,
Enabled = 1,
}
Expand description
ART Accelerator Enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for ARTEN
impl Eq for ARTEN
impl StructuralPartialEq for ARTEN
Auto Trait Implementations§
impl Freeze for ARTEN
impl RefUnwindSafe for ARTEN
impl Send for ARTEN
impl Sync for ARTEN
impl Unpin for ARTEN
impl UnwindSafe for ARTEN
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