usidriverStatus_t Struct Reference

Driver status bit structure. More...

Data Fields

unsigned char masterMode: 1
 True if in master mode.
unsigned char transferComplete: 1
 True when transfer completed.
unsigned char writeCollision: 1
 True if put attempted during transfer.

Detailed Description

Driver status bit structure.

This struct contains status flags for the driver. The flags have the same meaning as the corresponding status flags for the native SPI module. The flags should not be changed by the user. The driver takes care of updating the flags when required.

Definition at line 87 of file spi_via_usi_driver.c.


Field Documentation

True if in master mode.

Definition at line 88 of file spi_via_usi_driver.c.

Referenced by ISR(), spiX_initmaster(), spiX_initslave(), and spiX_put().

True when transfer completed.

Definition at line 89 of file spi_via_usi_driver.c.

Referenced by ISR(), spiX_initmaster(), spiX_initslave(), spiX_put(), and spiX_wait().

True if put attempted during transfer.

Definition at line 90 of file spi_via_usi_driver.c.

Referenced by spiX_initmaster(), spiX_initslave(), and spiX_put().


The documentation for this struct was generated from the following file:
Generated on Fri Jun 4 14:16:06 2010 for Audio and steering wheel adapter EGO Talk <=> Infiniti FX 35 by  doxygen 1.6.3