Type Alias esp32c3::spi2::cmd::UPDATE_W

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

Field UPDATE writer - Set this bit to synchronize SPI registers from APB clock domain into SPI module clock domain, which is only used in SPI master mode.

Aliased Type§

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