pub struct L1_ICACHE1_AUTOLOAD_CTRL_SPEC;Expand description
L1 instruction Cache 1 autoload-operation control register
You can read this register and get l1_icache1_autoload_ctrl::R. See API.
Trait Implementations§
source§impl Resettable for L1_ICACHE1_AUTOLOAD_CTRL_SPEC
impl Resettable for L1_ICACHE1_AUTOLOAD_CTRL_SPEC
reset() method sets L1_ICACHE1_AUTOLOAD_CTRL to value 0x02
source§const RESET_VALUE: u32 = 2u32
const RESET_VALUE: u32 = 2u32
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_ICACHE1_AUTOLOAD_CTRL_SPEC
read() method returns l1_icache1_autoload_ctrl::R reader structure
Auto Trait Implementations§
impl Freeze for L1_ICACHE1_AUTOLOAD_CTRL_SPEC
impl RefUnwindSafe for L1_ICACHE1_AUTOLOAD_CTRL_SPEC
impl Send for L1_ICACHE1_AUTOLOAD_CTRL_SPEC
impl Sync for L1_ICACHE1_AUTOLOAD_CTRL_SPEC
impl Unpin for L1_ICACHE1_AUTOLOAD_CTRL_SPEC
impl UnwindSafe for L1_ICACHE1_AUTOLOAD_CTRL_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