Home
last modified time | relevance | path

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

/dports/comms/libticalcs2/libticalcs2-1.1.9/src/
H A Dcmd68k.h43 TIEXPORT3 int TICALL ti68k_send_RDY(CalcHandle* handle, uint8_t target);
63 #define ti89_send_RDY(handle) ti68k_send_RDY(handle, ti68k_handle_to_dbus_mid(handle))
92 #define ti92_send_RDY(handle) ti68k_send_RDY(handle, DBUS_MID_PC_TI92)
H A Dcmd68k.c165 TIEXPORT3 int TICALL ti68k_send_RDY(CalcHandle* handle, uint8_t target) in ti68k_send_RDY() function