ISF  2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
busHandle_struct Struct Reference

This structure is a declaration of a BusHandle type. More...

#include <isf_protocol_adapter.h>

Collaboration diagram for busHandle_struct:
Collaboration graph

Data Fields

void * pHandle
 
uint8 nLock
 
void * pLock
 
uint8 nRdLock
 
void * pRdLock
 

Detailed Description

This structure is a declaration of a BusHandle type.

Definition at line 86 of file isf_protocol_adapter.h.

Field Documentation

uint8 nLock

The lock count associated with the bus.

Definition at line 88 of file isf_protocol_adapter.h.

Referenced by i2c_master_adapter_init(), spi_master_adapter_init(), and uart_adapter_init().

uint8 nRdLock

The lock count associated with the Read.

Definition at line 90 of file isf_protocol_adapter.h.

Referenced by spi_master_adapter_init(), and uart_adapter_init().

void* pLock

The pointer to the lock.

Definition at line 89 of file isf_protocol_adapter.h.

Referenced by i2c_master_adapter_init(), spi_master_adapter_init(), and uart_adapter_init().

void* pRdLock

The pointer to the Read lock.

Definition at line 91 of file isf_protocol_adapter.h.

Referenced by spi_master_adapter_init(), and uart_adapter_init().


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