Searched defs:MemAddress (Results 1 – 2 of 2) sorted by relevance
| /device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Src/ |
| D | stm32f4xx_hal_fmpi2c.c | 2360 …peDef HAL_FMPI2C_Mem_Write(FMPI2C_HandleTypeDef *hfmpi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_FMPI2C_Mem_Write() 2497 …ypeDef HAL_FMPI2C_Mem_Read(FMPI2C_HandleTypeDef *hfmpi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_FMPI2C_Mem_Read() 2634 …ef HAL_FMPI2C_Mem_Write_IT(FMPI2C_HandleTypeDef *hfmpi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_FMPI2C_Mem_Write_IT() 2728 …Def HAL_FMPI2C_Mem_Read_IT(FMPI2C_HandleTypeDef *hfmpi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_FMPI2C_Mem_Read_IT() 2820 …f HAL_FMPI2C_Mem_Write_DMA(FMPI2C_HandleTypeDef *hfmpi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_FMPI2C_Mem_Write_DMA() 2967 …ef HAL_FMPI2C_Mem_Read_DMA(FMPI2C_HandleTypeDef *hfmpi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_FMPI2C_Mem_Read_DMA() 5303 … uint16_t MemAddress, uint16_t MemAddSize, uint32_t Timeout, in FMPI2C_RequestMemoryWrite() 5358 … uint16_t MemAddress, uint16_t MemAddSize, uint32_t Timeout, in FMPI2C_RequestMemoryRead()
|
| D | stm32f4xx_hal_i2c.c | 2484 …ef HAL_I2C_Mem_Write(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, uint16_t M… in HAL_I2C_Mem_Write() 2607 …Def HAL_I2C_Mem_Read(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, uint16_t M… in HAL_I2C_Mem_Read() 2854 …HAL_I2C_Mem_Write_IT(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, uint16_t M… in HAL_I2C_Mem_Write_IT() 2942 … HAL_I2C_Mem_Read_IT(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, uint16_t M… in HAL_I2C_Mem_Read_IT() 3036 …AL_I2C_Mem_Write_DMA(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, uint16_t M… in HAL_I2C_Mem_Write_DMA() 3221 …HAL_I2C_Mem_Read_DMA(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, uint16_t M… in HAL_I2C_Mem_Read_DMA() 6724 …C_RequestMemoryWrite(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, uint16_t M… in I2C_RequestMemoryWrite() 6804 …2C_RequestMemoryRead(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, uint16_t M… in I2C_RequestMemoryRead()
|