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