STM32446E_EVAL
I2Cx_MspInit()
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_MspInit()
I2Cx_MspInit() function
BUS OPERATIONS I2C Routines ******************************** Initializes I2C MSP.
Syntax
Show:
Summary
Declaration
Definition
from
stm32446e_eval.c:141
static
void
I2Cx_MspInit
(
void
)
;
Implemented in
stm32446e_eval.c:670
Examples
References
from
examples
Code
Location
Referrer
static
void
I2Cx_MspInit
(
void
)
stm32446e_eval.c:670
static
void
I2Cx_MspInit
(
void
)
;
stm32446e_eval.c:141
I2Cx_MspInit
(
)
;
stm32446e_eval.c:726
I2Cx_Init()
Call Tree
from
examples
I2Cx_MspInit()
is called by 1 function and calls 3 functions:
I2Cx_Init()
All items filtered out
I2Cx_MspInit()
HAL_GPIO_Init()
HAL_NVIC_SetPriority()
HAL_NVIC_EnableIRQ()
All items filtered out
Data Use
from
examples
I2Cx_MspInit()
reads 5 variables and writes 6 variables:
IRQn_Type::FMPI2C1_EV_IRQn
IRQn_Type::FMPI2C1_ER_IRQn
RCC_TypeDef::APB1RSTR
RCC_TypeDef::AHB1ENR
RCC_TypeDef::APB1ENR
All items filtered out
I2Cx_MspInit()
GPIO_InitTypeDef::Pin
GPIO_InitTypeDef::Mode
GPIO_InitTypeDef::Pull
GPIO_InitTypeDef::Speed
GPIO_InitTypeDef::Alternate
RCC_TypeDef::APB1RSTR
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