Struct esp32c2::spi1::spi_mem_misc::SPI_MEM_MISC_SPEC
source · [−]pub struct SPI_MEM_MISC_SPEC;
Expand description
SPI1 misc register
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see spi_mem_misc module
Trait Implementations
sourceimpl Readable for SPI_MEM_MISC_SPEC
impl Readable for SPI_MEM_MISC_SPEC
read()
method returns spi_mem_misc::R reader structure
sourceimpl RegisterSpec for SPI_MEM_MISC_SPEC
impl RegisterSpec for SPI_MEM_MISC_SPEC
sourceimpl Resettable for SPI_MEM_MISC_SPEC
impl Resettable for SPI_MEM_MISC_SPEC
reset()
method sets SPI_MEM_MISC to value 0x02
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
sourceimpl Writable for SPI_MEM_MISC_SPEC
impl Writable for SPI_MEM_MISC_SPEC
write(|w| ..)
method takes spi_mem_misc::W writer structure
Auto Trait Implementations
impl RefUnwindSafe for SPI_MEM_MISC_SPEC
impl Send for SPI_MEM_MISC_SPEC
impl Sync for SPI_MEM_MISC_SPEC
impl Unpin for SPI_MEM_MISC_SPEC
impl UnwindSafe for SPI_MEM_MISC_SPEC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more