nRF5 SDK v14.0.0
Modules | Data Structures | Macros | Functions | Variables
Log UART backend

Log UART backend. More...

Modules

 Log UART backend configuration
 

Data Structures

struct  nrf_log_backend_uart_t
 

Macros

#define NRF_LOG_BACKEND_UART_DEF(name)
 

Functions

void nrf_log_backend_uart_init (void)
 

Variables

const nrf_log_backend_api_t nrf_log_backend_uart_api
 

Detailed Description

Log UART backend.

Macro Definition Documentation

#define NRF_LOG_BACKEND_UART_DEF (   name)
Value:
static nrf_log_backend_uart_t name = { \
.backend = {.p_api = &nrf_log_backend_uart_api}, \
}

Documentation feedback | Developer Zone | Subscribe | Updated