STM32412G-Discovery
I2Cx_IsDeviceReady()
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_IsDeviceReady()
I2Cx_IsDeviceReady() function
Checks if target device is ready for communication.
Syntax
Show:
Summary
Declaration
Definition
from
stm32412g_discovery.c:136
static
HAL_StatusTypeDef
I2Cx_IsDeviceReady
(
I2C_HandleTypeDef
*
i2c_handler
,
uint16_t
DevAddress
,
uint32_t
Trials
)
;
Implemented in
stm32412g_discovery.c:711
Arguments
Argument
Description
i2c_handler
I2C handler
DevAddress
Target device address
Trials
Number of trials
Return value
HAL status
Notes
This function is used with Memory devices
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_MspInit()
BUS OPERATIONS I2C Routines ******************************** Initializes I2C MSP.
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