STM32446E_EVAL
I2Cx_Init()
is only used within STM32446E_EVAL.
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
STM32446E_EVAL
I2Cx_Init()
I2Cx_Init() function
Initializes I2C HAL.
Syntax
Show:
Summary
Declaration
Definition
from
stm32446e_eval.c:142
static
void
I2Cx_Init
(
void
)
;
Implemented in
stm32446e_eval.c:712
Examples
References
from
examples
Code
Location
Referrer
static
void
I2Cx_Init
(
void
)
stm32446e_eval.c:712
static
void
I2Cx_Init
(
void
)
;
stm32446e_eval.c:142
I2Cx_Init
(
)
;
stm32446e_eval.c:848
I2Cx_Error()
I2Cx_Init
(
)
;
stm32446e_eval.c:977
MFX_IO_Init()
I2Cx_Init
(
)
;
stm32446e_eval.c:1142
AUDIO_IO_Init()
I2Cx_Init
(
)
;
stm32446e_eval.c:1206
CAMERA_IO_Init()
I2Cx_Init
(
)
;
stm32446e_eval.c:1274
EEPROM_IO_Init()
Call Tree
from
examples
I2Cx_Init()
is called by 5 functions and calls 3 functions:
I2Cx_Error()
MFX_IO_Init()
AUDIO_IO_Init()
CAMERA_IO_Init()
EEPROM_IO_Init()
All items filtered out
I2Cx_Init()
HAL_FMPI2C_Init()
HAL_FMPI2C_GetState()
I2Cx_MspInit()
All items filtered out
Data Use
from
examples
I2Cx_Init()
reads 3 variables and writes 8 variables:
HAL_FMPI2C_StateTypeDef::HAL_FMPI2C_STATE_RESET
__FMPI2C_HandleTypeDef::Init
hEvalI2c
All items filtered out
I2Cx_Init()
FMPI2C_InitTypeDef::Timing
FMPI2C_InitTypeDef::OwnAddress1
FMPI2C_InitTypeDef::AddressingMode
FMPI2C_InitTypeDef::DualAddressMode
FMPI2C_InitTypeDef::OwnAddress2
FMPI2C_InitTypeDef::GeneralCallMode
FMPI2C_InitTypeDef::NoStretchMode
__FMPI2C_HandleTypeDef::Instance
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