STM32412G-Discovery
I2Cx_MspInit()
is only used within STM32412G-Discovery.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
STM32412G-Discovery
I2Cx_MspInit()
I2Cx_MspInit() function
BUS OPERATIONS I2C Routines ******************************** Initializes I2C MSP.
Syntax
Show:
Summary
Declaration
Definition
from
stm32412g_discovery.c:131
static
void
I2Cx_MspInit
(
I2C_HandleTypeDef
*
i2c_handler
)
;
Implemented in
stm32412g_discovery.c:526
Arguments
Argument
Description
i2c_handler
I2C handler
Related Functions
Found 6 other functions taking a
I2C_HandleTypeDef
argument:
Function
Description
I2Cx_Init()
Initializes I2C HAL.
I2Cx_ReadMultiple()
Reads multiple data.
I2Cx_WriteMultiple()
Writes a value in a register of the device through BUS in using DMA mode.
I2Cx_Error()
Manages error callback by re-initializing I2C.
I2Cx_IsDeviceReady()
Checks if target device is ready for communication.
I2Cx_DeInit()
Deinitializes I2C interface
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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