Searched refs:CY_SCB_I2C_MASTER_CMPLT (Results 1 – 2 of 2) sorted by relevance
2845 context->state = CY_SCB_I2C_MASTER_CMPLT; in Cy_SCB_I2C_MasterInterrupt()2872 if (CY_SCB_I2C_MASTER_CMPLT == context->state) in Cy_SCB_I2C_MasterInterrupt()2922 … context->state = (context->masterPause) ? CY_SCB_I2C_MASTER_CMPLT : CY_SCB_I2C_MASTER_STOP; in MasterHandleEvents()2941 context->state = CY_SCB_I2C_MASTER_CMPLT; in MasterHandleEvents()2983 … context->state = (context->masterPause) ? CY_SCB_I2C_MASTER_CMPLT : CY_SCB_I2C_MASTER_STOP; in MasterHandleDataReceive()3056 context->state = CY_SCB_I2C_MASTER_CMPLT; in MasterHandleDataTransmit()
1050 #define CY_SCB_I2C_MASTER_CMPLT (0x00180000UL) macro