Type Alias esp32c3::spi2::user::QPI_MODE_W

source ·
pub type QPI_MODE_W<'a, REG> = BitWriter<'a, REG>;
Expand description

Field QPI_MODE writer - Both for master mode and slave mode. 1: spi controller is in QPI mode. 0: others. Can be configured in CONF state.

Aliased Type§

struct QPI_MODE_W<'a, REG> { /* private fields */ }