HAL
HAL_FMPI2C_Mem_Read_IT() is only used within HAL.
 
Symbols
loading...
Files
loading...

HAL_FMPI2C_Mem_Read_IT() function

Read an amount of data in non-blocking mode with Interrupt from a specific memory address

Syntax

HAL_StatusTypeDef HAL_FMPI2C_Mem_Read_IT(FMPI2C_HandleTypeDef *hfmpi2c,     uint16_t DevAddress,     uint16_t MemAddress,     uint16_t MemAddSize,     uint8_t *pData,     uint16_t Size);
Implemented in stm32f4xx_hal_fmpi2c.c:2874

Arguments

hfmpi2c

Pointer to a FMPI2C_HandleTypeDef structure that contains the configuration information for the specified FMPI2C.

DevAddress

Target device address: The device 7 bits address value in datasheet must be shifted to the left before calling the interface

MemAddress

Internal memory address

MemAddSize

Size of internal memory address

pData

Pointer to data buffer

Size

Amount of data to be sent

Return value

HAL status

References