pub enum UDRIE {
Masked = 0,
NotMasked = 1,
}Expand description
UDR interrupt enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for UDRIE
impl Eq for UDRIE
impl StructuralPartialEq for UDRIE
Auto Trait Implementations§
impl Freeze for UDRIE
impl RefUnwindSafe for UDRIE
impl Send for UDRIE
impl Sync for UDRIE
impl Unpin for UDRIE
impl UnwindSafe for UDRIE
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