![]() |
![]() |
Macros | |
| #define | Comparator_STATUS_RESERVED (-32) |
| #define | Comparator_STATUS_SUCCESS (0) |
| Successful status code. More... | |
| #define | Comparator_STATUS_ERROR (-1) |
| Generic error status code. More... | |
Comparator.h APIs.
| #define Comparator_STATUS_RESERVED (-32) |
Common Comparator_control status code reservation offset. Comparator driver implementations should offset status codes with Comparator_STATUS_RESERVED growing negatively.
Example implementation specific status codes:
| #define Comparator_STATUS_SUCCESS (0) |
Successful status code.
| #define Comparator_STATUS_ERROR (-1) |
Generic error status code.