Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpi2c.c372 (uint32_t)HAL_FMPI2C_MODE_SLAVE))
375 (uint32_t)HAL_FMPI2C_MODE_SLAVE))
1400 hfmpi2c->Mode = HAL_FMPI2C_MODE_SLAVE; in HAL_FMPI2C_Slave_Transmit()
1573 hfmpi2c->Mode = HAL_FMPI2C_MODE_SLAVE; in HAL_FMPI2C_Slave_Receive()
1851 hfmpi2c->Mode = HAL_FMPI2C_MODE_SLAVE; in HAL_FMPI2C_Slave_Transmit_IT()
1915 hfmpi2c->Mode = HAL_FMPI2C_MODE_SLAVE; in HAL_FMPI2C_Slave_Receive_IT()
2282 hfmpi2c->Mode = HAL_FMPI2C_MODE_SLAVE; in HAL_FMPI2C_Slave_Transmit_DMA()
2418 hfmpi2c->Mode = HAL_FMPI2C_MODE_SLAVE; in HAL_FMPI2C_Slave_Receive_DMA()
3994 hfmpi2c->Mode = HAL_FMPI2C_MODE_SLAVE; in HAL_FMPI2C_Slave_Seq_Transmit_IT()
4121 hfmpi2c->Mode = HAL_FMPI2C_MODE_SLAVE; in HAL_FMPI2C_Slave_Seq_Transmit_DMA()
[all …]
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_fmpi2c.h151 HAL_FMPI2C_MODE_SLAVE = 0x20U, /*!< FMPI2C communication is in Slave Mode */ enumerator