Enum Raf
pub enum Raf {
_0 = 0,
_1 = 1,
}Expand description
Receiver Active Flag
Value on reset: 0
Variants§
_0 = 0
0: LPUART receiver idle waiting for a start bit.
_1 = 1
1: LPUART receiver active (RXD input not idle).
Trait Implementations§
impl Copy for Raf
impl Eq for Raf
impl StructuralPartialEq for Raf
Auto Trait Implementations§
impl Freeze for Raf
impl RefUnwindSafe for Raf
impl Send for Raf
impl Sync for Raf
impl Unpin for Raf
impl UnwindSafe for Raf
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