HAL
+
0
/3 examples
SourceVu will show references to
FMPI2C_InitTypeDef::OwnAddress1
from the following samples and libraries:
Drivers
Boards
STM32446E_EVAL
STM32F413H-Discovery
Examples
STM32446E_EVAL
Examples
I2C
FMPI2C_EEPROM
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
HAL
FMPI2C_InitTypeDef::OwnAddress1
FMPI2C_InitTypeDef::OwnAddress1 field
Specifies the first device own address. This parameter can be a 7-bit or 10-bit address.
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_fmpi2c.h:54
uint32_t
OwnAddress1
;
Examples
FMPI2C_InitTypeDef::OwnAddress1
is referenced by 3 libraries and example projects:
Drivers
Boards
STM32446E_EVAL
STM32F413H-Discovery
Examples
STM32446E_EVAL
Examples
I2C
FMPI2C_EEPROM
References
from
0/3
examples
Code
Location
Referrer
uint32_t
OwnAddress1
;
/*!< Specifies the first device own address.
stm32f4xx_hal_fmpi2c.h:54
hfmpi2c
->
Instance
->
OAR1
=
(
FMPI2C_OAR1_OA1EN
|
hfmpi2c
->
Init
.
OwnAddress1
)
;
stm32f4xx_hal_fmpi2c.c:601
HAL_FMPI2C_Init()
hfmpi2c
->
Instance
->
OAR1
=
(
FMPI2C_OAR1_OA1EN
|
FMPI2C_OAR1_OA1MODE
|
hfmpi2c
->
Init
.
OwnAddress1
)
;
stm32f4xx_hal_fmpi2c.c:605
HAL_FMPI2C_Init()
Call Tree
from
0/3
examples
All items filtered out
All items filtered out
Data Use
from
0/3
examples
FMPI2C_InitTypeDef::OwnAddress1
is read by 1 function:
All items filtered out
FMPI2C_InitTypeDef::OwnAddress1
HAL_FMPI2C_Init()
All items filtered out
Class Tree
from
0/3
examples
All items filtered out
All items filtered out
Override Tree
from
0/3
examples
All items filtered out
All items filtered out
Implementations
from
0/3
examples
All items filtered out
All items filtered out
Instances
from
0/3
examples
Lifecycle
from
0/3
examples
All items filtered out
All items filtered out