![]() |
AKOS
v1.0.0
Documentation
|
Logging and assertion macro definitions. More...
Go to the source code of this file.
Macros | |
| #define | KNRM "\x1B[0m" |
| #define | KRED "\x1B[31m" |
| #define | KGRN "\x1B[32m" |
| #define | KYEL "\x1B[33m" |
| #define | KBLU "\x1B[34m" |
| #define | KMAG "\x1B[35m" |
| #define | KCYN "\x1B[36m" |
| #define | KWHT "\x1B[37m" |
| #define | LOG_DBG_EN (1u) |
| #define | LOG_WARN_EN (1u) |
| #define | LOG_PRINT_EN (1u) |
| #define | LOG_ERROR_EN (1u) |
| #define | LOG_ASSERT_EN (1u) |
| #define | LOG_SIG_EN (1u) |
| #define | USER_PRINT(fmt, ...) |
| #define | LOG_DBG(fmt, ...) |
| #define | LOG_WARN(fmt, ...) |
| #define | LOG_PRINT(fmt, ...) |
| #define | LOG_ERROR(fmt, ...) |
| #define | LOG_ASSERT(fmt, ...) |
| #define | LOG_SIG(fmt, ...) |
| #define USER_PRINT | ( | fmt, | |
| ... ) |