Type Alias esp32c2::spi2::user::RSCK_I_EDGE_W
source · pub type RSCK_I_EDGE_W<'a, REG> = BitWriter<'a, REG>;Expand description
Field RSCK_I_EDGE writer - In the slave mode, this bit can be used to change the polarity of rsck. 0: rsck = !spi_ck_i. 1:rsck = spi_ck_i.
Aliased Type§
struct RSCK_I_EDGE_W<'a, REG> { /* private fields */ }