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

This section introduces the macro definitions which are used by WDT M-HAL's APIs error return type. More...

Overview

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

Macro Definition Documentation

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