Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_fmpi2c.h299 #define FMPI2C_FIRST_FRAME ((uint32_t)FMPI2C_SOFTEND_MODE) macro
768 #define IS_FMPI2C_TRANSFER_OPTIONS_REQUEST(REQUEST) (((REQUEST) == FMPI2C_FIRST_FRAME) ||…
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpi2c.c4939 if ((tmpoptions == FMPI2C_FIRST_FRAME) || (tmpoptions == FMPI2C_NEXT_FRAME)) in FMPI2C_Slave_ISR_IT()
4993 if ((tmpoptions == FMPI2C_NEXT_FRAME) || (tmpoptions == FMPI2C_FIRST_FRAME)) in FMPI2C_Slave_ISR_IT()
5251 if ((tmpoptions == FMPI2C_FIRST_FRAME) || (tmpoptions == FMPI2C_NEXT_FRAME)) in FMPI2C_Slave_ISR_DMA()
6211 if ((tmpoptions == FMPI2C_NEXT_FRAME) || (tmpoptions == FMPI2C_FIRST_FRAME)) in FMPI2C_DMASlaveTransmitCplt()
6836 hfmpi2c->XferOptions = FMPI2C_FIRST_FRAME; in FMPI2C_ConvertOtherXferOptions()