Type Alias esp32c3::spi2::ctrl::D_POL_W

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

Field D_POL writer - The bit is used to set MOSI line polarity, 1: high 0, low. Can be configured in CONF state.

Aliased Type§

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