RTT command line interface transport layer

nRF5 SDK v15.0.0

Data Structures

struct nrf_cli_rtt_internal_cb_t
CLI RTT transport control block structure. More...
struct nrf_cli_rtt_internal_t
CLI RTT transport instance structure. More...

Macros

#define NRF_CLI_RTT_DEF (_name_)
CLI RTT transport definition. More...

Variables

const nrf_cli_transport_api_t nrf_cli_rtt_transport_api
Command line interface transport.

Detailed Description

Macro Definition Documentation

#define NRF_CLI_RTT_DEF ( _name_ )
Value:
APP_TIMER_DEF ( CONCAT_2 (_name_, _timer)); \
static const nrf_cli_rtt_internal_t _name_ = { \
.p_cb = & CONCAT_2 (_name_, _cb), \
.p_timer = & CONCAT_2 (_name_, _timer) \
}

CLI RTT transport definition.