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