Searched refs:CY_SCB_I2C_MASTER_STOP (Results 1 – 2 of 2) sorted by relevance
1385 context->state = CY_SCB_I2C_MASTER_STOP; in Cy_SCB_I2C_MasterAbortRead()1628 context->state = CY_SCB_I2C_MASTER_STOP; in Cy_SCB_I2C_MasterAbortWrite()2878 if (CY_SCB_I2C_MASTER_STOP == context->state) in Cy_SCB_I2C_MasterInterrupt()2922 … context->state = (context->masterPause) ? CY_SCB_I2C_MASTER_CMPLT : CY_SCB_I2C_MASTER_STOP; in MasterHandleEvents()2983 … context->state = (context->masterPause) ? CY_SCB_I2C_MASTER_CMPLT : CY_SCB_I2C_MASTER_STOP; in MasterHandleDataReceive()3015 context->state = CY_SCB_I2C_MASTER_STOP; in MasterHandleDataReceive()3109 context->state = CY_SCB_I2C_MASTER_STOP; in MasterHandleDataTransmit()
1048 #define CY_SCB_I2C_MASTER_STOP (0x00160000UL) macro