Lines Matching refs:amount
165 int amount; member
713 uint32_t amount; in wait_for_endtx() local
721 amount = nrfy_uarte_tx_amount_get(p_uarte); in wait_for_endtx()
735 err = ((p_tx == p_buf) && (length > amount)) ? NRFX_ERROR_FORBIDDEN : NRFX_SUCCESS; in wait_for_endtx()
772 if (p_cb->tx.amount < 0) in poll_out()
774 p_cb->tx.amount = (int)nrfy_uarte_tx_amount_get(p_uarte); in poll_out()
831 p_cb->tx.amount = -1; in tx_prepare_start()
1914 p_tx->amount = -1; in pending_tx_handler()
1944 size_t amount; in txstopped_irq_handler() local
1950 amount = 0; in txstopped_irq_handler()
1955 amount = p_cb->tx.amount >= 0 ? (size_t)p_cb->tx.amount : nrfy_uarte_tx_amount_get(p_uarte); in txstopped_irq_handler()
1960 p_cb->tx.off += amount; in txstopped_irq_handler()
2015 p_cb->tx.amount = 0; in endtx_irq_handler()