pub enum ITBUFENW {
DISABLED,
ENABLED,
}
Expand description
Values that can be written to the field ITBUFEN
Variants§
DISABLED
TxE=1 or RxNE=1 does not generate any interrupt
ENABLED
TxE=1 or RxNE=1 generates Event interrupt
Auto Trait Implementations§
impl Freeze for ITBUFENW
impl RefUnwindSafe for ITBUFENW
impl Send for ITBUFENW
impl Sync for ITBUFENW
impl Unpin for ITBUFENW
impl UnwindSafe for ITBUFENW
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