Searched refs:Ecode_t (Results 1 – 3 of 3) sorted by relevance
| /hal_silabs-latest/simplicity_sdk/platform/emdrv/dmadrv/inc/ |
| D | dmadrv.h | 103 Ecode_t DMADRV_AllocateChannel(unsigned int *channelId, 105 Ecode_t DMADRV_AllocateChannelById(unsigned int channelId, 107 Ecode_t DMADRV_DeInit(void); 108 Ecode_t DMADRV_FreeChannel(unsigned int channelId); 109 Ecode_t DMADRV_Init(void); 111 Ecode_t DMADRV_MemoryPeripheral(unsigned int channelId, 120 Ecode_t DMADRV_PeripheralMemory(unsigned int channelId, 129 Ecode_t DMADRV_MemoryPeripheralPingPong(unsigned int channelId, 139 Ecode_t DMADRV_PeripheralMemoryPingPong(unsigned int channelId, 151 Ecode_t DMADRV_LdmaStartTransfer(int channelId, [all …]
|
| /hal_silabs-latest/simplicity_sdk/platform/emdrv/dmadrv/src/ |
| D | dmadrv.c | 107 static Ecode_t StartTransfer(DmaMode_t mode, 140 Ecode_t DMADRV_AllocateChannel(unsigned int *channelId, void *capabilities) in DMADRV_AllocateChannel() 182 Ecode_t DMADRV_AllocateChannelById(unsigned int channelId, void *capabilities) in DMADRV_AllocateChannelById() 218 Ecode_t DMADRV_DeInit(void) in DMADRV_DeInit() 273 Ecode_t DMADRV_FreeChannel(unsigned int channelId) in DMADRV_FreeChannel() 307 Ecode_t DMADRV_Init(void) in DMADRV_Init() 412 Ecode_t DMADRV_LdmaStartTransfer(int channelId, in DMADRV_LdmaStartTransfer() 441 Ecode_t DMADRV_LdmaStartTransfer(int channelId, in DMADRV_LdmaStartTransfer() 510 Ecode_t DMADRV_MemoryPeripheral(unsigned int channelId, in DMADRV_MemoryPeripheral() 575 Ecode_t DMADRV_MemoryPeripheralPingPong( in DMADRV_MemoryPeripheralPingPong() [all …]
|
| /hal_silabs-latest/simplicity_sdk/platform/emdrv/common/inc/ |
| D | ecode.h | 53 typedef uint32_t Ecode_t; typedef
|