|  |  | 
| Macros | |
| #define | Watchdog_STATUS_SUCCESS (0) | 
| Successful status code returned by Watchdog_control().  More... | |
| #define | Watchdog_STATUS_ERROR (-1) | 
| Generic error status code returned by Watchdog_control().  More... | |
| #define | Watchdog_STATUS_UNDEFINEDCMD (-2) | 
| An error status code returned by Watchdog_control() for undefined command codes.  More... | |
| #define | Watchdog_STATUS_UNSUPPORTED (-3) | 
| An error status code returned by Watchdog_setReload() for drivers which do not support the aforementioned API.  More... | |
Watchdog_STATUS_* macros are general status codes returned by Watchdog_control()
WatchdogCC26XX_STATUS_* macros are command codes only defined in the WatchdogCC26XX.h driver implementation and need to:
| #define Watchdog_STATUS_SUCCESS (0) | 
Successful status code returned by Watchdog_control().
Watchdog_control() returns Watchdog_STATUS_SUCCESS if the control code was executed successfully.
| #define Watchdog_STATUS_ERROR (-1) | 
Generic error status code returned by Watchdog_control().
Watchdog_control() returns Watchdog_STATUS_ERROR if the control code was not executed successfully.
| #define Watchdog_STATUS_UNDEFINEDCMD (-2) | 
An error status code returned by Watchdog_control() for undefined command codes.
Watchdog_control() returns Watchdog_STATUS_UNDEFINEDCMD if the control code is not recognized by the driver implementation.
| #define Watchdog_STATUS_UNSUPPORTED (-3) | 
An error status code returned by Watchdog_setReload() for drivers which do not support the aforementioned API.
Watchdog_setReload() returns Watchdog_STATUS_UNSUPPORTED if the driver implementation does not support the aforementioned API.