Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/sai/
Dfsl_sai.c111 uint32_t endChannel,
130 uint32_t endChannel,
297 uint32_t endChannel, in SAI_WriteNonBlocking() argument
310 for (j = channel; j <= endChannel; j++) in SAI_WriteNonBlocking()
330 uint32_t endChannel, in SAI_ReadNonBlocking() argument
342 for (j = channel; j <= endChannel; j++) in SAI_ReadNonBlocking()
1164 config->endChannel = i; in SAI_ComputeChannelConfig()
1294 handle->endChannel = config->endChannel; in SAI_TransferTxSetConfig()
1410 handle->endChannel = config->endChannel; in SAI_TransferRxSetConfig()
1614 uint32_t channelNums = 0U, endChannel = 0U; in SAI_WriteMultiChannelBlocking() local
[all …]
Dfsl_sai.h315 uint8_t endChannel; /*!< end channel number */ member
432 uint8_t endChannel; /*!< end channel number */ member
468 uint8_t endChannel; /*!< end channel number */ member
Dfsl_sai_sdma.c259 …handle->fifoOffset = ((saiConfig->endChannel - saiConfig->startChannel) * 4U) / (saiConfig->channe… in SAI_TransferTxSetConfigSDMA()
305 …handle->fifoOffset = ((saiConfig->endChannel - saiConfig->startChannel) * 4U) / (saiConfig->channe… in SAI_TransferRxSetConfigSDMA()
/hal_nxp-latest/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_edma.c210 handle->endChannel = (uint8_t)channel; in PDM_TransferSetChannelConfigEDMA()
289 …uint32_t startAddr = PDM_GetDataRegisterAddress(base, handle->endChannel - (handle->cha… in PDM_TransferReceiveEDMA()
Dfsl_pdm_sdma.h41 uint8_t endChannel; /*!< The last enabled channel */ member
Dfsl_pdm_edma.h83 uint8_t endChannel; /*!< The last enabled channel */ member