Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_fmpi2c.h379 #define FMPI2C_DIRECTION_RECEIVE (0x00000001U) macro
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpi2c.c3825 if (FMPI2C_GET_DIR(hfmpi2c) == FMPI2C_DIRECTION_RECEIVE) in HAL_FMPI2C_Slave_Seq_Transmit_IT()
4003 if (FMPI2C_GET_DIR(hfmpi2c) == FMPI2C_DIRECTION_RECEIVE) in HAL_FMPI2C_Slave_Seq_Transmit_DMA()