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

__FMPI2C_HandleTypeDef::XferSize field

FMPI2C transfer size

Syntax

uint16_t XferSize;

References

LocationReferrerText
stm32f4xx_hal_fmpi2c.h:193
uint16_t XferSize; /*!< FMPI2C transfer size */
stm32f4xx_hal_fmpi2c.c:1150HAL_FMPI2C_Master_Transmit()
hfmpi2c->XferSize = MAX_NBYTE_SIZE;
stm32f4xx_hal_fmpi2c.c:1155HAL_FMPI2C_Master_Transmit()
hfmpi2c->XferSize = hfmpi2c->XferCount;
stm32f4xx_hal_fmpi2c.c:1159HAL_FMPI2C_Master_Transmit()
if (hfmpi2c->XferSize > 0U)
stm32f4xx_hal_fmpi2c.c:1169HAL_FMPI2C_Master_Transmit()
hfmpi2c->XferSize--;
stm32f4xx_hal_fmpi2c.c:1173HAL_FMPI2C_Master_Transmit()
FMPI2C_TransferConfig(hfmpi2c, DevAddress, (uint8_t)(hfmpi2c->XferSize + 1U), xfermode,
stm32f4xx_hal_fmpi2c.c:1180HAL_FMPI2C_Master_Transmit()
FMPI2C_TransferConfig(hfmpi2c, DevAddress, (uint8_t)hfmpi2c->XferSize, xfermode,
stm32f4xx_hal_fmpi2c.c:1198HAL_FMPI2C_Master_Transmit()
hfmpi2c->XferSize--;
stm32f4xx_hal_fmpi2c.c:1200HAL_FMPI2C_Master_Transmit()
if ((hfmpi2c->XferCount != 0U) && (hfmpi2c->XferSize == 0U))
stm32f4xx_hal_fmpi2c.c:1210HAL_FMPI2C_Master_Transmit()
hfmpi2c->XferSize = MAX_NBYTE_SIZE;
stm32f4xx_hal_fmpi2c.c:1211HAL_FMPI2C_Master_Transmit()
stm32f4xx_hal_fmpi2c.c:1216HAL_FMPI2C_Master_Transmit()
hfmpi2c->XferSize = hfmpi2c->XferCount;
stm32f4xx_hal_fmpi2c.c:1217HAL_FMPI2C_Master_Transmit()
stm32f4xx_hal_fmpi2c.c:1292HAL_FMPI2C_Master_Receive()
hfmpi2c->XferSize = 1U;
stm32f4xx_hal_fmpi2c.c:1293HAL_FMPI2C_Master_Receive()
stm32f4xx_hal_fmpi2c.c:1298HAL_FMPI2C_Master_Receive()
hfmpi2c->XferSize = hfmpi2c->XferCount;
stm32f4xx_hal_fmpi2c.c:1299HAL_FMPI2C_Master_Receive()
stm32f4xx_hal_fmpi2c.c:1317HAL_FMPI2C_Master_Receive()
hfmpi2c->XferSize--;
stm32f4xx_hal_fmpi2c.c:1320HAL_FMPI2C_Master_Receive()
if ((hfmpi2c->XferCount != 0U) && (hfmpi2c->XferSize == 0U))
stm32f4xx_hal_fmpi2c.c:1330HAL_FMPI2C_Master_Receive()
hfmpi2c->XferSize = MAX_NBYTE_SIZE;
stm32f4xx_hal_fmpi2c.c:1331HAL_FMPI2C_Master_Receive()
stm32f4xx_hal_fmpi2c.c:1336HAL_FMPI2C_Master_Receive()
hfmpi2c->XferSize = hfmpi2c->XferCount;
stm32f4xx_hal_fmpi2c.c:1337HAL_FMPI2C_Master_Receive()
stm32f4xx_hal_fmpi2c.c:1579HAL_FMPI2C_Slave_Receive()
hfmpi2c->XferSize = hfmpi2c->XferCount;
stm32f4xx_hal_fmpi2c.c:1622HAL_FMPI2C_Slave_Receive()
hfmpi2c->XferSize--;
stm32f4xx_hal_fmpi2c.c:1635HAL_FMPI2C_Slave_Receive()
hfmpi2c->XferSize--;
stm32f4xx_hal_fmpi2c.c:1711HAL_FMPI2C_Master_Transmit_IT()
hfmpi2c->XferSize = MAX_NBYTE_SIZE;
stm32f4xx_hal_fmpi2c.c:1716HAL_FMPI2C_Master_Transmit_IT()
hfmpi2c->XferSize = hfmpi2c->XferCount;
stm32f4xx_hal_fmpi2c.c:1722HAL_FMPI2C_Master_Transmit_IT()
if (hfmpi2c->XferSize > 0U)
stm32f4xx_hal_fmpi2c.c:1732HAL_FMPI2C_Master_Transmit_IT()
hfmpi2c->XferSize--;
stm32f4xx_hal_fmpi2c.c:1734HAL_FMPI2C_Master_Transmit_IT()
FMPI2C_TransferConfig(hfmpi2c, DevAddress, (uint8_t)(hfmpi2c->XferSize + 1U), xfermode,
stm32f4xx_hal_fmpi2c.c:1739HAL_FMPI2C_Master_Transmit_IT()
FMPI2C_TransferConfig(hfmpi2c, DevAddress, (uint8_t)hfmpi2c->XferSize, xfermode,
stm32f4xx_hal_fmpi2c.c:1801HAL_FMPI2C_Master_Receive_IT()
hfmpi2c->XferSize = 1U;
stm32f4xx_hal_fmpi2c.c:1806HAL_FMPI2C_Master_Receive_IT()
hfmpi2c->XferSize = hfmpi2c->XferCount;
stm32f4xx_hal_fmpi2c.c:1812HAL_FMPI2C_Master_Receive_IT()
stm32f4xx_hal_fmpi2c.c:1860HAL_FMPI2C_Slave_Transmit_IT()
hfmpi2c->XferSize = hfmpi2c->XferCount;
stm32f4xx_hal_fmpi2c.c:1875HAL_FMPI2C_Slave_Transmit_IT()
hfmpi2c->XferSize--;
stm32f4xx_hal_fmpi2c.c:1924HAL_FMPI2C_Slave_Receive_IT()
hfmpi2c->XferSize = hfmpi2c->XferCount;
stm32f4xx_hal_fmpi2c.c:1988HAL_FMPI2C_Master_Transmit_DMA()
hfmpi2c->XferSize = MAX_NBYTE_SIZE;
stm32f4xx_hal_fmpi2c.c:1993HAL_FMPI2C_Master_Transmit_DMA()
hfmpi2c->XferSize = hfmpi2c->XferCount;
stm32f4xx_hal_fmpi2c.c:1997HAL_FMPI2C_Master_Transmit_DMA()
if (hfmpi2c->XferSize > 0U)
stm32f4xx_hal_fmpi2c.c:2006HAL_FMPI2C_Master_Transmit_DMA()
sizetoxfer = hfmpi2c->XferSize;
stm32f4xx_hal_fmpi2c.c:2008HAL_FMPI2C_Master_Transmit_DMA()
hfmpi2c->XferSize--;
stm32f4xx_hal_fmpi2c.c:2011HAL_FMPI2C_Master_Transmit_DMA()
if (hfmpi2c->XferSize > 0U)
stm32f4xx_hal_fmpi2c.c:2027HAL_FMPI2C_Master_Transmit_DMA()
(uint32_t)&hfmpi2c->Instance->TXDR, hfmpi2c->XferSize);
stm32f4xx_hal_fmpi2c.c:2048HAL_FMPI2C_Master_Transmit_DMA()
FMPI2C_TransferConfig(hfmpi2c, DevAddress, (uint8_t)(hfmpi2c->XferSize + 1U),
stm32f4xx_hal_fmpi2c.c:2052HAL_FMPI2C_Master_Transmit_DMA()
hfmpi2c->XferCount -= hfmpi2c->XferSize;
stm32f4xx_hal_fmpi2c.c:2150HAL_FMPI2C_Master_Receive_DMA()
hfmpi2c->XferSize = 1U;
stm32f4xx_hal_fmpi2c.c:2155HAL_FMPI2C_Master_Receive_DMA()
hfmpi2c->XferSize = hfmpi2c->XferCount;
stm32f4xx_hal_fmpi2c.c:2159HAL_FMPI2C_Master_Receive_DMA()
if (hfmpi2c->XferSize > 0U)
stm32f4xx_hal_fmpi2c.c:2175HAL_FMPI2C_Master_Receive_DMA()
hfmpi2c->XferSize);
stm32f4xx_hal_fmpi2c.c:2196HAL_FMPI2C_Master_Receive_DMA()
stm32f4xx_hal_fmpi2c.c:2199HAL_FMPI2C_Master_Receive_DMA()
hfmpi2c->XferCount -= hfmpi2c->XferSize;
stm32f4xx_hal_fmpi2c.c:2235HAL_FMPI2C_Master_Receive_DMA()
stm32f4xx_hal_fmpi2c.c:2288HAL_FMPI2C_Slave_Transmit_DMA()
hfmpi2c->XferSize = hfmpi2c->XferCount;
stm32f4xx_hal_fmpi2c.c:2303HAL_FMPI2C_Slave_Transmit_DMA()
hfmpi2c->XferSize--;
stm32f4xx_hal_fmpi2c.c:2323HAL_FMPI2C_Slave_Transmit_DMA()
hfmpi2c->XferSize);
stm32f4xx_hal_fmpi2c.c:2424HAL_FMPI2C_Slave_Receive_DMA()
hfmpi2c->XferSize = hfmpi2c->XferCount;
stm32f4xx_hal_fmpi2c.c:2442HAL_FMPI2C_Slave_Receive_DMA()
hfmpi2c->XferSize);
stm32f4xx_hal_fmpi2c.c:2559HAL_FMPI2C_Mem_Write()
hfmpi2c->XferSize = MAX_NBYTE_SIZE;
stm32f4xx_hal_fmpi2c.c:2560HAL_FMPI2C_Mem_Write()
stm32f4xx_hal_fmpi2c.c:2564HAL_FMPI2C_Mem_Write()
hfmpi2c->XferSize = hfmpi2c->XferCount;
stm32f4xx_hal_fmpi2c.c:2565HAL_FMPI2C_Mem_Write()
stm32f4xx_hal_fmpi2c.c:2583HAL_FMPI2C_Mem_Write()
hfmpi2c->XferSize--;
stm32f4xx_hal_fmpi2c.c:2585HAL_FMPI2C_Mem_Write()
if ((hfmpi2c->XferCount != 0U) && (hfmpi2c->XferSize == 0U))
stm32f4xx_hal_fmpi2c.c:2595HAL_FMPI2C_Mem_Write()
hfmpi2c->XferSize = MAX_NBYTE_SIZE;
stm32f4xx_hal_fmpi2c.c:2596HAL_FMPI2C_Mem_Write()
stm32f4xx_hal_fmpi2c.c:2601HAL_FMPI2C_Mem_Write()
hfmpi2c->XferSize = hfmpi2c->XferCount;
stm32f4xx_hal_fmpi2c.c:2602HAL_FMPI2C_Mem_Write()
stm32f4xx_hal_fmpi2c.c:2697HAL_FMPI2C_Mem_Read()
hfmpi2c->XferSize = 1U;
stm32f4xx_hal_fmpi2c.c:2698HAL_FMPI2C_Mem_Read()
stm32f4xx_hal_fmpi2c.c:2703HAL_FMPI2C_Mem_Read()
hfmpi2c->XferSize = hfmpi2c->XferCount;
stm32f4xx_hal_fmpi2c.c:2704HAL_FMPI2C_Mem_Read()
stm32f4xx_hal_fmpi2c.c:2722HAL_FMPI2C_Mem_Read()
hfmpi2c->XferSize--;
stm32f4xx_hal_fmpi2c.c:2725HAL_FMPI2C_Mem_Read()
if ((hfmpi2c->XferCount != 0U) && (hfmpi2c->XferSize == 0U))
stm32f4xx_hal_fmpi2c.c:2735HAL_FMPI2C_Mem_Read()
hfmpi2c->XferSize = 1U;
stm32f4xx_hal_fmpi2c.c:2736HAL_FMPI2C_Mem_Read()
stm32f4xx_hal_fmpi2c.c:2741HAL_FMPI2C_Mem_Read()
hfmpi2c->XferSize = hfmpi2c->XferCount;
stm32f4xx_hal_fmpi2c.c:2742HAL_FMPI2C_Mem_Read()
stm32f4xx_hal_fmpi2c.c:2813HAL_FMPI2C_Mem_Write_IT()
hfmpi2c->XferSize = 0U;
stm32f4xx_hal_fmpi2c.c:2998HAL_FMPI2C_Mem_Write_DMA()
hfmpi2c->XferSize = MAX_NBYTE_SIZE;
stm32f4xx_hal_fmpi2c.c:3002HAL_FMPI2C_Mem_Write_DMA()
hfmpi2c->XferSize = hfmpi2c->XferCount;
stm32f4xx_hal_fmpi2c.c:3038HAL_FMPI2C_Mem_Write_DMA()
hfmpi2c->XferSize);
stm32f4xx_hal_fmpi2c.c:3144HAL_FMPI2C_Mem_Read_DMA()
hfmpi2c->XferSize = MAX_NBYTE_SIZE;
stm32f4xx_hal_fmpi2c.c:3148HAL_FMPI2C_Mem_Read_DMA()
hfmpi2c->XferSize = hfmpi2c->XferCount;
stm32f4xx_hal_fmpi2c.c:3184HAL_FMPI2C_Mem_Read_DMA()
hfmpi2c->XferSize);
stm32f4xx_hal_fmpi2c.c:3406HAL_FMPI2C_Master_Seq_Transmit_IT()
hfmpi2c->XferSize = MAX_NBYTE_SIZE;
stm32f4xx_hal_fmpi2c.c:3411HAL_FMPI2C_Master_Seq_Transmit_IT()
hfmpi2c->XferSize = hfmpi2c->XferCount;
stm32f4xx_hal_fmpi2c.c:3415HAL_FMPI2C_Master_Seq_Transmit_IT()
if ((hfmpi2c->XferSize > 0U) && ((XferOptions == FMPI2C_FIRST_FRAME) || \
stm32f4xx_hal_fmpi2c.c:3425HAL_FMPI2C_Master_Seq_Transmit_IT()
sizetoxfer = hfmpi2c->XferSize;
stm32f4xx_hal_fmpi2c.c:3427HAL_FMPI2C_Master_Seq_Transmit_IT()
hfmpi2c->XferSize--;
stm32f4xx_hal_fmpi2c.c:3457HAL_FMPI2C_Master_Seq_Transmit_IT()
FMPI2C_TransferConfig(hfmpi2c, DevAddress, (uint8_t)hfmpi2c->XferSize, xfermode, xferrequest);
stm32f4xx_hal_fmpi2c.c:3521HAL_FMPI2C_Master_Seq_Transmit_DMA()
hfmpi2c->XferSize = MAX_NBYTE_SIZE;
stm32f4xx_hal_fmpi2c.c:3526HAL_FMPI2C_Master_Seq_Transmit_DMA()
hfmpi2c->XferSize = hfmpi2c->XferCount;
stm32f4xx_hal_fmpi2c.c:3530HAL_FMPI2C_Master_Seq_Transmit_DMA()
if ((hfmpi2c->XferSize > 0U) && ((XferOptions == FMPI2C_FIRST_FRAME) || \
stm32f4xx_hal_fmpi2c.c:3540HAL_FMPI2C_Master_Seq_Transmit_DMA()
sizetoxfer = hfmpi2c->XferSize;
stm32f4xx_hal_fmpi2c.c:3542HAL_FMPI2C_Master_Seq_Transmit_DMA()
hfmpi2c->XferSize--;
stm32f4xx_hal_fmpi2c.c:3565HAL_FMPI2C_Master_Seq_Transmit_DMA()
if (hfmpi2c->XferSize > 0U)
stm32f4xx_hal_fmpi2c.c:3581HAL_FMPI2C_Master_Seq_Transmit_DMA()
(uint32_t)&hfmpi2c->Instance->TXDR, hfmpi2c->XferSize);
stm32f4xx_hal_fmpi2c.c:3607HAL_FMPI2C_Master_Seq_Transmit_DMA()
FMPI2C_TransferConfig(hfmpi2c, DevAddress, (uint8_t)hfmpi2c->XferSize, xfermode, xferrequest);
stm32f4xx_hal_fmpi2c.c:3611HAL_FMPI2C_Master_Seq_Transmit_DMA()
hfmpi2c->XferCount -= hfmpi2c->XferSize;
stm32f4xx_hal_fmpi2c.c:3653HAL_FMPI2C_Master_Seq_Transmit_DMA()
FMPI2C_TransferConfig(hfmpi2c, DevAddress, (uint8_t)hfmpi2c->XferSize, xfermode, xferrequest);
stm32f4xx_hal_fmpi2c.c:3716HAL_FMPI2C_Master_Seq_Receive_IT()
hfmpi2c->XferSize = MAX_NBYTE_SIZE;
stm32f4xx_hal_fmpi2c.c:3721HAL_FMPI2C_Master_Seq_Receive_IT()
hfmpi2c->XferSize = hfmpi2c->XferCount;
stm32f4xx_hal_fmpi2c.c:3746HAL_FMPI2C_Master_Seq_Receive_IT()
FMPI2C_TransferConfig(hfmpi2c, DevAddress, (uint8_t)hfmpi2c->XferSize, xfermode, xferrequest);
stm32f4xx_hal_fmpi2c.c:3804HAL_FMPI2C_Master_Seq_Receive_DMA()
hfmpi2c->XferSize = MAX_NBYTE_SIZE;
stm32f4xx_hal_fmpi2c.c:3809HAL_FMPI2C_Master_Seq_Receive_DMA()
hfmpi2c->XferSize = hfmpi2c->XferCount;
stm32f4xx_hal_fmpi2c.c:3833HAL_FMPI2C_Master_Seq_Receive_DMA()
if (hfmpi2c->XferSize > 0U)
stm32f4xx_hal_fmpi2c.c:3849HAL_FMPI2C_Master_Seq_Receive_DMA()
hfmpi2c->XferSize);
stm32f4xx_hal_fmpi2c.c:3869HAL_FMPI2C_Master_Seq_Receive_DMA()
FMPI2C_TransferConfig(hfmpi2c, DevAddress, (uint8_t)hfmpi2c->XferSize, xfermode, xferrequest);
stm32f4xx_hal_fmpi2c.c:3872HAL_FMPI2C_Master_Seq_Receive_DMA()
hfmpi2c->XferCount -= hfmpi2c->XferSize;
stm32f4xx_hal_fmpi2c.c:3908HAL_FMPI2C_Master_Seq_Receive_DMA()
stm32f4xx_hal_fmpi2c.c:4003HAL_FMPI2C_Slave_Seq_Transmit_IT()
hfmpi2c->XferSize = hfmpi2c->XferCount;
stm32f4xx_hal_fmpi2c.c:4130HAL_FMPI2C_Slave_Seq_Transmit_DMA()
hfmpi2c->XferSize = hfmpi2c->XferCount;
stm32f4xx_hal_fmpi2c.c:4148HAL_FMPI2C_Slave_Seq_Transmit_DMA()
hfmpi2c->XferSize);
stm32f4xx_hal_fmpi2c.c:4168HAL_FMPI2C_Slave_Seq_Transmit_DMA()
hfmpi2c->XferCount -= hfmpi2c->XferSize;
stm32f4xx_hal_fmpi2c.c:4171HAL_FMPI2C_Slave_Seq_Transmit_DMA()
hfmpi2c->XferSize = 0;
stm32f4xx_hal_fmpi2c.c:4287HAL_FMPI2C_Slave_Seq_Receive_IT()
hfmpi2c->XferSize = hfmpi2c->XferCount;
stm32f4xx_hal_fmpi2c.c:4414HAL_FMPI2C_Slave_Seq_Receive_DMA()
hfmpi2c->XferSize = hfmpi2c->XferCount;
stm32f4xx_hal_fmpi2c.c:4432HAL_FMPI2C_Slave_Seq_Receive_DMA()
(uint32_t)pData, hfmpi2c->XferSize);
stm32f4xx_hal_fmpi2c.c:4452HAL_FMPI2C_Slave_Seq_Receive_DMA()
hfmpi2c->XferCount -= hfmpi2c->XferSize;
stm32f4xx_hal_fmpi2c.c:4455HAL_FMPI2C_Slave_Seq_Receive_DMA()
hfmpi2c->XferSize = 0;
stm32f4xx_hal_fmpi2c.c:4961FMPI2C_Master_ISR_IT()
hfmpi2c->XferSize--;
stm32f4xx_hal_fmpi2c.c:4977FMPI2C_Master_ISR_IT()
hfmpi2c->XferSize--;
stm32f4xx_hal_fmpi2c.c:4984FMPI2C_Master_ISR_IT()
if ((hfmpi2c->XferCount != 0U) && (hfmpi2c->XferSize == 0U))
stm32f4xx_hal_fmpi2c.c:4993FMPI2C_Master_ISR_IT()
hfmpi2c->XferSize = 1U;
stm32f4xx_hal_fmpi2c.c:4997FMPI2C_Master_ISR_IT()
hfmpi2c->XferSize = MAX_NBYTE_SIZE;
stm32f4xx_hal_fmpi2c.c:4999FMPI2C_Master_ISR_IT()
stm32f4xx_hal_fmpi2c.c:5003FMPI2C_Master_ISR_IT()
hfmpi2c->XferSize = hfmpi2c->XferCount;
stm32f4xx_hal_fmpi2c.c:5006FMPI2C_Master_ISR_IT()
FMPI2C_TransferConfig(hfmpi2c, devaddress, (uint8_t)hfmpi2c->XferSize,
stm32f4xx_hal_fmpi2c.c:5011FMPI2C_Master_ISR_IT()
FMPI2C_TransferConfig(hfmpi2c, devaddress, (uint8_t)hfmpi2c->XferSize,
stm32f4xx_hal_fmpi2c.c:5120FMPI2C_Mem_ISR_IT()
hfmpi2c->XferSize--;
stm32f4xx_hal_fmpi2c.c:5134FMPI2C_Mem_ISR_IT()
hfmpi2c->XferSize--;
stm32f4xx_hal_fmpi2c.c:5149FMPI2C_Mem_ISR_IT()
if ((hfmpi2c->XferCount != 0U) && (hfmpi2c->XferSize == 0U))
stm32f4xx_hal_fmpi2c.c:5156FMPI2C_Mem_ISR_IT()
hfmpi2c->XferSize = 1U;
stm32f4xx_hal_fmpi2c.c:5160FMPI2C_Mem_ISR_IT()
hfmpi2c->XferSize = MAX_NBYTE_SIZE;
stm32f4xx_hal_fmpi2c.c:5162FMPI2C_Mem_ISR_IT()
FMPI2C_TransferConfig(hfmpi2c, (uint16_t)hfmpi2c->Devaddress, (uint8_t)hfmpi2c->XferSize,
stm32f4xx_hal_fmpi2c.c:5167FMPI2C_Mem_ISR_IT()
hfmpi2c->XferSize = hfmpi2c->XferCount;
stm32f4xx_hal_fmpi2c.c:5168FMPI2C_Mem_ISR_IT()
FMPI2C_TransferConfig(hfmpi2c, (uint16_t)hfmpi2c->Devaddress, (uint8_t)hfmpi2c->XferSize,
stm32f4xx_hal_fmpi2c.c:5198FMPI2C_Mem_ISR_IT()
hfmpi2c->XferSize = 1U;
stm32f4xx_hal_fmpi2c.c:5202FMPI2C_Mem_ISR_IT()
hfmpi2c->XferSize = MAX_NBYTE_SIZE;
stm32f4xx_hal_fmpi2c.c:5206FMPI2C_Mem_ISR_IT()
FMPI2C_TransferConfig(hfmpi2c, (uint16_t)hfmpi2c->Devaddress, (uint8_t)hfmpi2c->XferSize,
stm32f4xx_hal_fmpi2c.c:5211FMPI2C_Mem_ISR_IT()
hfmpi2c->XferSize = hfmpi2c->XferCount;
stm32f4xx_hal_fmpi2c.c:5214FMPI2C_Mem_ISR_IT()
FMPI2C_TransferConfig(hfmpi2c, (uint16_t)hfmpi2c->Devaddress, (uint8_t)hfmpi2c->XferSize,
stm32f4xx_hal_fmpi2c.c:5321FMPI2C_Slave_ISR_IT()
hfmpi2c->XferSize--;
stm32f4xx_hal_fmpi2c.c:5353FMPI2C_Slave_ISR_IT()
hfmpi2c->XferSize--;
stm32f4xx_hal_fmpi2c.c:5427FMPI2C_Master_ISR_DMA()
hfmpi2c->XferSize = 1U;
stm32f4xx_hal_fmpi2c.c:5431FMPI2C_Master_ISR_DMA()
hfmpi2c->XferSize = MAX_NBYTE_SIZE;
stm32f4xx_hal_fmpi2c.c:5437FMPI2C_Master_ISR_DMA()
hfmpi2c->XferSize = hfmpi2c->XferCount;
stm32f4xx_hal_fmpi2c.c:5449FMPI2C_Master_ISR_DMA()
FMPI2C_TransferConfig(hfmpi2c, devaddress, (uint8_t)hfmpi2c->XferSize, xfermode, FMPI2C_NO_STARTSTOP);
stm32f4xx_hal_fmpi2c.c:5452FMPI2C_Master_ISR_DMA()
hfmpi2c->XferCount -= hfmpi2c->XferSize;
stm32f4xx_hal_fmpi2c.c:5583FMPI2C_Mem_ISR_DMA()
hfmpi2c->XferSize = 1U;
stm32f4xx_hal_fmpi2c.c:5587FMPI2C_Mem_ISR_DMA()
hfmpi2c->XferSize = MAX_NBYTE_SIZE;
stm32f4xx_hal_fmpi2c.c:5589FMPI2C_Mem_ISR_DMA()
FMPI2C_TransferConfig(hfmpi2c, (uint16_t)hfmpi2c->Devaddress, (uint8_t)hfmpi2c->XferSize,
stm32f4xx_hal_fmpi2c.c:5594FMPI2C_Mem_ISR_DMA()
hfmpi2c->XferSize = hfmpi2c->XferCount;
stm32f4xx_hal_fmpi2c.c:5595FMPI2C_Mem_ISR_DMA()
FMPI2C_TransferConfig(hfmpi2c, (uint16_t)hfmpi2c->Devaddress, (uint8_t)hfmpi2c->XferSize,
stm32f4xx_hal_fmpi2c.c:5600FMPI2C_Mem_ISR_DMA()
hfmpi2c->XferCount -= hfmpi2c->XferSize;
stm32f4xx_hal_fmpi2c.c:5638FMPI2C_Mem_ISR_DMA()
hfmpi2c->XferSize = 1U;
stm32f4xx_hal_fmpi2c.c:5642FMPI2C_Mem_ISR_DMA()
hfmpi2c->XferSize = MAX_NBYTE_SIZE;
stm32f4xx_hal_fmpi2c.c:5646FMPI2C_Mem_ISR_DMA()
FMPI2C_TransferConfig(hfmpi2c, (uint16_t)hfmpi2c->Devaddress, (uint8_t)hfmpi2c->XferSize,
stm32f4xx_hal_fmpi2c.c:5651FMPI2C_Mem_ISR_DMA()
hfmpi2c->XferSize = hfmpi2c->XferCount;
stm32f4xx_hal_fmpi2c.c:5654FMPI2C_Mem_ISR_DMA()
FMPI2C_TransferConfig(hfmpi2c, (uint16_t)hfmpi2c->Devaddress, (uint8_t)hfmpi2c->XferSize,
stm32f4xx_hal_fmpi2c.c:5659FMPI2C_Mem_ISR_DMA()
hfmpi2c->XferCount -= hfmpi2c->XferSize;
stm32f4xx_hal_fmpi2c.c:6387FMPI2C_ITSlaveCplt()
if ((hfmpi2c->XferSize > 0U))
stm32f4xx_hal_fmpi2c.c:6389FMPI2C_ITSlaveCplt()
hfmpi2c->XferSize--;
stm32f4xx_hal_fmpi2c.c:6543FMPI2C_ITListenCplt()
if ((hfmpi2c->XferSize > 0U))
stm32f4xx_hal_fmpi2c.c:6545FMPI2C_ITListenCplt()
hfmpi2c->XferSize--;
stm32f4xx_hal_fmpi2c.c:6784FMPI2C_DMAMasterTransmitCplt()
hfmpi2c->pBuffPtr += hfmpi2c->XferSize;
stm32f4xx_hal_fmpi2c.c:6789FMPI2C_DMAMasterTransmitCplt()
hfmpi2c->XferSize = MAX_NBYTE_SIZE;
stm32f4xx_hal_fmpi2c.c:6793FMPI2C_DMAMasterTransmitCplt()
hfmpi2c->XferSize = hfmpi2c->XferCount;
stm32f4xx_hal_fmpi2c.c:6798FMPI2C_DMAMasterTransmitCplt()
hfmpi2c->XferSize) != HAL_OK)
stm32f4xx_hal_fmpi2c.c:6864FMPI2C_DMAMasterReceiveCplt()
hfmpi2c->pBuffPtr += hfmpi2c->XferSize;
stm32f4xx_hal_fmpi2c.c:6872FMPI2C_DMAMasterReceiveCplt()
hfmpi2c->XferSize = 1U;
stm32f4xx_hal_fmpi2c.c:6876FMPI2C_DMAMasterReceiveCplt()
hfmpi2c->XferSize = MAX_NBYTE_SIZE;
stm32f4xx_hal_fmpi2c.c:6881FMPI2C_DMAMasterReceiveCplt()
hfmpi2c->XferSize = hfmpi2c->XferCount;
stm32f4xx_hal_fmpi2c.c:6886FMPI2C_DMAMasterReceiveCplt()
hfmpi2c->XferSize) != HAL_OK)
stm32f4xx_hal_fmpi2c.c:7141FMPI2C_WaitOnRXNEFlagUntilTimeout()
if ((__HAL_FMPI2C_GET_FLAG(hfmpi2c, FMPI2C_FLAG_RXNE) == SET) && (hfmpi2c->XferSize > 0U))

Data Use

Functions writing __FMPI2C_HandleTypeDef::XferSize
Functions reading __FMPI2C_HandleTypeDef::XferSize
__FMPI2C_HandleTypeDef::XferSize
Type of __FMPI2C_HandleTypeDef::XferSize
__FMPI2C_HandleTypeDef::XferSize
uint16_t
all items filtered out