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