Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hal/include/
Dhpl_i2c_m_sync.h122 int32_t _i2c_m_sync_init(struct _i2c_m_sync_device *const i2c_dev, void *const hw);
/loramac-node-latest/src/boards/mcu/saml21/hal/src/
Dhal_i2c_m_sync.c96 init_status = _i2c_m_sync_init(&i2c->device, hw); in i2c_m_sync_init()
/loramac-node-latest/src/boards/mcu/saml21/hpl/sercom/
Dhpl_sercom.c1294 int32_t _i2c_m_sync_init(struct _i2c_m_sync_device *const i2c_dev, void *const hw) in _i2c_m_sync_init() function