Home
last modified time | relevance | path

Searched refs:slotLen (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/esai/
Dfsl_esai.c193 void ESAI_AnalysisSlot(esai_slot_format_t slotFormat, uint8_t *slotLen, uint8_t *dataLen) in ESAI_AnalysisSlot() argument
195 assert((slotLen != NULL) && (dataLen != NULL)); in ESAI_AnalysisSlot()
200 *slotLen = 8U; in ESAI_AnalysisSlot()
204 *slotLen = 12U; in ESAI_AnalysisSlot()
208 *slotLen = 16U; in ESAI_AnalysisSlot()
212 *slotLen = 16U; in ESAI_AnalysisSlot()
216 *slotLen = 16U; in ESAI_AnalysisSlot()
220 *slotLen = 20U; in ESAI_AnalysisSlot()
224 *slotLen = 20U; in ESAI_AnalysisSlot()
228 *slotLen = 20U; in ESAI_AnalysisSlot()
[all …]
Dfsl_esai.h261 uint8_t slotLen; /*!< Slot length of the audio data */ member
481 void ESAI_AnalysisSlot(esai_slot_format_t slotFormat, uint8_t *slotLen, uint8_t *dataLen);
Dfsl_esai_edma.h39 uint8_t slotLen; /*!< Slot length of the audio data */ member
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()