HAL
__FMPI2C_HandleTypeDef::pBuffPtr is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHAL__FMPI2C_HandleTypeDef::pBuffPtr

__FMPI2C_HandleTypeDef::pBuffPtr field

Pointer to FMPI2C transfer buffer

Syntax

uint8_t *pBuffPtr;

References

LocationReferrerText
stm32f4xx_hal_fmpi2c.h:191
uint8_t *pBuffPtr; /*!< Pointer to FMPI2C transfer buffer */
stm32f4xx_hal_fmpi2c.c:1144HAL_FMPI2C_Master_Transmit()
hfmpi2c->pBuffPtr = pData;
stm32f4xx_hal_fmpi2c.c:1163HAL_FMPI2C_Master_Transmit()
hfmpi2c->Instance->TXDR = *hfmpi2c->pBuffPtr;
stm32f4xx_hal_fmpi2c.c:1166HAL_FMPI2C_Master_Transmit()
hfmpi2c->pBuffPtr++;
stm32f4xx_hal_fmpi2c.c:1192HAL_FMPI2C_Master_Transmit()
hfmpi2c->Instance->TXDR = *hfmpi2c->pBuffPtr;
stm32f4xx_hal_fmpi2c.c:1195HAL_FMPI2C_Master_Transmit()
hfmpi2c->pBuffPtr++;
stm32f4xx_hal_fmpi2c.c:1284HAL_FMPI2C_Master_Receive()
hfmpi2c->pBuffPtr = pData;
stm32f4xx_hal_fmpi2c.c:1312HAL_FMPI2C_Master_Receive()
*hfmpi2c->pBuffPtr = (uint8_t)hfmpi2c->Instance->RXDR;
stm32f4xx_hal_fmpi2c.c:1315HAL_FMPI2C_Master_Receive()
hfmpi2c->pBuffPtr++;
stm32f4xx_hal_fmpi2c.c:1404HAL_FMPI2C_Slave_Transmit()
hfmpi2c->pBuffPtr = pData;
stm32f4xx_hal_fmpi2c.c:1424HAL_FMPI2C_Slave_Transmit()
hfmpi2c->Instance->TXDR = *hfmpi2c->pBuffPtr;
stm32f4xx_hal_fmpi2c.c:1427HAL_FMPI2C_Slave_Transmit()
hfmpi2c->pBuffPtr++;
stm32f4xx_hal_fmpi2c.c:1469HAL_FMPI2C_Slave_Transmit()
hfmpi2c->Instance->TXDR = *hfmpi2c->pBuffPtr;
stm32f4xx_hal_fmpi2c.c:1472HAL_FMPI2C_Slave_Transmit()
hfmpi2c->pBuffPtr++;
stm32f4xx_hal_fmpi2c.c:1577HAL_FMPI2C_Slave_Receive()
hfmpi2c->pBuffPtr = pData;
stm32f4xx_hal_fmpi2c.c:1616HAL_FMPI2C_Slave_Receive()
*hfmpi2c->pBuffPtr = (uint8_t)hfmpi2c->Instance->RXDR;
stm32f4xx_hal_fmpi2c.c:1619HAL_FMPI2C_Slave_Receive()
hfmpi2c->pBuffPtr++;
stm32f4xx_hal_fmpi2c.c:1629HAL_FMPI2C_Slave_Receive()
*hfmpi2c->pBuffPtr = (uint8_t)hfmpi2c->Instance->RXDR;
stm32f4xx_hal_fmpi2c.c:1632HAL_FMPI2C_Slave_Receive()
hfmpi2c->pBuffPtr++;
stm32f4xx_hal_fmpi2c.c:1704HAL_FMPI2C_Master_Transmit_IT()
hfmpi2c->pBuffPtr = pData;
stm32f4xx_hal_fmpi2c.c:1726HAL_FMPI2C_Master_Transmit_IT()
hfmpi2c->Instance->TXDR = *hfmpi2c->pBuffPtr;
stm32f4xx_hal_fmpi2c.c:1729HAL_FMPI2C_Master_Transmit_IT()
hfmpi2c->pBuffPtr++;
stm32f4xx_hal_fmpi2c.c:1794HAL_FMPI2C_Master_Receive_IT()
hfmpi2c->pBuffPtr = pData;
stm32f4xx_hal_fmpi2c.c:1858HAL_FMPI2C_Slave_Transmit_IT()
hfmpi2c->pBuffPtr = pData;
stm32f4xx_hal_fmpi2c.c:1869HAL_FMPI2C_Slave_Transmit_IT()
hfmpi2c->Instance->TXDR = *hfmpi2c->pBuffPtr;
stm32f4xx_hal_fmpi2c.c:1872HAL_FMPI2C_Slave_Transmit_IT()
hfmpi2c->pBuffPtr++;
stm32f4xx_hal_fmpi2c.c:1922HAL_FMPI2C_Slave_Receive_IT()
hfmpi2c->pBuffPtr = pData;
stm32f4xx_hal_fmpi2c.c:1981HAL_FMPI2C_Master_Transmit_DMA()
hfmpi2c->pBuffPtr = pData;
stm32f4xx_hal_fmpi2c.c:2001HAL_FMPI2C_Master_Transmit_DMA()
hfmpi2c->Instance->TXDR = *hfmpi2c->pBuffPtr;
stm32f4xx_hal_fmpi2c.c:2004HAL_FMPI2C_Master_Transmit_DMA()
hfmpi2c->pBuffPtr++;
stm32f4xx_hal_fmpi2c.c:2026HAL_FMPI2C_Master_Transmit_DMA()
dmaxferstatus = HAL_DMA_Start_IT(hfmpi2c->hdmatx, (uint32_t)hfmpi2c->pBuffPtr,
stm32f4xx_hal_fmpi2c.c:2143HAL_FMPI2C_Master_Receive_DMA()
hfmpi2c->pBuffPtr = pData;
stm32f4xx_hal_fmpi2c.c:2286HAL_FMPI2C_Slave_Transmit_DMA()
hfmpi2c->pBuffPtr = pData;
stm32f4xx_hal_fmpi2c.c:2297HAL_FMPI2C_Slave_Transmit_DMA()
hfmpi2c->Instance->TXDR = *hfmpi2c->pBuffPtr;
stm32f4xx_hal_fmpi2c.c:2300HAL_FMPI2C_Slave_Transmit_DMA()
hfmpi2c->pBuffPtr++;
stm32f4xx_hal_fmpi2c.c:2322HAL_FMPI2C_Slave_Transmit_DMA()
(uint32_t)hfmpi2c->pBuffPtr, (uint32_t)&hfmpi2c->Instance->TXDR,
stm32f4xx_hal_fmpi2c.c:2422HAL_FMPI2C_Slave_Receive_DMA()
hfmpi2c->pBuffPtr = pData;
stm32f4xx_hal_fmpi2c.c:2544HAL_FMPI2C_Mem_Write()
hfmpi2c->pBuffPtr = pData;
stm32f4xx_hal_fmpi2c.c:2577HAL_FMPI2C_Mem_Write()
hfmpi2c->Instance->TXDR = *hfmpi2c->pBuffPtr;
stm32f4xx_hal_fmpi2c.c:2580HAL_FMPI2C_Mem_Write()
hfmpi2c->pBuffPtr++;
stm32f4xx_hal_fmpi2c.c:2681HAL_FMPI2C_Mem_Read()
hfmpi2c->pBuffPtr = pData;
stm32f4xx_hal_fmpi2c.c:2717HAL_FMPI2C_Mem_Read()
*hfmpi2c->pBuffPtr = (uint8_t)hfmpi2c->Instance->RXDR;
stm32f4xx_hal_fmpi2c.c:2720HAL_FMPI2C_Mem_Read()
hfmpi2c->pBuffPtr++;
stm32f4xx_hal_fmpi2c.c:2814HAL_FMPI2C_Mem_Write_IT()
hfmpi2c->pBuffPtr = pData;
stm32f4xx_hal_fmpi2c.c:2901HAL_FMPI2C_Mem_Read_IT()
hfmpi2c->pBuffPtr = pData;
stm32f4xx_hal_fmpi2c.c:2990HAL_FMPI2C_Mem_Write_DMA()
hfmpi2c->pBuffPtr = pData;
stm32f4xx_hal_fmpi2c.c:3136HAL_FMPI2C_Mem_Read_DMA()
hfmpi2c->pBuffPtr = pData;
stm32f4xx_hal_fmpi2c.c:3398HAL_FMPI2C_Master_Seq_Transmit_IT()
hfmpi2c->pBuffPtr = pData;
stm32f4xx_hal_fmpi2c.c:3420HAL_FMPI2C_Master_Seq_Transmit_IT()
hfmpi2c->Instance->TXDR = *hfmpi2c->pBuffPtr;
stm32f4xx_hal_fmpi2c.c:3423HAL_FMPI2C_Master_Seq_Transmit_IT()
hfmpi2c->pBuffPtr++;
stm32f4xx_hal_fmpi2c.c:3513HAL_FMPI2C_Master_Seq_Transmit_DMA()
hfmpi2c->pBuffPtr = pData;
stm32f4xx_hal_fmpi2c.c:3535HAL_FMPI2C_Master_Seq_Transmit_DMA()
hfmpi2c->Instance->TXDR = *hfmpi2c->pBuffPtr;
stm32f4xx_hal_fmpi2c.c:3538HAL_FMPI2C_Master_Seq_Transmit_DMA()
hfmpi2c->pBuffPtr++;
stm32f4xx_hal_fmpi2c.c:3580HAL_FMPI2C_Master_Seq_Transmit_DMA()
dmaxferstatus = HAL_DMA_Start_IT(hfmpi2c->hdmatx, (uint32_t)hfmpi2c->pBuffPtr,
stm32f4xx_hal_fmpi2c.c:3708HAL_FMPI2C_Master_Seq_Receive_IT()
hfmpi2c->pBuffPtr = pData;
stm32f4xx_hal_fmpi2c.c:3796HAL_FMPI2C_Master_Seq_Receive_DMA()
hfmpi2c->pBuffPtr = pData;
stm32f4xx_hal_fmpi2c.c:4001HAL_FMPI2C_Slave_Seq_Transmit_IT()
hfmpi2c->pBuffPtr = pData;
stm32f4xx_hal_fmpi2c.c:4128HAL_FMPI2C_Slave_Seq_Transmit_DMA()
hfmpi2c->pBuffPtr = pData;
stm32f4xx_hal_fmpi2c.c:4285HAL_FMPI2C_Slave_Seq_Receive_IT()
hfmpi2c->pBuffPtr = pData;
stm32f4xx_hal_fmpi2c.c:4412HAL_FMPI2C_Slave_Seq_Receive_DMA()
hfmpi2c->pBuffPtr = pData;
stm32f4xx_hal_fmpi2c.c:4956FMPI2C_Master_ISR_IT()
*hfmpi2c->pBuffPtr = (uint8_t)hfmpi2c->Instance->RXDR;
stm32f4xx_hal_fmpi2c.c:4959FMPI2C_Master_ISR_IT()
hfmpi2c->pBuffPtr++;
stm32f4xx_hal_fmpi2c.c:4972FMPI2C_Master_ISR_IT()
hfmpi2c->Instance->TXDR = *hfmpi2c->pBuffPtr;
stm32f4xx_hal_fmpi2c.c:4975FMPI2C_Master_ISR_IT()
hfmpi2c->pBuffPtr++;
stm32f4xx_hal_fmpi2c.c:5115FMPI2C_Mem_ISR_IT()
*hfmpi2c->pBuffPtr = (uint8_t)hfmpi2c->Instance->RXDR;
stm32f4xx_hal_fmpi2c.c:5118FMPI2C_Mem_ISR_IT()
hfmpi2c->pBuffPtr++;
stm32f4xx_hal_fmpi2c.c:5129FMPI2C_Mem_ISR_IT()
hfmpi2c->Instance->TXDR = *hfmpi2c->pBuffPtr;
stm32f4xx_hal_fmpi2c.c:5132FMPI2C_Mem_ISR_IT()
hfmpi2c->pBuffPtr++;
stm32f4xx_hal_fmpi2c.c:5316FMPI2C_Slave_ISR_IT()
*hfmpi2c->pBuffPtr = (uint8_t)hfmpi2c->Instance->RXDR;
stm32f4xx_hal_fmpi2c.c:5319FMPI2C_Slave_ISR_IT()
hfmpi2c->pBuffPtr++;
stm32f4xx_hal_fmpi2c.c:5347FMPI2C_Slave_ISR_IT()
hfmpi2c->Instance->TXDR = *hfmpi2c->pBuffPtr;
stm32f4xx_hal_fmpi2c.c:5350FMPI2C_Slave_ISR_IT()
hfmpi2c->pBuffPtr++;
stm32f4xx_hal_fmpi2c.c:6382FMPI2C_ITSlaveCplt()
*hfmpi2c->pBuffPtr = (uint8_t)hfmpi2c->Instance->RXDR;
stm32f4xx_hal_fmpi2c.c:6385FMPI2C_ITSlaveCplt()
hfmpi2c->pBuffPtr++;
stm32f4xx_hal_fmpi2c.c:6538FMPI2C_ITListenCplt()
*hfmpi2c->pBuffPtr = (uint8_t)hfmpi2c->Instance->RXDR;
stm32f4xx_hal_fmpi2c.c:6541FMPI2C_ITListenCplt()
hfmpi2c->pBuffPtr++;
stm32f4xx_hal_fmpi2c.c:6784FMPI2C_DMAMasterTransmitCplt()
hfmpi2c->pBuffPtr += hfmpi2c->XferSize;
stm32f4xx_hal_fmpi2c.c:6797FMPI2C_DMAMasterTransmitCplt()
if (HAL_DMA_Start_IT(hfmpi2c->hdmatx, (uint32_t)hfmpi2c->pBuffPtr, (uint32_t)&hfmpi2c->Instance->TXDR,
stm32f4xx_hal_fmpi2c.c:6864FMPI2C_DMAMasterReceiveCplt()
hfmpi2c->pBuffPtr += hfmpi2c->XferSize;
stm32f4xx_hal_fmpi2c.c:6885FMPI2C_DMAMasterReceiveCplt()
if (HAL_DMA_Start_IT(hfmpi2c->hdmarx, (uint32_t)&hfmpi2c->Instance->RXDR, (uint32_t)hfmpi2c->pBuffPtr,

Data Use

Functions writing __FMPI2C_HandleTypeDef::pBuffPtr
Functions reading __FMPI2C_HandleTypeDef::pBuffPtr
__FMPI2C_HandleTypeDef::pBuffPtr
Type of __FMPI2C_HandleTypeDef::pBuffPtr
__FMPI2C_HandleTypeDef::pBuffPtr
uint8_t
all items filtered out