|
API Documentation
9.14.00
|
Modules | |
| Status Codes | |
| Command Codes | |
Macros | |
| #define | Watchdog_CMD_RESERVED (32) |
| #define | Watchdog_STATUS_RESERVED (-32) |
These Watchdog macros are reservations for Watchdog.h
| #define Watchdog_CMD_RESERVED (32) |
Common Watchdog_control command code reservation offset. Watchdog driver implementations should offset command codes with Watchdog_CMD_RESERVED growing positively
Example implementation specific command codes:
| #define Watchdog_STATUS_RESERVED (-32) |
Common Watchdog_control status code reservation offset. Watchdog driver implementations should offset status codes with Watchdog_STATUS_RESERVED growing negatively.
Example implementation specific status codes:
1.8.12