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