SPI_direction_transmit_receive
[SPI_Exported_Constants]

Defines

#define SPI_Direction_Rx   ((uint16_t)0xBFFF)
#define SPI_Direction_Tx   ((uint16_t)0x4000)
#define IS_SPI_DIRECTION(DIRECTION)

Define Documentation

#define IS_SPI_DIRECTION ( DIRECTION   ) 
Value:
(((DIRECTION) == SPI_Direction_Rx) || \
                                     ((DIRECTION) == SPI_Direction_Tx))
Generated on Fri Jun 22 00:58:29 2012 for STM32F4xx_StdPeriph_Driver by  doxygen 1.6.3