Enum stm32wlxx_hal::pac::usart1::rqr::SBKRQ_A
pub enum SBKRQ_A {
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_A
impl StructuralPartialEq for SBKRQ_A
Auto Trait Implementations§
impl RefUnwindSafe for SBKRQ_A
impl Send for SBKRQ_A
impl Sync for SBKRQ_A
impl Unpin for SBKRQ_A
impl UnwindSafe for SBKRQ_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