Home
last modified time | relevance | path

Searched refs:slotType (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/esai/
Dfsl_esai.c643 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()
Dfsl_esai_edma.c216 ESAI_AnalysisSlot(format->slotType, &handle->slotLen, &handle->bitWidth); in ESAI_TransferTxSetFormatEDMA()
247 ESAI_AnalysisSlot(format->slotType, &handle->slotLen, &handle->bitWidth); in ESAI_TransferRxSetFormatEDMA()
Dfsl_esai.h238 esai_slot_format_t slotType; /*!< Slot format for audio format */ member