Home
last modified time | relevance | path

Searched refs:CY_SCB_I2C_MASTER_CMPLT (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_scb_i2c.c2845 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()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_scb_i2c.h1050 #define CY_SCB_I2C_MASTER_CMPLT (0x00180000UL) macro