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