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