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

type CACHE_SCTRL = Reg<u32, _CACHE_SCTRL>;

SPI_CACHE_SCTRL

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

For information about avaliable fields see cache_sctrl module

Trait Implementations

impl Readable for CACHE_SCTRL[src]

read() method returns cache_sctrl::R reader structure

impl ResetValue for CACHE_SCTRL[src]

Register CACHE_SCTRL reset()'s with value 0

type Type = u32

Register size

impl Writable for CACHE_SCTRL[src]

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