Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hal/src/
Dhal_i2c_m_sync.c56 ret = _i2c_m_sync_transfer(&i2c->device, &msg); in i2c_m_sync_read()
79 ret = _i2c_m_sync_transfer(&i2c->device, &msg); in i2c_m_sync_write()
172 ret = _i2c_m_sync_transfer(&i2c->device, &msg); in i2c_m_sync_cmd_write()
183 ret = _i2c_m_sync_transfer(&i2c->device, &msg); in i2c_m_sync_cmd_write()
206 ret = _i2c_m_sync_transfer(&i2c->device, &msg); in i2c_m_sync_cmd_read()
217 ret = _i2c_m_sync_transfer(&i2c->device, &msg); in i2c_m_sync_cmd_read()
232 return _i2c_m_sync_transfer(&i2c->device, msg); in i2c_m_sync_transfer()
/loramac-node-latest/src/boards/mcu/saml21/hal/include/
Dhpl_i2c_m_sync.h165 int32_t _i2c_m_sync_transfer(struct _i2c_m_sync_device *const i2c_dev, struct _i2c_m_msg *msg);
/loramac-node-latest/src/boards/mcu/saml21/hpl/sercom/
Dhpl_sercom.c1476 int32_t _i2c_m_sync_transfer(struct _i2c_m_sync_device *const i2c_dev, struct _i2c_m_msg *msg) in _i2c_m_sync_transfer() function