STM32F429I-Discovery
I2Cx_Init()
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
I2Cx_Init()
I2Cx_Init() function
I2Cx Bus initialization.
Syntax
Show:
Summary
Declaration
Definition
from
stm32f429i_discovery.c:100
static
void
I2Cx_Init
(
void
)
;
Implemented in
stm32f429i_discovery.c:407
Examples
References
from
examples
Code
Location
Referrer
static
void
I2Cx_Init
(
void
)
stm32f429i_discovery.c:407
static
void
I2Cx_Init
(
void
)
;
stm32f429i_discovery.c:100
I2Cx_Init
(
)
;
stm32f429i_discovery.c:611
I2Cx_Error()
I2Cx_Init
(
)
;
stm32f429i_discovery.c:874
IOE_Init()
I2Cx_Init
(
)
;
stm32f429i_discovery.c:1052
EEPROM_IO_Init()
Call Tree
from
examples
I2Cx_Init()
is called by 3 functions and calls 3 functions:
I2Cx_Error()
IOE_Init()
EEPROM_IO_Init()
All items filtered out
I2Cx_Init()
HAL_I2C_Init()
HAL_I2C_GetState()
I2Cx_MspInit()
All items filtered out
Data Use
from
examples
I2Cx_Init()
reads 3 variables and writes 9 variables:
HAL_I2C_StateTypeDef::HAL_I2C_STATE_RESET
I2C_HandleTypeDef::Init
I2cHandle
All items filtered out
I2Cx_Init()
I2C_InitTypeDef::ClockSpeed
I2C_InitTypeDef::DutyCycle
I2C_InitTypeDef::OwnAddress1
I2C_InitTypeDef::AddressingMode
I2C_InitTypeDef::DualAddressMode
I2C_InitTypeDef::OwnAddress2
I2C_InitTypeDef::GeneralCallMode
I2C_InitTypeDef::NoStretchMode
I2C_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