MBDyn-1.7.3
|
#include "stdlib.h"
#include "unistd.h"
#include "stdio.h"
#include "errno.h"
#include "stdint.h"
#include "string.h"
Go to the source code of this file.
Macros | |
#define | LO(x) ((x) & 0x0F) |
#define | HI(x) (((x) & 0xF0) >> 8) |
#define | HEX(x) ("0123456789abcdef"[(x)]) |
Functions | |
static const char * | type2str (uint8_t type) |
int | main (int argc, char *argv[]) |
#define HEX | ( | x | ) | ("0123456789abcdef"[(x)]) |
Definition at line 41 of file hid_detect.c.
#define HI | ( | x | ) | (((x) & 0xF0) >> 8) |
Definition at line 40 of file hid_detect.c.
#define LO | ( | x | ) | ((x) & 0x0F) |
Definition at line 39 of file hid_detect.c.
Definition at line 56 of file hid_detect.c.
References buf, and type2str().
|
static |
Definition at line 44 of file hid_detect.c.
Referenced by main().