Searched refs:sensor_hal_ioctl (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/sensor/example/ |
A D | sensor_cloud_demo.c | 50 sensor_hal_ioctl(TAG_DEV_HUMI, 0, SENSOR_IOCTL_ODR_SET, SENSOR_SAMPLE_TIME); in sensor_cloud_test_init() 51 sensor_hal_ioctl(TAG_DEV_TEMP, 0, SENSOR_IOCTL_ODR_SET, SENSOR_SAMPLE_TIME); in sensor_cloud_test_init()
|
/AliOS-Things-master/components/sensor/hal/ |
A D | sensor_hal.c | 418 int sensor_hal_ioctl(sensor_tag_e tag, uint8_t instance, sensor_cmd_type cmd, unsigned long arg) in sensor_hal_ioctl() function 638 ret = sensor_hal_ioctl(tag,instance,(sensor_cmd_type)cmd,arg); in sensor_ioctl()
|
/AliOS-Things-master/components/sensor/ |
A D | README.md | 70 @ref sensor_hal_ioctl()
|
/AliOS-Things-master/components/sensor/include/sensor/ |
A D | sensor.h | 484 int sensor_hal_ioctl(sensor_tag_e tag, uint8_t instance, sensor_cmd_type cmd, unsigned long arg…
|
Completed in 7 milliseconds