![]() |
nRF5 SDK
v15.2.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API |
Log RTT backend. More...
Modules | |
Log RTT backend configuration | |
Data Structures | |
struct | nrf_log_backend_rtt_t |
Macros | |
#define | NRF_LOG_BACKEND_RTT_DEF(_name) NRF_LOG_BACKEND_DEF(_name, nrf_log_backend_rtt_api, NULL) |
RTT backend definition. More... | |
Functions | |
void | nrf_log_backend_rtt_init (void) |
Variables | |
const nrf_log_backend_api_t | nrf_log_backend_rtt_api |
Log RTT backend.
#define NRF_LOG_BACKEND_RTT_DEF | ( | _name | ) | NRF_LOG_BACKEND_DEF(_name, nrf_log_backend_rtt_api, NULL) |
RTT backend definition.
_name | Name of the instance. |