STM32446E_EVAL
hEvalI2c
is only used within STM32446E_EVAL.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/9)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
STM32446E_EVAL
hEvalI2c
hEvalI2c variable
Syntax
Show:
Summary
Declaration
from
stm32446e_eval.c:132
static
FMPI2C_HandleTypeDef
hEvalI2c
;
Examples
References
from
examples
Code
Location
Referrer
static
FMPI2C_HandleTypeDef
hEvalI2c
;
stm32446e_eval.c:132
if
(
HAL_FMPI2C_GetState
(
&
hEvalI2c
)
==
HAL_FMPI2C_STATE_RESET
)
stm32446e_eval.c:714
I2Cx_Init()
hEvalI2c
.
Instance
=
EVAL_I2Cx
;
stm32446e_eval.c:716
I2Cx_Init()
hEvalI2c
.
Init
.
Timing
=
EVAL_I2Cx_TIMING
;
stm32446e_eval.c:717
I2Cx_Init()
hEvalI2c
.
Init
.
OwnAddress1
=
0
;
stm32446e_eval.c:718
I2Cx_Init()
hEvalI2c
.
Init
.
AddressingMode
=
FMPI2C_ADDRESSINGMODE_7BIT
;
stm32446e_eval.c:719
I2Cx_Init()
hEvalI2c
.
Init
.
DualAddressMode
=
FMPI2C_DUALADDRESS_DISABLE
;
stm32446e_eval.c:720
I2Cx_Init()
hEvalI2c
.
Init
.
OwnAddress2
=
0
;
stm32446e_eval.c:721
I2Cx_Init()
hEvalI2c
.
Init
.
GeneralCallMode
=
FMPI2C_GENERALCALL_DISABLE
;
stm32446e_eval.c:722
I2Cx_Init()
hEvalI2c
.
Init
.
NoStretchMode
=
FMPI2C_NOSTRETCH_DISABLE
;
stm32446e_eval.c:723
I2Cx_Init()
HAL_FMPI2C_Init
(
&
hEvalI2c
)
;
stm32446e_eval.c:727
I2Cx_Init()
status
=
HAL_FMPI2C_Mem_Write
(
&
hEvalI2c
,
Addr
,
(
uint16_t
)
Reg
,
FMPI2C_MEMADD_SIZE_8BIT
,
&
Value
,
1
,
100
)
;
stm32446e_eval.c:744
I2Cx_Write()
status
=
HAL_FMPI2C_Mem_Read
(
&
hEvalI2c
,
Addr
,
Reg
,
FMPI2C_MEMADD_SIZE_8BIT
,
&
Value
,
1
,
1000
)
;
stm32446e_eval.c:765
I2Cx_Read()
status
=
HAL_FMPI2C_Mem_Read
(
&
hEvalI2c
,
Addr
,
(
uint16_t
)
Reg
,
MemAddSize
,
Buffer
,
Length
,
1000
)
;
stm32446e_eval.c:791
I2Cx_ReadMultiple()
status
=
HAL_FMPI2C_Mem_Write
(
&
hEvalI2c
,
Addr
,
(
uint16_t
)
Reg
,
MemAddSize
,
Buffer
,
Length
,
1000
)
;
stm32446e_eval.c:815
I2Cx_WriteMultiple()
return
(
HAL_FMPI2C_IsDeviceReady
(
&
hEvalI2c
,
DevAddress
,
Trials
,
1000
)
)
;
stm32446e_eval.c:835
I2Cx_IsDeviceReady()
HAL_FMPI2C_DeInit
(
&
hEvalI2c
)
;
stm32446e_eval.c:845
I2Cx_Error()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hEvalI2c
is read by 1 function:
All items filtered out
hEvalI2c
I2Cx_Init()
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