RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
|
#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 |
rt_uint8_t rt_sensor_info::type |
rt_uint8_t rt_sensor_info::vendor |
rt_uint8_t rt_sensor_info::unit |
rt_uint8_t rt_sensor_info::intf_type |
rt_int32_t rt_sensor_info::range_max |
rt_int32_t rt_sensor_info::range_min |
rt_uint32_t rt_sensor_info::period_min |
rt_uint8_t rt_sensor_info::fifo_max |
const char* rt_sensor_info::name |
在文件 sensor_v2.h 第 287 行定义.
rt_uint16_t rt_sensor_info::mode |
在文件 sensor_v2.h 第 290 行定义.
rt_sensor_float_t rt_sensor_info::acquire_min |
在文件 sensor_v2.h 第 292 行定义.
struct rt_sensor_accuracy rt_sensor_info::accuracy |
在文件 sensor_v2.h 第 293 行定义.
struct rt_sensor_scale rt_sensor_info::scale |
在文件 sensor_v2.h 第 294 行定义.