Struct esp32h2::spi1::spi_mem_ddr::SPI_MEM_DDR_SPEC
source · pub struct SPI_MEM_DDR_SPEC;
Expand description
SPI1 DDR control register
You can read
this register and get spi_mem_ddr::R
. See API.
Trait Implementations§
source§impl RegisterSpec for SPI_MEM_DDR_SPEC
impl RegisterSpec for SPI_MEM_DDR_SPEC
source§impl Resettable for SPI_MEM_DDR_SPEC
impl Resettable for SPI_MEM_DDR_SPEC
reset()
method sets SPI_MEM_DDR to value 0x20
source§const RESET_VALUE: Self::Ux = {transmute(0x00000020): <spi1::spi_mem_ddr::SPI_MEM_DDR_SPEC as generic::RegisterSpec>::Ux}
const RESET_VALUE: Self::Ux = {transmute(0x00000020): <spi1::spi_mem_ddr::SPI_MEM_DDR_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 SPI_MEM_DDR_SPEC
read()
method returns spi_mem_ddr::R
reader structure
Auto Trait Implementations§
impl RefUnwindSafe for SPI_MEM_DDR_SPEC
impl Send for SPI_MEM_DDR_SPEC
impl Sync for SPI_MEM_DDR_SPEC
impl Unpin for SPI_MEM_DDR_SPEC
impl UnwindSafe for SPI_MEM_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