Type Alias esp32c3::spi2::user::RSCK_I_EDGE_R

source ·
pub type RSCK_I_EDGE_R = BitReader;
Expand description

Field RSCK_I_EDGE reader - 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_R { /* private fields */ }