::
std::
cdc::
sync_wide_impl::
Enum
TxState
enum TxState<T> {
Init,
Setup { val: T },
Hold { val: T },
WaitRelease,
}