Home
last modified time | relevance | path

Searched defs:portBYTE_ALIGNMENT_MASK (Results 1 – 1 of 1) sorted by relevance

/Kernel-v10.6.2/include/
HDportable.h57 #define portBYTE_ALIGNMENT_MASK ( 0x001f ) macro
59 #define portBYTE_ALIGNMENT_MASK ( 0x000f ) macro
61 #define portBYTE_ALIGNMENT_MASK ( 0x0007 ) macro
63 #define portBYTE_ALIGNMENT_MASK ( 0x0003 ) macro
65 #define portBYTE_ALIGNMENT_MASK ( 0x0001 ) macro
67 #define portBYTE_ALIGNMENT_MASK ( 0x0000 ) macro