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