nRF5 SDK v15.2.0
Modules | Data Structures | Macros | Variables
RTT command line interface transport layer

Modules

 RTT command line interface transport configuration
 

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 nrf_cli_rtt_internal_cb_t CONCAT_2(_name_, _cb); \
static const nrf_cli_rtt_internal_t _name_ = { \
.p_cb = &CONCAT_2(_name_, _cb), \
.p_timer = &CONCAT_2(_name_, _timer) \
}

CLI RTT transport definition.


Documentation feedback | Developer Zone | Subscribe | Updated