pub enum MMRQW {
MUTE,
}
Expand description
Values that can be written to the field MMRQ
Variants§
MUTE
Puts the USART in mute mode and sets the RWU flag
Auto Trait Implementations§
impl Freeze for MMRQW
impl RefUnwindSafe for MMRQW
impl Send for MMRQW
impl Sync for MMRQW
impl Unpin for MMRQW
impl UnwindSafe for MMRQW
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