Home
last modified time | relevance | path

Searched refs:cyhal_i2c_event_t (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-latest/mtb-hal-cat1/include/
Dcyhal_i2c.h182 } cyhal_i2c_event_t; typedef
214 typedef void (*cyhal_i2c_event_callback_t)(void *callback_arg, cyhal_i2c_event_t event);
445 void cyhal_i2c_enable_event(cyhal_i2c_t *obj, cyhal_i2c_event_t event, uint8_t intr_priority, bool …
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_i2c.c81 static cyhal_i2c_event_t _cyhal_i2c_convert_interrupt_cause(uint32_t pdl_cause) in _cyhal_i2c_convert_interrupt_cause()
106 return (cyhal_i2c_event_t)(set1 | set2); in _cyhal_i2c_convert_interrupt_cause()
189cyhal_i2c_event_t anded_events = (cyhal_i2c_event_t)(obj->irq_cause & (uint32_t)_cyhal_i2c_convert… in _cyhal_i2c_cb_wrapper()
929 void cyhal_i2c_enable_event(cyhal_i2c_t *obj, cyhal_i2c_event_t event, uint8_t intr_priority, bool … in cyhal_i2c_enable_event()