Searched refs:STAT1_PECV_OFFSET (Results 1 – 6 of 6) sorted by relevance
44 #define STAT1_PECV_OFFSET ((uint32_t)8U) /* bit offset of PECV in I2C_STAT1 */ macro511 return (uint8_t) ((I2C_STAT1(i2c_periph) & I2C_STAT1_PECV)>> STAT1_PECV_OFFSET); in i2c_pec_value_get()
48 #define STAT1_PECV_OFFSET ((uint32_t)8U) /* bit offset of PECV in I2C_STAT1 */ macro520 return (uint8_t)((I2C_STAT1(i2c_periph) & I2C_STAT1_PECV)>>STAT1_PECV_OFFSET); in i2c_pec_value_get()
45 #define STAT1_PECV_OFFSET ((uint32_t)8U) /* bit offset of PECV in … macro513 return (uint8_t)((I2C_STAT1(i2c_periph) & I2C_STAT1_PECV)>>STAT1_PECV_OFFSET); in i2c_pec_value_get()
47 #define STAT1_PECV_OFFSET ((uint32_t)0x00000008U) /* bit offset of PECV in … macro504 return (uint8_t)((I2C_STAT1(i2c_periph) & I2C_STAT1_PECV) >> STAT1_PECV_OFFSET); in i2c_pec_value_get()
47 #define STAT1_PECV_OFFSET ((uint32_t)0x00000008U) /*!< bit offset of PECV i… macro516 return (uint8_t)((I2C_STAT1(i2c_periph) & I2C_STAT1_PECV) >> STAT1_PECV_OFFSET); in i2c_pec_value_get()
47 #define STAT1_PECV_OFFSET ((uint32_t)8U) /* bit offset of PECV in … macro306 value = (I2C_STAT1(i2c_periph) & I2C_STAT1_PECV)>>STAT1_PECV_OFFSET; in i2c_pec_value_get()