Struct esp32s3::sensitive::internal_sram_usage_4::R
source · pub struct R(_);
Expand description
Register INTERNAL_SRAM_USAGE_4
reader
Implementations
sourceimpl R
impl R
sourcepub fn internal_sram_log_usage(&self) -> INTERNAL_SRAM_LOG_USAGE_R
pub fn internal_sram_log_usage(&self) -> INTERNAL_SRAM_LOG_USAGE_R
Bits 0:6 - Set 1 to someone bit means corresponding internal SRAM level can be accessed by log bus.
Methods from Deref<Target = R<INTERNAL_SRAM_USAGE_4_SPEC>>
Trait Implementations
sourceimpl From<R<INTERNAL_SRAM_USAGE_4_SPEC>> for R
impl From<R<INTERNAL_SRAM_USAGE_4_SPEC>> for R
sourcefn from(reader: R<INTERNAL_SRAM_USAGE_4_SPEC>) -> Self
fn from(reader: R<INTERNAL_SRAM_USAGE_4_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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