2#include "ch32_i2c_def.hpp"
4ch32_i2c_id_t ch32_i2c_get_id(I2C_TypeDef* addr)
8 return ch32_i2c_id_t::CH32_I2C_ID_ERROR;
13 return ch32_i2c_id_t::CH32_I2C1;
19 return ch32_i2c_id_t::CH32_I2C2;
22 return ch32_i2c_id_t::CH32_I2C_ID_ERROR;
25I2C_TypeDef* ch32_i2c_get_instance_id(ch32_i2c_id_t
id)