Home
last modified time | relevance | path

Searched refs:endChannel (Results 1 – 7 of 7) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/sai/
Dfsl_sai.c107 uint32_t endChannel,
126 uint32_t endChannel,
280 uint32_t endChannel, in SAI_WriteNonBlocking() argument
293 for (j = channel; j <= endChannel; j++) in SAI_WriteNonBlocking()
313 uint32_t endChannel, in SAI_ReadNonBlocking() argument
325 for (j = channel; j <= endChannel; j++) in SAI_ReadNonBlocking()
1452 config->endChannel = i; in SAI_TxSetConfig()
1553 handle->endChannel = config->endChannel; in SAI_TransferTxSetConfig()
1586 config->endChannel = i; in SAI_RxSetConfig()
1687 handle->endChannel = config->endChannel; in SAI_TransferRxSetConfig()
[all …]
Dfsl_sai_sdma.c279 … handle->fifoOffset = ((format->endChannel - format->channel) * 4U) / (format->channelNums - 1U); in SAI_TransferTxSetFormatSDMA()
325 …handle->fifoOffset = ((saiConfig->endChannel - saiConfig->startChannel) * 4U) / (saiConfig->channe… in SAI_TransferTxSetConfigSDMA()
391 … handle->fifoOffset = ((format->endChannel - format->channel) * 4U) / (format->channelNums - 1U); in SAI_TransferRxSetFormatSDMA()
438 …handle->fifoOffset = ((saiConfig->endChannel - saiConfig->startChannel) * 4U) / (saiConfig->channe… in SAI_TransferRxSetConfigSDMA()
Dfsl_sai.h291 uint8_t endChannel; /*!< end channel number */ member
408 uint8_t endChannel; /*!< end channel number */ member
444 uint8_t endChannel; /*!< end channel number */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/pdm/
Dfsl_pdm_sdma.c134 handle->endChannel = (uint8_t)channel; in PDM_SetChannelConfigSDMA()
161 …PDM_GetDataRegisterAddress(base, ((uint32_t)handle->endChannel - ((uint32_t)handle->channelNums - … in PDM_TransferReceiveSDMA()
Dfsl_pdm_sdma.h41 uint8_t endChannel; /*!< The last enabled channel */ member
Dfsl_pdm_edma.c206 handle->endChannel = (uint8_t)channel; in PDM_TransferSetChannelConfigEDMA()
283 …uint32_t startAddr = PDM_GetDataRegisterAddress(base, handle->endChannel - (handle->cha… in PDM_TransferReceiveEDMA()
Dfsl_pdm_edma.h78 uint8_t endChannel; /*!< The last enabled channel */ member