Prusa MINI Firmware overview
|
#include <inttypes.h>
Go to the source code of this file.
Macros | |
#define | MARLIN_ERR_TMCDriverError 0x00 |
#define | MARLIN_ERR_ProbingFailed 0x01 |
#define | MARLIN_ERR_MAX MARLIN_ERR_ProbingFailed |
#define | MARLIN_ERR_MSK(e_id) ((uint64_t)1 << (e_id)) |
#define | MARLIN_ERR_MSK_ALL |
Functions | |
const char * | marlin_errors_get_name (uint8_t err_id) |
#define MARLIN_ERR_TMCDriverError 0x00 |
#define MARLIN_ERR_ProbingFailed 0x01 |
#define MARLIN_ERR_MAX MARLIN_ERR_ProbingFailed |
#define MARLIN_ERR_MSK | ( | e_id | ) | ((uint64_t)1 << (e_id)) |
#define MARLIN_ERR_MSK_ALL |