pub enum LOOPSW {
_0,
_1,
}Expand description
Values that can be written to the field LOOPS
Variants§
_0
Normal operation.
_1
Loop mode where transmitter output is internally connected to receiver input. The receiver input is determined by the RSRC bit.
Auto Trait Implementations§
impl Freeze for LOOPSW
impl RefUnwindSafe for LOOPSW
impl Send for LOOPSW
impl Sync for LOOPSW
impl Unpin for LOOPSW
impl UnwindSafe for LOOPSW
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