Home
last modified time | relevance | path

Searched defs:rt_sensor_module (Results 1 – 2 of 2) sorted by relevance

/components/drivers/include/drivers/
A Dsensor.h187 struct rt_sensor_module struct
189 rt_mutex_t lock; /* The module lock */
191 …rt_sensor_t sen[RT_SENSOR_MODULE_MAX]; /* The module contains a list of sensors */
192 …int8_t sen_num; /* Number of sensors contained in the module */
A Dsensor_v2.h333 struct rt_sensor_module struct
335 rt_mutex_t lock; /* The module lock */
337 …rt_sensor_t sen[RT_SENSOR_MODULE_MAX]; /* The module contains a list of sensors */
338 …int8_t sen_num; /* Number of sensors contained in the module */

Completed in 5 milliseconds