HAL
FMPI2C_FIRST_AND_LAST_FRAME is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALFMPI2C_FIRST_AND_LAST_FRAME

FMPI2C_FIRST_AND_LAST_FRAME macro

Syntax

#define FMPI2C_FIRST_AND_LAST_FRAME ((uint32_t)FMPI2C_AUTOEND_MODE)

References

LocationText
stm32f4xx_hal_fmpi2c.h:305
#define FMPI2C_FIRST_AND_LAST_FRAME ((uint32_t)FMPI2C_AUTOEND_MODE)
stm32f4xx_hal_fmpi2c.c:3416
(XferOptions == FMPI2C_FIRST_AND_LAST_FRAME)))
stm32f4xx_hal_fmpi2c.c:3451
if ((XferOptions == FMPI2C_FIRST_FRAME) || (XferOptions == FMPI2C_FIRST_AND_LAST_FRAME))
stm32f4xx_hal_fmpi2c.c:3531
(XferOptions == FMPI2C_FIRST_AND_LAST_FRAME)))
stm32f4xx_hal_fmpi2c.c:3601
if ((XferOptions == FMPI2C_FIRST_FRAME) || (XferOptions == FMPI2C_FIRST_AND_LAST_FRAME))
stm32f4xx_hal_fmpi2c.c:3647
if ((XferOptions == FMPI2C_FIRST_FRAME) || (XferOptions == FMPI2C_FIRST_AND_LAST_FRAME))
stm32f4xx_hal_fmpi2c.c:5269
if ((hfmpi2c->State == HAL_FMPI2C_STATE_LISTEN) && (tmpoptions == FMPI2C_FIRST_AND_LAST_FRAME))
stm32f4xx_hal_fmpi2c.c:5749
if ((hfmpi2c->State == HAL_FMPI2C_STATE_LISTEN) && (tmpoptions == FMPI2C_FIRST_AND_LAST_FRAME))
stm32f4xx_hal_fmpi2c.c:6410
if ((hfmpi2c->State == HAL_FMPI2C_STATE_LISTEN) && (tmpoptions == FMPI2C_FIRST_AND_LAST_FRAME))
stm32f4xx_hal_fmpi2c.c:7537
hfmpi2c->XferOptions = FMPI2C_FIRST_AND_LAST_FRAME;