nRF Connect SDK Bare Metal API 2.0.99
Loading...
Searching...
No Matches
backend_bm_uarte.h
1/*
2 * Copyright (c) 2026 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7/* Get pointer to BM UARTE shell backend */
8const struct shell *shell_backend_bm_uarte_get_ptr(void);
9
10/* Check if RX data is ready to process */
11bool shell_backend_bm_uarte_rx_ready(void);