Enum stm32wlxx_hal::pac::i2c1::isr::RXNE_A
pub enum RXNE_A {
Empty = 0,
NotEmpty = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Receive data register not empty (receivers)
Value on reset: 0
Variants§
Empty = 0
0: The RXDR register is empty
NotEmpty = 1
1: Received data is copied into the RXDR register, and is ready to be read
Trait Implementations§
impl Copy for RXNE_A
impl StructuralPartialEq for RXNE_A
Auto Trait Implementations§
impl RefUnwindSafe for RXNE_A
impl Send for RXNE_A
impl Sync for RXNE_A
impl Unpin for RXNE_A
impl UnwindSafe for RXNE_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