Type Alias esp32c3::spi2::user::CS_HOLD_W

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

Field CS_HOLD writer - spi cs keep low when spi is in done phase. 1: enable 0: disable. Can be configured in CONF state.

Aliased Type§

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