Struct esp32c6::extmem::l2_bypass_cache_conf::R
source · pub struct R(_);
Expand description
Register L2_BYPASS_CACHE_CONF
reader
Implementations§
source§impl R
impl R
sourcepub fn bypass_l2_cache_en(&self) -> BYPASS_L2_CACHE_EN_R
pub fn bypass_l2_cache_en(&self) -> BYPASS_L2_CACHE_EN_R
Bit 5 - The bit is used to enable bypass L2-Cache. 0: disable bypass, 1: enable bypass.
Methods from Deref<Target = R<L2_BYPASS_CACHE_CONF_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