Struct esp32c3::spi1::cache_fctrl::CACHE_USR_ADDR_4BYTE_R [−][src]
pub struct CACHE_USR_ADDR_4BYTE_R(_);Expand description
Field CACHE_USR_ADDR_4BYTE reader - For SPI1, cache read flash with 4 bytes address, 1: enable, 0:disable.
Methods from Deref<Target = FieldReader<bool, bool>>
Returns true if the bit is clear (0).
Returns true if the bit is set (1).
Trait Implementations
type Target = FieldReader<bool, bool>
type Target = FieldReader<bool, bool>
The resulting type after dereferencing.