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

type SRAM_CMD = Reg<u32, _SRAM_CMD>;

SPI_SRAM_CMD

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

For information about available fields see sram_cmd module

Trait Implementations

impl Readable for SRAM_CMD[src]

read() method returns sram_cmd::R reader structure

impl ResetValue for SRAM_CMD[src]

Register SRAM_CMD reset()'s with value 0

impl Writable for SRAM_CMD[src]

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