You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef BUFCUT_H
|
|
#define BUFCUT_H
|
|
|
|
#include "system.h"
|
|
|
|
u8 bufcut_Init(u8 *RX_BUF,u8 *CUT_RX_BUF,u8 start_index, u8 end_index);
|
|
void RX_BUF_Init(void);
|
|
void RX_BUF_ZERO(u8 num);
|
|
void RX_BUF_Transfer(u8 zero,u8 transfer_num);
|
|
void RX_BUF_Printf(int num);
|
|
#endif
|
|
|
|
|