HAL
HAL_FMPI2C_Slave_Receive_IT() is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALHAL_FMPI2C_Slave_Receive_IT()

HAL_FMPI2C_Slave_Receive_IT() function

Receive in slave mode an amount of data in non-blocking mode with Interrupt

Syntax

HAL_StatusTypeDef HAL_FMPI2C_Slave_Receive_IT(FMPI2C_HandleTypeDef *hfmpi2c,     uint8_t *pData,     uint16_t Size);
Implemented in stm32f4xx_hal_fmpi2c.c:1907

Arguments

hfmpi2c

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

pData

Pointer to data buffer

Size

Amount of data to be sent

Return value

HAL status

References

LocationText
stm32f4xx_hal_fmpi2c.c:1907
HAL_StatusTypeDef HAL_FMPI2C_Slave_Receive_IT(FMPI2C_HandleTypeDef *hfmpi2c, uint8_t *pData, uint16_t Size)
stm32f4xx_hal_fmpi2c.h:646
HAL_StatusTypeDef HAL_FMPI2C_Slave_Receive_IT(FMPI2C_HandleTypeDef *hfmpi2c, uint8_t *pData, uint16_t Size);