| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/ |
| A D | air32f10x_i2c.h | 257 #define I2C_FLAG_STOPF ((uint32_t)0x10000010) macro 273 ((FLAG) == I2C_FLAG_STOPF) || ((FLAG) == I2C_FLAG_ADD10) || \
|
| /bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/ |
| A D | ft32f0xx_i2c.h | 282 #define I2C_FLAG_STOPF I2C_ISR_STOPF macro 297 … ((FLAG) == I2C_FLAG_NACKF) || ((FLAG) == I2C_FLAG_STOPF) || \
|
| /bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/inc/ |
| A D | n32wb452_i2c.h | 272 #define I2C_FLAG_STOPF ((uint32_t)0x10000010) macro 286 …|| ((FLAG) == I2C_FLAG_RXDATNE) || ((FLAG) == I2C_FLAG_STOPF) || ((FLAG) == I2C_FLAG_ADDR10F) …
|
| /bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/inc/ |
| A D | n32l40x_i2c.h | 272 #define I2C_FLAG_STOPF ((uint32_t)0x10000010) macro 286 …|| ((FLAG) == I2C_FLAG_RXDATNE) || ((FLAG) == I2C_FLAG_STOPF) || ((FLAG) == I2C_FLAG_ADDR10F) …
|
| /bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/inc/ |
| A D | n32l43x_i2c.h | 272 #define I2C_FLAG_STOPF ((uint32_t)0x10000010) macro 286 …|| ((FLAG) == I2C_FLAG_RXDATNE) || ((FLAG) == I2C_FLAG_STOPF) || ((FLAG) == I2C_FLAG_ADDR10F) …
|
| /bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/inc/ |
| A D | n32g4fr_i2c.h | 272 #define I2C_FLAG_STOPF ((uint32_t)0x10000010) macro 286 …|| ((FLAG) == I2C_FLAG_RXDATNE) || ((FLAG) == I2C_FLAG_STOPF) || ((FLAG) == I2C_FLAG_ADDR10F) …
|
| /bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/inc/ |
| A D | n32g43x_i2c.h | 272 #define I2C_FLAG_STOPF ((uint32_t)0x10000010) macro 286 …|| ((FLAG) == I2C_FLAG_RXDATNE) || ((FLAG) == I2C_FLAG_STOPF) || ((FLAG) == I2C_FLAG_ADDR10F) …
|
| /bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/inc/ |
| A D | n32g45x_i2c.h | 272 #define I2C_FLAG_STOPF ((uint32_t)0x10000010) macro 286 …|| ((FLAG) == I2C_FLAG_RXDATNE) || ((FLAG) == I2C_FLAG_STOPF) || ((FLAG) == I2C_FLAG_ADDR10F) …
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/ |
| A D | hk32f0xx_i2c.h | 281 #define I2C_FLAG_STOPF I2C_ISR_STOPF macro 296 … ((FLAG) == I2C_FLAG_NACKF) || ((FLAG) == I2C_FLAG_STOPF) || \
|
| /bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/inc/ |
| A D | n32g45x_i2c.h | 272 #define I2C_FLAG_STOPF ((uint32_t)0x10000010) macro 286 …|| ((FLAG) == I2C_FLAG_RXDATNE) || ((FLAG) == I2C_FLAG_STOPF) || ((FLAG) == I2C_FLAG_ADDR10F) …
|
| /bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ |
| A D | ald_i2c.h | 135 I2C_FLAG_STOPF = (1U << 4), enumerator 391 ((x) == I2C_FLAG_STOPF) || \
|
| /bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32f10x_i2c.h | 124 #define I2C_FLAG_STOPF ((uint32_t)0x10000010) macro
|
| /bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32f20x_i2c.h | 124 #define I2C_FLAG_STOPF ((uint32_t)0x10000010) macro
|
| /bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32v10x_i2c.h | 126 #define I2C_FLAG_STOPF ((uint32_t)0x10000010) macro
|
| /bsp/n32/libraries/n32_drivers/ |
| A D | drv_i2c.c | 286 while (I2C_GetFlag((I2C_Module*)i2c_periph, I2C_FLAG_STOPF)) in rt_i2c_read()
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/ |
| A D | stm32l1xx_hal_i2c.h | 392 #define I2C_FLAG_STOPF 0x00010010U macro
|
| /bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ |
| A D | ald_i2c.c | 2093 if ((hperh->mode == I2C_MODE_SLAVE) && (ald_i2c_get_flag_status(hperh, I2C_FLAG_STOPF) == SET)) in ald_i2c_ev_irq_handler() 3048 while (ald_i2c_get_flag_status(hperh, I2C_FLAG_STOPF) == RESET) { in i2c_wait_stop_to_timeout() 3075 if (ald_i2c_get_flag_status(hperh, I2C_FLAG_STOPF) == SET) { in i2c_wait_rxne_to_timeout() 3076 ald_i2c_clear_flag_status(hperh, I2C_FLAG_STOPF); in i2c_wait_rxne_to_timeout()
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/ |
| A D | stm32l1xx_hal_i2c.c | 4882 …else if ((I2C_CHECK_FLAG(sr1itflags, I2C_FLAG_STOPF) != RESET) && (I2C_CHECK_IT_SOURCE(itsources, … in HAL_I2C_EV_IRQHandler() 7332 while (__HAL_I2C_GET_FLAG(hi2c, I2C_FLAG_STOPF) == RESET) in I2C_WaitOnSTOPFlagUntilTimeout() 7398 if (__HAL_I2C_GET_FLAG(hi2c, I2C_FLAG_STOPF) == SET) in I2C_WaitOnRXNEFlagUntilTimeout() 7401 __HAL_I2C_CLEAR_FLAG(hi2c, I2C_FLAG_STOPF); in I2C_WaitOnRXNEFlagUntilTimeout()
|