Enum stm32wlxx_hal::pac::i2c1::isr::TXIS_A
pub enum TXIS_A {
NotEmpty = 0,
Empty = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Transmit interrupt status (transmitters)
Value on reset: 0
Variants§
NotEmpty = 0
0: The TXDR register is not empty
Empty = 1
1: The TXDR register is empty and the data to be transmitted must be written in the TXDR register
Trait Implementations§
impl Copy for TXIS_A
impl StructuralPartialEq for TXIS_A
Auto Trait Implementations§
impl RefUnwindSafe for TXIS_A
impl Send for TXIS_A
impl Sync for TXIS_A
impl Unpin for TXIS_A
impl UnwindSafe for TXIS_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