Searched refs:nrfy_uarte_shorts_disable (Results 1 – 2 of 2) sorted by relevance
609 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()
377 NRFY_STATIC_INLINE void nrfy_uarte_shorts_disable(NRF_UARTE_Type * p_reg, uint32_t mask) in nrfy_uarte_shorts_disable() function