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

Activate_I2C_Master() function

This function Activate I2C2 peripheral (Master)

Syntax

void Activate_I2C_Master(void);
Implemented in main.c:338

Return value

None

Notes

This function is used to : -1- Enable I2C2. -2- Enable I2C2 transfer event/error interrupts.

References

LocationReferrerText
main.c:338
void Activate_I2C_Master(void)
main.c:65
void Activate_I2C_Master(void);
main.c:106main()
Activate_I2C_Master();

Call Tree

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