Searched refs:_dma_resource (Results 1 – 3 of 3) sorted by relevance
63 struct _dma_resource;74 void (*transfer_done)(struct _dma_resource *resource);75 void (*error)(struct _dma_resource *resource);81 struct _dma_resource { struct152 int32_t _dma_get_channel_resource(struct _dma_resource **resource, const uint8_t channel);
71 typedef void (*_spi_dma_cb_t)(struct _dma_resource *resource);91 struct _dma_resource *resource;
67 static struct _dma_resource _resources[DMAC_CH_NUM];211 int32_t _dma_get_channel_resource(struct _dma_resource **resource, const uint8_t channel) in _dma_get_channel_resource()224 struct _dma_resource *tmp_resource = &_resources[channel]; in DMAC_Handler()