Searched refs:cy_stc_scb_i2c_context_t (Results 1 – 3 of 3) sorted by relevance
| /hal_infineon-latest/mtb-pdl-cat1/drivers/include/ |
| D | cy_scb_i2c.h | 632 } cy_stc_scb_i2c_context_t; typedef 677 cy_stc_scb_i2c_context_t *context); 680 void Cy_SCB_I2C_Disable(CySCB_Type *base, cy_stc_scb_i2c_context_t *context); 709 cy_stc_scb_i2c_context_t *context); 710 void Cy_SCB_I2C_SlaveAbortRead (CySCB_Type *base, cy_stc_scb_i2c_context_t *context); 712 cy_stc_scb_i2c_context_t *context); 713 void Cy_SCB_I2C_SlaveAbortWrite (CySCB_Type *base, cy_stc_scb_i2c_context_t *context); 715 uint32_t Cy_SCB_I2C_SlaveGetStatus (CySCB_Type const *base, cy_stc_scb_i2c_context_t const *c… 716 uint32_t Cy_SCB_I2C_SlaveClearReadStatus (CySCB_Type const *base, cy_stc_scb_i2c_context_t *context… 717 uint32_t Cy_SCB_I2C_SlaveClearWriteStatus(CySCB_Type const *base, cy_stc_scb_i2c_context_t *context… [all …]
|
| /hal_infineon-latest/mtb-pdl-cat1/drivers/source/ |
| D | cy_scb_i2c.c | 39 static void SlaveHandleAddress (CySCB_Type *base, cy_stc_scb_i2c_context_t *context); 40 static void SlaveHandleDataReceive (CySCB_Type *base, cy_stc_scb_i2c_context_t *context); 41 static void SlaveHandleDataTransmit(CySCB_Type *base, cy_stc_scb_i2c_context_t *context); 42 static void SlaveHandleStop (CySCB_Type *base, cy_stc_scb_i2c_context_t *context); 44 static void MasterHandleEvents (CySCB_Type *base, cy_stc_scb_i2c_context_t *context); 45 static void MasterHandleDataTransmit(CySCB_Type *base, cy_stc_scb_i2c_context_t *context); 46 static void MasterHandleDataReceive (CySCB_Type *base, cy_stc_scb_i2c_context_t *context); 47 static void MasterHandleStop (CySCB_Type *base, cy_stc_scb_i2c_context_t *context); 48 static void MasterHandleComplete (CySCB_Type *base, cy_stc_scb_i2c_context_t *context); 51 cy_stc_scb_i2c_context_t *context); [all …]
|
| /hal_infineon-latest/mtb-hal-cat1/include_pvt/ |
| D | cyhal_hw_types.h | 745 cy_stc_scb_i2c_context_t context;
|