1.2.1.11 SYS_MODULE_INDEX Typedef

1.2.1.11 C

typedef unsigned short int SYS_MODULE_INDEX;

1.2.1.11 Summary

Identifies which instance of a system module should be initialized or opened.

1.2.1.11 Description

This data type identifies to which instance of a system module a call to that module's "Initialize" and "Open" routines refers.

1.2.1.11 Remarks

Each individual module will usually define macro names for the index values it supports (e.g., DRV_USART_INDEX_1, DRV_USART_INDEX_2, ...).