Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_scb_i2c.h733 uint32_t Cy_SCB_I2C_MasterGetStatus (CySCB_Type const *base, cy_stc_scb_i2c_context_t cons…
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_i2c.c145 if (0 == (Cy_SCB_I2C_MasterGetStatus(obj->base, &obj->context) & CY_SCB_I2C_MASTER_BUSY)) in _cyhal_i2c_irq_handler()
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_scb_i2c.c1191 uint32_t Cy_SCB_I2C_MasterGetStatus(CySCB_Type const *base, cy_stc_scb_i2c_context_t const *context) in Cy_SCB_I2C_MasterGetStatus() function