PDK API Guide for J721E
MCSPI_Config Struct Reference

Detailed Description

MCSPI Global configuration.

The MCSPI_Config structure contains a set of pointers used to characterize the MCSPI driver implementation.

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

See also
MCSPI_init()

Data Fields

MCSPI_FxnTable const * fxnTablePtr
 
SPI_Handle handle
 
uint32_t chnNum
 

Field Documentation

◆ fxnTablePtr

MCSPI_FxnTable const* MCSPI_Config::fxnTablePtr

Pointer to a table of driver-specific implementations of MCSPI APIs

◆ handle

SPI_Handle MCSPI_Config::handle

Pointer to a SPI instance specific configuration data object

◆ chnNum

uint32_t MCSPI_Config::chnNum

channel number