Searched refs:slotType (Results 1 – 3 of 3) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/esai/ |
D | fsl_esai.c | 643 ESAI_AnalysisSlot(format->slotType, &slotLen, &dataLen); in ESAI_TxSetFormat() 648 base->TCR |= ESAI_TCR_TSWS(format->slotType); in ESAI_TxSetFormat() 691 ESAI_AnalysisSlot(format->slotType, &slotLen, &dataLen); in ESAI_RxSetFormat() 696 base->RCR |= ESAI_RCR_RSWS(format->slotType); in ESAI_RxSetFormat() 876 ESAI_AnalysisSlot(format->slotType, &handle->slotLen, &handle->bitWidth); in ESAI_TransferTxSetFormat() 908 ESAI_AnalysisSlot(format->slotType, &handle->slotLen, &handle->bitWidth); in ESAI_TransferRxSetFormat()
|
D | fsl_esai_edma.c | 216 ESAI_AnalysisSlot(format->slotType, &handle->slotLen, &handle->bitWidth); in ESAI_TransferTxSetFormatEDMA() 247 ESAI_AnalysisSlot(format->slotType, &handle->slotLen, &handle->bitWidth); in ESAI_TransferRxSetFormatEDMA()
|
D | fsl_esai.h | 238 esai_slot_format_t slotType; /*!< Slot format for audio format */ member
|