Enum stm32_metapac::fmc::vals::Cpsize
#[repr(u8)]pub enum Cpsize {
NOBURSTSPLIT = 0,
BYTES128 = 1,
BYTES256 = 2,
BYTES512 = 3,
BYTES1024 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}
Variants§
NOBURSTSPLIT = 0
No burst split when crossing page boundary
BYTES128 = 1
128 bytes CRAM page size
BYTES256 = 2
256 bytes CRAM page size
BYTES512 = 3
512 bytes CRAM page size
BYTES1024 = 4
1024 bytes CRAM page size
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
§impl Ord for Cpsize
impl Ord for Cpsize
§impl PartialOrd for Cpsize
impl PartialOrd for Cpsize
impl Copy for Cpsize
impl Eq for Cpsize
impl StructuralPartialEq for Cpsize
Auto Trait Implementations§
impl Freeze for Cpsize
impl RefUnwindSafe for Cpsize
impl Send for Cpsize
impl Sync for Cpsize
impl Unpin for Cpsize
impl UnwindSafe for Cpsize
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
)