Home
last modified time | relevance | path

Searched refs:RT_DEVICE_FLAG_FIFO_RX (Results 1 – 6 of 6) sorted by relevance

/components/drivers/include/drivers/
A Dsensor.h28 #define RT_DEVICE_FLAG_FIFO_RX 0x200 /* Flag to use when the sensor is open by fifo mod… macro
A Dsensor_v2.h28 #define RT_DEVICE_FLAG_FIFO_RX 0x200 /* Flag to use when the sensor is open by fifo mod… macro
/components/drivers/sensor/v1/
A Dsensor.c194 else if (oflag & RT_DEVICE_FLAG_FIFO_RX && dev->flag & RT_DEVICE_FLAG_FIFO_RX) in rt_sensor_open()
A Dsensor_cmd.c148 if (rt_device_open(dev, RT_DEVICE_FLAG_FIFO_RX) != RT_EOK) in sensor_fifo()
/components/drivers/sensor/v2/
A Dsensor.c191 else if (oflag & RT_DEVICE_FLAG_FIFO_RX && dev->flag & RT_DEVICE_FLAG_FIFO_RX) in _sensor_open()
A Dsensor_cmd.c399 if (rt_device_open(dev, RT_DEVICE_FLAG_FIFO_RX) != RT_EOK) in sensor_fifo()

Completed in 11 milliseconds