CARME-M4 BSP  V1.5

Data transfers functions. More...

+ Collaboration diagram for Data transfers functions:

Functions

void I2C_SendData (I2C_TypeDef *I2Cx, uint8_t Data)
 Sends a data byte through the I2Cx peripheral. More...
 
uint8_t I2C_ReceiveData (I2C_TypeDef *I2Cx)
 Returns the most recent received data by the I2Cx peripheral. More...
 

Detailed Description

Data transfers functions.

 ===============================================================================
                  ##### Data transfers functions #####
 ===============================================================================  

Function Documentation

uint8_t I2C_ReceiveData ( I2C_TypeDef *  I2Cx)

Returns the most recent received data by the I2Cx peripheral.

Parameters
I2Cxwhere x can be 1, 2 or 3 to select the I2C peripheral.
Return values
Thevalue of the received data.

Definition at line 769 of file stm32f4xx_i2c.c.

+ Here is the caller graph for this function:

void I2C_SendData ( I2C_TypeDef *  I2Cx,
uint8_t  Data 
)

Sends a data byte through the I2Cx peripheral.

Parameters
I2Cxwhere x can be 1, 2 or 3 to select the I2C peripheral.
DataByte to be transmitted..
Return values
None

Definition at line 756 of file stm32f4xx_i2c.c.

+ Here is the caller graph for this function: