7 #ifndef CORE_INSTRUCTION_UXBUS_CMD_SER_H_ 8 #define CORE_INSTRUCTION_UXBUS_CMD_SER_H_ 19 int send_pend(
int funcode,
int num,
int timeout,
unsigned char *ret_data);
20 int send_xbus(
int funcode,
unsigned char *datas,
int num);
int send_xbus(int funcode, unsigned char *datas, int num)
int check_xbus_prot(unsigned char *datas, int funcode)
int send_pend(int funcode, int num, int timeout, unsigned char *ret_data)
UxbusCmdSer(SerialPort *arm_port)