Enum nrf52840_pac::twis0::errorsrc::OVERFLOW_A
source · pub enum OVERFLOW_A {
NOT_DETECTED = 0,
DETECTED = 1,
}
Expand description
RX buffer overflow detected, and prevented
Value on reset: 0
Variants§
Trait Implementations§
source§impl Clone for OVERFLOW_A
impl Clone for OVERFLOW_A
source§fn clone(&self) -> OVERFLOW_A
fn clone(&self) -> OVERFLOW_A
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for OVERFLOW_A
impl Debug for OVERFLOW_A
source§impl From<OVERFLOW_A> for bool
impl From<OVERFLOW_A> for bool
source§fn from(variant: OVERFLOW_A) -> Self
fn from(variant: OVERFLOW_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for OVERFLOW_A
impl PartialEq for OVERFLOW_A
impl Copy for OVERFLOW_A
impl StructuralPartialEq for OVERFLOW_A
Auto Trait Implementations§
impl Freeze for OVERFLOW_A
impl RefUnwindSafe for OVERFLOW_A
impl Send for OVERFLOW_A
impl Sync for OVERFLOW_A
impl Unpin for OVERFLOW_A
impl UnwindSafe for OVERFLOW_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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)