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