Searched defs:_sdma_handle (Results 1 – 1 of 1) sorted by relevance
328 typedef struct _sdma_handle struct330 sdma_callback callback; /*!< Callback function for major count exhausted. */331 void *userData; /*!< Callback function parameter. */332 SDMAARM_Type *base; /*!< SDMA peripheral base address. */333 sdma_buffer_descriptor_t *BDPool; /*!< Pointer to memory stored BD arrays. */334 uint32_t bdCount; /*!< How many buffer descriptor */335 uint32_t bdIndex; /*!< How many buffer descriptor */336 uint32_t eventSource; /*!< Event source count for the channel */337 uint32_t eventSource1; /*!< Event source 1 count for the channel */338 sdma_context_data_t *context; /*!< Channel context to exectute in SDMA */[all …]