Lines Matching defs:p_uarte
358 static uint32_t uarte_int_lock(NRF_UARTE_Type * p_uarte) in uarte_int_lock()
367 static void uarte_int_unlock(NRF_UARTE_Type * p_uarte, uint32_t int_mask) in uarte_int_unlock()
378 static bool is_tx_ready(NRF_UARTE_Type * p_uarte, bool stop_on_end) in is_tx_ready()
384 static bool prepare_rx(NRF_UARTE_Type * p_uarte) in prepare_rx()
411 static bool prepare_tx(NRF_UARTE_Type * p_uarte, bool stop_on_end) in prepare_tx()
595 NRF_UARTE_Type * p_uarte = p_instance->p_reg; in nrfx_uarte_uninit() local
637 static void tx_start(NRF_UARTE_Type * p_uarte, const uint8_t *buf, size_t len, bool en_int) in tx_start()
660 static void disable_hw_from_tx(NRF_UARTE_Type * p_uarte, in disable_hw_from_tx()
670 static void block_on_tx(NRF_UARTE_Type * p_uarte, in block_on_tx()
706 static nrfx_err_t wait_for_endtx(NRF_UARTE_Type * p_uarte, in wait_for_endtx()
748 NRF_UARTE_Type * p_uarte = p_instance->p_reg; in poll_out() local
803 static bool tx_prepare_start(NRF_UARTE_Type * p_uarte, in tx_prepare_start()
885 NRF_UARTE_Type * p_uarte = p_instance->p_reg; in nrfx_uarte_tx() local
1035 NRF_UARTE_Type * p_uarte = p_instance->p_reg; in nrfx_uarte_tx_abort() local
1086 static void user_handler_on_error(NRF_UARTE_Type * p_uarte, uarte_control_block_t * p_cb) in user_handler_on_error()
1160 static bool is_tx_active(NRF_UARTE_Type * p_uarte) in is_tx_active()
1166 static void disable_hw_from_rx(NRF_UARTE_Type * p_uarte) in disable_hw_from_rx()
1178 static void on_rx_disabled(NRF_UARTE_Type * p_uarte, in on_rx_disabled()
1236 static bool rx_flushed_handler(NRF_UARTE_Type * p_uarte, uarte_control_block_t * p_cb) in rx_flushed_handler()
1286 NRF_UARTE_Type * p_uarte = p_instance->p_reg; in nrfx_uarte_rx_enable() local
1358 static nrfx_err_t rx_buffer_set(NRF_UARTE_Type * p_uarte, in rx_buffer_set()
1451 NRF_UARTE_Type * p_uarte = p_instance->p_reg; in nrfx_uarte_rx_buffer_set() local
1525 static void rx_flush(NRF_UARTE_Type * p_uarte, uarte_control_block_t * p_cb) in rx_flush()
1565 static void wait_for_rx_completion(NRF_UARTE_Type * p_uarte, in wait_for_rx_completion()
1583 static nrfx_err_t rx_abort(NRF_UARTE_Type * p_uarte, in rx_abort()
1645 NRF_UARTE_Type * p_uarte = p_instance->p_reg; in nrfx_uarte_rx_abort() local
1816 static void rxto_irq_handler(NRF_UARTE_Type * p_uarte, in rxto_irq_handler()
1837 static bool endrx_irq_handler(NRF_UARTE_Type * p_uarte, in endrx_irq_handler()
1899 static void pending_tx_handler(NRF_UARTE_Type * p_uarte, in pending_tx_handler()
1921 static void txstopped_irq_handler(NRF_UARTE_Type * p_uarte, in txstopped_irq_handler()
1980 static void error_irq_handler(NRF_UARTE_Type * p_uarte, in error_irq_handler()
1986 static void endtx_irq_handler(NRF_UARTE_Type * p_uarte, uarte_control_block_t * p_cb) in endtx_irq_handler()
2040 static inline bool event_check_and_clear(NRF_UARTE_Type * p_uarte, in event_check_and_clear()
2052 static inline bool event_check(NRF_UARTE_Type * p_uarte, in event_check()
2060 static void irq_handler(NRF_UARTE_Type * p_uarte, uarte_control_block_t * p_cb) in irq_handler()