自定义缓冲区(可用于串口等)

#define BUF_SIZE      10

typedef struct uart_param
{
   
	struct {
   
		 int read_index;            
		 int write_index;        
		 int bytes;               
		 unsigned char buf

相关推荐

  1. 定义缓冲区(用于串口)

    2024-06-18 17:34:01       19 阅读
  2. Python定义切片的类

    2024-06-18 17:34:01       25 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-06-18 17:34:01       94 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-06-18 17:34:01       101 阅读
  3. 在Django里面运行非项目文件

    2024-06-18 17:34:01       82 阅读
  4. Python语言-面向对象

    2024-06-18 17:34:01       91 阅读

热门阅读

  1. wifi MLME

    2024-06-18 17:34:01       37 阅读