![]() |
nRF5 SDK
v12.3.0
|
| Choose documentation: | nRF5 SDK | S130 SoftDevice API | S132 SoftDevice API | S212 SoftDevice API | S332 SoftDevice API |
Macros | |
| #define | NRF_LOG_BACKEND_MAX_STRING_LENGTH |
| Buffer for storing single output string. More... | |
| #define | NRF_LOG_TIMESTAMP_DIGITS |
| Number of digits for timestamp. More... | |
| #define | NRF_LOG_BACKEND_SERIAL_USES_UART |
| If enabled data is printed over UART. More... | |
| #define | NRF_LOG_BACKEND_SERIAL_UART_BAUDRATE |
| Default Baudrate. More... | |
| #define | NRF_LOG_BACKEND_SERIAL_UART_TX_PIN |
| UART TX pin. More... | |
| #define | NRF_LOG_BACKEND_SERIAL_UART_RX_PIN |
| UART RX pin. More... | |
| #define | NRF_LOG_BACKEND_SERIAL_UART_RTS_PIN |
| UART RTS pin. More... | |
| #define | NRF_LOG_BACKEND_SERIAL_UART_CTS_PIN |
| UART CTS pin. More... | |
| #define | NRF_LOG_BACKEND_SERIAL_UART_FLOW_CONTROL |
| Hardware Flow Control. More... | |
| #define | NRF_LOG_BACKEND_UART_INSTANCE |
| UART instance used. More... | |
| #define | NRF_LOG_BACKEND_SERIAL_USES_RTT |
| If enabled data is printed using RTT. More... | |
| #define | NRF_LOG_BACKEND_RTT_OUTPUT_BUFFER_SIZE |
| RTT output buffer size. More... | |
| #define NRF_LOG_BACKEND_MAX_STRING_LENGTH |
Buffer for storing single output string.
Logger backend RAM usage is determined by this value.
| #define NRF_LOG_BACKEND_RTT_OUTPUT_BUFFER_SIZE |
RTT output buffer size.
Should be equal or bigger than NRF_LOG_BACKEND_MAX_STRING_LENGTH. This value is used in Segger RTT configuration to set the buffer size if it is bigger than default RTT buffer size.
| #define NRF_LOG_BACKEND_SERIAL_UART_BAUDRATE |
Default Baudrate.
Following options are available:
| #define NRF_LOG_BACKEND_SERIAL_UART_CTS_PIN |
UART CTS pin.
| #define NRF_LOG_BACKEND_SERIAL_UART_FLOW_CONTROL |
Hardware Flow Control.
Following options are available:
| #define NRF_LOG_BACKEND_SERIAL_UART_RTS_PIN |
UART RTS pin.
| #define NRF_LOG_BACKEND_SERIAL_UART_RX_PIN |
UART RX pin.
| #define NRF_LOG_BACKEND_SERIAL_UART_TX_PIN |
UART TX pin.
| #define NRF_LOG_BACKEND_SERIAL_USES_RTT |
If enabled data is printed using RTT.
Set to 1 to activate.
| #define NRF_LOG_BACKEND_SERIAL_USES_UART |
If enabled data is printed over UART.
Set to 1 to activate.
| #define NRF_LOG_BACKEND_UART_INSTANCE |
UART instance used.
Following options are available:
| #define NRF_LOG_TIMESTAMP_DIGITS |
Number of digits for timestamp.
If higher resolution timestamp source is used it might be needed to increase that