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 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 struct _NUTTWIICB NUTTWIICB |
TWI/I2C bus structure.
TWI/I2C bus structure.