Searched refs:off (Results 1 – 4 of 4) sorted by relevance
156 size_t off; member164 size_t off; member820 uint32_t chunk_len = NRFX_MIN(p_cb->tx.cache.length, p_cb->tx.curr.length - p_cb->tx.off); in tx_prepare_start()822 memcpy(p_cb->tx.cache.p_buffer, &p_cb->tx.curr.p_buffer[p_cb->tx.off], chunk_len); in tx_prepare_start()1275 p_cb->rx.off = p_cb->rx.flush.length; in rx_flushed_handler()1379 &p_cb->rx.curr.p_buffer[p_cb->rx.off], in rx_buffer_set()1380 p_cb->rx.curr.length - p_cb->rx.off); in rx_buffer_set()1846 size_t len = rx_amount + p_cb->rx.off; in endrx_irq_handler()1851 p_cb->rx.off = 0; in endrx_irq_handler()1960 p_cb->tx.off += amount; in txstopped_irq_handler()[all …]
812 # The QUIET tag can be used to turn on/off the messages that are generated to814 # messages are off.819 # The WARNINGS tag can be used to turn on/off the warning messages that are1589 # DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at top1605 # (i.e. any modern browser). Windows users are probably better off using the
814 # The QUIET tag can be used to turn on/off the messages that are generated to816 # messages are off.821 # The WARNINGS tag can be used to turn on/off the warning messages that are1598 # DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at top1614 # (i.e. any modern browser). Windows users are probably better off using the
576 … TX operation. Now at the end of the transmission the transmitter is turned off by the STOPTX task.