I2C TWI Driver - legacy layer

Hi, 

    given "nrf_drv_twi_xfer" or its "nrfx_twim_xfer" younger brother is used to communicate over I2C, and its a TxTx tranfer, than what does "nrf_drv_flag_tx_no_stop" do? Does this mean that there is no stop after the second Tx? Or between Tx -Tx operations? 

Moreover, what exactly is the behavior of nrf_drv_twi_xfer_TXRX/TXTX/TX/RX? I assume TXRX means that N-bytes are sent, than M-bytes are received without a resending of the I2C address in-between? Likewise, I assume TxTx N-bytes are sent, than M-bytes are sent, without a resending of the I2C address in-between? 

Related