Home
last modified time | relevance | path

Searched refs:_dma_resource (Results 1 – 3 of 3) sorted by relevance

/loramac-node-latest/src/boards/mcu/saml21/hal/include/
Dhpl_dma.h63 struct _dma_resource;
74 void (*transfer_done)(struct _dma_resource *resource);
75 void (*error)(struct _dma_resource *resource);
81 struct _dma_resource { struct
152 int32_t _dma_get_channel_resource(struct _dma_resource **resource, const uint8_t channel);
Dhpl_spi_dma.h71 typedef void (*_spi_dma_cb_t)(struct _dma_resource *resource);
91 struct _dma_resource *resource;
/loramac-node-latest/src/boards/mcu/saml21/hpl/dmac/
Dhpl_dmac.c67 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()