pub enum REP {
NoEvent = 0,
Event = 1,
}
Expand description
Master Repetition Interrupt Flag
Value on reset: 0
Variants§
NoEvent = 0
0: No timer repetition interrupt occurred
Event = 1
1: Timer repetition interrupt occurred
Trait Implementations§
impl Copy for REP
impl Eq for REP
impl StructuralPartialEq for REP
Auto Trait Implementations§
impl Freeze for REP
impl RefUnwindSafe for REP
impl Send for REP
impl Sync for REP
impl Unpin for REP
impl UnwindSafe for REP
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