|
Azure Sphere MT3620 M4 API Reference Manual
|
This section introduces the macro definitions which are used by WDT M-HAL's APIs error return type. More...
This section introduces the macro definitions which are used by WDT M-HAL's APIs error return type.
Macros | |
| #define | WDT_EPTR 1 |
| Invalid argument. More... | |
| #define | WDT_EINVAL 2 |
| Invalid argument. More... | |
| #define | WDT_EFAULT 3 |
| Fault return. More... | |
| #define WDT_EPTR 1 |
Invalid argument.
It means the input pointer is NULL
| #define WDT_EINVAL 2 |
Invalid argument.
It means the input value is illegal
| #define WDT_EFAULT 3 |
Fault return.
It means some fault occurred.