pub enum ABRRQW {
REQUEST,
}Expand description
Values that can be written to the field ABRRQ
Variants§
REQUEST
resets the ABRF flag in the USART_ISR and request an automatic baud rate measurement on the next received data frame
Auto Trait Implementations§
impl Freeze for ABRRQW
impl RefUnwindSafe for ABRRQW
impl Send for ABRRQW
impl Sync for ABRRQW
impl Unpin for ABRRQW
impl UnwindSafe for ABRRQW
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