Searched defs:_esai_edma_handle (Results 1 – 1 of 1) sorted by relevance
34 struct _esai_edma_handle struct36 edma_handle_t *dmaHandle; /*!< DMA handler for ESAI send */37 …ytes; /*!< eDMA minor byte transfer count initially configured. */38 uint8_t bitWidth; /*!< Bit width for transfer, 8/16/24/32 bits */39 uint8_t slotLen; /*!< Slot length of the audio data */40 … uint8_t count; /*!< The transfer data count in a DMA request */41 uint8_t sectionMap; /*!< Section enabled for transfer */42 uint32_t state; /*!< Internal state for ESAI eDMA transfer */43 …back_t callback; /*!< Callback for users while transfer finish or error occurs */44 void *userData; /*!< User callback parameter */[all …]