Struct esp32c3::spi2::ctrl::FREAD_QUAD_R [−][src]
pub struct FREAD_QUAD_R(_);
Expand description
Field FREAD_QUAD
reader - In the read operations read-data phase apply 4 signals. 1: enable 0: disable. Can be configured in CONF state.
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.