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