Searched refs:cyhal_i2c_event_t (Results 1 – 2 of 2) sorted by relevance
182 } cyhal_i2c_event_t; typedef214 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 …
81 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()189 …cyhal_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()