Searched refs:MEC_I2C_SMB_CTRL_ESO_Pos (Results 1 – 3 of 3) sorted by relevance
195 control = (MEC_BIT(MEC_I2C_SMB_CTRL_PIN_Pos) | MEC_BIT(MEC_I2C_SMB_CTRL_ESO_Pos) in i2c_config()474 uint8_t ctr = (MEC_BIT(MEC_I2C_SMB_CTRL_PIN_Pos) | MEC_BIT(MEC_I2C_SMB_CTRL_ESO_Pos) in mec_hal_i2c_smb_rearm_target_rx()488 uint8_t ctr = MEC_BIT(MEC_I2C_SMB_CTRL_ESO_Pos) | MEC_BIT(MEC_I2C_SMB_CTRL_ACK_Pos); in mec_hal_i2c_smb_auto_ack_enable()507 uint8_t ctr = MEC_BIT(MEC_I2C_SMB_CTRL_ESO_Pos); in mec_hal_i2c_smb_auto_ack_disable()716 uint8_t ctr = (MEC_BIT(MEC_I2C_SMB_CTRL_ESO_Pos) | MEC_BIT(MEC_I2C_SMB_CTRL_STA_Pos) in mec_hal_i2c_smb_start_gen()745 uint8_t control = (MEC_BIT(MEC_I2C_SMB_CTRL_PIN_Pos) | MEC_BIT(MEC_I2C_SMB_CTRL_ESO_Pos) in mec_hal_i2c_smb_stop_gen()
86 #define MEC_I2C_SMB_CTRL_ESO_Pos (6UL) /*!< ESO (Bit 6) … macro