1.2.1 PRIME_STACK_INIT Struct
C
typedef struct
{
/* PAL index from configuration */
uint8_t palIndex;
/* USI port for Management Plane */
uint8_t mngPlaneUsiPort;
} PRIME_STACK_INIT;
Summary
Defines the data required to initialize the PRIME stack.
Description
This data type defines the data required to initialize the PRIME stack and all of its components.
Remarks
None.