Searched refs:txLastWord (Results 1 – 1 of 1) sorted by relevance
334 static void spi_mcux_prepare_txlastword(uint32_t *txLastWord, in spi_mcux_prepare_txlastword() argument343 *txLastWord = (((uint32_t)buf[len - 1U] << 8U) | in spi_mcux_prepare_txlastword()346 *txLastWord = buf[len - 1U]; in spi_mcux_prepare_txlastword()350 *txLastWord |= (uint32_t)SPI_FIFOWR_RXIGNORE_MASK; in spi_mcux_prepare_txlastword()353 *txLastWord |= (uint32_t)SPI_FIFOWR_EOT_MASK; in spi_mcux_prepare_txlastword()355 *txLastWord |= ((uint32_t)SPI_DEASSERT_ALL & in spi_mcux_prepare_txlastword()359 *txLastWord |= SPI_FIFOWR_LEN(word_size - 1); in spi_mcux_prepare_txlastword()