Lines Matching defs:context
80 …2C_Init(CySCB_Type *base, cy_stc_scb_i2c_config_t const *config, cy_stc_scb_i2c_context_t *context) in Cy_SCB_I2C_Init()
226 void Cy_SCB_I2C_Disable(CySCB_Type *base, cy_stc_scb_i2c_context_t *context) in Cy_SCB_I2C_Disable()
798 uint32_t Cy_SCB_I2C_SlaveGetStatus(CySCB_Type const *base, cy_stc_scb_i2c_context_t const *context) in Cy_SCB_I2C_SlaveGetStatus()
848 cy_stc_scb_i2c_context_t *context) in Cy_SCB_I2C_SlaveConfigReadBuf()
889 void Cy_SCB_I2C_SlaveAbortRead(CySCB_Type *base, cy_stc_scb_i2c_context_t *context) in Cy_SCB_I2C_SlaveAbortRead()
939 …_SCB_I2C_SlaveGetReadTransferCount(CySCB_Type const *base, cy_stc_scb_i2c_context_t const *context) in Cy_SCB_I2C_SlaveGetReadTransferCount()
970 uint32_t Cy_SCB_I2C_SlaveClearReadStatus(CySCB_Type const *base, cy_stc_scb_i2c_context_t *context) in Cy_SCB_I2C_SlaveClearReadStatus()
1027 cy_stc_scb_i2c_context_t *context) in Cy_SCB_I2C_SlaveConfigWriteBuf()
1062 void Cy_SCB_I2C_SlaveAbortWrite(CySCB_Type *base, cy_stc_scb_i2c_context_t *context) in Cy_SCB_I2C_SlaveAbortWrite()
1115 …SCB_I2C_SlaveGetWriteTransferCount(CySCB_Type const *base, cy_stc_scb_i2c_context_t const *context) in Cy_SCB_I2C_SlaveGetWriteTransferCount()
1147 uint32_t Cy_SCB_I2C_SlaveClearWriteStatus(CySCB_Type const *base, cy_stc_scb_i2c_context_t *context) in Cy_SCB_I2C_SlaveClearWriteStatus()
1191 uint32_t Cy_SCB_I2C_MasterGetStatus(CySCB_Type const *base, cy_stc_scb_i2c_context_t const *context) in Cy_SCB_I2C_MasterGetStatus()
1253 cy_stc_scb_i2c_context_t *context) in Cy_SCB_I2C_MasterRead()
1368 void Cy_SCB_I2C_MasterAbortRead(CySCB_Type *base, cy_stc_scb_i2c_context_t *context) in Cy_SCB_I2C_MasterAbortRead()
1481 cy_stc_scb_i2c_context_t *context) in Cy_SCB_I2C_MasterWrite()
1608 void Cy_SCB_I2C_MasterAbortWrite(CySCB_Type *base, cy_stc_scb_i2c_context_t *context) in Cy_SCB_I2C_MasterAbortWrite()
1696 … Cy_SCB_I2C_MasterGetTransferCount(CySCB_Type const *base, cy_stc_scb_i2c_context_t const *context) in Cy_SCB_I2C_MasterGetTransferCount()
1754 cy_stc_scb_i2c_context_t *context) in Cy_SCB_I2C_MasterSendStart()
1851 cy_stc_scb_i2c_context_t *context) in Cy_SCB_I2C_MasterSendReStart()
1950 cy_stc_scb_i2c_context_t *context) in Cy_SCB_I2C_MasterSendStop()
2026 cy_stc_scb_i2c_context_t *context) in Cy_SCB_I2C_MasterReadByte()
2116 cy_stc_scb_i2c_context_t *context) in Cy_SCB_I2C_MasterWriteByte()
2168 void Cy_SCB_I2C_Interrupt(CySCB_Type *base, cy_stc_scb_i2c_context_t *context) in Cy_SCB_I2C_Interrupt()
2201 void Cy_SCB_I2C_SlaveInterrupt(CySCB_Type *base, cy_stc_scb_i2c_context_t *context) in Cy_SCB_I2C_SlaveInterrupt()
2423 static void SlaveHandleAddress(CySCB_Type *base, cy_stc_scb_i2c_context_t *context) in SlaveHandleAddress()
2559 static void SlaveHandleDataReceive(CySCB_Type *base, cy_stc_scb_i2c_context_t *context) in SlaveHandleDataReceive()
2631 static void SlaveHandleDataTransmit(CySCB_Type *base, cy_stc_scb_i2c_context_t *context) in SlaveHandleDataTransmit()
2736 static void SlaveHandleStop(CySCB_Type *base, cy_stc_scb_i2c_context_t *context) in SlaveHandleStop()
2830 void Cy_SCB_I2C_MasterInterrupt(CySCB_Type *base, cy_stc_scb_i2c_context_t *context) in Cy_SCB_I2C_MasterInterrupt()
2905 static void MasterHandleEvents(CySCB_Type *base, cy_stc_scb_i2c_context_t *context) in MasterHandleEvents()
2962 static void MasterHandleDataReceive(CySCB_Type *base, cy_stc_scb_i2c_context_t *context) in MasterHandleDataReceive()
3052 static void MasterHandleDataTransmit(CySCB_Type *base, cy_stc_scb_i2c_context_t *context) in MasterHandleDataTransmit()
3147 static void MasterHandleStop(CySCB_Type *base, cy_stc_scb_i2c_context_t *context) in MasterHandleStop()
3189 static void MasterHandleComplete(CySCB_Type *base, cy_stc_scb_i2c_context_t *context) in MasterHandleComplete()
3330 …scb_i2c_status_t HandleStatus(CySCB_Type *base, uint32_t status, cy_stc_scb_i2c_context_t *context) in HandleStatus()