In all datasheets up until now I have only seen MISO and MOSI in use as SPI data line identifiers. However the datasheet of an automotive microcontroller refers to these lines as SPI_TXD and SPI_RXD.
I'd assume that this is just a different naming convention and the following is true:
MISO=SPI_RXDMOSI=SPI_TXD
Unfortunately I cannot provide a link to the datasheet as it is not publicly available.
Question
Is this correct, provided that we're looking from the uController (i.e. Master) side?