Enum stm32_metapac::fmc::vals::Eccps
#[repr(u8)]pub enum Eccps {
BYTES256 = 0,
BYTES512 = 1,
BYTES1024 = 2,
BYTES2048 = 3,
BYTES4096 = 4,
BYTES8192 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}
Variants§
BYTES256 = 0
ECC page size 256 bytes
BYTES512 = 1
ECC page size 512 bytes
BYTES1024 = 2
ECC page size 1024 bytes
BYTES2048 = 3
ECC page size 2048 bytes
BYTES4096 = 4
ECC page size 4096 bytes
BYTES8192 = 5
ECC page size 8192 bytes
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
§impl Ord for Eccps
impl Ord for Eccps
§impl PartialOrd for Eccps
impl PartialOrd for Eccps
impl Copy for Eccps
impl Eq for Eccps
impl StructuralPartialEq for Eccps
Auto Trait Implementations§
impl Freeze for Eccps
impl RefUnwindSafe for Eccps
impl Send for Eccps
impl Sync for Eccps
impl Unpin for Eccps
impl UnwindSafe for Eccps
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
)