Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_fmpi2c.h364 #define FMPI2C_NOSTRETCH_ENABLE FMPI2C_CR1_NOSTRETCH macro
757 ((STRETCH) == FMPI2C_NOSTRETCH_ENABLE))
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpi2c.c1420 if (hfmpi2c->Init.NoStretchMode == FMPI2C_NOSTRETCH_ENABLE) in HAL_FMPI2C_Slave_Transmit()
1865 if (hfmpi2c->Init.NoStretchMode == FMPI2C_NOSTRETCH_ENABLE) in HAL_FMPI2C_Slave_Transmit_IT()
2293 if (hfmpi2c->Init.NoStretchMode == FMPI2C_NOSTRETCH_ENABLE) in HAL_FMPI2C_Slave_Transmit_DMA()