pub struct R(_);
Expand description
Register ICACHE_PRELOCK_SCT_SIZE
reader
Implementations
sourceimpl R
impl R
sourcepub fn icache_prelock_sct1_size(&self) -> ICACHE_PRELOCK_SCT1_SIZE_R
pub fn icache_prelock_sct1_size(&self) -> ICACHE_PRELOCK_SCT1_SIZE_R
Bits 0:15 - The bits are used to configure the second length of data locking, which is combined with ICACHE_PRELOCK_SCT1_ADDR_REG
sourcepub fn icache_prelock_sct0_size(&self) -> ICACHE_PRELOCK_SCT0_SIZE_R
pub fn icache_prelock_sct0_size(&self) -> ICACHE_PRELOCK_SCT0_SIZE_R
Bits 16:31 - The bits are used to configure the first length of data locking, which is combined with ICACHE_PRELOCK_SCT0_ADDR_REG
Methods from Deref<Target = R<ICACHE_PRELOCK_SCT_SIZE_SPEC>>
Trait Implementations
sourceimpl From<R<ICACHE_PRELOCK_SCT_SIZE_SPEC>> for R
impl From<R<ICACHE_PRELOCK_SCT_SIZE_SPEC>> for R
sourcefn from(reader: R<ICACHE_PRELOCK_SCT_SIZE_SPEC>) -> Self
fn from(reader: R<ICACHE_PRELOCK_SCT_SIZE_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more