Type Alias esp32c3::spi2::misc::MASTER_CS_POL_W

source ·
pub type MASTER_CS_POL_W<'a, REG> = FieldWriter<'a, REG, 6>;
Expand description

Field MASTER_CS_POL writer - In the master mode the bits are the polarity of spi cs line, the value is equivalent to spi_cs ^ spi_master_cs_pol. Can be configured in CONF state.

Aliased Type§

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