CLI instance internals. More...
#include <nrf_cli.h>
Data Fields |
|
| char const *const | p_name |
|
Terminal name.
|
|
| nrf_cli_transport_t const * | p_iface |
|
Transport interface.
|
|
| nrf_cli_ctx_t * | p_ctx |
|
Internal context.
|
|
| nrf_cli_log_backend_t * | p_log_backend |
|
Logger backend.
|
|
| nrf_fprintf_ctx_t * | p_fprintf_ctx |
|
fprintf context.
|
|
| nrf_memobj_pool_t const * | p_cmd_hist_mempool |
|
Memory reserved for commands history.
|
|
| char const | newline_char |
|
New line character, only allowed values: \n and \r.
|
|
Detailed Description
CLI instance internals.
- components/libraries/cli/nrf_cli.h