pub enum MCFHP_A {
AlmostHalf = 0,
AlmostFull = 1,
}
Expand description
MMC counter Full-Half preset
Value on reset: 0
Variants§
AlmostHalf = 0
0: When MCP is set, MMC counters are preset to almost-half value 0x7FFF_FFF0
AlmostFull = 1
1: When MCP is set, MMC counters are preset to almost-full value 0xFFFF_FFF0
Trait Implementations§
impl Copy for MCFHP_A
impl StructuralPartialEq for MCFHP_A
Auto Trait Implementations§
impl Freeze for MCFHP_A
impl RefUnwindSafe for MCFHP_A
impl Send for MCFHP_A
impl Sync for MCFHP_A
impl Unpin for MCFHP_A
impl UnwindSafe for MCFHP_A
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