pub enum BMPERR {
NoEvent = 0,
Event = 1,
}
Expand description
Burst mode Period Interrupt Flag
Value on reset: 0
Variants§
NoEvent = 0
0: No burst mode period interrupt occurred
Event = 1
1: Burst mode period interrupt occured
Trait Implementations§
impl Copy for BMPERR
impl Eq for BMPERR
impl StructuralPartialEq for BMPERR
Auto Trait Implementations§
impl Freeze for BMPERR
impl RefUnwindSafe for BMPERR
impl Send for BMPERR
impl Sync for BMPERR
impl Unpin for BMPERR
impl UnwindSafe for BMPERR
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