Home
last modified time | relevance | path

Searched refs:flag1 (Results 1 – 3 of 3) sorted by relevance

/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/src/
A Dstm32f10x_i2c.c987 uint32_t flag1 = 0, flag2 = 0; in I2C_CheckEvent() local
995 flag1 = I2Cx->SR1; in I2C_CheckEvent()
1000 lastevent = (flag1 | flag2) & FLAG_Mask; in I2C_CheckEvent()
1035 uint32_t flag1 = 0, flag2 = 0; in I2C_GetLastEvent() local
1041 flag1 = I2Cx->SR1; in I2C_GetLastEvent()
1046 lastevent = (flag1 | flag2) & FLAG_Mask; in I2C_GetLastEvent()
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/
A Dstm32f2xx_i2c.c1100 uint32_t flag1 = 0, flag2 = 0; in I2C_CheckEvent() local
1108 flag1 = I2Cx->SR1; in I2C_CheckEvent()
1113 lastevent = (flag1 | flag2) & FLAG_MASK; in I2C_CheckEvent()
1148 uint32_t flag1 = 0, flag2 = 0; in I2C_GetLastEvent() local
1154 flag1 = I2Cx->SR1; in I2C_GetLastEvent()
1159 lastevent = (flag1 | flag2) & FLAG_MASK; in I2C_GetLastEvent()
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_i2c.c1161 uint32_t flag1 = 0, flag2 = 0; in I2C_CheckEvent() local
1169 flag1 = I2Cx->SR1; in I2C_CheckEvent()
1174 lastevent = (flag1 | flag2) & FLAG_MASK; in I2C_CheckEvent()
1209 uint32_t flag1 = 0, flag2 = 0; in I2C_GetLastEvent() local
1215 flag1 = I2Cx->SR1; in I2C_GetLastEvent()
1220 lastevent = (flag1 | flag2) & FLAG_MASK; in I2C_GetLastEvent()

Completed in 8 milliseconds