Type Definition esp32c3::spi::SPI_DATE[][src]

type SPI_DATE = Reg<u32, _SPI_DATE>;

SPI_DATE

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see spi_date module

Trait Implementations

impl Readable for SPI_DATE[src]

read() method returns spi_date::R reader structure

impl ResetValue for SPI_DATE[src]

Register SPI_DATE reset()'s with value 0

type Type = u32

Register size

impl Writable for SPI_DATE[src]

write(|w| ..) method takes spi_date::W writer structure