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