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