AM62D FreeRTOS SDK  11.00.00
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages

Detailed Description

MCSPI global configuration array.

This structure needs to be defined before calling MCSPI_init() and it must not be changed by user thereafter.

The last entry of the array should be a NULL entry which demarks the end of the array.

Data Fields

const MCSPI_Attrsattrs
 
MCSPI_Objectobject
 

Field Documentation

◆ attrs

const MCSPI_Attrs* MCSPI_Config::attrs

Pointer to driver specific attributes

◆ object

MCSPI_Object* MCSPI_Config::object

Pointer to driver specific data object