I2C_ADDRESS is only used within I2C_TwoBoards_AdvComIT.
 
Symbols
loading...
Files
loading...

I2C_ADDRESS macro

Syntax

#define I2C_ADDRESS 0x3E

References

LocationText
main.c:38
#define I2C_ADDRESS 0x3E /* Real 7 bits slave address value in Datasheet is: b0011111
main.c:94
I2CxHandle.Init.OwnAddress1 = I2C_ADDRESS;
main.c:129
if(HAL_I2C_Master_Transmit_IT(&I2CxHandle, (uint16_t)I2C_ADDRESS, (uint8_t*)&bTransferRequest, 1)!= HAL_OK)
main.c:153
if(HAL_I2C_Master_Transmit_IT(&I2CxHandle, (uint16_t)I2C_ADDRESS, (uint8_t*)&hTxNumData, 2)!= HAL_OK)
main.c:177
if(HAL_I2C_Master_Transmit_IT(&I2CxHandle, (uint16_t)I2C_ADDRESS, (uint8_t*)aTxBuffer, TXBUFFERSIZE)!= HAL_OK)
main.c:204
if(HAL_I2C_Master_Transmit_IT(&I2CxHandle, (uint16_t)I2C_ADDRESS, (uint8_t*)&bTransferRequest, 1)!= HAL_OK)
main.c:228
if(HAL_I2C_Master_Transmit_IT(&I2CxHandle, (uint16_t)I2C_ADDRESS, (uint8_t*)&hRxNumData, 2)!= HAL_OK)
main.c:252
if(HAL_I2C_Master_Receive_IT(&I2CxHandle, (uint16_t)I2C_ADDRESS, (uint8_t*)aRxBuffer, RXBUFFERSIZE)!= HAL_OK)