pub struct L1_ICACHE0_PRELOAD_ADDR_SPEC;
Expand description
L1 instruction Cache 0 preload address configure register
You can read
this register and get l1_icache0_preload_addr::R
. See API.
Trait Implementations§
source§impl Resettable for L1_ICACHE0_PRELOAD_ADDR_SPEC
impl Resettable for L1_ICACHE0_PRELOAD_ADDR_SPEC
reset()
method sets L1_ICACHE0_PRELOAD_ADDR to value 0
source§const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::l1_icache0_preload_addr::L1_ICACHE0_PRELOAD_ADDR_SPEC as generic::RegisterSpec>::Ux}
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <extmem::l1_icache0_preload_addr::L1_ICACHE0_PRELOAD_ADDR_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 L1_ICACHE0_PRELOAD_ADDR_SPEC
read()
method returns l1_icache0_preload_addr::R
reader structure
Auto Trait Implementations§
impl RefUnwindSafe for L1_ICACHE0_PRELOAD_ADDR_SPEC
impl Send for L1_ICACHE0_PRELOAD_ADDR_SPEC
impl Sync for L1_ICACHE0_PRELOAD_ADDR_SPEC
impl Unpin for L1_ICACHE0_PRELOAD_ADDR_SPEC
impl UnwindSafe for L1_ICACHE0_PRELOAD_ADDR_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