[][src]Type Definition esp32::spi::SLAVE

type SLAVE = Reg<u32, _SLAVE>;

SPI_SLAVE

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

For information about available fields see slave module

Trait Implementations

impl Readable for SLAVE[src]

read() method returns slave::R reader structure

impl ResetValue for SLAVE[src]

Register SLAVE reset()'s with value 0

impl Writable for SLAVE[src]

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