RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
载入中...
搜索中...
未找到
rt_sensor_info结构体 参考

#include <sensor.h>

成员变量

rt_uint8_t type
 
rt_uint8_t vendor
 
const char * model
 
rt_uint8_t unit
 
rt_uint8_t intf_type
 
rt_int32_t range_max
 
rt_int32_t range_min
 
rt_uint32_t period_min
 
rt_uint8_t fifo_max
 
const char * name
 
rt_uint16_t mode
 
rt_sensor_float_t acquire_min
 
struct rt_sensor_accuracy accuracy
 
struct rt_sensor_scale scale
 

详细描述

在文件 sensor.h138 行定义.

结构体成员变量说明

◆ type

rt_uint8_t rt_sensor_info::type

在文件 sensor.h140 行定义.

◆ vendor

rt_uint8_t rt_sensor_info::vendor

在文件 sensor.h141 行定义.

◆ model

const char* rt_sensor_info::model

在文件 sensor.h142 行定义.

◆ unit

rt_uint8_t rt_sensor_info::unit

在文件 sensor.h143 行定义.

◆ intf_type

rt_uint8_t rt_sensor_info::intf_type

在文件 sensor.h144 行定义.

◆ range_max

rt_int32_t rt_sensor_info::range_max

在文件 sensor.h145 行定义.

◆ range_min

rt_int32_t rt_sensor_info::range_min

在文件 sensor.h146 行定义.

◆ period_min

rt_uint32_t rt_sensor_info::period_min

在文件 sensor.h147 行定义.

◆ fifo_max

rt_uint8_t rt_sensor_info::fifo_max

在文件 sensor.h148 行定义.

◆ name

const char* rt_sensor_info::name

在文件 sensor_v2.h287 行定义.

◆ mode

rt_uint16_t rt_sensor_info::mode

在文件 sensor_v2.h290 行定义.

◆ acquire_min

rt_sensor_float_t rt_sensor_info::acquire_min

在文件 sensor_v2.h292 行定义.

◆ accuracy

struct rt_sensor_accuracy rt_sensor_info::accuracy

在文件 sensor_v2.h293 行定义.

◆ scale

struct rt_sensor_scale rt_sensor_info::scale

在文件 sensor_v2.h294 行定义.