ISF  2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
isf_fsl_spi_master_PEx.c File Reference

isf_fsl_spi_master_PEx.c implements PEx properties and event. Its also implements LDD overriding events. More...

#include "isf_fsl_spi_master_PEx.h"
#include "mqxlite.h"
#include "lwevent.h"
#include "fsl_spi_master_driver.h"
#include "isf_spi_master_adapter.h"
#include "SPIMasterBus1.h"
Include dependency graph for isf_fsl_spi_master_PEx.c:

Go to the source code of this file.

Variables

const spi_master_instance_PEx spi_master_instance_tbl []
 Lookup table for the LLD instance. More...
 

Detailed Description

isf_fsl_spi_master_PEx.c implements PEx properties and event. Its also implements LDD overriding events.

isf_fsl_spi_master_PEx

Copyright (c) 2012-2014, Freescale Semiconductor, Inc.

Definition in file isf_fsl_spi_master_PEx.c.

Variable Documentation

const spi_master_instance_PEx spi_master_instance_tbl[]
Initial value:
= {
{
.fnSPILLDInit = (fnSPIInit_t)&SPIMasterBus1_Init,
.fnSPICLLDRead = (fnSPIRead_t)&SPIMasterBus1_ReceiveBlock,
.fnSPILLDWrite = (fnSPIWrite_t)&SPIMasterBus1_SendBlock,
}
}
LDD_TDeviceData *(* fnSPIInit_t)(LDD_TUserData *apUserData)
This is the function pointer signature for i2c initialization.
LDD_TError(* fnSPIRead_t)(LDD_TDeviceData *apDevice, LDD_TData *BufferPtr, uint16_t Size)
This is the function pointer signature for reading the data from a specified device.
LDD_TError(* fnSPIWrite_t)(LDD_TDeviceData *apDevice, LDD_TData *BufferPtr, uint16_t Size)
This is the the function pointer signature for writing the data to a specified device.

Lookup table for the LLD instance.

Definition at line 26 of file isf_fsl_spi_master_PEx.c.