Type Alias esp32c3::spi2::user::TSCK_I_EDGE_W

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

Field TSCK_I_EDGE writer - In the slave mode, this bit can be used to change the polarity of tsck. 0: tsck = spi_ck_i. 1:tsck = !spi_ck_i.

Aliased Type§

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