Searched refs:cy_stc_scb_i2c_context_t (Results 1 – 3 of 3) sorted by relevance
/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/include/ |
D | cy_scb_i2c.h | 608 } cy_stc_scb_i2c_context_t; typedef 653 cy_stc_scb_i2c_context_t *context); 656 void Cy_SCB_I2C_Disable(CySCB_Type *base, cy_stc_scb_i2c_context_t *context); 685 cy_stc_scb_i2c_context_t *context); 686 void Cy_SCB_I2C_SlaveAbortRead (CySCB_Type *base, cy_stc_scb_i2c_context_t *context); 688 cy_stc_scb_i2c_context_t *context); 689 void Cy_SCB_I2C_SlaveAbortWrite (CySCB_Type *base, cy_stc_scb_i2c_context_t *context); 691 uint32_t Cy_SCB_I2C_SlaveGetStatus (CySCB_Type const *base, cy_stc_scb_i2c_context_t const *c… 692 uint32_t Cy_SCB_I2C_SlaveClearReadStatus (CySCB_Type const *base, cy_stc_scb_i2c_context_t *context… 693 uint32_t Cy_SCB_I2C_SlaveClearWriteStatus(CySCB_Type const *base, cy_stc_scb_i2c_context_t *context… [all …]
|
/hal_infineon-3.6.0/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-3.6.0/mtb-hal-cat1/include_pvt/ |
D | cyhal_hw_types.h | 745 cy_stc_scb_i2c_context_t context;
|