Type Definition esp32h2::spi2::user::SIO_W

source ·
pub type SIO_W<'a, const O: u8> = BitWriter<'a, USER_SPEC, O>;
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.