Handle_I2C_Master() is only used within I2C_OneBoard_Communication_IT_Init.
 
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:530

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:530
void Handle_I2C_Master(void)
main.c:73
void Handle_I2C_Master(void);
main.c:116main()
Handle_I2C_Master();

Call Tree

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