SLAVE_BYTE_TO_SEND is only used within I2C_OneBoard_Communication_IT.
 
Symbols
loading...
Files
loading...

SLAVE_BYTE_TO_SEND macro

Define related to SlaveTransmit process

Syntax

#define SLAVE_BYTE_TO_SEND (uint8_t)0xA5

References

LocationText
main.c:45
#define SLAVE_BYTE_TO_SEND (uint8_t)0xA5
main.c:50
__IO uint8_t ubNbDataToTransmit = sizeof(SLAVE_BYTE_TO_SEND);
main.c:51
__IO uint8_t ubNbDataToReceive = sizeof(SLAVE_BYTE_TO_SEND);
main.c:577
LL_I2C_TransmitData8(I2C1, SLAVE_BYTE_TO_SEND);
main.c:699
if(aReceiveBuffer[ubReceiveIndex-1] == SLAVE_BYTE_TO_SEND)