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_ = { \
.
transport
= {.p_api = &
nrf_cli_rtt_transport_api
}, \
.p_cb = &
CONCAT_2
(_name_, _cb), \
.p_timer = &
CONCAT_2
(_name_, _timer) \
}
CLI RTT transport definition.