#[repr(u8)]pub enum CPSIZE {
NoBurstSplit = 0,
Bytes128 = 1,
Bytes256 = 2,
Bytes512 = 3,
Bytes1024 = 4,
}
Expand description
CRAM page size
Value on reset: 0
Variants§
NoBurstSplit = 0
0: No burst split when crossing page boundary
Bytes128 = 1
1: 128 bytes CRAM page size
Bytes256 = 2
2: 256 bytes CRAM page size
Bytes512 = 3
3: 512 bytes CRAM page size
Bytes1024 = 4
4: 1024 bytes CRAM page size
Trait Implementations§
impl Copy for CPSIZE
impl Eq for CPSIZE
impl IsEnum 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