Lines Matching defs: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()
513 uint32_t Cy_SCB_EZI2C_GetActivity(CySCB_Type const *base, cy_stc_scb_ezi2c_context_t *context) in Cy_SCB_EZI2C_GetActivity()
551 void Cy_SCB_EZI2C_SetAddress1(CySCB_Type *base, uint8_t addr, cy_stc_scb_ezi2c_context_t *context) in Cy_SCB_EZI2C_SetAddress1()
583 uint32_t Cy_SCB_EZI2C_GetAddress1(CySCB_Type const *base, cy_stc_scb_ezi2c_context_t const *context) in Cy_SCB_EZI2C_GetAddress1()
627 cy_stc_scb_ezi2c_context_t *context) in Cy_SCB_EZI2C_SetBuffer1()
673 void Cy_SCB_EZI2C_SetAddress2(CySCB_Type *base, uint8_t addr, cy_stc_scb_ezi2c_context_t *context) in Cy_SCB_EZI2C_SetAddress2()
703 uint32_t Cy_SCB_EZI2C_GetAddress2(CySCB_Type const *base, cy_stc_scb_ezi2c_context_t const *context) in Cy_SCB_EZI2C_GetAddress2()
747 cy_stc_scb_ezi2c_context_t *context) in Cy_SCB_EZI2C_SetBuffer2()
779 void Cy_SCB_EZI2C_Interrupt(CySCB_Type *base, cy_stc_scb_ezi2c_context_t *context) in Cy_SCB_EZI2C_Interrupt()
873 static void HandleErrors(CySCB_Type *base, cy_stc_scb_ezi2c_context_t *context) in HandleErrors()
903 static void HandleAddress(CySCB_Type *base, cy_stc_scb_ezi2c_context_t *context) in HandleAddress()
1038 static void HandleDataReceive(CySCB_Type *base, cy_stc_scb_ezi2c_context_t *context) in HandleDataReceive()
1208 static void HandleDataTransmit(CySCB_Type *base, cy_stc_scb_ezi2c_context_t *context) in HandleDataTransmit()
1243 static void HandleStop(CySCB_Type *base, cy_stc_scb_ezi2c_context_t *context) in HandleStop()
1310 static void UpdateAddressMask(CySCB_Type *base, cy_stc_scb_ezi2c_context_t const *context) in UpdateAddressMask()