Nut/OS  5.0.5
API Reference
stm32_twi.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  _NUTTWIICB

Defines

#define I2C1_DMA_CHANNEL_TX   DMA1_C6
#define I2C1_DMA_CHANNEL_RX   DMA1_C7
#define I2C2_DMA_CHANNEL_TX   DMA1_C4
#define I2C2_DMA_CHANNEL_RX   DMA1_C5
#define DEF_TWIBUS   Stm32TwiBus_2

Typedefs

typedef struct _NUTTWIICB NUTTWIICB

Variables

NUTTWIBUS Stm32TwiBus_1
 TWI/I2C bus structure.
NUTTWIBUS Stm32TwiBus_2
 TWI/I2C bus structure.

Define Documentation

#define I2C1_DMA_CHANNEL_TX   DMA1_C6

Referenced by Stm32I2cBus1Init().

#define I2C1_DMA_CHANNEL_RX   DMA1_C7

Referenced by Stm32I2cBus1Init().

#define I2C2_DMA_CHANNEL_TX   DMA1_C4

Referenced by Stm32I2cBus2Init().

#define I2C2_DMA_CHANNEL_RX   DMA1_C5

Referenced by Stm32I2cBus2Init().

#define DEF_TWIBUS   Stm32TwiBus_2

Typedef Documentation

typedef struct _NUTTWIICB NUTTWIICB

Variable Documentation

TWI/I2C bus structure.

TWI/I2C bus structure.