Home
last modified time | relevance | path

Searched refs:off (Results 1 – 4 of 4) sorted by relevance

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_uarte.c156 size_t off; member
164 size_t off; member
820 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 …]
/hal_nordic-latest/nrfx/samples/doc/
Dnrfx_examples.doxyfile812 # The QUIET tag can be used to turn on/off the messages that are generated to
814 # messages are off.
819 # The WARNINGS tag can be used to turn on/off the warning messages that are
1589 # DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at top
1605 # (i.e. any modern browser). Windows users are probably better off using the
/hal_nordic-latest/nrfx/doc/
Dnrfx.doxyfile814 # The QUIET tag can be used to turn on/off the messages that are generated to
816 # messages are off.
821 # The WARNINGS tag can be used to turn on/off the warning messages that are
1598 # DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at top
1614 # (i.e. any modern browser). Windows users are probably better off using the
/hal_nordic-latest/nrfx/
DCHANGELOG.md576 … TX operation. Now at the end of the transmission the transmitter is turned off by the STOPTX task.