Home
last modified time | relevance | path

Searched refs:p_rx_amount (Results 1 – 2 of 2) sorted by relevance

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_uarte.h607 nrfx_err_t nrfx_uarte_rx_ready(nrfx_uarte_t const * p_instance, size_t * p_rx_amount);
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_uarte.c1699 nrfx_err_t nrfx_uarte_rx_ready(nrfx_uarte_t const * p_instance, size_t * p_rx_amount) in nrfx_uarte_rx_ready() argument
1712 if (p_rx_amount) in nrfx_uarte_rx_ready()
1714 *p_rx_amount = nrfy_uarte_rx_amount_get(p_instance->p_reg); in nrfx_uarte_rx_ready()
1721 if (p_rx_amount) in nrfx_uarte_rx_ready()
1723 *p_rx_amount = nrfy_uarte_rx_amount_get(p_instance->p_reg); in nrfx_uarte_rx_ready()