RXBUFFERSIZE is only used within I2C_TwoBoards_ComPolling.
 
Symbols
loading...
Files
loading...

RXBUFFERSIZE macro

Syntax

#define RXBUFFERSIZE TXBUFFERSIZE

References

LocationText
main.h:51
#define RXBUFFERSIZE TXBUFFERSIZE
main.c:53
uint8_t aRxBuffer[RXBUFFERSIZE];
main.c:179
if(HAL_I2C_Slave_Receive(&I2cHandle, (uint8_t *)aRxBuffer, RXBUFFERSIZE, 10000) != HAL_OK)
main.c:204
if(Buffercmp((uint8_t*)aTxBuffer,(uint8_t*)aRxBuffer,RXBUFFERSIZE))