Handle_I2C_Master() is only used within I2C_OneBoard_Communication_IT.
 
Symbols
loading...
Files
loading...

Handle_I2C_Master() function

This Function handle Master events to perform a reception process

Syntax

void Handle_I2C_Master(void);
Implemented in main.c:479

Return value

None

Notes

This function is composed in different steps : -1- Prepare acknowledge for Master data reception. -2- Initiate a Start condition to the Slave device.

References

LocationReferrerText
main.c:479
void Handle_I2C_Master(void)
main.c:72
void Handle_I2C_Master(void);
main.c:115main()
Handle_I2C_Master();

Call Tree

Functions calling Handle_I2C_Master()
Functions called by Handle_I2C_Master()
all items filtered out
Handle_I2C_Master()