Azure Sphere MT3620 M4 API Reference Manual
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
Define

This section introduces the Macro definition which is used as GPIO M-HAL's API error return type. More...

Overview

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.
 

Macro Definition Documentation

#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.