Home
last modified time | relevance | path

Searched refs:HTRCXSendSerial (Results 1 – 2 of 2) sorted by relevance

/dports/lang/nbc/NXT/
H A DNXCDefs.h10377 inline void HTRCXSendSerial(const byte first, const byte count);
10716 #define HTRCXSendSerial(_first, _count) asm { __HTRCXSendSerial(_first, _count) } macro
H A DNXTDefs.h16837 #define HTRCXSendSerial(_first, _count) __HTRCXSendSerial(_first, _count) macro