PDK API Guide for J721E
OSPI_Config Struct Reference

Detailed Description

OSPI Global configuration.

The OSPI_Config structure contains a set of pointers used to characterize the OSPI driver implementation.

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

See also
OSPI_init()

Data Fields

OSPI_FxnTable const * fxnTablePtr
 
void * object
 
void const * hwAttrs
 

Field Documentation

◆ fxnTablePtr

OSPI_FxnTable const* OSPI_Config::fxnTablePtr

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

◆ object

void* OSPI_Config::object

Pointer to a driver specific data object

◆ hwAttrs

void const* OSPI_Config::hwAttrs

Pointer to a driver specific hardware attributes structure