pub enum BERRCFW {
CLEAR,
}
Expand description
Values that can be written to the field BERRCF
Variants§
CLEAR
Clears the BERR flag in ISR register
Auto Trait Implementations§
impl Freeze for BERRCFW
impl RefUnwindSafe for BERRCFW
impl Send for BERRCFW
impl Sync for BERRCFW
impl Unpin for BERRCFW
impl UnwindSafe for BERRCFW
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