Log UART backend

nRF5 SDK v15.0.0

Log UART backend. More...

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}, \
}