Searched refs:FMPI2C_Enable_IRQ (Results 1 – 1 of 1) sorted by relevance
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_fmpi2c.c | 473 static void FMPI2C_Enable_IRQ(FMPI2C_HandleTypeDef *hfmpi2c, uint16_t InterruptRequest); 1754 FMPI2C_Enable_IRQ(hfmpi2c, FMPI2C_XFER_TX_IT); in HAL_FMPI2C_Master_Transmit_IT() 1825 FMPI2C_Enable_IRQ(hfmpi2c, FMPI2C_XFER_RX_IT); in HAL_FMPI2C_Master_Receive_IT() 1889 FMPI2C_Enable_IRQ(hfmpi2c, FMPI2C_XFER_TX_IT | FMPI2C_XFER_LISTEN_IT); in HAL_FMPI2C_Slave_Transmit_IT() 1939 FMPI2C_Enable_IRQ(hfmpi2c, FMPI2C_XFER_RX_IT | FMPI2C_XFER_LISTEN_IT); in HAL_FMPI2C_Slave_Receive_IT() 2061 FMPI2C_Enable_IRQ(hfmpi2c, FMPI2C_XFER_ERROR_IT); in HAL_FMPI2C_Master_Transmit_DMA() 2101 FMPI2C_Enable_IRQ(hfmpi2c, FMPI2C_XFER_TX_IT); in HAL_FMPI2C_Master_Transmit_DMA() 2208 FMPI2C_Enable_IRQ(hfmpi2c, FMPI2C_XFER_ERROR_IT); in HAL_FMPI2C_Master_Receive_DMA() 2248 FMPI2C_Enable_IRQ(hfmpi2c, FMPI2C_XFER_RX_IT); in HAL_FMPI2C_Master_Receive_DMA() 2352 FMPI2C_Enable_IRQ(hfmpi2c, FMPI2C_XFER_LISTEN_IT); in HAL_FMPI2C_Slave_Transmit_DMA() [all …]
|