Type Alias esp32c3::spi2::ctrl::WP_POL_W

source ·
pub type WP_POL_W<'a, REG, const O: u8> = BitWriter<'a, REG, O>;
Expand description

Field WP_POL writer - Write protect signal output when SPI is idle. 1: output high, 0: output low. Can be configured in CONF state.

Aliased Type§

struct WP_POL_W<'a, REG, const O: u8> { /* private fields */ }