Searched defs:p_uarte (Results 1 – 1 of 1) sorted by relevance
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() local637 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()[all …]