pub enum ITBUFEN {
Disabled = 0,
Enabled = 1,
}Expand description
Buffer interrupt enable
Value on reset: 0
Variants§
Disabled = 0
0: TxE=1 or RxNE=1 does not generate any interrupt
Enabled = 1
1: TxE=1 or RxNE=1 generates Event interrupt
Trait Implementations§
impl Copy for ITBUFEN
impl Eq for ITBUFEN
impl StructuralPartialEq for ITBUFEN
Auto Trait Implementations§
impl Freeze for ITBUFEN
impl RefUnwindSafe for ITBUFEN
impl Send for ITBUFEN
impl Sync for ITBUFEN
impl Unpin for ITBUFEN
impl UnwindSafe for ITBUFEN
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