![]() |
nRF5 SDK
v14.2.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API | S332 SoftDevice API |
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. | |
CLI instance internals.