Type Alias esp32c3::spi2::user::SIO_W

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

Field SIO writer - Set the bit to enable 3-line half duplex communication mosi and miso signals share the same pin. 1: enable 0: disable. Can be configured in CONF state.

Aliased Type§

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