#include <stdio.h>
Include dependency graph for tll_common.h:
This graph shows which files directly or indirectly include this file:
Defines | |
#define | NULL 0 |
.h This file contains commonly used success and error cases. | |
#define | PASS (0) |
#define | FAIL (!PASS) |
#define | TLL_STATUS_SUCCESS 0 |
#define | TLL_STATUS_INVALID -1 |
#define | TLL_STATUS_HW_ERROR -2 |
#define | TLL_STATUS_CHECK_FAIL -3 |
#define | ENABLED 1 |
#define | DISABLED 0 |
#define | checkstatus(x) if (x) return x; |
#define | _1K (1024) |
#define | _1M (1024*1024) |
#define | _1KHZ (1000) |
#define | _1MHZ (_1KHZ * _1KHZ) |
#define _1K (1024) |
#define _1KHZ (1000) |
#define _1M (1024*1024) |
#define _1MHZ (_1KHZ * _1KHZ) |
#define checkstatus | ( | x | ) | if (x) return x; |
#define DISABLED 0 |
#define ENABLED 1 |
#define FAIL (!PASS) |
#define NULL 0 |
.h This file contains commonly used success and error cases.
#define PASS (0) |
#define TLL_STATUS_CHECK_FAIL -3 |
#define TLL_STATUS_HW_ERROR -2 |
#define TLL_STATUS_INVALID -1 |
#define TLL_STATUS_SUCCESS 0 |