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