pub enum DXPIE {
Masked = 0,
NotMasked = 1,
}Expand description
DXP interrupt enabled
Value on reset: 0
Variants§
Masked = 0
0: Duplex transfer complete interrupt masked
NotMasked = 1
1: Duplex transfer complete interrupt not masked
Trait Implementations§
impl Copy for DXPIE
impl Eq for DXPIE
impl StructuralPartialEq for DXPIE
Auto Trait Implementations§
impl Freeze for DXPIE
impl RefUnwindSafe for DXPIE
impl Send for DXPIE
impl Sync for DXPIE
impl Unpin for DXPIE
impl UnwindSafe for DXPIE
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