PDK API Guide for J721E
MCSPI_FxnTable Struct Reference

Detailed Description

The definition of a MCSPI function table that contains the required set of functions to control a specific MCSPI driver implementation.

Data Fields

MCSPI_CloseFxn closeFxn
 
MCSPI_ControlFxn controlFxn
 
MCSPI_InitFxn mcspiInitFxn
 
MCSPI_OpenFxn openFxn
 
MCSPI_TransferFxn transferFxn
 
MCSPI_TransferCancelFxn transferCancelFxn
 

Field Documentation

◆ closeFxn

MCSPI_CloseFxn MCSPI_FxnTable::closeFxn

Function to close the specified peripheral

◆ controlFxn

MCSPI_ControlFxn MCSPI_FxnTable::controlFxn

Function to implementation specific control function

◆ mcspiInitFxn

MCSPI_InitFxn MCSPI_FxnTable::mcspiInitFxn

Function to initialize the given data object

◆ openFxn

MCSPI_OpenFxn MCSPI_FxnTable::openFxn

Function to open the specified peripheral

◆ transferFxn

MCSPI_TransferFxn MCSPI_FxnTable::transferFxn

Function to initiate a MCSPI data transfer

◆ transferCancelFxn

MCSPI_TransferCancelFxn MCSPI_FxnTable::transferCancelFxn

Function to cancel MCSPI data transfer