pub enum RRIF_A {
NoReload = 0,
Reload = 1,
}
Expand description
Register Reload Interrupt Flag
Value on reset: 0
Variants§
NoReload = 0
0: No register reload
Reload = 1
1: Register reload interrupt generated when a vertical blanking reload occurs (and the first line after the active area is reached)
Trait Implementations§
impl Copy for RRIF_A
impl StructuralPartialEq for RRIF_A
Auto Trait Implementations§
impl Freeze for RRIF_A
impl RefUnwindSafe for RRIF_A
impl Send for RRIF_A
impl Sync for RRIF_A
impl Unpin for RRIF_A
impl UnwindSafe for RRIF_A
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