Activate_I2C_Slave() is only used within I2C_OneBoard_AdvCommunication_DMAAndIT.
 
Symbols
loading...
Files
loading...

Activate_I2C_Slave() function

This function Activate I2C1 peripheral (Slave)

Syntax

void Activate_I2C_Slave(void);
Implemented in main.c:453

Return value

None

Notes

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

References

LocationReferrerText
main.c:453
void Activate_I2C_Slave(void)
main.c:111
void Activate_I2C_Slave(void);
main.c:163main()
Activate_I2C_Slave();

Call Tree

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