Enum stm32wlxx_hal::pac::lpuart::rqr::TXFRQ_AW
pub enum TXFRQ_AW {
Discard = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Transmit data flush request
Value on reset: 0
Variants§
Discard = 1
1: Set the TXE flags. This allows to discard the transmit data
Trait Implementations§
impl Copy for TXFRQ_AW
impl StructuralPartialEq for TXFRQ_AW
Auto Trait Implementations§
impl RefUnwindSafe for TXFRQ_AW
impl Send for TXFRQ_AW
impl Sync for TXFRQ_AW
impl Unpin for TXFRQ_AW
impl UnwindSafe for TXFRQ_AW
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