内容大更新

更加规范化
加入modbus类
优化帮助文档
This commit is contained in:
XerolySkinner
2022-11-22 03:43:24 +08:00
parent 0c162ac508
commit 08f9f63eb3
4189 changed files with 151258 additions and 42177 deletions

63
Doc/man/man3/dmp_s.3 Normal file
View File

@@ -0,0 +1,63 @@
.TH "dmp_s" 3 "2022年 十一月 22日 星期二" "Version 1.0.0" "Bscpp" \" -*- nroff -*-
.ad l
.nh
.SH NAME
dmp_s
.SH SYNOPSIS
.br
.PP
.SS "Public 属性"
.in +1c
.ti -1c
.RI "void(* \fBtap_cb\fP )(unsigned char count, unsigned char direction)"
.br
.ti -1c
.RI "void(* \fBandroid_orient_cb\fP )(unsigned char orientation)"
.br
.ti -1c
.RI "unsigned short \fBorient\fP"
.br
.ti -1c
.RI "unsigned short \fBfeature_mask\fP"
.br
.ti -1c
.RI "unsigned short \fBfifo_rate\fP"
.br
.ti -1c
.RI "unsigned char \fBpacket_length\fP"
.br
.in -1c
.SH "详细描述"
.PP
在文件 \fBinv_mpu_dmp_motion_driver\&.c\fP \fB481\fP 行定义\&.
.SH "类成员变量说明"
.PP
.SS "void(* dmp_s::android_orient_cb) (unsigned char orientation)"
.PP
在文件 \fBinv_mpu_dmp_motion_driver\&.c\fP\fB483\fP 行定义\&.
.SS "unsigned short dmp_s::feature_mask"
.PP
在文件 \fBinv_mpu_dmp_motion_driver\&.c\fP\fB485\fP 行定义\&.
.SS "unsigned short dmp_s::fifo_rate"
.PP
在文件 \fBinv_mpu_dmp_motion_driver\&.c\fP\fB486\fP 行定义\&.
.SS "unsigned short dmp_s::orient"
.PP
在文件 \fBinv_mpu_dmp_motion_driver\&.c\fP\fB484\fP 行定义\&.
.SS "unsigned char dmp_s::packet_length"
.PP
在文件 \fBinv_mpu_dmp_motion_driver\&.c\fP\fB487\fP 行定义\&.
.SS "void(* dmp_s::tap_cb) (unsigned char count, unsigned char direction)"
.PP
在文件 \fBinv_mpu_dmp_motion_driver\&.c\fP\fB482\fP 行定义\&.
.SH "作者"
.PP
Doyxgen 通过分析 Bscpp 源代码自动生成\&.