Type Definition esp32c3::spi::SPI_SLAVE  [−][src]
type SPI_SLAVE = Reg<u32, _SPI_SLAVE>;
SPI_SLAVE
This register you can read, reset, write, write_with_zero, modify. See API.
For information about available fields see spi_slave module
Trait Implementations
impl Readable for SPI_SLAVE[src]
read() method returns spi_slave::R reader structure
impl ResetValue for SPI_SLAVE[src]
Register SPI_SLAVE reset()'s with value 0
impl Writable for SPI_SLAVE[src]
write(|w| ..) method takes spi_slave::W writer structure