STM32F429I-Discovery
I2cxTimeout
is only used within STM32F429I-Discovery.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
STM32F429I-Discovery
I2cxTimeout
I2cxTimeout variable
Syntax
Show:
Summary
Declaration
from
stm32f429i_discovery.c:85
uint32_t
I2cxTimeout
=
I2Cx_TIMEOUT_MAX
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
I2cxTimeout
=
I2Cx_TIMEOUT_MAX
;
/*<! Value of Timeout when I2C communication fails */
stm32f429i_discovery.c:85
status
=
HAL_I2C_Mem_Write
(
&
I2cHandle
,
Addr
,
(
uint16_t
)
Reg
,
I2C_MEMADD_SIZE_8BIT
,
&
Value
,
1
,
I2cxTimeout
)
;
stm32f429i_discovery.c:458
I2Cx_WriteData()
status
=
HAL_I2C_Mem_Write
(
&
I2cHandle
,
Addr
,
(
uint16_t
)
Reg
,
I2C_MEMADD_SIZE_8BIT
,
pBuffer
,
Length
,
I2cxTimeout
)
;
stm32f429i_discovery.c:479
I2Cx_WriteBuffer()
status
=
HAL_I2C_Mem_Read
(
&
I2cHandle
,
Addr
,
Reg
,
I2C_MEMADD_SIZE_8BIT
,
&
value
,
1
,
I2cxTimeout
)
;
stm32f429i_discovery.c:500
I2Cx_ReadData()
status
=
HAL_I2C_Mem_Read
(
&
I2cHandle
,
Addr
,
(
uint16_t
)
Reg
,
I2C_MEMADD_SIZE_8BIT
,
pBuffer
,
Length
,
I2cxTimeout
)
;
stm32f429i_discovery.c:524
I2Cx_ReadBuffer()
return
(
HAL_I2C_IsDeviceReady
(
&
I2cHandle
,
DevAddress
,
Trials
,
I2cxTimeout
)
)
;
stm32f429i_discovery.c:598
I2Cx_IsDeviceReady()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
I2cxTimeout
is read by 5 functions:
All items filtered out
I2cxTimeout
I2Cx_WriteData()
I2Cx_WriteBuffer()
I2Cx_ReadData()
I2Cx_ReadBuffer()
I2Cx_IsDeviceReady()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out