HAL
FMPI2C_FIRST_FRAME is only used within HAL.
 
Symbols
loading...
Files
loading...

FMPI2C_FIRST_FRAME macro

Syntax

#define FMPI2C_FIRST_FRAME ((uint32_t)FMPI2C_SOFTEND_MODE)

References

LocationText
stm32f4xx_hal_fmpi2c.h:302
#define FMPI2C_FIRST_FRAME ((uint32_t)FMPI2C_SOFTEND_MODE)
stm32f4xx_hal_fmpi2c.c:3415
if ((hfmpi2c->XferSize > 0U) && ((XferOptions == FMPI2C_FIRST_FRAME) || \
stm32f4xx_hal_fmpi2c.c:3451
if ((XferOptions == FMPI2C_FIRST_FRAME) || (XferOptions == FMPI2C_FIRST_AND_LAST_FRAME))
stm32f4xx_hal_fmpi2c.c:3530
if ((hfmpi2c->XferSize > 0U) && ((XferOptions == FMPI2C_FIRST_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:5303
if ((tmpoptions == FMPI2C_FIRST_FRAME) || (tmpoptions == FMPI2C_NEXT_FRAME))
stm32f4xx_hal_fmpi2c.c:5357
if ((tmpoptions == FMPI2C_NEXT_FRAME) || (tmpoptions == FMPI2C_FIRST_FRAME))
stm32f4xx_hal_fmpi2c.c:5786
if ((tmpoptions == FMPI2C_FIRST_FRAME) || (tmpoptions == FMPI2C_NEXT_FRAME))
stm32f4xx_hal_fmpi2c.c:6444
if ((tmpoptions == FMPI2C_FIRST_FRAME) || (tmpoptions == FMPI2C_NEXT_FRAME))
stm32f4xx_hal_fmpi2c.c:6823
if ((tmpoptions == FMPI2C_NEXT_FRAME) || (tmpoptions == FMPI2C_FIRST_FRAME))
stm32f4xx_hal_fmpi2c.c:7529
hfmpi2c->XferOptions = FMPI2C_FIRST_FRAME;