Home
last modified time | relevance | path

Searched refs:_i2c_m_msg (Results 1 – 5 of 5) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/saml21/hal/src/
Dhal_i2c_m_sync.c48 struct _i2c_m_msg msg; in i2c_m_sync_read()
71 struct _i2c_m_msg msg; in i2c_m_sync_write()
164 struct _i2c_m_msg msg; in i2c_m_sync_cmd_write()
198 struct _i2c_m_msg msg; in i2c_m_sync_cmd_read()
230 int32_t i2c_m_sync_transfer(struct i2c_m_sync_desc *const i2c, struct _i2c_m_msg *msg) in i2c_m_sync_transfer()
/loramac-node-3.4.0/src/boards/mcu/saml21/hal/include/
Dhpl_i2c_m_sync.h84 struct _i2c_m_msg { struct
95 struct _i2c_m_msg msg; argument
165 int32_t _i2c_m_sync_transfer(struct _i2c_m_sync_device *const i2c_dev, struct _i2c_m_msg *msg);
Dhal_i2c_m_sync.h202 int32_t i2c_m_sync_transfer(struct i2c_m_sync_desc *const i2c, struct _i2c_m_msg *msg);
Dhpl_i2c_m_async.h144 int32_t _i2c_m_async_transfer(struct _i2c_m_async_device *const i2c_dev, struct _i2c_m_msg *msg);
/loramac-node-3.4.0/src/boards/mcu/saml21/hpl/sercom/
Dhpl_sercom.c941 …nt32_t _sercom_i2c_sync_analyse_flags(void *const hw, uint32_t flags, struct _i2c_m_msg *const msg) in _sercom_i2c_sync_analyse_flags()
1158 struct _i2c_m_msg *msg = &i2c_dev->service.msg; in _sercom_i2c_send_address()
1197 int32_t _i2c_m_async_transfer(struct _i2c_m_async_device *i2c_dev, struct _i2c_m_msg *msg) in _i2c_m_async_transfer()
1435 struct _i2c_m_msg *msg = &i2c_dev->service.msg; in _sercom_i2c_sync_send_address()
1476 int32_t _i2c_m_sync_transfer(struct _i2c_m_sync_device *const i2c_dev, struct _i2c_m_msg *msg) in _i2c_m_sync_transfer()