|
TTK4155 Lab Node 1
Term project in the NTNU course TTK4155 Embedded and Industrial Computer Systems Design
|
Macros | |
| #define | LOG_LEVEL_NONE 0 |
| #define | LOG_LEVEL_CRITICAL 1 |
| #define | LOG_LEVEL_ERROR 2 |
| #define | LOG_LEVEL_INFO 3 |
| #define | LOG_LEVEL LOG_LEVEL_INFO |
| #define | LOG_MODULE_DEFINE(name) |
| #define | LOG_CRITICAL(msg) |
| #define | LOG_INF(msg) |
| #define | LOG_ERR(msg, status) |
Functions | |
| static void | _log_print_P (PGM_P p) |
Variables | |
| static const char log_prefix_critical[] | PROGMEM = "CRITICAL: " |
| #define LOG_CRITICAL | ( | msg | ) |
#include <log.h>
Definition at line 46 of file log.h.
Referenced by main(), and process_can_frame().
| #define LOG_ERR | ( | msg, | |
| status ) |
#include <log.h>
Definition at line 72 of file log.h.
Referenced by can_write(), and MCP2515_init().
| #define LOG_INF | ( | msg | ) |
#include <log.h>
Definition at line 59 of file log.h.
Referenced by can_rxq_pull(), ISR(), and SRAM_test().
| #define LOG_LEVEL LOG_LEVEL_INFO |
| #define LOG_MODULE_DEFINE | ( | name | ) |
|
inlinestatic |
#include <log.h>
Definition at line 31 of file log.h.