|
Azure Sphere MT3620 M4 API Reference Manual
|
This section introduces the Macro definition which is used as GPIO M-HAL's API error return type. More...
This section introduces the Macro definition which is used as GPIO M-HAL's API error return type.
Macros | |
| #define | EINVAL 1 |
| Indicate that a wrong parameter is given. | |
| #define | EPIN 2 |
| Indicate that a wrong pin number is given. | |
| #define | EINVALFUNC 3 |
| Indicate that a wrong function is given. More... | |
| #define | EFREE 4 |
| Indicate that a pin is freed fail. More... | |
| #define | EQUEST 5 |
| Indicate that a pin is requested fail. More... | |
| #define | ERROR 6 |
| Indicate that the GPIO API function execution fails. | |
| #define EINVALFUNC 3 |
Indicate that a wrong function is given.
| #define EFREE 4 |
Indicate that a pin is freed fail.
| #define EQUEST 5 |
Indicate that a pin is requested fail.