pub enum SRW {
RESET,
}
Expand description
Values that can be written to the field SR
Variants§
RESET
Reset all MAC subsystem internal registers and logic. Cleared automatically
Auto Trait Implementations§
impl Freeze for SRW
impl RefUnwindSafe for SRW
impl Send for SRW
impl Sync for SRW
impl Unpin for SRW
impl UnwindSafe for SRW
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