heval_I2c is only used within STM324x9I_EVAL.
 
Symbols
loading...
Files
loading...

heval_I2c variable

Syntax

static I2C_HandleTypeDef heval_I2c;

References

LocationReferrerText
stm324x9i_eval.c:101
static I2C_HandleTypeDef heval_I2c;
stm324x9i_eval.c:429BSP_TS3510_IsDetected()
status = HAL_I2C_Mem_Read(&heval_I2c, TS3510_I2C_ADDRESS, 0x8A, I2C_MEMADD_SIZE_8BIT, &a_buffer, 1, 1000);
stm324x9i_eval.c:434BSP_TS3510_IsDetected()
error = (uint32_t)HAL_I2C_GetError(&heval_I2c);
stm324x9i_eval.c:498I2Cx_Init()
stm324x9i_eval.c:500I2Cx_Init()
heval_I2c.Instance = I2C1;
stm324x9i_eval.c:501I2Cx_Init()
stm324x9i_eval.c:502I2Cx_Init()
stm324x9i_eval.c:503I2Cx_Init()
heval_I2c.Init.OwnAddress1 = 0;
stm324x9i_eval.c:504I2Cx_Init()
stm324x9i_eval.c:505I2Cx_Init()
stm324x9i_eval.c:506I2Cx_Init()
heval_I2c.Init.OwnAddress2 = 0;
stm324x9i_eval.c:507I2Cx_Init()
stm324x9i_eval.c:508I2Cx_Init()
stm324x9i_eval.c:512I2Cx_Init()
HAL_I2C_Init(&heval_I2c);
stm324x9i_eval.c:553I2Cx_Write()
status = HAL_I2C_Mem_Write(&heval_I2c, Addr, (uint16_t)Reg, I2C_MEMADD_SIZE_8BIT, &Value, 1, 100);
stm324x9i_eval.c:574I2Cx_Read()
status = HAL_I2C_Mem_Read(&heval_I2c, Addr, Reg, I2C_MEMADD_SIZE_8BIT, &Value, 1, 1000);
stm324x9i_eval.c:600I2Cx_ReadMultiple()
status = HAL_I2C_Master_Receive(&heval_I2c, Addr, Buffer, Length, 1000);
stm324x9i_eval.c:604I2Cx_ReadMultiple()
status = HAL_I2C_Mem_Read(&heval_I2c, Addr, (uint16_t)Reg, MemAddress, Buffer, Length, 1000);
stm324x9i_eval.c:629I2Cx_WriteMultiple()
status = HAL_I2C_Mem_Write(&heval_I2c, Addr, (uint16_t)Reg, MemAddress, Buffer, Length, 1000);
stm324x9i_eval.c:649I2Cx_IsDeviceReady()
return (HAL_I2C_IsDeviceReady(&heval_I2c, DevAddress, Trials, 1000));
stm324x9i_eval.c:659I2Cx_Error()
HAL_I2C_DeInit(&heval_I2c);

Data Use

Functions reading heval_I2c
heval_I2c
all items filtered out
Type of heval_I2c
heval_I2c
all items filtered out