Type Alias esp32c3::spi2::user::CS_SETUP_W

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

Field CS_SETUP writer - spi cs is enable when spi is in prepare phase. 1: enable 0: disable. Can be configured in CONF state.

Aliased Type§

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