#[repr(u8)]pub enum DisPi {
ENABLED = 0,
DISABLED = 1,
}Variants§
ENABLED = 0
Periodic interrupt will trigger a functional interrupt
DISABLED = 1
Disable periodic interrupt in the function interrupt
Implementations§
Trait Implementations§
Source§impl Ord for DisPi
impl Ord for DisPi
Source§impl PartialOrd for DisPi
impl PartialOrd for DisPi
impl Copy for DisPi
impl Eq for DisPi
impl StructuralPartialEq for DisPi
Auto Trait Implementations§
impl Freeze for DisPi
impl RefUnwindSafe for DisPi
impl Send for DisPi
impl Sync for DisPi
impl Unpin for DisPi
impl UnwindSafe for DisPi
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