Hello, I am using the S32K312 processor. In the RTD layer, why aren't the declarations prototypes of SPI interrupt functions defined in the header file? In other modules, functions prototypes are defined in the headers.
To find the .h file, I checked the Lpspi_Flexio_Ip_Transfer_S32K312 example of the RTD 2.0.3, but I also confirmed this with the same example, but for the S32K344 in version 3.0.0.
Yes, it exists in the C file, but I want to use it in another C file. Therefore, it needs to be in the header file. While it is defined in the header files in other modules, it's missing in the Spi module
To find the .h file, I checked the Lpspi_Flexio_Ip_Transfer_S32K312 example of the RTD 2.0.3, but I also confirmed this with the same example, but for the S32K344 in version 3.0.0.