Enum stm32_metapac::eth::vals::Usp
#[repr(u8)]pub enum Usp {
COMBINED = 0,
SEPARATE = 1,
}
Variants§
COMBINED = 0
PBL value used for both Rx and Tx DMA
SEPARATE = 1
RxDMA uses RDP value, TxDMA uses PBL value
Implementations§
Trait Implementations§
§impl Ord for Usp
impl Ord for Usp
§impl PartialOrd for Usp
impl PartialOrd for Usp
impl Copy for Usp
impl Eq for Usp
impl StructuralPartialEq for Usp
Auto Trait Implementations§
impl Freeze for Usp
impl RefUnwindSafe for Usp
impl Send for Usp
impl Sync for Usp
impl Unpin for Usp
impl UnwindSafe for Usp
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)