pub struct R(/* private fields */);
Expand description
Register DEVSIZECONFIG
reader
Implementations§
Source§impl R
impl R
Sourcepub fn numaddrbytes(&self) -> NUMADDRBYTES_R
pub fn numaddrbytes(&self) -> NUMADDRBYTES_R
Bits 0:3 - Number of Address Bytes
Sourcepub fn bytesperdevicepage(&self) -> BYTESPERDEVICEPAGE_R
pub fn bytesperdevicepage(&self) -> BYTESPERDEVICEPAGE_R
Bits 4:15 - Number of Bytes Per Device Page
Sourcepub fn bytespersubsector(&self) -> BYTESPERSUBSECTOR_R
pub fn bytespersubsector(&self) -> BYTESPERSUBSECTOR_R
Bits 16:20 - Number of Bytes Per Block
Sourcepub fn memsizeoncs0(&self) -> MEMSIZEONCS0_R
pub fn memsizeoncs0(&self) -> MEMSIZEONCS0_R
Bits 21:22 - Size of Flash Device Connected to CS[0] Pin
Sourcepub fn memsizeoncs1(&self) -> MEMSIZEONCS1_R
pub fn memsizeoncs1(&self) -> MEMSIZEONCS1_R
Bits 23:24 - Size of Flash Device Connected to CS[1] Pin
Methods from Deref<Target = R<DEVSIZECONFIG_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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