ISF  2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
spi_mater_BusHandle_struct Struct Reference

This structure defines the data bus handle. More...

#include <isf_spi_master_types.h>

Collaboration diagram for spi_mater_BusHandle_struct:
Collaboration graph

Data Fields

spi_handle_t spiHandle
 
spi_master_busConfig_t busConfig
 
uint8 id
 
uint8 busState
 

Detailed Description

This structure defines the data bus handle.

Definition at line 23 of file isf_spi_master_types.h.

Field Documentation

uint8 id

The unique ID associated with the bus handle.

Definition at line 27 of file isf_spi_master_types.h.

spi_handle_t spiHandle

The spi current handle.

Definition at line 25 of file isf_spi_master_types.h.

Referenced by spi_master_adapter_configure(), spi_master_adapter_start(), and spi_master_adapter_stop().


The documentation for this struct was generated from the following file: