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