I need to interface display with S32K142 MCU.
My project hardware has only 3 wires (CSX, SDA and SCL) from the display side. I have to use 3-wire 9-bit mode only.
So I changed SDK for 3 wire SPI configuration according to reference manual.
So this is my MasterInit Function and I configured SDO pin as Input/Output.

And processor expert configuration is depicted below.

and this is my function

If so, I would like to know how to send 9 bits (1 D/C bit + 8 data bits) using SPI APIs. MasterGetTransferStatus function returned STATUS_BUSY. Is there any error?
How should I do that process. Thanks for answering.