Searched refs:I2Cx (Results 1 – 5 of 5) sorted by relevance
175 I2C_ClearAllINT(I2Cx); in I2C_Init()404 I2Cx->IC_CLR_GEN_CALL; in I2C_ClearINT()410 I2Cx->IC_CLR_STOP_DET; in I2C_ClearINT()413 I2Cx->IC_CLR_ACTIVITY; in I2C_ClearINT()416 I2Cx->IC_CLR_RX_DONE; in I2C_ClearINT()419 I2Cx->IC_CLR_TX_ABRT; in I2C_ClearINT()422 I2Cx->IC_CLR_RD_REQ; in I2C_ClearINT()425 I2Cx->IC_CLR_TX_OVER; in I2C_ClearINT()428 I2Cx->IC_CLR_RX_OVER; in I2C_ClearINT()450 I2Cx->IC_CLR_INTR; in I2C_ClearAllINT()[all …]
76 I2C_ClearAllINT(I2Cx); in I2C_MasterRead_Patch()116 I2C_ClearAllINT(I2Cx); in I2C_MasterWrite_Patch()155 I2C_ClearAllINT(I2Cx); in I2C_MasterRead_TimeOut()210 I2C_ClearAllINT(I2Cx); in I2C_MasterWrite_TimeOut()244 I2C_ClearAllINT(I2Cx); in I2C_MasterSendNullData_TimeOut()248 I2C_Cmd(I2Cx, DISABLE); in I2C_MasterSendNullData_TimeOut()249 I2C_Cmd(I2Cx, ENABLE); in I2C_MasterSendNullData_TimeOut()289 obj->I2Cx = I2C_DEV_TABLE[i2c_idx].I2Cx; in i2c_init()322 I2C_Cmd(obj->I2Cx, ENABLE); in i2c_init()858 I2C_TypeDef * I2Cx = obj->I2Cx; in i2c_slave_set_for_data_nak() local[all …]
69 I2C_TypeDef * I2Cx; member
31 I2C_TypeDef * I2Cx; in csi_iic_init() local36 I2Cx = I2C_DEV_TABLE[i2c_idx].I2Cx; in csi_iic_init()68 I2C_Cmd(I2Cx, ENABLE); in csi_iic_init()79 I2C_TypeDef * I2Cx = I2C_DEV_TABLE[i2c_idx].I2Cx; in csi_iic_uninit() local97 I2C_TypeDef *I2Cx = I2C_DEV_TABLE[i2c_idx].I2Cx; in csi_iic_mode() local121 I2C_TypeDef * I2Cx = I2C_DEV_TABLE[i2c_idx].I2Cx; in csi_iic_addr_mode() local140 I2C_TypeDef * I2Cx = I2C_DEV_TABLE[i2c_idx].I2Cx; in csi_iic_speed() local305 I2C_TypeDef * I2Cx = I2C_DEV_TABLE[i2c_idx].I2Cx; in csi_iic_master_send() local338 I2C_TypeDef * I2Cx = I2C_DEV_TABLE[i2c_idx].I2Cx; in csi_iic_master_receive() local376 I2C_TypeDef * I2Cx = I2C_DEV_TABLE[i2c_idx].I2Cx; in csi_iic_mem_send() local[all …]
302 _LONG_CALL_ void I2C_Cmd(I2C_TypeDef *I2Cx, u8 NewState);303 _LONG_CALL_ void I2C_ClearAllINT(I2C_TypeDef *I2Cx);304 _LONG_CALL_ u32 I2C_GetRawINT(I2C_TypeDef *I2Cx);305 _LONG_CALL_ u32 I2C_GetINT(I2C_TypeDef *I2Cx);306 _LONG_CALL_ u8 I2C_CheckFlagState(I2C_TypeDef *I2Cx, u32 I2C_FLAG);308 _LONG_CALL_ void I2C_ClearINT(I2C_TypeDef *I2Cx, u32 INTrAddr);311 _LONG_CALL_ u8 I2C_ReceiveData(I2C_TypeDef *I2Cx);335 _LONG_CALL_ void I2C_SlaveSend(I2C_TypeDef *I2Cx, u8 Data);355 _LONG_CALL_ void I2C_Sleep_Cmd(I2C_TypeDef *I2Cx, u32 NewStatus);356 _LONG_CALL_ void I2C_WakeUp(I2C_TypeDef *I2Cx);[all …]
Completed in 14 milliseconds