Enum stm32wlxx_hal::pac::usart1::rqr::MMRQ_A
pub enum MMRQ_A {
Mute = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Mute mode request
Value on reset: 0
Variants§
Mute = 1
1: Puts the USART in mute mode and sets the RWU flag
Trait Implementations§
impl Copy for MMRQ_A
impl StructuralPartialEq for MMRQ_A
Auto Trait Implementations§
impl RefUnwindSafe for MMRQ_A
impl Send for MMRQ_A
impl Sync for MMRQ_A
impl Unpin for MMRQ_A
impl UnwindSafe for MMRQ_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