Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hal/include/
Dhpl_i2c_m_async.h66 typedef void (*_i2c_error_cb_t)(struct _i2c_m_async_device *i2c_dev, int32_t errcode); typedef
72 _i2c_error_cb_t error;
/loramac-node-latest/src/boards/mcu/saml21/hpl/sercom/
Dhpl_sercom.c1239 i2c_dev->cb.error = (_i2c_error_cb_t)func; in _i2c_m_async_register_callback()