pub struct CACHE_SCTRL_SPEC;
Expand description
SPI0 external RAM control register
You can read
this register and get cache_sctrl::R
. See API.
Trait Implementations§
Source§impl RegisterSpec for CACHE_SCTRL_SPEC
impl RegisterSpec for CACHE_SCTRL_SPEC
Source§impl Resettable for CACHE_SCTRL_SPEC
reset()
method sets CACHE_SCTRL to value 0x0055_c070
impl Resettable for CACHE_SCTRL_SPEC
reset()
method sets CACHE_SCTRL to value 0x0055_c070
Source§const RESET_VALUE: u32 = 5_619_824u32
const RESET_VALUE: u32 = 5_619_824u32
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for CACHE_SCTRL_SPEC
read()
method returns cache_sctrl::R
reader structure
Auto Trait Implementations§
impl Freeze for CACHE_SCTRL_SPEC
impl RefUnwindSafe for CACHE_SCTRL_SPEC
impl Send for CACHE_SCTRL_SPEC
impl Sync for CACHE_SCTRL_SPEC
impl Unpin for CACHE_SCTRL_SPEC
impl UnwindSafe for CACHE_SCTRL_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