S32K144参考手册 的LPSPI 的TCR 章节 Writes to either the Transmit Command Register or Transmit Data Register will push the
data into the transmit FIFO, in the order that the data are written。
我的疑问是为啥要把TCR的数据写到FIFO中, 给TCR设置的值是配置SPI时序的,字节写入TCR不就可以了吗,写入FIFO干什么, 这个TCR的功能是像CCR 这种寄存器类似的功能吗?