Searched refs:nrf_uarte_event_check (Results 1 – 2 of 2) sorted by relevance
| /external/platform/nrfx/drivers/src/ |
| A D | nrfx_uarte.c | 330 NRFX_WAIT_FOR((nrf_uarte_event_check(p_reg, NRF_UARTE_EVENT_TXSTOPPED) && in nrfx_uarte_uninit() 515 endrx = nrf_uarte_event_check(p_instance->p_reg, NRF_UARTE_EVENT_ENDRX); in nrfx_uarte_rx() 516 rxto = nrf_uarte_event_check(p_instance->p_reg, NRF_UARTE_EVENT_RXTO); in nrfx_uarte_rx() 517 error = nrf_uarte_event_check(p_instance->p_reg, NRF_UARTE_EVENT_ERROR); in nrfx_uarte_rx() 544 return nrf_uarte_event_check(p_instance->p_reg, NRF_UARTE_EVENT_ENDRX); in nrfx_uarte_rx_ready() 588 while (!nrf_uarte_event_check(p_instance->p_reg, NRF_UARTE_EVENT_TXSTOPPED)) in nrfx_uarte_tx_abort() 612 if (nrf_uarte_event_check(p_uarte, NRF_UARTE_EVENT_ERROR)) in uarte_irq_handler() 629 else if (nrf_uarte_event_check(p_uarte, NRF_UARTE_EVENT_ENDRX)) in uarte_irq_handler() 654 if (nrf_uarte_event_check(p_uarte, NRF_UARTE_EVENT_RXTO)) in uarte_irq_handler() 668 if (nrf_uarte_event_check(p_uarte, NRF_UARTE_EVENT_ENDTX)) in uarte_irq_handler() [all …]
|
| /external/platform/nrfx/hal/ |
| A D | nrf_uarte.h | 194 NRF_STATIC_INLINE bool nrf_uarte_event_check(NRF_UARTE_Type const * p_reg, 475 NRF_STATIC_INLINE bool nrf_uarte_event_check(NRF_UARTE_Type const * p_reg, in nrf_uarte_event_check() function
|
Completed in 7 milliseconds