Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_i2c.h241 #define I2C2_TIMEOUT_TOIDLE BIT(12) /*!< idle clock time… macro
562 #define BUSTOA_DETECT_IDLE I2C2_TIMEOUT_TOIDLE /*!< BUSTOA is used …
/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_i2c.c1573 I2C2_TIMEOUT(i2c_periph) &= ~I2C2_TIMEOUT_TOIDLE; in i2c_idle_clock_timeout_config()