AM62L FreeRTOS SDK  11.02.00

Introduction

This is UDMA driver resource manager related configuration parameters and API

Files

file  udma_rm.h
 UDMA RM related parameters and API.
 

Data Structures

struct  Udma_RmInitPrms
 UDMA resource manager init parameters. More...
 

Macros

#define UDMA_RM_RES_ID_INVALID   ((uint32_t) 0xFFFF0005U)
 Macro used to specify that Resource ID is invalid. More...
 
#define UDMA_RM_SHARED_RES_CNT_MIN   ((uint32_t) 0xFFFF0006U)
 Macro used to specify - reserve minimum required number of resources for an instance. More...
 
#define UDMA_RM_SHARED_RES_CNT_REST   ((uint32_t) 0xFFFF0007U)
 Macro used to specify - reserve all the remaining unreserved resources for an instance. More...
 

Macro Definition Documentation

◆ UDMA_RM_RES_ID_INVALID

#define UDMA_RM_RES_ID_INVALID   ((uint32_t) 0xFFFF0005U)

Macro used to specify that Resource ID is invalid.

◆ UDMA_RM_SHARED_RES_CNT_MIN

#define UDMA_RM_SHARED_RES_CNT_MIN   ((uint32_t) 0xFFFF0006U)

Macro used to specify - reserve minimum required number of resources for an instance.

◆ UDMA_RM_SHARED_RES_CNT_REST

#define UDMA_RM_SHARED_RES_CNT_REST   ((uint32_t) 0xFFFF0007U)

Macro used to specify - reserve all the remaining unreserved resources for an instance.