ubMasterCommandIndex is only used within I2C_OneBoard_AdvCommunication_DMAAndIT.
 
Symbols
loading...
Files
loading...

ubMasterCommandIndex variable

Syntax

uint8_t ubMasterCommandIndex = 0;

References

LocationReferrerText
main.c:88
uint8_t ubMasterCommandIndex = 0;
main.c:180main()
if(strncmp(aCommandCode[ubMasterCommandIndex][1], "NO", 2) == 0)
main.c:192main()
ubMasterCommandIndex++;
main.c:193main()
if(ubMasterCommandIndex >= ubMasterNbCommandCode)
main.c:195main()
ubMasterCommandIndex = 0;
main.c:662Handle_I2C_Master_Transmit()
pMasterTransmitBuffer = (uint32_t*)(&aCommandCode[ubMasterCommandIndex][0]);
main.c:710Handle_I2C_Master_Transmit()
printf("%s : %s\n\r", (char*)(aCommandCode[ubMasterCommandIndex][0]), (char*)aMasterReceiveBuffer);
main.c:745Handle_I2C_Master_TransmitReceive()
pMasterTransmitBuffer = (uint32_t*)(&aCommandCode[ubMasterCommandIndex][0]);
main.c:836Handle_I2C_Master_TransmitReceive()
printf("%s : %s\n\r", (char*)(aCommandCode[ubMasterCommandIndex][0]), (char*)aMasterReceiveBuffer);

Data Use

Functions writing ubMasterCommandIndex
Functions reading ubMasterCommandIndex
all items filtered out
ubMasterCommandIndex
Type of ubMasterCommandIndex
ubMasterCommandIndex
uint8_t
all items filtered out