Enum stm32_metapac::eth::vals::Mcfhp
#[repr(u8)]pub enum Mcfhp {
ALMOSTHALF = 0,
ALMOSTFULL = 1,
}
Variants§
ALMOSTHALF = 0
When MCP is set, MMC counters are preset to almost-half value 0x7FFF_FFF0
ALMOSTFULL = 1
When MCP is set, MMC counters are preset to almost-full value 0xFFFF_FFF0
Implementations§
Trait Implementations§
§impl Ord for Mcfhp
impl Ord for Mcfhp
§impl PartialOrd for Mcfhp
impl PartialOrd for Mcfhp
impl Copy for Mcfhp
impl Eq for Mcfhp
impl StructuralPartialEq for Mcfhp
Auto Trait Implementations§
impl Freeze for Mcfhp
impl RefUnwindSafe for Mcfhp
impl Send for Mcfhp
impl Sync for Mcfhp
impl Unpin for Mcfhp
impl UnwindSafe for Mcfhp
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
)