HAL
HAL_FMPI2C_ModeTypeDef::HAL_FMPI2C_MODE_MASTER is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALHAL_FMPI2C_ModeTypeDef::HAL_FMPI2C_MODE_MASTER

HAL_FMPI2C_ModeTypeDef::HAL_FMPI2C_MODE_MASTER

Syntax

HAL_FMPI2C_MODE_MASTER = 0x10U;

References

LocationReferrerText
stm32f4xx_hal_fmpi2c.h:150
HAL_FMPI2C_MODE_MASTER = 0x10U, /*!< FMPI2C communication is in Master Mode */
stm32f4xx_hal_fmpi2c.c:1140HAL_FMPI2C_Master_Transmit()
hfmpi2c->Mode = HAL_FMPI2C_MODE_MASTER;
stm32f4xx_hal_fmpi2c.c:1280HAL_FMPI2C_Master_Receive()
hfmpi2c->Mode = HAL_FMPI2C_MODE_MASTER;
stm32f4xx_hal_fmpi2c.c:1700HAL_FMPI2C_Master_Transmit_IT()
hfmpi2c->Mode = HAL_FMPI2C_MODE_MASTER;
stm32f4xx_hal_fmpi2c.c:1790HAL_FMPI2C_Master_Receive_IT()
hfmpi2c->Mode = HAL_FMPI2C_MODE_MASTER;
stm32f4xx_hal_fmpi2c.c:1977HAL_FMPI2C_Master_Transmit_DMA()
hfmpi2c->Mode = HAL_FMPI2C_MODE_MASTER;
stm32f4xx_hal_fmpi2c.c:2139HAL_FMPI2C_Master_Receive_DMA()
hfmpi2c->Mode = HAL_FMPI2C_MODE_MASTER;
stm32f4xx_hal_fmpi2c.c:3394HAL_FMPI2C_Master_Seq_Transmit_IT()
hfmpi2c->Mode = HAL_FMPI2C_MODE_MASTER;
stm32f4xx_hal_fmpi2c.c:3433HAL_FMPI2C_Master_Seq_Transmit_IT()
stm32f4xx_hal_fmpi2c.c:3509HAL_FMPI2C_Master_Seq_Transmit_DMA()
hfmpi2c->Mode = HAL_FMPI2C_MODE_MASTER;
stm32f4xx_hal_fmpi2c.c:3548HAL_FMPI2C_Master_Seq_Transmit_DMA()
stm32f4xx_hal_fmpi2c.c:3704HAL_FMPI2C_Master_Seq_Receive_IT()
hfmpi2c->Mode = HAL_FMPI2C_MODE_MASTER;
stm32f4xx_hal_fmpi2c.c:3728HAL_FMPI2C_Master_Seq_Receive_IT()
stm32f4xx_hal_fmpi2c.c:3792HAL_FMPI2C_Master_Seq_Receive_DMA()
hfmpi2c->Mode = HAL_FMPI2C_MODE_MASTER;
stm32f4xx_hal_fmpi2c.c:3816HAL_FMPI2C_Master_Seq_Receive_DMA()
stm32f4xx_hal_fmpi2c.c:4565HAL_FMPI2C_Master_Abort_IT()
if (hfmpi2c->Mode == HAL_FMPI2C_MODE_MASTER)
stm32f4xx_hal_fmpi2c.c:4574HAL_FMPI2C_Master_Abort_IT()
stm32f4xx_hal_fmpi2c.c:4579HAL_FMPI2C_Master_Abort_IT()
stm32f4xx_hal_fmpi2c.c:6049FMPI2C_ITMasterSeqCplt()
stm32f4xx_hal_fmpi2c.c:6069FMPI2C_ITMasterSeqCplt()
stm32f4xx_hal_fmpi2c.c:6179FMPI2C_ITMasterCplt()
stm32f4xx_hal_fmpi2c.c:6184FMPI2C_ITMasterCplt()
stm32f4xx_hal_fmpi2c.c:6637FMPI2C_ITError()
if ((hfmpi2c->hdmatx != NULL) && ((tmppreviousstate == FMPI2C_STATE_MASTER_BUSY_TX) || \
stm32f4xx_hal_fmpi2c.c:6667FMPI2C_ITError()
else if ((hfmpi2c->hdmarx != NULL) && ((tmppreviousstate == FMPI2C_STATE_MASTER_BUSY_RX) || \