Enum stm32wlxx_hal::pac::lpuart::rqr::SBKRQ_AW
pub enum SBKRQ_AW {
Break = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Send break request
Value on reset: 0
Variants§
Break = 1
1: sets the SBKF flag and request to send a BREAK on the line, as soon as the transmit machine is available
Trait Implementations§
impl Copy for SBKRQ_AW
impl StructuralPartialEq for SBKRQ_AW
Auto Trait Implementations§
impl RefUnwindSafe for SBKRQ_AW
impl Send for SBKRQ_AW
impl Sync for SBKRQ_AW
impl Unpin for SBKRQ_AW
impl UnwindSafe for SBKRQ_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