Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_uarte.c609 nrfy_uarte_shorts_disable(p_uarte, NRF_UARTE_SHORT_ENDTX_STOPTX); in nrfx_uarte_uninit()
1000 nrfy_uarte_shorts_disable(p_uarte, NRF_UARTE_SHORT_ENDTX_STOPTX); in nrfx_uarte_tx()
1183 nrfy_uarte_shorts_disable(p_uarte, NRF_UARTE_SHORT_ENDRX_STARTRX); in on_rx_disabled()
1612 nrfy_uarte_shorts_disable(p_uarte, NRF_UARTE_SHORT_ENDRX_STARTRX); in rx_abort()
1856 nrfy_uarte_shorts_disable(p_uarte, NRF_UARTE_SHORT_ENDRX_STARTRX); in endrx_irq_handler()
/hal_nordic-latest/nrfx/haly/
Dnrfy_uarte.h377 NRFY_STATIC_INLINE void nrfy_uarte_shorts_disable(NRF_UARTE_Type * p_reg, uint32_t mask) in nrfy_uarte_shorts_disable() function