Searched defs:xAddr (Results 1 – 6 of 6) sorted by relevance
/FreeRTOS-Kernel/portable/oWatcom/16BitDOS/Flsh186/ |
A D | portmacro.h | 100 #define portINPUT_BYTE( xAddr ) inp( xAddr ) argument 101 #define portOUTPUT_BYTE( xAddr, ucValue ) outp( xAddr, ucValue ) argument 102 #define portINPUT_WORD( xAddr ) inpw( xAddr ) argument 103 #define portOUTPUT_WORD( xAddr, usValue ) outpw( xAddr, usValue ) argument
|
/FreeRTOS-Kernel/portable/Paradigm/Tern_EE/large_untested/ |
A D | portmacro.h | 95 #define portINPUT_BYTE( xAddr ) inp( xAddr ) argument 96 #define portOUTPUT_BYTE( xAddr, ucValue ) outp( xAddr, ucValue ) argument 97 #define portINPUT_WORD( xAddr ) inpw( xAddr ) argument 98 #define portOUTPUT_WORD( xAddr, usValue ) outpw( xAddr, usValue ) argument
|
/FreeRTOS-Kernel/portable/Paradigm/Tern_EE/small/ |
A D | portmacro.h | 97 #define portINPUT_BYTE( xAddr ) inp( xAddr ) argument 98 #define portOUTPUT_BYTE( xAddr, ucValue ) outp( xAddr, ucValue ) argument 99 #define portINPUT_WORD( xAddr ) inpw( xAddr ) argument 100 #define portOUTPUT_WORD( xAddr, usValue ) outpw( xAddr, usValue ) argument
|
/FreeRTOS-Kernel/portable/BCC/16BitDOS/Flsh186/ |
A D | prtmacro.h | 88 #define portINPUT_BYTE( xAddr ) inp( xAddr ) argument 89 #define portOUTPUT_BYTE( xAddr, ucValue ) outp( xAddr, ucValue ) argument 90 #define portINPUT_WORD( xAddr ) inpw( xAddr ) argument 91 #define portOUTPUT_WORD( xAddr, usValue ) outpw( xAddr, usValue ) argument
|
/FreeRTOS-Kernel/portable/oWatcom/16BitDOS/PC/ |
A D | portmacro.h | 102 #define portINPUT_BYTE( xAddr ) inp( xAddr ) argument 103 #define portOUTPUT_BYTE( xAddr, ucValue ) outp( xAddr, ucValue ) argument
|
/FreeRTOS-Kernel/portable/BCC/16BitDOS/PC/ |
A D | prtmacro.h | 90 #define portINPUT_BYTE( xAddr ) inp( xAddr ) argument 91 #define portOUTPUT_BYTE( xAddr, ucValue ) outp( xAddr, ucValue ) argument
|
Completed in 10 milliseconds