Struct esp32c3::extmem::cache_encrypt_decrypt_record_disable::R
source · pub struct R(_);
Expand description
Register CACHE_ENCRYPT_DECRYPT_RECORD_DISABLE
reader
Implementations§
source§impl R
impl R
sourcepub fn record_disable_db_encrypt(&self) -> RECORD_DISABLE_DB_ENCRYPT_R
pub fn record_disable_db_encrypt(&self) -> RECORD_DISABLE_DB_ENCRYPT_R
Bit 0 - Reserved.
sourcepub fn record_disable_g0cb_decrypt(&self) -> RECORD_DISABLE_G0CB_DECRYPT_R
pub fn record_disable_g0cb_decrypt(&self) -> RECORD_DISABLE_G0CB_DECRYPT_R
Bit 1 - Reserved.
Methods from Deref<Target = R<CACHE_ENCRYPT_DECRYPT_RECORD_DISABLE_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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