pub enum ABRRQR {
REQUEST,
_Reserved(bool),
}Expand description
Possible values of 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
_Reserved(bool)
Reserved
Implementations§
Source§impl ABRRQR
impl ABRRQR
Sourcepub fn bit_is_clear(&self) -> bool
pub fn bit_is_clear(&self) -> bool
Returns true if the bit is clear (0)
Sourcepub fn bit_is_set(&self) -> bool
pub fn bit_is_set(&self) -> bool
Returns true if the bit is set (1)
Sourcepub fn is_request(&self) -> bool
pub fn is_request(&self) -> bool
Checks if the value of the field is REQUEST
Trait Implementations§
impl Copy for ABRRQR
impl StructuralPartialEq for ABRRQR
Auto Trait Implementations§
impl Freeze for ABRRQR
impl RefUnwindSafe for ABRRQR
impl Send for ABRRQR
impl Sync for ABRRQR
impl Unpin for ABRRQR
impl UnwindSafe for ABRRQR
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