I'm trying to use SSI0 to receive data from two external ADCs at the same time.
Using the SSI in advanced bi-mode (read) seems to make sense for my application.
SSI0CLK and SSI0XDATA0 (MOSI) are hooked up to both ADCs. ADC1 is hooked up to SSI0XDATA1 (MISO) and ADC2 is hooked up to SSI0XDATA2 (MISO).
Does the SSI in this mode support this kind of use case? How is the data stored in the Receive FIFO from each data line?