pub trait TxDataSignal: Signal {
    type Index: Unsigned;
}
Expand description

An SAI TX data signal

Required Associated Types§

source

type Index: Unsigned

Data pin index; the 3 in TX_DATA03

Implementors§