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