pub enum EOBCF {
Clear = 1,
}
Expand description
End of block clear flag
Value on reset: 0
Variants§
Clear = 1
1: Clears the EOBF flag in the ISR register
Trait Implementations§
impl Copy for EOBCF
impl Eq for EOBCF
impl StructuralPartialEq for EOBCF
Auto Trait Implementations§
impl Freeze for EOBCF
impl RefUnwindSafe for EOBCF
impl Send for EOBCF
impl Sync for EOBCF
impl Unpin for EOBCF
impl UnwindSafe for EOBCF
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