HAL
FMPI2C_STATE_MASTER_BUSY_RX is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALFMPI2C_STATE_MASTER_BUSY_RX

FMPI2C_STATE_MASTER_BUSY_RX macro

Syntax

#define FMPI2C_STATE_MASTER_BUSY_RX ((uint32_t)(((uint32_t)HAL_FMPI2C_STATE_BUSY_RX & FMPI2C_STATE_MSK) | \     (uint32_t)HAL_FMPI2C_MODE_MASTER))

References

LocationText
stm32f4xx_hal_fmpi2c.c:368
#define FMPI2C_STATE_MASTER_BUSY_RX ((uint32_t)(((uint32_t)HAL_FMPI2C_STATE_BUSY_RX & FMPI2C_STATE_MSK) | \
stm32f4xx_hal_fmpi2c.c:3728
if ((hfmpi2c->PreviousState == FMPI2C_STATE_MASTER_BUSY_RX) && \
stm32f4xx_hal_fmpi2c.c:3816
if ((hfmpi2c->PreviousState == FMPI2C_STATE_MASTER_BUSY_RX) && \
stm32f4xx_hal_fmpi2c.c:4579
hfmpi2c->PreviousState = FMPI2C_STATE_MASTER_BUSY_RX;
stm32f4xx_hal_fmpi2c.c:6069
hfmpi2c->PreviousState = FMPI2C_STATE_MASTER_BUSY_RX;
stm32f4xx_hal_fmpi2c.c:6184
hfmpi2c->PreviousState = FMPI2C_STATE_MASTER_BUSY_RX;
stm32f4xx_hal_fmpi2c.c:6667
else if ((hfmpi2c->hdmarx != NULL) && ((tmppreviousstate == FMPI2C_STATE_MASTER_BUSY_RX) || \