Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpi2c.c366 (uint32_t)HAL_FMPI2C_MODE_MASTER))
369 (uint32_t)HAL_FMPI2C_MODE_MASTER))
1134 hfmpi2c->Mode = HAL_FMPI2C_MODE_MASTER; in HAL_FMPI2C_Master_Transmit()
1253 hfmpi2c->Mode = HAL_FMPI2C_MODE_MASTER; in HAL_FMPI2C_Master_Receive()
1633 hfmpi2c->Mode = HAL_FMPI2C_MODE_MASTER; in HAL_FMPI2C_Master_Transmit_IT()
1704 hfmpi2c->Mode = HAL_FMPI2C_MODE_MASTER; in HAL_FMPI2C_Master_Receive_IT()
1876 hfmpi2c->Mode = HAL_FMPI2C_MODE_MASTER; in HAL_FMPI2C_Master_Transmit_DMA()
2023 hfmpi2c->Mode = HAL_FMPI2C_MODE_MASTER; in HAL_FMPI2C_Master_Receive_DMA()
3270 hfmpi2c->Mode = HAL_FMPI2C_MODE_MASTER; in HAL_FMPI2C_Master_Seq_Transmit_IT()
3358 hfmpi2c->Mode = HAL_FMPI2C_MODE_MASTER; in HAL_FMPI2C_Master_Seq_Transmit_DMA()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_fmpi2c.h152 HAL_FMPI2C_MODE_MASTER = 0x10U, /*!< FMPI2C communication is in Master Mode */ enumerator