HAL
HAL_FMPI2C_Master_Transmit() is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALHAL_FMPI2C_Master_Transmit()

HAL_FMPI2C_Master_Transmit() function

Transmits in master mode an amount of data in blocking mode.

Syntax

HAL_StatusTypeDef HAL_FMPI2C_Master_Transmit(FMPI2C_HandleTypeDef *hfmpi2c,     uint16_t DevAddress,     uint8_t *pData,     uint16_t Size,     uint32_t Timeout);
Implemented in stm32f4xx_hal_fmpi2c.c:1120

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

pData

Pointer to data buffer

Size

Amount of data to be sent

Timeout

Timeout duration

Return value

HAL status

References

LocationText
stm32f4xx_hal_fmpi2c.c:1120
HAL_StatusTypeDef HAL_FMPI2C_Master_Transmit(FMPI2C_HandleTypeDef *hfmpi2c, uint16_t DevAddress, uint8_t *pData,
stm32f4xx_hal_fmpi2c.h:625
HAL_StatusTypeDef HAL_FMPI2C_Master_Transmit(FMPI2C_HandleTypeDef *hfmpi2c, uint16_t DevAddress, uint8_t *pData,

Call Tree

Functions called by HAL_FMPI2C_Master_Transmit()
HAL_FMPI2C_Master_Transmit()
Type of HAL_FMPI2C_Master_Transmit()
HAL_FMPI2C_Master_Transmit()
uint32_t
all items filtered out