pub enum MASRX {
Disabled = 0,
Enabled = 1,
}Expand description
master automatic suspension in Receive mode
Value on reset: 0
Variants§
Disabled = 0
0: Automatic suspend in master receive-only mode disabled
Enabled = 1
1: Automatic suspend in master receive-only mode enabled
Trait Implementations§
impl Copy for MASRX
impl Eq for MASRX
impl StructuralPartialEq for MASRX
Auto Trait Implementations§
impl Freeze for MASRX
impl RefUnwindSafe for MASRX
impl Send for MASRX
impl Sync for MASRX
impl Unpin for MASRX
impl UnwindSafe for MASRX
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