Enum stm32_metapac::eth::vals::Mb
#[repr(u8)]pub enum Mb {
NORMAL = 0,
MIXED = 1,
}
Variants§
NORMAL = 0
Fixed burst transfers (INCRx and SINGLE) for burst lengths of 16 and below
MIXED = 1
If FB is low, start all bursts greater than 16 with INCR (undefined burst)
Implementations§
Trait Implementations§
§impl Ord for Mb
impl Ord for Mb
§impl PartialOrd for Mb
impl PartialOrd for Mb
impl Copy for Mb
impl Eq for Mb
impl StructuralPartialEq for Mb
Auto Trait Implementations§
impl Freeze for Mb
impl RefUnwindSafe for Mb
impl Send for Mb
impl Sync for Mb
impl Unpin for Mb
impl UnwindSafe for Mb
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
)