Enum Rsrc
pub enum Rsrc {
_0 = 0,
_1 = 1,
}Expand description
Receiver Source Select
Value on reset: 0
Variants§
_0 = 0
0: Provided LOOPS is set, RSRC is cleared, selects internal loop back mode and the LPUART does not use the RXD pin.
_1 = 1
1: Single-wire LPUART mode where the TXD pin is connected to the transmitter output and receiver input.
Trait Implementations§
impl Copy for Rsrc
impl Eq for Rsrc
impl StructuralPartialEq for Rsrc
Auto Trait Implementations§
impl Freeze for Rsrc
impl RefUnwindSafe for Rsrc
impl Send for Rsrc
impl Sync for Rsrc
impl Unpin for Rsrc
impl UnwindSafe for Rsrc
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