Lines Matching refs:channelNums

1435     uint8_t channelNums = 0U;  in SAI_TxSetConfig()  local
1451 channelNums++; in SAI_TxSetConfig()
1465 config->channelNums = channelNums; in SAI_TxSetConfig()
1468 if (config->channelNums > 1U) in SAI_TxSetConfig()
1534 assert(config->channelNums <= (uint32_t)FSL_FEATURE_SAI_CHANNEL_COUNTn(base)); in SAI_TransferTxSetConfig()
1552 handle->channelNums = config->channelNums; in SAI_TransferTxSetConfig()
1569 uint8_t channelNums = 0U; in SAI_RxSetConfig() local
1585 channelNums++; in SAI_RxSetConfig()
1599 config->channelNums = channelNums; in SAI_RxSetConfig()
1602 if (config->channelNums > 1U) in SAI_RxSetConfig()
1686 handle->channelNums = config->channelNums; in SAI_TransferRxSetConfig()
1858 uint8_t i = 0U, channelNums = 0U; in SAI_TxSetFormat() local
1945 channelNums++; in SAI_TxSetFormat()
1959 format->channelNums = channelNums; in SAI_TxSetFormat()
1962 if (format->channelNums > 1U) in SAI_TxSetFormat()
2001 uint8_t i = 0U, channelNums = 0U; in SAI_RxSetFormat() local
2087 channelNums++; in SAI_RxSetFormat()
2101 format->channelNums = channelNums; in SAI_RxSetFormat()
2105 if (format->channelNums > 1U) in SAI_RxSetFormat()
2178 uint32_t channelNums = 0U, endChannel = 0U; in SAI_WriteMultiChannelBlocking() local
2188 channelNums++; in SAI_WriteMultiChannelBlocking()
2193 bytesPerWord *= channelNums; in SAI_WriteMultiChannelBlocking()
2203 bytesPerWord * channelNums); in SAI_WriteMultiChannelBlocking()
2204 buffer = (uint8_t *)((uintptr_t)buffer + bytesPerWord * channelNums); in SAI_WriteMultiChannelBlocking()
2205 j += bytesPerWord * channelNums; in SAI_WriteMultiChannelBlocking()
2233 uint32_t channelNums = 0U, endChannel = 0U; in SAI_ReadMultiChannelBlocking() local
2241 channelNums++; in SAI_ReadMultiChannelBlocking()
2246 bytesPerWord *= channelNums; in SAI_ReadMultiChannelBlocking()
2256 bytesPerWord * channelNums); in SAI_ReadMultiChannelBlocking()
2257 buffer = (uint8_t *)((uintptr_t)buffer + bytesPerWord * channelNums); in SAI_ReadMultiChannelBlocking()
2258 j += bytesPerWord * channelNums; in SAI_ReadMultiChannelBlocking()
2400 handle->channelNums = format->channelNums; in SAI_TransferTxSetFormat()
2450 handle->channelNums = format->channelNums; in SAI_TransferRxSetFormat()
2474 assert(handle->channelNums <= (uint32_t)FSL_FEATURE_SAI_CHANNEL_COUNTn(base)); in SAI_TransferSendNonBlocking()
2523 assert(handle->channelNums <= (uint32_t)FSL_FEATURE_SAI_CHANNEL_COUNTn(base)); in SAI_TransferReceiveNonBlocking()
2729 uint32_t dataSize = (handle->bitWidth / 8UL) * handle->channelNums; in SAI_TransferTxHandleIRQ()
2806 uint32_t dataSize = (handle->bitWidth / 8UL) * handle->channelNums; in SAI_TransferRxHandleIRQ()