Home
last modified time | relevance | path

Searched refs:IT2Flags (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_i2c.c386 static void I2C_Slave_ADDR(I2C_HandleTypeDef *hi2c, uint32_t IT2Flags);
6118 static void I2C_Slave_ADDR(I2C_HandleTypeDef *hi2c, uint32_t IT2Flags) in I2C_Slave_ADDR() argument
6129 if (I2C_CHECK_FLAG(IT2Flags, I2C_FLAG_TRA) == RESET) in I2C_Slave_ADDR()
6134 if (I2C_CHECK_FLAG(IT2Flags, I2C_FLAG_DUALF) == RESET) in I2C_Slave_ADDR()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_i2c.c386 static void I2C_Slave_ADDR(I2C_HandleTypeDef *hi2c, uint32_t IT2Flags);
6122 static void I2C_Slave_ADDR(I2C_HandleTypeDef *hi2c, uint32_t IT2Flags) in I2C_Slave_ADDR() argument
6133 if (I2C_CHECK_FLAG(IT2Flags, I2C_FLAG_TRA) == RESET) in I2C_Slave_ADDR()
6138 if (I2C_CHECK_FLAG(IT2Flags, I2C_FLAG_DUALF) == RESET) in I2C_Slave_ADDR()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_i2c.c404 static void I2C_Slave_ADDR(I2C_HandleTypeDef *hi2c, uint32_t IT2Flags);
6226 static void I2C_Slave_ADDR(I2C_HandleTypeDef *hi2c, uint32_t IT2Flags) in I2C_Slave_ADDR() argument
6237 if (I2C_CHECK_FLAG(IT2Flags, I2C_FLAG_TRA) == RESET) in I2C_Slave_ADDR()
6242 if (I2C_CHECK_FLAG(IT2Flags, I2C_FLAG_DUALF) == RESET) in I2C_Slave_ADDR()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_i2c.c386 static void I2C_Slave_ADDR(I2C_HandleTypeDef *hi2c, uint32_t IT2Flags);
6088 static void I2C_Slave_ADDR(I2C_HandleTypeDef *hi2c, uint32_t IT2Flags) in I2C_Slave_ADDR() argument
6099 if (I2C_CHECK_FLAG(IT2Flags, I2C_FLAG_TRA) == RESET) in I2C_Slave_ADDR()
6104 if (I2C_CHECK_FLAG(IT2Flags, I2C_FLAG_DUALF) == RESET) in I2C_Slave_ADDR()