xWRL6432 MMWAVE-L-SDK  05.04.00.01
dpedmahwa.h
Go to the documentation of this file.
1 
39 #ifndef DPEDMAHWA_H
40 #define DPEDMAHWA_H
41 
42 /* Include Files */
43 #include <drivers/edma.h>
44 #include <drivers/hwa.h>
45 
47 
48 #ifdef __cplusplus
49 extern "C" {
50 #endif
51 
53 (
54  EDMA_Handle edmaHandle,
55  DPEDMA_ChanCfg *chanCfg,
56  HWA_Handle hwaHandle,
57  uint8_t dmaTriggerSource,
58  bool isEventTriggered
59 );
60 
62 (
63  EDMA_Handle edmaHandle,
64  DPEDMA_ChanCfg *chanCfg,
65  HWA_Handle hwaHandle,
66  uint8_t dmaTriggerSource1,
67  uint8_t dmaTriggerSource2,
68  bool isEventTriggered
69 );
70 
71 #ifdef __cplusplus
72 }
73 #endif
74 
75 #endif
DPEDMAHWA_configOneHotSignature
int32_t DPEDMAHWA_configOneHotSignature(EDMA_Handle edmaHandle, DPEDMA_ChanCfg *chanCfg, HWA_Handle hwaHandle, uint8_t dmaTriggerSource, bool isEventTriggered)
edma.h
hwa.h
EDMA_Handle
void * EDMA_Handle
A handle that is returned from a EDMA_open() call.
Definition: edma/v0/edma.h:471
dpedma.h
EDMA Configuration Utility API definitions.
HWA_Handle
void * HWA_Handle
A handle that is returned from a HWA_open() call.
Definition: hwa/v0/hwa.h:620
DPEDMAHWA_configTwoHotSignature
int32_t DPEDMAHWA_configTwoHotSignature(EDMA_Handle edmaHandle, DPEDMA_ChanCfg *chanCfg, HWA_Handle hwaHandle, uint8_t dmaTriggerSource1, uint8_t dmaTriggerSource2, bool isEventTriggered)
DPEDMA_ChanCfg
EDMA channel configuration.
Definition: dpedma.h:132