Home
last modified time | relevance | path

Searched refs:FMPI2C_FIRST_AND_LAST_FRAME (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpi2c.c3416 (XferOptions == FMPI2C_FIRST_AND_LAST_FRAME))) in HAL_FMPI2C_Master_Seq_Transmit_IT()
3451 if ((XferOptions == FMPI2C_FIRST_FRAME) || (XferOptions == FMPI2C_FIRST_AND_LAST_FRAME)) in HAL_FMPI2C_Master_Seq_Transmit_IT()
3531 (XferOptions == FMPI2C_FIRST_AND_LAST_FRAME))) in HAL_FMPI2C_Master_Seq_Transmit_DMA()
3601 if ((XferOptions == FMPI2C_FIRST_FRAME) || (XferOptions == FMPI2C_FIRST_AND_LAST_FRAME)) in HAL_FMPI2C_Master_Seq_Transmit_DMA()
3647 if ((XferOptions == FMPI2C_FIRST_FRAME) || (XferOptions == FMPI2C_FIRST_AND_LAST_FRAME)) in HAL_FMPI2C_Master_Seq_Transmit_DMA()
5269 … if ((hfmpi2c->State == HAL_FMPI2C_STATE_LISTEN) && (tmpoptions == FMPI2C_FIRST_AND_LAST_FRAME)) in FMPI2C_Slave_ISR_IT()
5749 … if ((hfmpi2c->State == HAL_FMPI2C_STATE_LISTEN) && (tmpoptions == FMPI2C_FIRST_AND_LAST_FRAME)) in FMPI2C_Slave_ISR_DMA()
6410 … if ((hfmpi2c->State == HAL_FMPI2C_STATE_LISTEN) && (tmpoptions == FMPI2C_FIRST_AND_LAST_FRAME)) in FMPI2C_ITSlaveCplt()
7537 hfmpi2c->XferOptions = FMPI2C_FIRST_AND_LAST_FRAME; in FMPI2C_ConvertOtherXferOptions()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_fmpi2c.h305 #define FMPI2C_FIRST_AND_LAST_FRAME ((uint32_t)FMPI2C_AUTOEND_MODE) macro
774 … ((REQUEST) == FMPI2C_FIRST_AND_LAST_FRAME) || \