Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/hal/src/
Dhal_i2c_m_sync.c53 msg.flags = I2C_M_STOP | I2C_M_RD; in i2c_m_sync_read()
76 msg.flags = I2C_M_STOP; in i2c_m_sync_write()
179 msg.flags = I2C_M_STOP; in i2c_m_sync_cmd_write()
213 msg.flags = I2C_M_STOP | I2C_M_RD; in i2c_m_sync_cmd_read()
/loramac-node-3.4.0/src/boards/mcu/saml21/hal/include/
Dhpl_i2c_m_sync.h60 #define I2C_M_STOP 0x8000 /* if I2C_FUNC_PROTOCOL_MANGLING */ macro
/loramac-node-3.4.0/src/boards/mcu/saml21/hpl/sercom/
Dhpl_sercom.c966 if (msg->flags & I2C_M_STOP) { in _sercom_i2c_sync_analyse_flags()
985 if (msg->flags & I2C_M_STOP) { in _sercom_i2c_sync_analyse_flags()
1008 if (msg->flags & I2C_M_STOP) { in _sercom_i2c_sync_analyse_flags()
1505 if (msg->flags & I2C_M_STOP) { in _i2c_m_sync_transfer()