HAL
FMPI2C_STATE_SLAVE_BUSY_RX is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALFMPI2C_STATE_SLAVE_BUSY_RX

FMPI2C_STATE_SLAVE_BUSY_RX macro

Syntax

#define FMPI2C_STATE_SLAVE_BUSY_RX ((uint32_t)(((uint32_t)HAL_FMPI2C_STATE_BUSY_RX & FMPI2C_STATE_MSK) | \     (uint32_t)HAL_FMPI2C_MODE_SLAVE))

References

LocationText
stm32f4xx_hal_fmpi2c.c:374
#define FMPI2C_STATE_SLAVE_BUSY_RX ((uint32_t)(((uint32_t)HAL_FMPI2C_STATE_BUSY_RX & FMPI2C_STATE_MSK) | \
stm32f4xx_hal_fmpi2c.c:5794
hfmpi2c->PreviousState = FMPI2C_STATE_SLAVE_BUSY_RX;
stm32f4xx_hal_fmpi2c.c:6139
hfmpi2c->PreviousState = FMPI2C_STATE_SLAVE_BUSY_RX;
stm32f4xx_hal_fmpi2c.c:6328
hfmpi2c->PreviousState = FMPI2C_STATE_SLAVE_BUSY_RX;
stm32f4xx_hal_fmpi2c.c:6668
(tmppreviousstate == FMPI2C_STATE_SLAVE_BUSY_RX)))