Struct esp32c6::spi0::spi_smem_ddr::SPI_SMEM_DDR_SPEC
source · pub struct SPI_SMEM_DDR_SPEC;
Expand description
SPI0 external RAM DDR mode control register
You can read
this register and get spi_smem_ddr::R
. See API.
Trait Implementations§
source§impl RegisterSpec for SPI_SMEM_DDR_SPEC
impl RegisterSpec for SPI_SMEM_DDR_SPEC
source§impl Resettable for SPI_SMEM_DDR_SPEC
impl Resettable for SPI_SMEM_DDR_SPEC
reset()
method sets SPI_SMEM_DDR to value 0x3020
source§const RESET_VALUE: u32 = 12_320u32
const RESET_VALUE: u32 = 12_320u32
Reset value of the register.
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for SPI_SMEM_DDR_SPEC
read()
method returns spi_smem_ddr::R
reader structure
Auto Trait Implementations§
impl Freeze for SPI_SMEM_DDR_SPEC
impl RefUnwindSafe for SPI_SMEM_DDR_SPEC
impl Send for SPI_SMEM_DDR_SPEC
impl Sync for SPI_SMEM_DDR_SPEC
impl Unpin for SPI_SMEM_DDR_SPEC
impl UnwindSafe for SPI_SMEM_DDR_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