Struct esp32s3_hal::pac::sensitive::cache_dataarray_connect_0::R
pub struct R(_);
Expand description
Register CACHE_DATAARRAY_CONNECT_0
reader
Implementations§
§impl R
impl R
pub fn cache_dataarray_connect_lock(&self) -> BitReaderRaw<bool>
pub fn cache_dataarray_connect_lock(&self) -> BitReaderRaw<bool>
Bit 0 - Set 1 to lock cache data array registers.
Methods from Deref<Target = R<CACHE_DATAARRAY_CONNECT_0_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<CACHE_DATAARRAY_CONNECT_0_SPEC>> for R
impl From<R<CACHE_DATAARRAY_CONNECT_0_SPEC>> for R
§fn from(reader: R<CACHE_DATAARRAY_CONNECT_0_SPEC>) -> R
fn from(reader: R<CACHE_DATAARRAY_CONNECT_0_SPEC>) -> R
Converts to this type from the input type.