enum Ocw2 {
RotateAutoEoiClear = 0,
NonSpecificEoi = 32,
NoOp = 64,
SpecificEoi = 96,
RotateAutoEoiSet = 128,
RotateNonSpecificEoi = 160,
SetPriority = 192,
RotateSpecificEoi = 224,
}Variants§
RotateAutoEoiClear = 0
NonSpecificEoi = 32
NoOp = 64
SpecificEoi = 96
RotateAutoEoiSet = 128
RotateNonSpecificEoi = 160
SetPriority = 192
RotateSpecificEoi = 224
Implementations§
Trait Implementations§
impl Copy for Ocw2
impl StructuralPartialEq for Ocw2
Auto Trait Implementations§
impl Freeze for Ocw2
impl RefUnwindSafe for Ocw2
impl Send for Ocw2
impl Sync for Ocw2
impl Unpin for Ocw2
impl UnwindSafe for Ocw2
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