Home
last modified time | relevance | path

Searched refs:STAT1_PECV_OFFSET (Results 1 – 6 of 6) sorted by relevance

/hal_gigadevice-latest/gd32vf103/standard_peripheral/source/
Dgd32vf103_i2c.c44 #define STAT1_PECV_OFFSET ((uint32_t)8U) /* bit offset of PECV in I2C_STAT1 */ macro
511 return (uint8_t) ((I2C_STAT1(i2c_periph) & I2C_STAT1_PECV)>> STAT1_PECV_OFFSET); in i2c_pec_value_get()
/hal_gigadevice-latest/gd32f403/standard_peripheral/source/
Dgd32f403_i2c.c48 #define STAT1_PECV_OFFSET ((uint32_t)8U) /* bit offset of PECV in I2C_STAT1 */ macro
520 return (uint8_t)((I2C_STAT1(i2c_periph) & I2C_STAT1_PECV)>>STAT1_PECV_OFFSET); in i2c_pec_value_get()
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_i2c.c45 #define STAT1_PECV_OFFSET ((uint32_t)8U) /* bit offset of PECV in … macro
513 return (uint8_t)((I2C_STAT1(i2c_periph) & I2C_STAT1_PECV)>>STAT1_PECV_OFFSET); in i2c_pec_value_get()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_i2c.c47 #define STAT1_PECV_OFFSET ((uint32_t)0x00000008U) /* bit offset of PECV in … macro
504 return (uint8_t)((I2C_STAT1(i2c_periph) & I2C_STAT1_PECV) >> STAT1_PECV_OFFSET); in i2c_pec_value_get()
/hal_gigadevice-latest/gd32e10x/standard_peripheral/source/
Dgd32e10x_i2c.c47 #define STAT1_PECV_OFFSET ((uint32_t)0x00000008U) /*!< bit offset of PECV i… macro
516 return (uint8_t)((I2C_STAT1(i2c_periph) & I2C_STAT1_PECV) >> STAT1_PECV_OFFSET); in i2c_pec_value_get()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_i2c.c47 #define STAT1_PECV_OFFSET ((uint32_t)8U) /* bit offset of PECV in … macro
306 value = (I2C_STAT1(i2c_periph) & I2C_STAT1_PECV)>>STAT1_PECV_OFFSET; in i2c_pec_value_get()