Go to the documentation of this file. 27 #define DIRPD_LEFT_S 0xd000 28 #define DIRPD_LEFT_E 0xe000 31 #define DIRPD_RIGHT_S 0xb000 32 #define DIRPD_RIGHT_E 0xbfff 35 #define DIRPD_CENTER_S 0xf000 36 #define DIRPD_CENTER_E 0xffff 39 #define DIRPD_NONE_S 0x8000 40 #define DIRPD_NONE_E 0x8fff 45 #define DIRPD_LEFT(araw) (araw >= DIRPD_LEFT_S && araw <= DIRPD_LEFT_E) 46 #define DIRPD_RIGHT(araw) (araw >= DIRPD_RIGHT_S && araw <= DIRPD_RIGHT_E) 47 #define DIRPD_CENTER(araw) (araw >= DIRPD_CENTER_S && araw <= DIRPD_CENTER_E) 48 #define DIRPD_NONE(araw) (araw >= DIRPD_NONE_S && araw <= DIRPD_NONE_E)
Generated for brickOS Kernel Developer by
1.8.11