Home
last modified time | relevance | path

Searched refs:cy_stc_scb_ezi2c_context_t (Results 1 – 3 of 3) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_scb_ezi2c.c40 static void HandleErrors (CySCB_Type *base, cy_stc_scb_ezi2c_context_t *context);
41 static void HandleAddress (CySCB_Type *base, cy_stc_scb_ezi2c_context_t *context);
43 static void HandleDataReceive (CySCB_Type *base, cy_stc_scb_ezi2c_context_t *context);
44 static void HandleDataTransmit(CySCB_Type *base, cy_stc_scb_ezi2c_context_t *context);
45 static void HandleStop (CySCB_Type *base, cy_stc_scb_ezi2c_context_t *context);
46 static void UpdateAddressMask (CySCB_Type *base, cy_stc_scb_ezi2c_context_t const *context);
75 cy_stc_scb_ezi2c_context_t *context) in Cy_SCB_EZI2C_Init()
203 void Cy_SCB_EZI2C_Disable(CySCB_Type *base, cy_stc_scb_ezi2c_context_t *context) in Cy_SCB_EZI2C_Disable()
258 cy_stc_scb_ezi2c_context_t *locContext = (cy_stc_scb_ezi2c_context_t *) callbackParams->context; in Cy_SCB_EZI2C_DeepSleepCallback()
432 cy_stc_scb_ezi2c_context_t *locContext = (cy_stc_scb_ezi2c_context_t *) callbackParams->context; in Cy_SCB_EZI2C_HibernateCallback()
[all …]
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_scb_ezi2c.h372 } cy_stc_scb_ezi2c_context_t; typedef
385 cy_stc_scb_ezi2c_context_t *context);
388 void Cy_SCB_EZI2C_Disable(CySCB_Type *base, cy_stc_scb_ezi2c_context_t *context);
390 void Cy_SCB_EZI2C_SetAddress1(CySCB_Type *base, uint8_t addr, cy_stc_scb_ezi2c_context_t *conte…
391 uint32_t Cy_SCB_EZI2C_GetAddress1(CySCB_Type const *base, cy_stc_scb_ezi2c_context_t const *context…
393 void Cy_SCB_EZI2C_SetAddress2(CySCB_Type *base, uint8_t addr, cy_stc_scb_ezi2c_context_t *conte…
394 uint32_t Cy_SCB_EZI2C_GetAddress2(CySCB_Type const *base, cy_stc_scb_ezi2c_context_t const *context…
402 cy_stc_scb_ezi2c_context_t *context);
404 cy_stc_scb_ezi2c_context_t *context);
406 uint32_t Cy_SCB_EZI2C_GetActivity(CySCB_Type const *base, cy_stc_scb_ezi2c_context_t *context);
[all …]
/hal_infineon-latest/mtb-hal-cat1/include_pvt/
Dcyhal_hw_types.h795 cy_stc_scb_ezi2c_context_t context;