Struct esp32c6::extmem::level_split1::LEVEL_SPLIT1_SPEC
source · pub struct LEVEL_SPLIT1_SPEC;Expand description
USED TO SPLIT L1 CACHE AND L2 CACHE
You can read this register and get level_split1::R. See API.
Trait Implementations§
source§impl RegisterSpec for LEVEL_SPLIT1_SPEC
impl RegisterSpec for LEVEL_SPLIT1_SPEC
source§impl Resettable for LEVEL_SPLIT1_SPEC
impl Resettable for LEVEL_SPLIT1_SPEC
reset() method sets LEVEL_SPLIT1 to value 0x03a8
source§const RESET_VALUE: Self::Ux = {transmute(0x000003a8): <extmem::level_split1::LEVEL_SPLIT1_SPEC as generic::RegisterSpec>::Ux}
const RESET_VALUE: Self::Ux = {transmute(0x000003a8): <extmem::level_split1::LEVEL_SPLIT1_SPEC as generic::RegisterSpec>::Ux}
Reset value of the register.
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for LEVEL_SPLIT1_SPEC
read() method returns level_split1::R reader structure
Auto Trait Implementations§
impl RefUnwindSafe for LEVEL_SPLIT1_SPEC
impl Send for LEVEL_SPLIT1_SPEC
impl Sync for LEVEL_SPLIT1_SPEC
impl Unpin for LEVEL_SPLIT1_SPEC
impl UnwindSafe for LEVEL_SPLIT1_SPEC
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