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

An SAI RX data signal

Required Associated Types§

source

type Index: Unsigned

Data pin index; the 1 in RX_DATA01

Implementors§